:root {
  --text-dark: #101828;
  --paragraph-gray: #475467;
  --primary: #050505;
  --primary-light: #f7f7fa;
  --white: white;
  --accent: #ffd814;
  --accent-hover: #f7ca00;
  --base-font-size: 1rem;
  --secondary: #232f3e;
  --gray: #f7f7f7;
}

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

.w-commerce-commerceaddtocartquantityinput {
  -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-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;
}

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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(--text-dark);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
}

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

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--paragraph-gray);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--text-dark);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  line-height: 1.5em;
  list-style-type: disc;
  display: flex;
}

li {
  color: var(--text-dark);
  align-items: center;
  font-size: 18px;
  line-height: 1.5em;
  list-style-type: disc;
}

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

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

blockquote {
  text-align: center;
  background-image: url('../images/icon-5_1icon (5).png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5em;
}

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

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

.section.light-background.overflow-none {
  overflow: hidden;
}

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

.section.style-guide-section {
  padding-top: 220px;
  padding-bottom: 0;
}

.section.shop-product-section {
  background-image: url('../images/Vector-14.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
}

.section.home-1-banner {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#0505050d, #0505050d), url('../images/element.png'), linear-gradient(#000000e6, #fff);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
  padding-top: 220px;
  padding-bottom: 100px;
}

.section.bg-image {
  background-image: linear-gradient(#101828cc, #101828cc), url('../images/image_7image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 260px;
  padding-bottom: 190px;
}

.section.map-image-bg {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.section.white-bg {
  background-color: var(--white);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.section.home-2 {
  padding-top: 205px;
  padding-bottom: 100px;
}

.section.home-3 {
  grid-row-gap: 100px;
  background-image: url('../images/Line.png'), url('../images/Vector-14.png');
  background-position: 50% 90%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 97% 34%, auto;
  flex-direction: column;
  padding-top: 230px;
  padding-bottom: 100px;
  display: flex;
}

.section.light-bg-without-top-spacing {
  background-color: var(--primary-light);
  padding-top: 0;
}

.section.blue-bg {
  background-color: var(--text-dark);
}

.section.blue-bg-without-top-spacing {
  background-color: var(--text-dark);
  background-image: url('../images/Contents-1.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  padding-top: 0;
  padding-bottom: 400px;
}

.section.slider-section {
  background-color: var(--white);
  border-radius: 6px;
  margin: -200px 20px 120px;
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0 0 15px #1018282e;
}

.section.about-us-banner {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#ffc6001a, #ffc6001a), url('../images/AdobeStock_321598372_Preview.jpeg'), linear-gradient(#000000e6, #fff);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
  padding-top: 300px;
  padding-bottom: 100px;
}

.section.services {
  grid-row-gap: 100px;
  flex-direction: column;
  padding-top: 230px;
  padding-bottom: 100px;
  display: flex;
}

.section.services-details-banner {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#ffc6001a, #ffc6001a), url('../images/image-5.jpg'), linear-gradient(#000000e6, #fff);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
  padding-top: 300px;
  padding-bottom: 100px;
}

.section.projects-details-banner {
  grid-row-gap: 100px;
  flex-direction: column;
  padding-top: 230px;
  padding-bottom: 100px;
  display: flex;
}

.section.portfolio-banner, .section.licencing {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#ffc6001a, #ffc6001a), url('../images/image_13image.webp'), linear-gradient(#000000e6, #fff);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
  padding-top: 300px;
  padding-bottom: 100px;
}

.section.without-top-spacing-faq {
  padding-top: 0;
  padding-bottom: 80px;
}

.section.bottom-spacing {
  padding-bottom: 80px;
}

.section.light-background-copy {
  background-color: var(--primary-light);
  padding-bottom: 80px;
}

.section.about-banner {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#ffc6001a, #ffc6001a), url('../images/AdobeStock_704569324_Preview.jpeg'), linear-gradient(#000000e6, #fff);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
  padding-top: 300px;
  padding-bottom: 100px;
}

.section.blog-details-banner {
  padding-top: 300px;
  padding-bottom: 100px;
}

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

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

.base-container.blog-hero {
  z-index: 12;
  position: relative;
}

.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-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 {
  flex: none;
  padding-left: 0;
  padding-right: 0;
}

.spacing-wrapper-mobile {
  grid-column-gap: 20px;
  width: 65%;
  margin-top: 30px;
  position: relative;
}

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

.spacing-columns {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.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 {
  grid-column-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  width: 92%;
  margin-top: 30px;
  position: relative;
}

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

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

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

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

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

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

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

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  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: 50px;
}

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

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

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

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

.h4-tablet {
  font-size: 22px;
}

.primary-button {
  border: 1px solid var(--accent);
  background-color: var(--accent);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
  border-radius: 8px;
  justify-content: flex-start;
  height: auto;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.5em;
  transition: border-color .2s, background-color .2s, color .2s;
  display: inline-block;
}

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

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

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

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

.primary-button.header {
  display: none;
}

.primary-button.blog {
  border-style: solid;
  border-color: var(--primary);
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.blog.search-btn {
  border-style: solid;
  border-color: #4754674d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.primary-button.full-width {
  width: 100%;
}

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

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

.navbar {
  z-index: 1000;
  background-color: #fff0;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  z-index: 11;
  border-top: 1px #000;
  border-bottom: 1px solid var(--paragraph-gray);
  background-color: #232f3e;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 15px;
  display: flex;
  position: relative;
}

.nav-container.nav-bottom {
  z-index: 5;
  background-color: #131921;
  padding-top: 0;
  padding-bottom: 0;
}

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 2.5rem;
  padding: 10px 0 10px 0;
}

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

.nav-dropdown-list {
  background-color: #fff;
  border: 1px #0000002e;
  width: 100%;
  padding: 0 20px;
}

.nav-dropdown-list.w--open {
  border-radius: 8px;
  width: 200px;
  margin-top: .5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

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

.nav-dropdown-list.megamenu.w--open {
  justify-content: space-between;
  width: 400px;
  display: flex;
  left: -190%;
}

.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-wrapper.size {
  width: 48%;
}

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

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

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

.nav-item-title {
  color: var(--primary-light);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  transition: color .3s;
  display: inline-flex;
}

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

.nav-item-title.dark {
  color: var(--text-dark);
  transition-property: color;
}

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

.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;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: transform .3s;
}

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

.licensing-image.position {
  object-fit: contain;
}

.licensing-image._1-position {
  object-position: 50% 0%;
}

.licensing-image._2-position {
  object-position: 72% 50%;
}

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

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

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

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

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

.banner-title {
  color: var(--white);
  text-align: center;
}

.banner-title.dark {
  color: var(--text-dark);
}

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

.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: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

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

.utility-page-wrap {
  background-image: url('../images/Vector-14.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  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;
}

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

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

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

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  background-color: #0000;
  border: 1px solid #4754674d;
  border-radius: 8px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 28px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.coming-soon-input:focus {
  border-color: var(--primary);
}

.coming-soon-input::placeholder {
  color: var(--text-dark);
}

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

.coming-soon-page-wrap {
  text-align: left;
  background-image: url('../images/Vector-14.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  text-align: center;
  margin-top: 60px;
}

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

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-grid-collection-list.enter {
  justify-content: center;
}

.blog-grid-image-link {
  min-width: 100%;
  overflow: hidden;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
  transition: transform .3s;
}

.blog-grid-image:hover {
  transform: scale(1.075);
}

.blog-grid-item-date {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-grid-content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  min-height: 280px;
  padding: 20px 30px 30px;
  display: flex;
}

.blog-grid-item {
  width: 31.5%;
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-title {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 700;
}

.blog-grid-item-description {
  margin-top: 0;
  margin-bottom: 15px;
}

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

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

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
  overflow: visible;
}

.blog-sidebar-item {
  width: 47.5%;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-content {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: -20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.blog-sidebar-post-category {
  z-index: 50;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 5px 8px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

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

.blog-sidebar-left {
  grid-row-gap: 30px;
  column-count: 2;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 30px;
  width: 100%;
  display: flex;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  flex: none;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: flex-start;
  display: flex;
}

.blog-recent-post-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .2s;
}

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

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.sidebar-recent-posts {
  background-color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.blog-sidebar-post-image:hover {
  transform: scale(1.075);
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

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

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

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

.blog-template-image {
  object-fit: cover;
  width: 100%;
  height: 450px;
  margin-top: 60px;
}

.blog-template-image.hero-image {
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.blog-template-date {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.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 {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.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;
  background-color: #232f3e;
  border-top: 1px solid #4754674d;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: flex;
}

.footer-copyright {
  color: var(--primary-light);
  font-family: Inter, sans-serif;
  font-size: var(--base-font-size);
  text-align: left;
  flex-direction: row;
  width: 100%;
  line-height: 1.5em;
}

.footer-copyright-link {
  letter-spacing: .2px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.body-with-background {
  background-color: #f9f9fa;
}

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

.section-title-wrapper.width {
  width: 65%;
  max-width: none;
}

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

.team-card-content-wrapper {
  text-align: center;
  background-color: #f9f9fa;
  padding-top: 10px;
  padding-bottom: 30px;
}

.team-member-position {
  color: #525252;
  margin-bottom: 20px;
  font-size: 18px;
}

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

.team-social-icon {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

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

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

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

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

.paragraph-large {
  font-size: 20px;
  font-weight: 600;
}

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

.section-title-description {
  font-size: var(--base-font-size);
  text-align: center;
  margin-top: 20px;
}

.services-wrapper {
  width: 100%;
  display: flex;
}

.services-wrapper.spacing {
  grid-column-gap: 30px;
}

.pricing-plan-item {
  background-color: var(--white);
  border: 1px solid #4754674d;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 0 15px #1018282e;
}

.pricing-plan-item.dark-bg {
  background-color: var(--text-dark);
  position: relative;
}

.pricing-plan-item.pricing-item-width {
  width: 48%;
}

.pricing-plan-item.dark-bg-width {
  background-color: var(--text-dark);
  width: 48%;
  position: relative;
}

.pricing-plan-list {
  background-color: var(--text-dark);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}

.pricing-plan-list.text-white {
  background-color: var(--white);
  line-height: 1.5em;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.pricing-plan-price-wrapper.yellow {
  color: var(--primary);
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-price.yellow {
  color: var(--primary);
}

.section-title {
  text-transform: none;
  margin-top: 0;
}

.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 {
  width: 50%;
  height: 400px;
}

.workflow-wrapper {
  align-items: center;
  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/image-3_2image 3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
}

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

.workflow-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.workflow-title-wrapper-desktop {
  display: none;
}

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

.accordion-toggle {
  white-space: normal;
  border-radius: 6px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: .25rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 0 10px #1018282e;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  padding-left: 1rem;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 30px;
  display: block;
}

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

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

.accordion-item {
  border-radius: 6px;
  width: 100%;
  position: static;
}

.accordion-icon {
  border: 1px solid #47546766;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-family: "Fa solid 900", sans-serif;
  line-height: 1.5em;
  display: flex;
}

.accordion-list-content {
  font-size: var(--base-font-size);
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  align-items: center;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonials-item {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  padding: 35px;
  position: relative;
  box-shadow: 0 0 15px #1018282e;
}

.testimonials-item.last-child {
  z-index: 1;
  margin-right: 0;
}

.testimonials-profile-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-profile-photo-wrapper {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

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

.testimonials-profile-photo.last {
  object-position: 50% 30%;
}

.testimonials-profile-title {
  margin-bottom: 0;
}

.testimonials-profile-positin {
  font-size: 16px;
  font-weight: 600;
}

.testimonials-star-icons {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
}

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

.more-features-icon {
  border: 1px solid var(--paragraph-gray);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  border-radius: 6px;
  min-width: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.link-with-icon {
  color: var(--text-dark);
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.contacts-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  flex-flow: column;
  justify-content: center;
  width: 47%;
  padding-right: 0;
  display: flex;
}

.contacts-form-wrapper {
  border: 1px none var(--primary);
  border-radius: 6px;
  width: 47%;
  min-height: 603px;
  padding: 32px;
  box-shadow: 0 0 5px #0003;
}

.contacts-divider {
  background-color: #afafaf80;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail-wrapper {
  flex-flow: column;
  display: flex;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--paragraph-gray);
  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;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.paragraph-no-margin.bold-text {
  font-size: 1.25rem;
  font-weight: 600;
}

.contacts-location-slider {
  background-color: #0000;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: #afafaf;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: #afafaf80;
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-form-title {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.footer-link {
  color: var(--primary-light);
  font-size: var(--base-font-size);
  -webkit-text-stroke-color: var(--primary-light);
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .3s;
}

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

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

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

.footer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  width: 100%;
  margin-bottom: 50px;
  display: grid;
}

.footer-brand-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.footer-social-icon {
  background-color: var(--primary-light);
  color: var(--secondary);
  border-radius: 6px;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--accent-hover);
  color: var(--secondary);
}

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

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: #afafaf;
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

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

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

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

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

.search-section {
  padding-top: 220px;
  padding-bottom: 100px;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote-position {
  color: var(--paragraph-gray);
  font-size: 16px;
  font-weight: 500;
}

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.service-details-sidebar-wrapper {
  width: 30%;
  padding: 30px;
  position: sticky;
  top: 118px;
  box-shadow: 0 0 20px #0000001a;
}

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

.service-details-sidebar-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

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

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

.button-wrapper.spacing, .button-wrapper.spacing-copy {
  margin-top: 0;
}

.service-list-item {
  position: relative;
}

.service-list-process-icon {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  font-family: "Fa 400", sans-serif;
  font-size: 28px;
  line-height: 28px;
  display: flex;
  box-shadow: 0 0 30px #1018282e;
}

.service-list-process-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 10px;
  display: flex;
}

.service-list-process-wrapper {
  display: flex;
}

.service-list-2-bottom-section {
  flex-wrap: wrap;
  display: flex;
}

.service-list-2-bottom-left-block, .service-list-2-bottom-center-block {
  width: 50%;
  min-height: 480px;
}

.service-list-2-bottom-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.primary-button-black {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--primary-light);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 8px;
  align-items: center;
  padding: 10px 22px;
  font-weight: 600;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
  box-shadow: 0 0 15px #1018280d;
}

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

.primary-button-black.tablet-button {
  border-color: var(--accent);
  background-color: var(--accent);
  color: var(--primary);
  text-transform: uppercase;
  margin-left: 1rem;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  transition: opacity .2s;
}

.primary-button-black.tablet-button:hover {
  background-color: #f7ca00;
  border-color: #f7ca00;
}

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

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

.progressbar-gray-line {
  background-color: var(--white);
  border-radius: 6px;
  width: 100%;
  height: 4px;
}

.progress-bar-90 {
  background-color: var(--text-dark);
  border-radius: 6px;
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-90.light {
  background-color: var(--primary);
}

.progressbar-con {
  width: 100%;
}

.progress-bar-80 {
  background-color: var(--text-dark);
  border-radius: 6px;
  width: 82%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-80.yellow {
  background-color: var(--primary);
}

.progressbar-wrap {
  width: 50%;
  max-width: 480px;
}

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

.progressbar-item {
  margin-bottom: 30px;
}

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

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

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

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

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

.portfolio-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.portfolio-grid-collection-item {
  width: 48.4%;
  position: relative;
  overflow: hidden;
}

.portfolio-grid-collection-item:hover {
  box-shadow: 0 0 15px 10px #0003;
}

.portfolio-grid-title-wrapper {
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  background-color: var(--white);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  width: 100%;
  height: 38%;
  padding: 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
}

.portfolio-grid-category {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
}

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

.portfolio-grid-item-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 30px #00000014;
}

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

.project-template-category {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--text-dark);
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

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

.project-template-info {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.project-template-info-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 35%;
  display: flex;
}

.project-template-info-wrap.last {
  grid-row-gap: 20px;
}

.paragraph-gray {
  color: #afafaf;
  font-weight: 500;
}

.project-pagination-wrapper {
  border-top: 1px solid #afafaf80;
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  text-align: center;
  border-left: 1px solid #4754674d;
  border-right: 1px solid #4754674d;
  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;
}

.progress-bar-91 {
  background-color: var(--text-dark);
  border-radius: 6px;
  width: 91%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-91.yellow {
  background-color: var(--primary);
}

.play-button-icon {
  z-index: 7;
  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);
}

.sidebar-search {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.secondary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 16px 22px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
  box-shadow: 0 0 15px #1018280d;
}

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

.slide-nav {
  display: none;
}

.slider-container {
  width: 50%;
  position: relative;
  inset: auto 0%;
}

.slide-services {
  width: 100%;
  margin-right: 20px;
}

.mask-services {
  height: auto;
}

.right-arrow-services {
  width: 50px;
  height: 50px;
  inset: -90px auto 0% -410px;
}

.slider-services {
  background-color: #0000;
  flex-direction: column;
  height: 100%;
}

.left-arrow-services {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: -90px auto 0% -475px;
}

.services-text-block {
  width: 40%;
  margin-right: 80px;
}

.services-container {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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 {
  width: 100%;
  height: 280px;
}

.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 {
  margin-top: 40px;
  margin-bottom: 30px;
}

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

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.project-button-link {
  color: var(--text-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;
  font-weight: 500;
}

.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;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  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;
}

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

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

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

.rich-text-style ul {
  color: var(--paragraph-gray);
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style li {
  background-color: var(--paragraph-gray);
  color: var(--paragraph-gray);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

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

.rich-text-style.blog-post {
  margin-top: 0;
}

.rich-text-style.shop-page {
  margin-top: 10px;
}

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

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

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

.brand-tablet {
  display: none;
}

.brand {
  width: 140px;
}

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

.heading-hover {
  margin-top: 0;
  transition: color .3s;
}

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

.heading-hover.mb-0 {
  margin-bottom: 0;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 75%;
}

.grid-header {
  margin-top: 55px;
}

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

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

.style-guide-tab-link {
  background-color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-tabs-menu {
  border-left: 1px solid #000;
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  color: #fff;
  background-color: #000;
  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 {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 65%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

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

.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;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.shop-details-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.12fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.shop-details-slider {
  background-color: #0000;
  border-radius: 10px;
  height: 400px;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-details-image-lightbox {
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.shop-details-block {
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.shop-details-left-arrow {
  background-color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-left-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.shop-details-right-arrow {
  background-color: var(--primary);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: color .2s, background-color .2s;
  display: flex;
}

.shop-details-right-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
  font-size: 42px;
}

.shop-price-on-sale {
  color: #737886;
  text-decoration: line-through;
}

.shop-details-image {
  object-fit: cover;
  border-radius: 5px;
  width: 200px;
  height: 200px;
}

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

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

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

.footer-rights-wrapper {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

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

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  color: var(--text-dark);
  background-color: #0000;
  font-family: Inter, sans-serif;
  line-height: 1.2em;
}

.error-message {
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-family: Inter, sans-serif;
  line-height: 1.2em;
}

.form-contacts {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.third-button {
  border: 1px solid var(--paragraph-gray);
  color: var(--text-dark);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: .8rem;
  font-weight: 600;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
  box-shadow: 0 0 15px #1018280d;
}

.third-button:hover {
  background-color: #e6e6e6;
}

.fourth-button {
  border: 1px solid var(--white);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 8px;
  align-items: center;
  padding: 10px 28px;
  font-weight: 600;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
  box-shadow: 0 0 15px #1018280d;
}

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

.fourth-button.lightbox {
  transition-property: none;
}

.right-navbar-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.navbar-link {
  color: var(--white);
  font-size: 1rem;
  display: flex;
}

.navbar-link.dark {
  color: var(--text-dark);
  margin-right: 0;
  font-size: 16px;
  transition-property: color;
}

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

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

.navbar-phone-icon {
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.navbar-phone-icon:hover {
  color: var(--gray);
}

.links-wrap {
  grid-column-gap: 8px;
  color: var(--primary-light);
  display: flex;
}

.links-wrap:hover {
  color: var(--gray);
}

.dropdown-wrapper {
  width: 100%;
  display: flex;
}

.small-title {
  color: var(--white);
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.small-title.text-dark {
  color: var(--text-dark);
}

.banner-button-wrapper {
  grid-column-gap: 1.5rem;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

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

.home-1-banner-title {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4rem;
}

.home-1-banner-title.dark-copy {
  color: var(--text-dark);
  text-align: center;
  text-transform: none;
}

.home-1-banner-title.home-2-title {
  color: var(--text-dark);
}

.home-1-banner-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 62%;
  margin-right: auto;
  display: flex;
}

.home-1-banner-wrapper.width {
  width: 66%;
}

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

.title-description.width {
  width: 70%;
  font-size: 1rem;
}

.title-description.dark-center {
  color: var(--text-dark);
}

.title-description.dark-center-copy {
  color: var(--text-dark);
  font-size: var(--base-font-size);
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.title-description.services-width {
  width: 80%;
}

.title-description.tablet-center-width {
  max-width: 80%;
}

.logo-section {
  background-color: var(--white);
  color: var(--primary-light);
  padding-top: 65px;
  padding-bottom: 65px;
}

.logo-section.home-2 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-section.d-none {
  display: block;
}

.logo-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-logo-image {
  color: var(--white);
  width: 130px;
}

.services-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.medium-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.medium-title.white {
  color: var(--white);
}

.medium-title.center {
  text-align: center;
  margin-bottom: -90px;
  padding-top: 0;
  padding-bottom: 0;
}

.medium-title.left-text {
  text-transform: none;
}

.medium-title.white-center {
  color: var(--white);
  text-align: center;
}

.services-wrapp {
  width: 100%;
  margin-top: 60px;
}

.services-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.home-services-item {
  z-index: 10;
  grid-row-gap: 15px;
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
}

.collection-item {
  width: 20%;
  min-width: 300px;
  margin-right: 1.5rem;
  display: flex;
}

.collection-item:hover {
  box-shadow: 0 0 10px #0003;
}

.services-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  transition: color .3s;
}

.services-title:hover {
  color: var(--paragraph-gray);
}

.serial-number {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.services-info {
  font-size: var(--base-font-size);
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.services-link-wrap {
  margin-top: 10px;
}

.yellow-line {
  background-color: var(--primary);
  width: 100%;
  height: 6px;
  position: absolute;
  inset: 0% 0% auto;
}

.relative-wrapper {
  z-index: 5;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  height: 38%;
  padding: 1rem;
  display: block;
  position: static;
}

.relative-wrapper.display {
  align-items: flex-start;
}

.left-security-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 47%;
  display: flex;
}

.security-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.top-security-wrap {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.info-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.info-title.text-white {
  font-size: var(--base-font-size);
}

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

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

.numbers-wrapper {
  grid-column-gap: 25px;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.numbers {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.2em;
}

.numbers-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 33%;
  display: flex;
}

.short-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.short-description.text-with-spacing {
  color: var(--text-dark);
  margin-top: 24px;
  margin-bottom: 50px;
}

.short-description.width-white-text {
  color: var(--white);
  width: 63%;
}

.short-description.width-about-us {
  width: 40%;
}

.small-heading {
  margin-top: 0;
  margin-bottom: 0;
}

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

.shop-collect-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.shop-collect-wrap.wrap {
  grid-row-gap: 40px;
  flex-wrap: wrap;
}

.image-whote-bg {
  background-color: var(--white);
  border-radius: 6px;
  align-items: center;
  height: 220px;
  margin-bottom: 30px;
  padding: 15px 50px 16px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 15px #1018281a;
}

.camera-image {
  object-fit: cover;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.shop-links-wrap {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.shop-links-wrap.shop {
  align-items: center;
}

.shop-price {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.shop-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

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

.shop-collect-item.shop-page {
  width: 31%;
}

.protect-content-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.accordion-wrap-faq {
  width: 50%;
}

.accordion-wrap-faq.spacing {
  margin-top: 90px;
}

.accordion-wrap-faq.width {
  width: 100%;
}

.accordion-wrap-faq.spacing-copy {
  margin-top: 90px;
}

.accordion-wrap-faq.width-copy {
  width: 100%;
  margin-top: 25px;
}

.wrapper-with-faq {
  grid-column-gap: 50px;
  align-items: flex-start;
  display: flex;
}

.wrapper-with-faq.center-copy {
  align-items: center;
}

.image-camera {
  margin-top: 25px;
}

.dicover-wrapper {
  grid-column-gap: 150px;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
}

.play-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.button-text {
  grid-column-gap: 10px;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  display: flex;
}

.button-wrapp {
  grid-column-gap: 30px;
  display: flex;
}

.faq-button-wrap {
  margin-top: 20px;
}

.title-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-with-logo {
  grid-row-gap: 170px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.white-logo-wrapper {
  background-color: var(--white);
  border-radius: 6px;
  width: 23%;
  padding: 30px 40px;
  box-shadow: 0 0 10px #1018282e;
}

.author-testimon-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.author, .job {
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-testimon {
  justify-content: space-between;
  display: flex;
}

.star-wrapper {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.arrow-icon-slider {
  border: 1px solid #47546766;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  transition: color .3s;
  display: flex;
}

.arrow-icon-slider:hover {
  border-color: var(--accent);
  background-color: var(--accent);
  color: var(--primary);
}

.arrow-icon-slider.right.yellow {
  border-color: var(--accent);
  background-color: var(--accent);
}

.arrow-icon-slider.right.yellow:hover {
  border-color: var(--accent-hover);
  background-color: var(--accent-hover);
}

.arrow-icon-slider.yellow {
  background-color: var(--accent);
}

.arrow-icon-slider.yellow:hover {
  border-color: var(--accent-hover);
  background-color: var(--accent-hover);
}

.slider-content-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.home-testimonial-text {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.yellow-sections-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.absolute {
  background-color: var(--primary);
  position: absolute;
  inset: 0%;
}

.sections-wrapper {
  border-radius: 6px;
  position: relative;
  top: -140px;
  box-shadow: 0 0 15px #1018282e;
}

.prograss-bar-wrappers {
  grid-column-gap: 50px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.statistic-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 0 10px #1018282e;
}

.left-statistic-wrap {
  background-color: var(--white);
  border-radius: 6px;
  position: absolute;
  inset: 0%;
  transform: rotate(7deg);
}

.lightbox-link {
  position: relative;
}

.pricing-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.left-pricing-wrap {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.pricing-line {
  background-color: #4754674d;
  min-width: 230px;
  height: 1px;
}

.pricing-line.white {
  background-color: #ffffff4d;
}

.absolute-text {
  color: var(--white);
  background-color: #ffffff4d;
  border-radius: 6px;
  padding: 6px 10px;
  display: inline-block;
  position: absolute;
  inset: 15px 10px auto auto;
}

.pricing-card-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.pricing-card-wrap.pricing-page {
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom-text.yellow {
  color: var(--primary);
}

.footer-form {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.from {
  width: 100%;
  margin-bottom: 0;
}

.footer-input {
  background-color: #0000;
  border: 1px solid #4754674d;
  border-radius: 8px;
  max-width: 370px;
  height: auto;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 28px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-input:focus {
  border-color: var(--primary);
}

.footer-input::placeholder {
  color: var(--text-dark);
}

.div-block-7 {
  width: 100%;
}

.div-block-8 {
  width: 100px;
}

.footer-link-wrap {
  grid-column-gap: 40px;
  justify-content: flex-end;
  display: flex;
}

.copyright-wrapper {
  border-top: 1px solid #4754674d;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.section-line {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-bottom: 50px;
}

.home-2-banner-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  margin-left: auto;
  display: flex;
}

.banner-image-span {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Avatar-group.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 109%;
  background-clip: content-box;
  width: 200px;
  height: 40px;
  display: inline-block;
}

.home-2-image-wrapper {
  width: 50%;
  position: relative;
}

.home-2-banner-wrap {
  grid-column-gap: 130px;
  align-items: center;
  display: flex;
}

.home-bg-image {
  max-width: 99%;
  position: absolute;
  inset: 10% 0% 0%;
}

.home-2-camera-image {
  z-index: 1;
  position: relative;
}

.home-2-yellow-star {
  z-index: 1;
  width: 190px;
  position: absolute;
  inset: 6% -13% auto auto;
}

.navbar-white {
  z-index: 1000;
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.home-3-banner-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-3-banner-wrapper.width-shop, .home-3-banner-wrapper.width-blog {
  width: 100%;
}

.bg-video-wrap {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(to right, #ffc600b3, #ffc60000);
  border: 20px solid #e3e7ed;
  border-radius: 6px;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
}

.home-3-bg-video {
  border-radius: 6px;
}

.progress-title {
  justify-content: space-between;
  display: flex;
}

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

.diverse-wrapper {
  grid-column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-us-banner-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 86%;
  margin-right: auto;
  display: flex;
}

.about-us-banner-wrapper.pricing-page {
  width: 64%;
}

.about-us-banner-wrapper.portfolio-page {
  width: 77%;
}

.about-us-banner-wrapper.contact-us {
  width: 79%;
}

.diverse-images-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.about-us-numbers-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 43%;
  display: flex;
}

.left-wrapper-with-number {
  grid-column-gap: 30px;
  width: 70%;
  display: flex;
}

.about-us-numbers-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 6px;
  width: 35%;
  height: 580px;
}

.left-diverse-image {
  object-fit: cover;
  border-radius: 6px;
  width: 50%;
  height: 580px;
}

.about-us-image-camera {
  object-fit: cover;
  width: 46%;
  height: 710px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
}

.about-us-title {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.about-us-progress-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.about-us-progress-wrap {
  grid-column-gap: 70px;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.services-image {
  object-fit: cover;
  width: 100%;
  margin-top: 40px;
}

.hiver-line {
  background-color: var(--primary);
  width: 6px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.pricing-list-item.white {
  color: var(--white);
}

.relative-testimonial-wrapper {
  z-index: 1;
  position: relative;
}

.project-main-photo {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.projects-details-banner-wrapper {
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.projects-details-banner-wrapper.mb-0 {
  margin-bottom: 0;
}

.short-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.short-text.mb-3 {
  margin-bottom: 1rem;
}

.yellow-bg {
  background-image: url('../images/Vector-14.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us-input {
  background-color: var(--primary-light);
  border: 1px solid #4754674d;
  border-radius: 8px;
  height: auto;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 28px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.5em;
}

.contact-us-input:focus {
  border-color: var(--primary);
}

.contact-us-input::placeholder {
  color: var(--text-dark);
}

.contact-us-input.blog {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: .8rem;
}

.contact-us-input.checkout:focus {
  border-color: #4754674d;
}

.contact-us-text-area {
  border: 1px none var(--gray);
  background-color: var(--primary-light);
  border-radius: 8px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 28px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.5em;
}

.contact-us-text-area:focus {
  border-color: var(--primary);
}

.contact-us-text-area::placeholder {
  color: var(--text-dark);
}

.item {
  width: 33%;
  position: relative;
}

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

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

.shop-small-title {
  margin-top: 0;
  margin-bottom: 0;
}

.shop-collec-wrapper {
  width: 100%;
}

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

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

.checkout-form {
  background-color: #0000;
  background-image: url('../images/Vector-14.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding-top: 220px;
  padding-bottom: 100px;
}

.default-state {
  margin-bottom: 0;
}

.cart-button {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.cart-icon {
  color: var(--white);
  transition: color .3s;
}

.cart-icon:hover {
  color: var(--paragraph-gray);
}

.cart-quantity {
  background-color: var(--primary);
  color: var(--text-dark);
  margin-left: 0;
  position: absolute;
  top: -20px;
  left: 20px;
}

.navbar-cart {
  margin-right: 11px;
}

.navbar-background {
  z-index: 1000;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--gray) var(--gray) #9c9c9e61;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--primary-light);
  background-color: #050505;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-white-bg {
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ffffff4d;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.cart-image {
  object-fit: cover;
  height: 60px;
}

.title-product {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.cart-quantity-header {
  margin-left: 0;
}

.cart-quantity-header:focus {
  border-color: var(--primary);
}

.text-block {
  flex: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.cart-content {
  grid-row-gap: 5px;
}

.cart-state {
  grid-column-gap: 20px;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.quiantity {
  height: auto;
  margin-bottom: 0;
}

.quiantity:focus {
  border-color: var(--primary);
}

.title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.cart-content-wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.cart-content-wrapp {
  width: 100%;
  display: flex;
}

.contact-us-input {
  border-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-us-input.height {
  height: 60px;
}

.contact-us-input.search {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.cart-con {
  border-radius: 6px;
}

.block-header {
  border-color: #4754674d;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.block-content {
  border-bottom-color: #4754674d;
  border-left-color: #4754674d;
  border-right-color: #4754674d;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.shipping-method {
  border-bottom-color: #4754674d;
}

.shipping-method:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.shipping-method:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.shipping-method-list {
  border-left-color: #4754674d;
  border-right-color: #4754674d;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.shipping-wrap {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.order-item {
  grid-column-gap: 16px;
}

.logo-img {
  filter: invert();
  border-radius: 6px;
  box-shadow: 0 0 5px #1018282e;
}

.logo-link {
  justify-content: center;
  display: flex;
}

.password-page-input {
  background-color: #0000;
  border: 1px solid #4754674d;
  border-radius: 8px;
  min-width: 280px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 28px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.password-page-input:focus {
  border-color: var(--primary);
}

.password-page-input::placeholder {
  color: var(--text-dark);
}

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

._404-heading {
  font-size: 170px;
}

.services-text-block-copy {
  width: 40%;
  margin-right: 80px;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 297px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  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;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  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;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  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;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  color: #fff;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  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 48px auto;
}

.buy-this-template:hover {
  color: var(--white);
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  background-color: #fff;
  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 12px auto;
}

.all-templates:hover {
  color: #4353ff;
}

.white-button-bg {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  background-color: #0000;
  border-radius: 8px;
  align-items: center;
  padding: 8px 16px;
  font-size: .8rem;
  font-weight: 600;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

.white-button-bg:hover {
  color: var(--white);
  background-color: #9c9c9e;
  border-color: #4754674d;
}

.fs-cc-banner_trigger, .fs-cc-prefs_trigger, .fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  display: block;
}

.flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .62;
  display: flex;
}

.flex.mt-5 {
  margin-top: 2rem;
}

.flex.mt-5.mb-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 2rem;
}

.menu-wrap-bottom {
  align-items: center;
}

.bottom-nav {
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

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

.hero-icon {
  opacity: .5;
  width: 80px;
}

.hero-icon:hover {
  opacity: .85;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.link-2 {
  font-size: 16px;
  text-decoration: underline;
}

.contacts-image {
  height: 100%;
}

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

.hero-overlay {
  z-index: 10;
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
}

.contact-img {
  object-fit: cover;
  width: 100%;
  height: 280px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.fs-cc-banner_button-2 {
  color: #fff;
  text-align: center;
  background-color: #082220;
  border: 2px solid #082220;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  color: #082220;
  background-color: #fafafa;
  border-color: #082220;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary-light);
  color: var(--primary-light);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_button-2 {
  background-color: #082220;
  border: 2px solid #082220;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  color: #082220;
  -webkit-text-stroke-color: #082220;
  background-color: #fff;
  border-color: #082220;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--secondary);
  border-top: 1px solid #08222029;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text {
  color: var(--primary-light);
  margin-right: 1.5rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_close {
  background-color: var(--primary-light);
  opacity: 1;
  cursor: pointer;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_text-link-2 {
  border-bottom: 2px solid var(--primary-light);
  color: var(--primary-light);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: block;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-manager_icon {
  filter: contrast(79%) brightness(180%) hue-rotate(180deg);
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_form {
  background-color: var(--secondary);
  border-radius: 8px;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: var(--gray);
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.fs-cc-prefs_label {
  color: var(--primary-light);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_title {
  color: var(--primary-light);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid var(--paragraph-gray);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_text {
  color: var(--primary-light);
  font-size: .75rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #130e0a99;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

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

.contact-card-header {
  text-align: left;
  font-size: 1.25rem;
}

.text-block-2 {
  margin-bottom: .5rem;
  padding-left: .25rem;
}

.div-block-12 {
  text-align: center;
}

.bold-text-3 {
  font-size: 12px;
  font-weight: 400;
}

.checkbox-label {
  color: var(--paragraph-gray);
  font-size: 12px;
  line-height: 1.3em;
}

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

.div-block-13 {
  width: 100%;
  height: 200px;
  display: block;
}

.div-block-14 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.yellow-line-inner {
  background-color: var(--accent);
  width: 0%;
  height: 100%;
}

.slide-7 {
  width: 340px;
  height: auto;
  margin-right: 2rem;
}

.mask-2 {
  overflow: visible;
}

.slider {
  background-color: #0000;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.slider-2 {
  background-color: #0000;
  margin-bottom: 10rem;
}

.slide-nav-2 {
  position: static;
}

.left-arrow-wrapper {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}

.right-arrow-wrapper {
  width: 50px;
  height: 50px;
}

.slider-arrow-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: absolute;
  top: 1000px;
}

.back-button {
  margin-right: 1rem;
}

.mask-3 {
  width: 300px;
  overflow: visible;
}

.slide-8 {
  width: 300px;
  height: 100%;
  margin-right: 1.5rem;
}

.right-aroow, .left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-3 {
  display: none;
  position: static;
}

.slider-3 {
  background-color: #0000;
  height: 500px;
  position: static;
}

.mask-4 {
  width: 300px;
  max-width: 1200px;
  height: 500px;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
  overflow: visible;
}

.slide-9 {
  width: 300px;
  height: 100%;
  min-height: 400px;
  margin-right: 2rem;
}

.right-arrow {
  width: 50px;
  height: 50px;
  right: 50px;
}

.left-arrow-2 {
  width: 50px;
  height: 50px;
  left: 50px;
}

.slide-10 {
  width: 300px;
}

.body-cta-wrapper {
  display: none;
}

.service-card {
  height: 440px;
  position: relative;
}

.services-link {
  position: relative;
}

.desktop-slider-arrows {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.slider-next {
  cursor: pointer;
  border: 1px solid #47546766;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  transition: color .3s;
  display: flex;
}

.slider-next:hover {
  border-color: var(--accent);
  background-color: var(--accent);
  color: var(--primary);
}

.slider-next.right.yellow {
  border-color: var(--accent);
  background-color: var(--accent);
}

.slider-next.right.yellow:hover {
  border-color: var(--accent-hover);
  background-color: var(--accent-hover);
}

.slider-next.yellow {
  background-color: var(--accent);
}

.slider-next.yellow:hover {
  border-color: var(--accent-hover);
  background-color: var(--accent-hover);
}

.slider-prev {
  cursor: pointer;
  border: 1px solid #47546766;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  transition: color .3s;
  display: flex;
}

.slider-prev:hover {
  border-color: var(--accent);
  background-color: var(--accent);
  color: var(--primary);
}

.slider-prev.right.yellow {
  border-color: var(--accent);
  background-color: var(--accent);
}

.slider-prev.right.yellow:hover {
  border-color: var(--accent-hover);
  background-color: var(--accent-hover);
}

.slider-prev.yellow {
  background-color: var(--accent);
}

.slider-prev.yellow:hover {
  border-color: var(--accent-hover);
  background-color: var(--accent-hover);
}

.mobile-slider-arrows {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: none;
}

.certificate-wrapper-jobs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 38%;
  display: flex;
}

.header-wrapper-jobs {
  width: 58%;
}

.image-6 {
  height: 140px;
}

.icon {
  position: static;
}

.icon.ml-3 {
  margin-left: 1rem;
}

.icon.ml-1 {
  margin-left: .5rem;
}

.dropdown-list {
  z-index: 1001;
}

.dropdown-list.w--open {
  z-index: 11001;
}

.services-page-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.services-page-collection-item {
  background-color: var(--white);
}

.services-page-collection-item:hover {
  box-shadow: 0 0 10px #0003;
}

.div-block-15 {
  height: 100%;
  position: relative;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 38%;
  margin-bottom: 1rem;
}

.div-block-16 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  height: 62%;
  padding: 1rem;
  display: flex;
}

.html-embed {
  color: var(--accent);
  width: 15px;
  height: 15px;
}

.review-star {
  color: var(--accent);
  font-size: var(--base-font-size);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  line-height: 1em;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  font-size: var(--base-font-size);
  line-height: 1em;
}

.div-block-17 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.review-count {
  margin-right: .25rem;
}

.div-block-18 {
  align-items: center;
  display: flex;
}

.review-text {
  color: var(--primary-light);
  margin-bottom: .125rem;
  font-size: 10px;
  line-height: 1.5em;
}

.html-embed-2 {
  width: 30px;
  height: 30px;
}

.standorte-grid-collection-list-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  display: grid;
}

.standorte-grid-collection-item-copy {
  position: relative;
  overflow: hidden;
}

.standorte-grid-collection-item-copy:hover {
  box-shadow: 0 0 15px 10px #0003;
}

.standorte-grid-title-wrapper-copy {
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  background-color: var(--white);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.paragraph, .paragraph-2, .paragraph-3 {
  font-size: var(--base-font-size);
}

.div-block-19 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section.bg-image {
    padding-top: 280px;
  }

  .section.map-image-bg {
    background-position: 50% 99%;
    background-size: 1024px 480px;
  }

  .section.home-2 {
    padding-bottom: 130px;
  }

  .section.home-3 {
    background-position: 50% 90%, 100% 0;
  }

  .section.blue-bg-without-top-spacing {
    background-position: 50% 30%;
    background-size: auto 52%;
  }

  .section.slider-section {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.services {
    background-position: 100% 0;
    background-size: 73% 200%;
  }

  .section.projects-details-banner {
    background-position: 50% 90%, 100% 0;
  }

  .section.legal-top {
    padding-top: 180px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-menu {
    width: 50%;
    margin-right: auto;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-image {
    height: 320px;
  }

  .blog-grid-item {
    width: 31.62%;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
  }

  .blog-sidebar-item {
    width: 47.9%;
  }

  .sidebar-recent-post {
    align-items: flex-start;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .section-title-wrapper.width {
    width: 60%;
  }

  .team-card-image.position {
    object-position: 50% 13%;
  }

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

  .pricing-plan-item.pricing-item-width, .pricing-plan-item.dark-bg-width {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 33%;
    display: flex;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-title-wrapper {
    display: none;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

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

  .testimonials-wrapper {
    flex-wrap: nowrap;
  }

  .testimonials-wrapper.wrap {
    flex-wrap: wrap;
  }

  .testimonials-item {
    width: 40%;
  }

  .testimonials-item.width {
    width: 48%;
  }

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

  .secondary-button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .right-arrow-services {
    top: -20px;
    left: -510px;
  }

  .left-arrow-services {
    top: -20px;
    left: -575px;
  }

  .services-text-block {
    width: 30%;
  }

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

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .brand {
    margin-right: 50px;
  }

  .tabs-style-guide {
    flex-wrap: wrap;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .shop-details-block {
    margin-top: 120px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .right-navbar-wrap {
    grid-column-gap: 25px;
  }

  .navbar-link, .navbar-link.dark {
    font-size: 18px;
  }

  .home-1-banner-wrapper {
    width: 72%;
  }

  .title-description {
    color: var(--white);
  }

  .title-description.width {
    width: 71%;
  }

  .title-description.services-width {
    width: 83%;
  }

  .logo-wrapper {
    grid-column-gap: 50px;
  }

  .home-logo-image {
    width: 150px;
  }

  .medium-title.about-us-width {
    width: 35%;
  }

  .home-services-item {
    min-height: 380px;
  }

  .home-services-item.height {
    min-height: 395px;
  }

  .left-security-wrap {
    width: 42.5%;
  }

  .numbers-wrapper {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .numbers-wrap {
    width: 28%;
  }

  .short-description.width-white-text {
    width: 70%;
  }

  .shop-collect-item {
    width: 33%;
  }

  .accordion-wrap-faq.spacing, .accordion-wrap-faq.spacing-copy {
    width: 46%;
  }

  .wrapper-with-faq {
    grid-column-gap: 70px;
  }

  .dicover-wrapper {
    grid-column-gap: 200px;
  }

  .white-logo-wrapper {
    width: 20%;
  }

  .yellow-sections-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prograss-bar-wrappers {
    grid-column-gap: 100px;
  }

  .left-pricing-wrap {
    width: 30%;
  }

  .pricing-line {
    min-width: 270px;
  }

  .absolute-text {
    top: 25px;
    right: 20px;
  }

  .pricing-card-wrap.pricing-page {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .home-2-image-wrapper {
    width: 46%;
  }

  .home-2-yellow-star {
    width: 200px;
    top: 7%;
    right: -10%;
  }

  .home-3-banner-wrapper {
    width: 67%;
  }

  .about-us-banner-wrapper {
    width: 72%;
  }

  .about-us-banner-wrapper.pricing-page {
    width: 54%;
  }

  .about-us-banner-wrapper.portfolio-page {
    width: 66%;
  }

  .about-us-numbers-wrapper {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .left-wrapper-with-number {
    width: 60%;
  }

  .image {
    width: 39%;
    max-width: 470%;
  }

  .left-diverse-image {
    min-width: 370px;
  }

  .about-us-image-camera {
    width: 40%;
  }

  .projects-details-banner-wrapper {
    width: 72%;
  }

  .projects-details-banner-wrapper.mb-0 {
    width: auto;
  }

  .services-text-block-copy {
    width: 30%;
  }

  .div-block-17 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .review-text {
    margin-bottom: .125rem;
  }

  .html-embed-2 {
    height: 30px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 70px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.home-3 {
    background-position: 50% 92%, 100% 0;
    background-size: 88% 35%, auto;
  }

  .section.about-us-banner, .section.services-details-banner, .section.portfolio-banner, .section.licencing, .section.about-banner, .section.blog-details-banner {
    padding-top: 265px;
  }

  .pricing-plan-item.pricing-item-width {
    justify-content: center;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-1-banner-title.dark-copy {
    font-size: 80px;
  }

  .home-1-banner-wrapper {
    width: 74%;
  }

  .right-camera-image {
    width: 45%;
  }

  .camera-image {
    width: 170px;
    height: 170px;
  }

  .yellow-sections-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .pricing-wrap {
    grid-column-gap: 27px;
  }

  .pricing-line {
    min-width: 320px;
  }

  .home-2-banner-wrapper {
    width: 61%;
  }

  .banner-image-span {
    width: 230px;
    height: 48px;
  }

  .home-2-image-wrapper {
    left: -55px;
  }

  .home-2-yellow-star {
    width: 190px;
    right: -12%;
  }

  .bg-video-wrap {
    margin-left: 150px;
    margin-right: 150px;
  }

  .about-us-banner-wrapper {
    width: 74%;
  }

  .about-us-banner-wrapper.pricing-page {
    width: 61%;
  }

  .about-us-banner-wrapper.portfolio-page {
    width: 79%;
  }

  .projects-details-banner-wrapper {
    width: 90%;
  }

  .yellow-bg {
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  .section.home-3 {
    background-position: 50% 92%, 100% 0;
    background-size: 94% 36%, auto;
  }

  .section.about-us-banner {
    background-image: linear-gradient(#0006, #0006), linear-gradient(#ffc6001a, #ffc6001a), url('../images/Security_guard.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    padding-top: 345px;
  }

  .section.services {
    background-position: 123% 0;
    background-size: 82%;
  }

  .section.services-details-banner, .section.portfolio-banner, .section.licencing {
    padding-top: 345px;
  }

  .section.about-banner {
    background-image: linear-gradient(#ffc6001a, #ffc6001a), linear-gradient(#0006, #0006), url('../images/Hand_schütteln.png');
    background-position: 0 0, 0 0, 50% 40%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    padding-top: 345px;
  }

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

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .home-1-banner-title.home-2-title {
    font-size: 80px;
  }

  .relative-wrapper {
    justify-content: space-between;
  }

  .home-2-image-wrapper {
    left: -80px;
  }

  .home-2-yellow-star {
    width: 200px;
    right: -13%;
  }

  .home-3-bg-video {
    min-height: 660px;
  }

  .about-us-image-camera {
    width: 43%;
  }
}

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

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 22px;
  }

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

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

  .section.style-guide-section, .section.shop-product-section {
    padding-top: 160px;
  }

  .section.home-1-banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.bg-image {
    padding-top: 240px;
  }

  .section.home-2 {
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .section.home-3 {
    grid-row-gap: 80px;
    background-position: 50% 90%, 100% 0;
    background-size: 97% 37%, 100% 81%;
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .section.slider-section {
    margin-left: 14px;
    margin-right: 14px;
  }

  .section.about-us-banner {
    padding-top: 280px;
    padding-bottom: 80px;
  }

  .section.services {
    grid-row-gap: 80px;
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .section.services-details-banner {
    padding-top: 280px;
    padding-bottom: 80px;
  }

  .section.projects-details-banner {
    grid-row-gap: 80px;
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .section.portfolio-banner, .section.licencing {
    padding-top: 280px;
    padding-bottom: 80px;
  }

  .section.without-top-spacing-faq {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section.bottom-spacing, .section.light-background-copy {
    padding-bottom: 60px;
  }

  .section.about-banner {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .section.blog-details-banner {
    padding-top: 280px;
    padding-bottom: 80px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 68%;
  }

  .spacing-columns {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

  .primary-button {
    word-break: keep-all;
  }

  .primary-button.header {
    margin-top: 20px;
    display: flex;
  }

  .primary-button.tablet {
    display: none;
  }

  .primary-button.full-width {
    width: 100%;
  }

  .primary-button.full-width.btn-xl {
    border-radius: 30px;
    padding: 16px 24px;
    font-size: 1rem;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    z-index: 1000;
    overflow: visible;
  }

  .nav-container {
    z-index: 1000;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-container.nav-bottom {
    display: none;
  }

  .nav-menu {
    z-index: 1000;
    background-color: var(--primary-light);
    flex-direction: column;
    width: 320px;
    height: 100dvh;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--primary-light);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 12px;
    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;
    padding-left: 20px;
    padding-right: 40px;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper.size {
    overflow: visible;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

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

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 48.16%;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-image {
    height: 400px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-bottom: 80px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .section-title-wrapper.width {
    width: 89%;
  }

  .services-wrapper.spacing {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .pricing-plan-item.pricing-item-width {
    width: 47%;
  }

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

  .testimonials-wrapper {
    flex-wrap: wrap;
  }

  .testimonials-item {
    padding: 20px;
  }

  .testimonials-item.last-child {
    margin-bottom: 0;
  }

  .testimonials-item.width {
    width: 80%;
  }

  .contacts-wrapper {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 100%;
    min-height: auto;
    margin-bottom: 2rem;
    margin-left: 0;
    padding: 20px;
  }

  .contacts-location-slider {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    width: auto;
    max-width: 200px;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .block-quote-wrapper {
    margin-bottom: 80px;
  }

  .service-details-content-wrapper {
    width: 100%;
  }

  .service-details-sidebar-wrapper {
    flex-direction: column;
    width: 50%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    top: 81px;
  }

  .service-details-content {
    flex-direction: column;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .button-wrapper.spacing {
    margin-top: 30px;
  }

  .service-list-process-wrap {
    width: 50%;
  }

  .service-list-process-wrapper {
    flex-wrap: wrap;
  }

  .service-list-2-bottom-left-block, .service-list-2-bottom-center-block {
    min-height: 380px;
  }

  .primary-button-black:hover {
    opacity: 1;
  }

  .primary-button-black.tablet-button {
    display: none;
  }

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

  .progressbar-wrap {
    width: 85%;
    max-width: none;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .portfolio-grid-image {
    height: 320px;
  }

  .portfolio-grid-collection-item {
    width: 48.5%;
  }

  .portfolio-grid-title-wrapper {
    height: auto;
    inset: auto 0% 0%;
  }

  .project-template-category {
    text-align: center;
  }

  .project-template-info {
    margin-left: 40px;
    padding-left: 0;
  }

  .project-template-image {
    height: 360px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .slider-container {
    width: 61%;
  }

  .right-arrow-services {
    top: -15px;
    left: -212px;
  }

  .left-arrow-services {
    top: -15px;
    left: -280px;
  }

  .services-text-block {
    width: 29%;
    margin-right: 55px;
  }

  .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-light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    z-index: 1000;
    background-color: var(--primary-light);
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    position: relative;
  }

  .brand-tablet {
    width: 140px;
    display: block;
  }

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

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

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .spacing-title {
    max-width: 90%;
    font-size: 30px;
  }

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

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .shop-details-slider {
    height: 300px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .fourth-button:hover {
    opacity: 1;
  }

  .right-navbar-wrap {
    margin-left: auto;
    margin-right: 20px;
  }

  .logo-image.dark {
    filter: invert();
  }

  .dropdown-wrapper {
    flex-direction: column;
    height: 210px;
    overflow: scroll;
  }

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

  .home-1-banner-title {
    text-align: center;
  }

  .home-1-banner-title.dark-copy, .home-1-banner-title.home-2-title {
    flex-direction: column;
  }

  .home-1-banner-wrapper {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-1-banner-wrapper.width {
    width: 90%;
  }

  .title-description.width, .title-description.dark-center {
    text-align: center;
  }

  .title-description.dark-center-copy {
    text-align: center;
    width: 100%;
  }

  .title-description.services-width, .title-description.tablet-center, .title-description.tablet-center-width {
    text-align: center;
  }

  .logo-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-logo-image {
    width: 22%;
  }

  .services-top-wrapper.vertical {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .services-top-wrapper.vertical-copy {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .medium-title.left-text {
    text-align: left;
  }

  .medium-title.width {
    width: 90%;
  }

  .medium-title.discover-width {
    text-align: left;
    width: 47%;
  }

  .medium-title.left-text-tablet {
    text-align: left;
  }

  .services-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .home-services-item.height {
    min-height: auto;
  }

  .left-security-wrap {
    align-items: center;
    width: 100%;
  }

  .top-security-wrap {
    grid-row-gap: 30px;
    flex-flow: column-reverse wrap;
    justify-content: center;
  }

  .top-security-wrap.reverse {
    flex-direction: column;
  }

  .info-title {
    text-align: left;
  }

  .right-camera-image {
    width: 100%;
    max-width: none;
  }

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

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

  .short-description.width-white-text {
    width: 95%;
  }

  .short-description.width-about-us {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .shop-collect-wrap {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .shop-collect-item, .shop-collect-item.shop-page {
    width: 47%;
  }

  .protect-content-wrapper {
    align-items: center;
    width: 100%;
  }

  .accordion-wrap-faq.spacing {
    width: 90%;
    margin-top: 70px;
  }

  .accordion-wrap-faq.spacing-copy {
    width: 90%;
    margin-top: 0;
  }

  .wrapper-with-faq {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .wrapper-with-faq.center-copy {
    grid-row-gap: 20px;
  }

  .dicover-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: center;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-wrapp {
    justify-content: center;
  }

  .faq-button-wrap {
    justify-content: center;
    display: flex;
  }

  .title-wrapper {
    width: 100%;
  }

  .wrapper-with-logo {
    grid-row-gap: 120px;
  }

  .white-logo-wrapper {
    padding: 20px 30px;
  }

  .arrow-icon-slider {
    line-height: 1.2em;
  }

  .arrow-icon-slider.right.yellow, .arrow-icon-slider.yellow {
    display: none;
  }

  .home-testimonial-text {
    font-size: 22px;
  }

  .prograss-bar-wrappers {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .pricing-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .left-pricing-wrap {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-card-wrap {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-form {
    justify-content: center;
  }

  .div-block-8 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-wrap {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .home-2-banner-wrapper {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-image-span {
    margin-left: 1px;
    position: relative;
    top: 3px;
  }

  .home-2-image-wrapper {
    width: 50%;
  }

  .home-2-banner-wrap {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .home-3-banner-wrapper {
    align-items: center;
    width: 82%;
  }

  .home-3-banner-wrapper.width-shop {
    width: 100%;
  }

  .bg-video-wrap {
    height: 400px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .home-3-bg-video {
    height: 360px;
  }

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

  .about-us-banner-wrapper {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-banner-wrapper.pricing-page {
    width: 71%;
  }

  .about-us-banner-wrapper.portfolio-page, .about-us-banner-wrapper.contact-us {
    width: 90%;
  }

  .diverse-images-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .about-us-numbers-wrapper {
    justify-content: center;
    align-items: center;
  }

  .left-wrapper-with-number {
    width: 100%;
  }

  .about-us-numbers-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image {
    width: 100%;
    height: 450px;
  }

  .about-us-image-camera {
    width: 100%;
    height: 350px;
    position: static;
  }

  .about-us-title {
    text-align: center;
  }

  .wrapper-with-progress-bar {
    object-fit: cover;
    width: 50%;
    height: auto;
  }

  .about-us-progress-wrapper {
    align-items: center;
    width: 80%;
  }

  .about-us-progress-wrap {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .about-us-progressbar-wrap {
    width: 85%;
    max-width: none;
  }

  .project-main-photo {
    height: 400px;
  }

  .projects-details-banner-wrapper {
    align-items: center;
    width: 100%;
  }

  .yellow-bg {
    background-size: auto;
  }

  .item {
    width: 47%;
  }

  .checkout-form {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .cart-quantity-header {
    background-color: #0000;
    font-family: Inter, sans-serif;
    font-weight: 500;
    position: static;
  }

  .cart-quantity-header:focus {
    border-color: var(--primary);
  }

  .row {
    flex-direction: column;
  }

  ._404-heading {
    font-size: 150px;
  }

  .services-text-block-copy {
    margin-right: 0;
  }

  .hire-popup-wrap {
    display: none;
  }

  .white-button-bg:hover {
    opacity: 1;
  }

  .menu-wrap-bottom {
    background-color: var(--primary-light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slide-6, .mask {
    height: auto;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .mask-4, .slide-9 {
    width: 62vw;
  }

  .right-arrow {
    display: none;
  }

  .body-cta-wrapper {
    text-align: center;
    padding: 1rem;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .slider-next {
    line-height: 1.2em;
  }

  .slider-next.right.yellow, .slider-next.yellow {
    display: none;
  }

  .slider-prev {
    line-height: 1.2em;
  }

  .slider-prev.right.yellow, .slider-prev.yellow, .mobile-slider-arrows {
    display: none;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list-2 {
    background-color: #ddd;
  }

  .dropdown-list-2.w--open {
    background-color: #0000;
  }

  .dropdown-toggle {
    padding-left: 0;
  }

  .services-page-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .standorte-grid-collection-list-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .standorte-grid-collection-item-copy {
    width: 48.5%;
  }

  .standorte-grid-title-wrapper-copy {
    min-height: 200px;
    padding: 20px;
    inset: auto 0% 0%;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    font-size: 26px;
  }

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

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

  .section.style-guide-section, .section.shop-product-section {
    padding-top: 140px;
  }

  .section.home-1-banner {
    background-image: linear-gradient(#0006, #0006), linear-gradient(#0505050d, #0505050d), url('../images/element.png'), linear-gradient(#000000e6, #fff);
    background-position: 0 0, 0 0, 62%, 0 0;
    padding-bottom: 60px;
  }

  .section.bg-image {
    padding-top: 220px;
  }

  .section.map-image-bg {
    background-size: 93% 57%;
  }

  .section.home-2 {
    padding-bottom: 60px;
  }

  .section.home-3 {
    grid-row-gap: 60px;
    background-position: 50% 92%, 100% 0;
    background-size: 101% 25%, 100% 81%;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.blue-bg-without-top-spacing {
    background-position: 50% 36%;
    background-size: auto 37%;
    padding-bottom: 290px;
  }

  .section.about-us-banner {
    padding-top: 260px;
    padding-bottom: 60px;
  }

  .section.services {
    grid-row-gap: 60px;
    background-position: 100% 0;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.services-details-banner {
    padding-top: 260px;
    padding-bottom: 60px;
  }

  .section.projects-details-banner {
    grid-row-gap: 60px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.portfolio-banner, .section.licencing {
    padding-top: 260px;
    padding-bottom: 60px;
  }

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

  .section.bottom-spacing, .section.light-background-copy {
    padding-bottom: 40px;
  }

  .section.about-banner {
    padding-bottom: 60px;
  }

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

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .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 {
    width: 45%;
    margin-top: 30px;
  }

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

  .spacing-columns {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

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

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

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

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

  .primary-button {
    white-space: normal;
  }

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

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-paragraph {
    width: 80%;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .blog-grid-item, .blog-sidebar-item {
    width: 100%;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-image {
    height: 300px;
    margin-top: 40px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

  .section-title-wrapper.width {
    width: 100%;
  }

  .team-card-image.position {
    object-position: 50% 4%;
  }

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

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

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .pricing-plan-item.pricing-item-width, .pricing-plan-item.dark-bg-width {
    width: 100%;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-title-wrapper {
    margin-bottom: 20px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .testimonials-item, .testimonials-item.width {
    width: 100%;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-brand-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

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

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

  .block-quote-wrapper {
    margin-bottom: 60px;
  }

  .block-quote-name {
    font-size: 16px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .button-wrapper.spacing, .button-wrapper.spacing-copy {
    margin-top: 20px;
  }

  .service-list-2-bottom-left-block, .service-list-2-bottom-center-block, .progressbar-wrap {
    width: 100%;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .portfolio-grid-collection-list {
    grid-template-columns: 1fr;
  }

  .portfolio-grid-collection-item {
    width: 100%;
  }

  .project-template-category {
    margin-bottom: 20px;
  }

  .project-template-info {
    width: 100%;
    margin-left: 0;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .slider-container {
    width: 100%;
  }

  .mask-services {
    padding-bottom: 76px;
  }

  .right-arrow-services {
    width: 50%;
    margin-right: auto;
    inset: auto 0 0% auto;
  }

  .left-arrow-services {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto 0% 0;
  }

  .services-text-block {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-container {
    grid-row-gap: 30px;
    flex-direction: column;
  }

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

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

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

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

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-top-style: none;
    border-bottom: 1px solid #000;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid #000;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .spacing-title {
    max-width: 100%;
    font-size: 35px;
  }

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

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

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .shop-details-wrapper {
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    margin-top: 60px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .right-navbar-wrap {
    margin-right: 15px;
  }

  .banner-button-wrapper {
    margin-top: 20px;
  }

  .home-1-banner-title {
    text-align: center;
    font-size: 3rem;
  }

  .home-1-banner-wrapper.width, .title-description.width, .title-description.services-width {
    width: 100%;
  }

  .title-description.tablet-center-width {
    max-width: 100%;
  }

  .services-top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .services-top-wrapper.mobile {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .medium-title.left-text {
    text-align: center;
  }

  .medium-title.width {
    width: 100%;
  }

  .medium-title.discover-width {
    text-align: center;
    width: 100%;
  }

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

  .home-services-item {
    min-height: auto;
  }

  .collection-item {
    background-color: var(--white);
  }

  .relative-wrapper {
    height: 70%;
    overflow: hidden;
  }

  .info-title {
    text-align: left;
  }

  .right-camera-image {
    width: 100%;
  }

  .numbers-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .numbers-wrap {
    width: 47%;
  }

  .short-description.text-with-spacing {
    margin-bottom: 40px;
  }

  .short-description.width-about-us {
    width: 100%;
  }

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

  .shop-collect-item, .shop-collect-item.shop-page {
    width: 75%;
  }

  .accordion-wrap-faq.spacing {
    width: 100%;
    margin-top: 60px;
  }

  .accordion-wrap-faq.spacing-copy {
    width: 100%;
  }

  .accordion-wrap-faq.width-copy {
    margin-top: 15px;
  }

  .title-wrapper {
    width: 100%;
  }

  .wrapper-with-logo {
    grid-row-gap: 80px;
  }

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

  .white-logo-wrapper {
    width: 29%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-icon-slider {
    margin-right: auto;
    position: absolute;
    inset: auto 10px 0% auto;
  }

  .arrow-icon-slider.right {
    margin-left: auto;
    margin-right: 0;
    inset: auto auto 0% 10px;
  }

  .home-testimonial-text {
    font-size: 20px;
  }

  .sections-wrapper {
    margin-bottom: -60px;
  }

  .prograss-bar-wrappers {
    grid-row-gap: 40px;
  }

  .statistic-image {
    width: 400px;
  }

  .left-pricing-wrap {
    grid-row-gap: 15px;
  }

  .pricing-card-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 85%;
  }

  .copyright-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .banner-image-span {
    width: 190px;
    height: 36px;
  }

  .home-2-image-wrapper {
    justify-content: center;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-banner-wrap {
    grid-row-gap: 60px;
  }

  .home-bg-image, .home-2-camera-image {
    height: 100%;
  }

  .home-2-yellow-star {
    width: 100px;
    right: 0%;
  }

  .home-3-banner-wrapper {
    width: 95%;
  }

  .bg-video-wrap {
    border-width: 10px;
    height: 300px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-3-bg-video {
    height: 280px;
  }

  .about-us-banner-wrapper.pricing-page, .about-us-banner-wrapper.portfolio-page, .about-us-banner-wrapper.contact-us {
    width: 100%;
  }

  .diverse-images-wrapper {
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .about-us-numbers-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .left-wrapper-with-number {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-us-numbers-wrap {
    width: 80%;
  }

  .image {
    height: 350px;
  }

  .left-diverse-image {
    width: 100%;
    height: 350px;
  }

  .about-us-progress-wrapper {
    width: 100%;
  }

  .about-us-progress-wrap {
    margin-top: 40px;
  }

  .about-us-progressbar-wrap {
    width: 100%;
  }

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

  .project-main-photo {
    height: 300px;
  }

  .projects-details-banner-wrapper {
    flex-flow: column;
  }

  .yellow-bg {
    background-size: auto;
  }

  .item {
    width: 100%;
  }

  .checkout-form {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .logo-link {
    padding-left: 0;
  }

  .password-page-input {
    min-width: 240px;
  }

  .social-icons-wrapper {
    width: 100%;
  }

  ._404-heading {
    font-size: 120px;
  }

  .services-text-block-copy {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .div-block-10 {
    margin-top: 2rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .services-link {
    height: auto;
  }

  .desktop-slider-arrows {
    width: 100%;
    margin-top: 2rem;
    display: none;
  }

  .slider-next {
    margin-right: auto;
  }

  .slider-next.right, .slider-prev.right {
    margin-left: auto;
    margin-right: 0;
    inset: auto auto 0% 10px;
  }

  .mobile-slider-arrows {
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }

  .certificate-wrapper-jobs, .header-wrapper-jobs {
    width: 100%;
  }

  .standorte-grid-collection-list-copy {
    grid-template-columns: 1fr;
  }

  .standorte-grid-collection-item-copy {
    width: 100%;
  }

  .standorte-grid-title-wrapper-copy {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 20px;
  }

  .section.map-image-bg {
    background-position: 50% 71%;
    background-size: contain;
    padding-bottom: 10px;
  }

  .section.white-bg {
    padding-top: 50px;
  }

  .section.home-3 {
    background-size: 98% 16%, 100% 81%;
  }

  .section.blue-bg-without-top-spacing {
    background-position: 50% 33%;
    background-size: contain;
    padding-bottom: 260px;
  }

  .section.slider-section {
    padding-top: 50px;
  }

  .section.about-us-banner {
    padding-top: 200px;
  }

  .section.services {
    background-position: 18%;
  }

  .section.services-details-banner, .section.portfolio-banner, .section.licencing {
    padding-top: 200px;
  }

  .section.about-banner {
    padding-top: 140px;
  }

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

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

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

  .spacing-wrapper-mobile {
    width: 65%;
    max-width: 70%;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .spacing-wrapper {
    width: 100%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    white-space: normal;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.blog {
    border-style: solid;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .sidebar-categories {
    padding-left: 18px;
    padding-right: 18px;
  }

  .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;
    padding-bottom: 80px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

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

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .accordion-wrapper {
    flex-flow: wrap;
  }

  .accordion-list-content {
    font-size: 1rem;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-form-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

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

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .service-details-sidebar-wrapper {
    align-items: center;
  }

  .service-list-process-wrap {
    width: 100%;
  }

  .service-list-2-bottom-left-block, .service-list-2-bottom-center-block {
    min-height: 340px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-grid-image {
    height: 280px;
  }

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

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

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

  .sidebar-search-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .services-text-block {
    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;
  }

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

  .spacing-title {
    max-width: 100%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .shop-details-left-arrow {
    margin-left: 10px;
  }

  .shop-details-right-arrow {
    margin-right: 10px;
  }

  .section-two-side-title-wrapper {
    text-align: center;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .right-navbar-wrap {
    display: none;
  }

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

  .small-title.text-dark {
    text-align: left;
  }

  .banner-button-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .home-1-banner-title {
    font-size: 2.5rem;
  }

  .home-logo-image {
    width: 29%;
  }

  .services-top-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

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

  .services-collection-list {
    grid-template-columns: 1fr;
  }

  .info-title {
    text-align: left;
  }

  .numbers-wrap {
    width: 100%;
  }

  .short-description {
    text-align: left;
  }

  .short-description.width-white-text, .shop-collect-item, .shop-collect-item.shop-page, .dicover-wrapper {
    width: 100%;
  }

  .button-wrapp {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .logo-wrap {
    padding-top: 40px;
  }

  .white-logo-wrapper {
    width: 45%;
    padding: 15px;
  }

  .left-pricing-wrap, .pricing-card-wrap {
    width: 100%;
  }

  .footer-form {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .home-2-image-wrapper {
    width: 68%;
    height: 270px;
    max-height: 270px;
  }

  .home-bg-image {
    height: 95%;
  }

  .home-2-yellow-star {
    top: 2%;
    right: -6%;
  }

  .home-3-banner-wrapper {
    width: 100%;
  }

  .bg-video-wrap {
    height: 250px;
  }

  .home-3-bg-video {
    height: 230px;
  }

  .about-us-numbers-wrap {
    width: 100%;
  }

  .about-us-image-camera {
    height: 300px;
  }

  .wrapper-with-progress-bar {
    width: 70%;
  }

  .project-main-photo {
    height: 250px;
  }

  .projects-details-banner-wrapper {
    width: 100%;
  }

  .contact-us-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-us-input.blog {
    border-style: solid;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .contact-us-text-area {
    min-height: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cart-content-wrap {
    margin-right: 0;
  }

  .cart-content-wrapp {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .cart-con {
    border-radius: 0;
  }

  .password-page-input {
    min-width: auto;
  }

  .services-text-block-copy {
    width: 100%;
  }

  .white-button-bg {
    height: auto;
    line-height: 1.5em;
  }

  .bold-text-2 {
    font-size: 1rem;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .div-block-13 {
    height: 120px;
  }

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

  .body-cta-wrapper {
    z-index: 1001;
  }

  .services-page-collection-list {
    grid-template-columns: 1fr;
  }

  .standorte-grid-title-wrapper-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-daf981fd-9b17-a0fb-7466-2c35634f2c76-634f2c73, #w-node-_8fc7a769-810c-dfcb-6036-cb72ccf202a4-634f2c73 {
  justify-self: stretch;
}

#w-node-ccf6ff0d-e77b-a1be-9d34-ca9427268fa1-59b2d3d0, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-59b2d3eb, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-59b2d3eb, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-59b2d3eb, #w-node-fbbe4120-9907-d5b9-d668-a70e3570e413-59b2d3eb, #w-node-ccc0e20c-5e44-0e61-be9f-eb8d615dc1fc-59b2d3eb, #w-node-_1cd6cf45-0557-0786-96ff-bd7dfafa80f5-59b2d3eb, #w-node-_72a643cc-963e-0219-1a39-4ca395091c89-59b2d3eb, #w-node-f270a53a-0f47-92cd-1798-e21f3ef2d682-59b2d3eb, #w-node-ee3856e3-b830-28a3-c1a4-af824e51ce77-59b2d3eb, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785bc-59b2d3ed, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785d0-59b2d3ed, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785e4-59b2d3ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93706dea-b0d8-5338-755a-570b605c4171-59b2d3f2 {
  place-self: stretch stretch;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-59b2d3f4, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-59b2d3f4, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-59b2d3f4, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-59b2d3f4, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-59b2d3f4, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-59b2d3f4, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-59b2d3f4, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-59b2d3f4, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-59b2d3f4, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-59b2d3f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c76-634f2c73 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c76-634f2c73 {
    place-self: center;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-59b2d3eb, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-59b2d3eb, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-59b2d3eb, #w-node-fbbe4120-9907-d5b9-d668-a70e3570e413-59b2d3eb, #w-node-ccc0e20c-5e44-0e61-be9f-eb8d615dc1fc-59b2d3eb, #w-node-_1cd6cf45-0557-0786-96ff-bd7dfafa80f5-59b2d3eb, #w-node-_72a643cc-963e-0219-1a39-4ca395091c89-59b2d3eb, #w-node-f270a53a-0f47-92cd-1798-e21f3ef2d682-59b2d3eb, #w-node-ee3856e3-b830-28a3-c1a4-af824e51ce77-59b2d3eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@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;
}