:root {
  --text-grey: dimgrey;
  --black: black;
  --primary: #d5515e;
  --white-smoke: #f6f8fa;
  --white: white;
  --midnight-blue: rgba(0, 43, 86, .1);
}

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

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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--text-grey);
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

h1 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2em;
}

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

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--text-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

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

li {
  color: var(--text-grey);
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  font-size: 20px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

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

blockquote {
  border-left: 4px solid var(--primary);
  color: var(--black);
  margin: 25px 40px;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

.section.blog-grid-banner {
  min-height: 450px;
  background-image: url('../images/Banner-Home-3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  display: flex;
}

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

.section.contacts-2-banner {
  background-image: url('../images/Rectangle-1-1.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.about-us-banner {
  min-height: 567px;
  background-image: url('../images/Rectangle-1116-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.style-guide-section {
  min-height: 300px;
  align-items: center;
  display: flex;
}

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

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

.section.white-smoke-none-bm {
  background-color: var(--white-smoke);
  padding-bottom: 0;
}

.section.red-background {
  background-color: var(--primary);
  background-image: url('../images/Group-1733.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.shops {
  background-color: var(--white-smoke);
  padding-top: 0;
}

.section.faq {
  background-image: url('../images/Banner-FAQ.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

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

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

.section.none-top-padding {
  padding-top: 0;
}

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

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

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

.bottom-style-spacing-desktop {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

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

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

.middle-style-spacing-desktop {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.primary-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--primary);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.color-wrapper {
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

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

.black-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--black);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

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

.white-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--white);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

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

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

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

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

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

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

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

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

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 20px;
  transition: all .3s;
  display: inline-block;
}

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

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

.primary-button.mt-50 {
  margin-top: 50px;
}

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

.primary-button.margin-top {
  margin-top: 50px;
}

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

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

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

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

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

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

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

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

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

.nav-dropdown-list {
  width: 230px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-dropdown-list.megamenu.w--open {
  width: 670px;
  margin-left: -277%;
  display: flex;
}

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

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

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

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

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

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

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

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

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  border-top: 1px solid rgba(94, 94, 94, .5);
  padding-top: 40px;
}

.licensing-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 400;
}

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

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

.utility-page-content {
  width: 280px;
  text-align: center;
  flex-direction: column;
  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;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

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

.coming-soon-form {
  min-width: 690px;
  grid-column-gap: 30px;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

.blog-grid-image-link {
  min-width: 100%;
  border-radius: 5px;
}

.blog-grid-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 5px;
}

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

.blog-grid-item {
  width: 31%;
  background-color: var(--white);
  box-shadow: 0 10px 50px 0 var(--midnight-blue);
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
}

.blog-grid-item-title {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

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

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

.blog-grid-post-wrapper {
  position: relative;
}

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

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

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

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

.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 {
  width: auto;
  align-items: center;
  display: flex;
}

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

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-rights-wrapper {
  width: 100%;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.footer-rights-wrapper.tablet {
  display: none;
}

.footer-copyright {
  width: 100%;
  color: var(--text-grey);
  text-align: left;
  display: block;
}

.footer-copyright-link {
  color: var(--text-grey);
  letter-spacing: .2px;
  margin-right: 5px;
  text-decoration: none;
  transition: color .3s;
  display: inline;
}

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

.footer-copyright-link.last {
  margin-right: 0;
}

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

.process-item-wrapper {
  align-items: center;
  display: flex;
}

.process-image-wrapper {
  width: 45%;
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
}

.process-content {
  width: 45%;
}

.process-content.reverse {
  width: 80%;
  padding-right: 70px;
}

.process-number-wrapper {
  max-width: 20%;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}

.process-number-wrapper.reverse {
  max-width: none;
  min-width: 20%;
  flex: none;
  padding-left: 0;
}

.process-number {
  color: var(--primary);
  font-size: 66px;
  line-height: 1;
}

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

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

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

.free-trial-wrapper {
  max-width: 700px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process-content-wrapper {
  width: 55%;
  align-items: center;
  display: flex;
}

.values-wrapper {
  display: flex;
}

.values-image-wrapper {
  width: 50%;
  border-radius: 5px;
  overflow: hidden;
}

.values-content-wrapper {
  width: 50%;
  padding-left: 100px;
}

.values-counter-wrapper {
  border-top: 2px solid rgba(105, 105, 105, .3);
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.values-counter-item {
  width: 50%;
  box-shadow: 19px 6px 50px 0 var(--midnight-blue);
  border-radius: 15px;
  margin-right: 30px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  color: var(--primary);
  margin-bottom: 15px;
}

.career-list-item-wrapper {
  background-color: var(--white-smoke);
  border-radius: 5px;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px 35px;
  display: flex;
}

.career-location, .career-type {
  font-size: 18px;
  line-height: 24px;
}

.career-button-wrapper {
  width: 25%;
  text-align: right;
}

.career-title-mobile {
  margin-bottom: 5px;
  font-size: 18px;
  display: none;
}

.career-position-wrapper {
  width: 30%;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

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

.banner-title-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.banner-title-wrapper.contact-us-two {
  margin-bottom: 60px;
}

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

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

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

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

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

.services-item {
  background-color: #f9f9fa;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  padding: 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

.services-item-description {
  margin-bottom: 20px;
}

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

.accordion-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

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

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

.accordion-item {
  width: 100%;
  background-color: var(--white);
  box-shadow: 0 0 20px 0 var(--midnight-blue);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
}

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

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

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

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.pricing-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}

.pricing-item {
  width: 33.33%;
  background-color: var(--white);
  box-shadow: 0 0 40px 0 var(--midnight-blue);
}

.pricing-item.center-item {
  z-index: 10;
  box-shadow: 0 0 40px rgba(15, 92, 250, .1);
}

.pricing-title-wrapper {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-content {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.pricing-3-plan-price {
  color: var(--text-grey);
  font-size: 20px;
}

.pricing-list {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-list-item {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid rgba(105, 105, 105, .3);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
}

.pricing-3-list-item.last-child {
  border-bottom-style: none;
}

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

.pricing-features-wrapper {
  display: flex;
}

.pricing-features-wrap {
  width: 75%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-features-links-wrap {
  width: 25%;
  flex-direction: column;
  padding-left: 70px;
}

.pricing-features-item {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.more-features-icon {
  width: 60px;
  height: 60px;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.pricing-features-links-list {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

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

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

.job-position-content-wrapper {
  width: 67%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  width: 33%;
  box-shadow: 0 0 20px 0 var(--midnight-blue);
  padding: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

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

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

.paragraph-no-margin {
  color: var(--text-grey);
  margin-top: 0;
  margin-bottom: 0;
}

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

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-form-wrapper {
  width: 50%;
  background-color: var(--white);
  box-shadow: 0 20px 50px 0 var(--midnight-blue);
  border-radius: 5px;
  margin-right: 40px;
  padding: 40px;
}

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

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

.footer-social-icons-wrapper {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

.white-text {
  color: #fff;
}

.white-text.mb-30 {
  margin-bottom: 30px;
}

.white-text.size {
  font-size: 18px;
}

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

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

.footer-brand-wrapper {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.footer-social-icon {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--white);
}

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

.footer-logo {
  filter: brightness(9000%);
}

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

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

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

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

.search-input {
  height: auto;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
}

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

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

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

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

.footer-brand-description {
  text-align: left;
  margin-top: 20px;
}

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

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

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

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

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

.block-quote-name {
  color: var(--primary);
}

.list-item-circle {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
}

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

.service-details-sidebar-wrapper {
  width: 30%;
  padding: 20px 40px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

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

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

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

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

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

.service-list-item-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.service-list-item {
  height: 470px;
  position: relative;
}

.service-list-item-icon {
  width: 50px;
  filter: invert();
}

.service-list-item-content-wrapper {
  background-color: rgba(14, 14, 14, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.service-list-item-content {
  text-align: center;
}

.service-list-item-description {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 40px;
}

.service-list-item-title-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  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: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

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

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

.project-template-content {
  width: 70%;
}

.project-template-info {
  width: 30%;
  padding-left: 80px;
}

.project-template-content-wrapper {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.project-template-info-wrap {
  margin-bottom: 30px;
}

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

.paragraph-gray {
  font-size: 18px;
}

.project-template-social-icons {
  display: flex;
}

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

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

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

.project-template-banner-image {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

.project-pagination-wrapper {
  border-top: 1px solid rgba(175, 175, 175, .5);
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  width: 20%;
  text-align: center;
  border-left: 1px solid rgba(175, 175, 175, .5);
  border-right: 1px solid rgba(175, 175, 175, .5);
  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 {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.project-template-empty-state {
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

.landing-inner-page-image-wrapper.top-banner {
  margin-bottom: 0;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-banner-description {
  max-width: 400px;
  color: #fff;
  margin-top: 20px;
}

.banner-slider-container {
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 60px;
  display: flex;
}

.home-banner-section {
  background-image: url('../images/Rectangle-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
}

.secondary-button {
  border: 1px solid var(--primary);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 12px 30px;
  transition: all .3s;
}

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

.secondary-button.mt---20 {
  margin-top: 20px;
}

.secondary-button.white {
  border-color: var(--white);
  color: var(--white);
}

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

.secondary-button.white-hover {
  border-color: var(--white);
  color: var(--white);
}

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

.home-search-wrapper {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.banner-contacts-wrapper {
  width: 100%;
}

.banner-contact-info {
  width: 50%;
}

.banner-contacts-wrap {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar-fixed {
  width: 100%;
  height: 110px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.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 {
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-section {
  background-image: url('../images/Banner-Home-3.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  padding-top: 110px;
  padding-bottom: 80px;
  position: relative;
}

.courses-collection {
  width: 100%;
}

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

.career-collection-list-wrapper {
  width: 100%;
}

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

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

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

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

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

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

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

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

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

.heading {
  color: var(--white);
  font-size: 120px;
}

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

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

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

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

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

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

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

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

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

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

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

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

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

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

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

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

.search {
  width: 100%;
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  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, sans-serif;
  transition: color .2s;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.brand-tablet {
  display: none;
}

.brand {
  flex: none;
}

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

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

.base-container-6 {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-3 {
  width: 100%;
}

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

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

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

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

.style-guide-tab-link {
  width: 100%;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--black);
  margin-bottom: 80px;
  display: flex;
}

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

.grid-title-2.first-grid {
  width: 24%;
  border-left-style: solid;
  border-left-color: #7c7c7c;
  margin-top: 0;
}

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

.link-with-icon-2 {
  color: var(--black);
  transition: all .3s;
  display: flex;
}

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

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

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

.primary-button-black {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  align-items: center;
  padding: 16px 22px;
  transition: all .2s;
}

.primary-button-black:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

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

.primary-button-black.white-color:hover {
  color: #f9f9fa;
  background-color: rgba(0, 0, 0, 0);
}

.landing-text-span {
  color: var(--primary);
}

.landing-inner-page-image {
  width: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #e9e9e9;
}

.landing-banner-content {
  z-index: 999;
  max-width: 1100px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.banner-description-2 {
  max-width: 560px;
  text-align: center;
  letter-spacing: 2.4px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.landing-home-pages-wrapper-banner {
  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;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  width: 50%;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.landing-customers-content-right {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  width: 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-icon-style {
  max-height: 60px;
  opacity: 1;
  filter: invert();
}

.paragraph-benefits-lp {
  width: 90%;
  color: #fff;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

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

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

.section-ttile-description {
  width: 70%;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.landing-home-pages-wrapper {
  max-width: 1480px;
  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;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.free-trial-wrapper-2 {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-2.landing {
  max-width: 690px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.free-trial-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.section-banner.landing-banner {
  height: 100%;
  min-height: 87vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-bg {
  height: 140px;
  background-color: var(--primary);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.search-home {
  min-width: 630px;
  background-color: var(--white);
  border-radius: 5px;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 9px;
  display: flex;
}

.search-input-home {
  height: auto;
  border: 1px #000;
  margin-bottom: 0;
}

.search-input-home:focus {
  color: var(--black);
  font-size: 18px;
}

.search-input-home::-ms-input-placeholder {
  color: #ababab;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.search-input-home::placeholder {
  color: #ababab;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.icon-location {
  width: 26px;
  flex: none;
  align-items: center;
  margin-left: 23px;
  display: flex;
}

.image-location {
  width: 100%;
  height: 29px;
}

.bottom-block {
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.counter-left {
  width: 40%;
  grid-column-gap: 65px;
  display: flex;
}

.partners-right {
  width: 60%;
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.number-counter {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.number-counter.red-text {
  color: var(--primary);
}

.counter-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.counter-block.home-2 {
  grid-column-gap: 95px;
  grid-row-gap: 0px;
  flex-direction: row;
}

.counter-block.rows {
  grid-row-gap: 10px;
}

.counter-block.home-3 {
  grid-column-gap: 100px;
  flex-direction: row;
  margin-top: 50px;
}

.counter-block.about {
  grid-column-gap: 100px;
  flex-direction: row;
}

.counter-block.centered {
  align-items: center;
}

.partners-block {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.text-brand {
  color: #a8a8a8;
  font-family: Space Grotesk, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-none-capitalize {
  text-transform: none;
}

.span-red {
  color: var(--primary);
}

.slider-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
}

.description-slider {
  max-width: 80%;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.description-slider.maxw {
  max-width: 480px;
}

.slider-left-content {
  width: 100%;
  flex-direction: column;
  flex: none;
  display: flex;
}

.slider-left-content.overflow {
  overflow: hidden;
}

.slider-left-content.height {
  height: 680px;
  border-radius: 5px;
  justify-content: center;
}

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

.rows-content {
  max-width: 300px;
  grid-row-gap: 10px;
  background-color: var(--white);
  box-shadow: none;
  border-radius: 5px;
  flex-direction: column;
  padding: 40px 20px;
  display: flex;
}

.rows-content.home-2 {
  max-width: 370px;
}

.rows-content.left {
  z-index: 1;
}

.block-with-icon {
  width: 80px;
  height: 80px;
  background-color: var(--primary);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sliders-block {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-right {
  z-index: 1;
  width: 100%;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.slider-wrapper-content {
  height: 680px;
  box-shadow: none;
  flex: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-wrapper-content.display-none {
  display: flex;
}

.block-property {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.block-property.none-margin {
  margin-top: 0;
}

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

.content-section.home-3 {
  flex-direction: column;
}

.left-text-content {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-image-content {
  min-width: 500px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.right-image-content.home-3 {
  height: 400px;
  min-width: auto;
}

.number-text-red {
  color: var(--primary);
  font-family: Space Grotesk, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}

.grid-counter {
  grid-column-gap: 50px;
  grid-row-gap: 44px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.grid-counter.home-3 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.image-100.position {
  object-position: 50% 40%;
}

.text-maxw {
  max-width: 550px;
}

.heading-block {
  max-width: 570px;
  text-align: center;
}

.column-cart {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.column-content {
  width: 100%;
  height: 350px;
  border-radius: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-content.home-2 {
  height: 300px;
}

.column-content.home-3 {
  height: 300px;
  margin-left: -25%;
}

.image-wrapper-column.home-2 {
  width: 100%;
}

.image-wrapper-column.width-100 {
  width: 100%;
  max-width: 570px;
}

.heading-column {
  z-index: 2;
  color: var(--white);
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 26px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.column-background {
  z-index: 3;
  width: 0%;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.union {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonials-image-2 {
  grid-column-gap: 20px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 20px;
  align-items: center;
  display: flex;
}

.testimonials-image-2._01 {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.slider-testimonials {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.testimonials-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  padding-bottom: 100px;
}

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

.slide-7 {
  position: relative;
}

.slide-nav-testimonials {
  display: none;
}

.subtitle-author {
  text-transform: none;
  font-size: 18px;
}

.subtitle-author.none-magin {
  margin-top: 0;
}

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

.left-arrow-testimonials {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  transition: color .3s, background-color .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-arrow-testimonials:hover {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

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

.image-content {
  width: 50%;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.right-arrow-testimonials {
  width: 44px;
  height: 44px;
  background-color: var(--primary);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  transition: color .3s, background-color .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow-testimonials:hover {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

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

.heading-max-w {
  max-width: 418px;
}

.cart-block-left {
  max-width: 500px;
  grid-column-gap: 20px;
  box-shadow: 0 -20px 50px 0 var(--midnight-blue);
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cart-block-left.ml {
  margin-left: 50px;
}

.cart-block-left.mr {
  margin-right: 50px;
}

.brands-block {
  width: 100%;
  border-top: 2px dashed #d0d0d0;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brands-container {
  max-width: 1200px;
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.name-brands {
  color: #101828;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

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

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

.grid-shop {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area Area . ."
                 ". . Area-2 Area-2"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.collection-item-shop {
  width: 100%;
  height: 270px;
  display: flex;
  position: relative;
}

.collection-item-shop.height {
  height: 350px;
}

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

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

.link-shop-image {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-wrapper-shop {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.shops-content {
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.link-categories {
  z-index: 3;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-left: 20px;
  padding: 4px 12px;
  transition: background-color .3s, color .3s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.link-categories.position {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  display: inline-block;
  position: static;
}

.link-categories.position:hover {
  border: 1px solid var(--primary);
}

.bottom-block-description {
  z-index: 3;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-shop {
  color: var(--white);
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

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

.block-price {
  border-top: 1px solid rgba(255, 255, 255, .5);
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.block-horizontal {
  display: flex;
}

.shop-cart-background {
  z-index: 4;
  width: 0%;
  background-color: var(--white-smoke);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.links-footer-block {
  width: 100%;
  grid-column-gap: 50px;
  text-align: left;
  margin-top: 50px;
  display: flex;
}

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

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

.form-block-footer {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}

.heading-form {
  color: var(--white);
  font-family: Space Grotesk, sans-serif;
  font-size: 46px;
  line-height: 1em;
}

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

.input-field {
  height: auto;
  color: var(--text-grey);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 0;
  font-size: 20px;
}

.input-field:focus {
  border-bottom-color: var(--white);
  color: var(--white);
  font-size: 20px;
}

.input-field::-ms-input-placeholder {
  color: var(--text-grey);
  font-size: 20px;
}

.input-field::placeholder {
  color: var(--text-grey);
  font-size: 20px;
}

.form-footer {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 5px;
}

.error-message {
  color: var(--primary);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.sliders-right {
  grid-column-gap: 30px;
  flex: none;
  align-items: stretch;
  display: flex;
}

.collection-list-projects {
  grid-column-gap: 30px;
  display: flex;
}

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

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

.collection-item-projects.width-100, .heading-content-home-2 {
  width: 100%;
}

.heading-content-home-2.display {
  display: flex;
}

.bottom-block-banner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.bottom-block-banner.justify {
  justify-content: flex-end;
  align-items: flex-end;
}

.heading-all-caps {
  text-transform: uppercase;
}

.heading-all-caps.maxw {
  text-transform: capitalize;
}

.heading-all-caps.home-2 {
  color: var(--white);
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-all-caps.maxw-900 {
  max-width: 900px;
}

.subtitle-text {
  max-width: 400px;
  margin-top: 20px;
}

.banner-home-2 {
  height: 550px;
  margin-top: 80px;
  position: relative;
}

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

.heading-content.home-3 {
  flex-direction: column;
  align-items: center;
}

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

.block-cart.home-3 {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph {
  max-width: 700px;
}

.paragraph.maxw {
  max-width: 570px;
}

.maps-content {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.background-maps {
  height: 379px;
  opacity: .11;
}

.collection-list-wrapper-projects {
  width: 100%;
}

.gradient {
  z-index: 1;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, .5) 70%, rgba(255, 255, 255, .07));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-01 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  top: 29%;
  bottom: auto;
  left: 6%;
  right: auto;
  overflow: hidden;
}

.image-02 {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 19%;
  left: 12%;
  right: auto;
  overflow: hidden;
}

.image-03 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  bottom: auto;
  left: auto;
  right: 12%;
  overflow: hidden;
}

.heading-maps {
  z-index: 1;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.red-dot {
  background-color: rgba(213, 81, 94, .4);
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: 22%;
  right: auto;
}

.red-dot._02 {
  top: 11%;
  bottom: auto;
  left: auto;
  right: 23%;
}

.red-dot._03 {
  top: auto;
  bottom: 20%;
  left: auto;
  right: 12%;
}

.div-block-2 {
  width: 16px;
  height: 16px;
  background-color: var(--primary);
  border-radius: 50%;
}

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

.home-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.left-form {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-text-content {
  width: 50%;
  height: 100%;
}

.banner-section-home-2 {
  padding-top: 60px;
  padding-bottom: 0;
}

.form-home-3 {
  max-width: 400px;
  background-color: #f7f7f8;
  border-radius: 5px;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

.div-block-3 {
  z-index: 2;
  height: 138px;
  background-image: linear-gradient(to bottom, var(--white-smoke) 6%, var(--white) 72%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  z-index: 2;
  height: 138px;
  background-image: linear-gradient(360deg, var(--white-smoke) 6%, var(--white) 72%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.input-form-home-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7e8a9c;
  border-radius: 50px;
  margin-bottom: 20px;
}

.input-form-home-3:focus {
  border-color: var(--primary);
  color: var(--primary);
  font-size: 16px;
}

.input-form-home-3::-ms-input-placeholder {
  color: var(--text-grey);
  font-size: 16px;
}

.input-form-home-3::placeholder {
  color: var(--text-grey);
  font-size: 16px;
}

.title-form {
  color: var(--black);
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #7e8a9c;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  width: 24px;
  height: 24px;
  border-color: var(--primary);
  background-color: var(--primary);
  margin-top: 0;
  margin-left: 0;
}

.checkbox-label {
  font-size: 16px;
  line-height: 1.2em;
}

.background-form {
  z-index: 1;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container-content {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

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

.left-button-block {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.slider-projects {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav-projects {
  display: none;
}

.heading-slider {
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.slide-projects {
  margin-right: 30px;
}

.mask-projects {
  height: auto;
  overflow: visible;
}

.rows-content-right {
  max-width: 300px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.rows-content-right.top {
  height: 138px;
  background-image: linear-gradient(to bottom, var(--white-smoke) 6%, white 72%);
}

.rows-content-right.bottom {
  height: 138px;
  background-image: linear-gradient(360deg, var(--white-smoke) 6%, white 72%);
}

.left-arrow-projects {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 30px;
  transition: color .3s, background-color .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 4.5%;
  transform: translate(-50%);
}

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

.right-arrow-projects {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  transition: color .3s, background-color .3s;
  display: flex;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(-50%);
}

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

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

.grid-content {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template: ". Area Area"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-column-about {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

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

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

.red-number {
  color: var(--primary);
  font-size: 150px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.number-block {
  padding-bottom: 30px;
  position: relative;
}

.image-number {
  background-image: url('../images/200.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-block {
  width: 100%;
  grid-column-gap: 90px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.bottom-block-about {
  width: 100%;
  grid-column-gap: 30px;
  display: flex;
}

.tab-block {
  grid-row-gap: 5px;
  border-top: 2px solid rgba(105, 105, 105, .2);
  flex-direction: column;
  display: flex;
}

.text-20px {
  color: var(--black);
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
}

.text-20px.margin {
  margin-top: 20px;
  margin-bottom: 35px;
}

.image-wrapper {
  width: 550px;
  height: 330px;
  position: absolute;
  top: -148px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-tabs {
  max-width: 400px;
}

.block-right {
  max-width: 600px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.block-wrapper {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.rows {
  border-bottom: 2px solid rgba(105, 105, 105, .2);
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.red-arrow {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  transition: color .3s;
  transform: rotate(-45deg);
}

.red-arrow:hover {
  color: var(--black);
}

.title-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.title-wrapper.maxw {
  max-width: 650px;
}

.heading-wrapper-blog {
  z-index: 2;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.link-blog-post:hover {
  color: var(--black);
}

.heading-item {
  align-items: center;
  display: flex;
}

.input-contacts-form {
  height: auto;
  border: 1px solid var(--midnight-blue);
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.input-contacts-form:focus {
  border-color: var(--text-grey);
  color: var(--black);
}

.input-contacts-form::-ms-input-placeholder {
  font-size: 18px;
}

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

.input-contacts-form.minh {
  min-height: 200px;
}

.input-contacts-form.coming-soon {
  margin-bottom: 0;
}

.section-with-width {
  min-height: 450px;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.section-with-width.career {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Banner-Career-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-with-width.services-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.section-with-width.faq {
  background-image: url('../images/Banner-FAQ-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

.black-background {
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shop-wrapper {
  width: 100%;
  display: block;
}

.coming-soon-block {
  max-width: 690px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._404-text {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 1em;
}

.default-state {
  flex-direction: column;
  margin-bottom: 0;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.shop-text-wrapper {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper.margin {
  margin-top: 80px;
}

.shop-text-wrapper.margin-bottom {
  margin-bottom: 30px;
}

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

.buy-now-button-2 {
  width: 100%;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.shop-card-old-price {
  color: rgba(105, 105, 105, .8);
  text-decoration: line-through;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.shop-sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.lightbox-link-shop {
  height: 500px;
  min-width: 450px;
  border-bottom-style: none;
}

.quantity-2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0 0 2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(105, 105, 105, .5);
  border-radius: 0;
  margin-bottom: 30px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.quantity-2:focus {
  border-bottom-color: #e9e9e9;
}

.paragraph-shop-details {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.shop-details-subtitle {
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
}

.shop-details-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

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

.shop-details-featured-products-wrapper {
  width: 100%;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.none-margin-top {
  margin-top: 0;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.text-cart-button {
  display: none;
}

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

.header-cart {
  color: var(--black);
}

.button-remove {
  font-size: 18px;
  transition: color .3s;
}

.button-remove:hover {
  color: var(--black);
}

.apple-pay {
  border-radius: 5px;
}

.cart-quantity-shop {
  background-color: var(--white-smoke);
  border-color: rgba(105, 105, 105, .3);
}

.cart-quantity-shop:focus {
  border-color: var(--black);
}

.cart-block {
  grid-column-gap: 20px;
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.section-project {
  height: 100vh;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-block {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  flex: 1;
  display: flex;
  position: relative;
}

.container-block {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-parallax-project {
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.collection-list-wrapper-project {
  width: 100%;
  height: 100%;
}

.collection-list-project {
  width: 100%;
}

.collection-item-project {
  width: 100%;
  min-height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.collection-item-project.image-fixed {
  background-attachment: fixed;
}

.background-project {
  z-index: 2;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.description-project {
  z-index: 4;
  max-width: 550px;
  margin-left: 8vh;
  position: relative;
}

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

.button-con {
  width: 100%;
  cursor: pointer;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.portfolio-grid-item-wrapper {
  position: relative;
}

.portfolio-button-wrapper {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.image-project-2 {
  height: 380px;
  max-width: 380px;
  flex-direction: column;
}

.dark-hover-project-2 {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px 30px 50px;
  display: flex;
  position: absolute;
  top: 15px;
  bottom: -15px;
  left: -15px;
  right: 15px;
}

.none-border {
  text-align: center;
  border-bottom-style: none;
}

.none-border.align {
  text-align: left;
}

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

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

.collection-item-show-cases {
  position: relative;
}

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

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

.black-text.size {
  font-size: 18px;
}

.navbar-white {
  background-color: var(--white);
  position: relative;
}

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

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

.order-confirmation {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 40px;
}

.field-label-black {
  color: var(--black);
}

.checkout-form {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 40px;
}

.input-order {
  background-color: var(--white-smoke);
  border-radius: 5px;
}

.input-order:focus, .input-order.-wfp-focus {
  border-color: var(--black);
  color: var(--black);
}

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

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

.checkbox-label-order {
  margin-bottom: 0;
}

.checkbox-order {
  width: 15px;
  height: 15px;
  margin-top: 0;
}

.paypal-checkout-form {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 40px;
}

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

.form-2 {
  z-index: 3;
  position: relative;
}

.landing-inner-page-title {
  color: var(--black);
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.section-title-wrapper-lp {
  max-width: 740px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-block {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.buy-this-template {
  z-index: 1000;
  color: var(--white);
  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;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.all-templates {
  z-index: 1000;
  width: 141px;
  background-color: var(--white);
  color: #4353ff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.hire-popup {
  z-index: 1000;
  width: 100%;
  max-width: 296px;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

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

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.blog-grid-banner {
    padding-top: 130px;
  }

  .section.style-guide-section {
    min-height: 350px;
  }

  .section.shops {
    padding-top: 130px;
  }

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

  .nav-dropdown-toggle {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: -200%;
  }

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

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

  .footer {
    padding-top: 120px;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .banner-title-wrapper {
    grid-column-gap: 100px;
    justify-content: flex-start;
  }

  .banner-title-wrapper.justify {
    justify-content: space-between;
  }

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

  .search-section {
    margin-bottom: 80px;
  }

  .footer-brand-description {
    max-width: 370px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .block-quote-wrapper {
    margin-bottom: 130px;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-contacts-wrap {
    grid-column-gap: 90px;
  }

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

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .banner-section {
    padding-top: 140px;
    padding-bottom: 130px;
  }

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

  .style-guide-body-wrapper-2 {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .landing-banner-content {
    margin-bottom: 100px;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

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

  .section-banner.landing-banner {
    min-height: 88vh;
    background-image: none;
    padding-top: 70px;
  }

  .partners-right {
    grid-column-gap: 50px;
  }

  .counter-block {
    max-width: 230px;
  }

  .counter-block.home-2, .counter-block.home-3, .counter-block.about {
    max-width: none;
  }

  .text-brand {
    font-size: 24px;
  }

  .text-none-capitalize {
    max-width: 510px;
  }

  .slider-wrapper {
    flex-wrap: nowrap;
  }

  .description-slider {
    text-align: left;
    align-items: flex-start;
  }

  .rows-content {
    max-width: 370px;
  }

  .block-property {
    margin-top: 110px;
  }

  .content-section {
    grid-column-gap: 70px;
  }

  .grid-counter.home-3 {
    grid-column-gap: 50px;
  }

  .union {
    display: block;
    bottom: -11.5%;
    left: -3.5%;
  }

  .testimonials-2 {
    padding-bottom: 100px;
  }

  .block-wrapper-2 {
    grid-column-gap: 100px;
  }

  .brands-container {
    justify-content: space-between;
  }

  .heading-all-caps.maxw {
    max-width: 900px;
  }

  .banner-home-2 {
    margin-top: 130px;
  }

  .heading-content.home-3 {
    align-items: flex-start;
  }

  .block-cart.home-3 {
    width: 67%;
    justify-content: flex-start;
    margin-top: 130px;
    padding-left: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .left-form {
    justify-content: flex-start;
  }

  .form-home-3 {
    margin-top: 88px;
  }

  .background-form {
    margin-top: -88px;
    margin-left: -88px;
  }

  .container-content {
    max-width: 300px;
  }

  .block-full-width {
    width: 100%;
  }

  .rows-content-right {
    max-width: 370px;
  }

  .left-arrow-projects {
    right: 6.5%;
  }

  .right-arrow-projects {
    right: 3%;
  }

  .grid-content {
    grid-column-gap: 40px;
  }

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

  .image-wrapper {
    flex: none;
    top: -208px;
  }

  .heading-tabs {
    max-width: 490px;
  }

  .section-with-width {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .shop-details-title {
    font-size: 72px;
  }

  .lightbox-link-shop {
    min-width: 550px;
  }

  .shop-details-wrapper {
    grid-column-gap: 100px;
  }

  .cart-button {
    padding-left: 25px;
  }

  .cart-quantity {
    left: 40px;
  }

  .section-project, .section-parallax-project {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .description-project {
    max-width: 650px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .coming-soon-page-wrap {
    background-position: 50% 20%;
  }

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

  .landing-banner-content {
    margin-bottom: 60px;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .section-banner.landing-banner {
    min-height: 90vh;
    background-image: none;
    padding-top: 40px;
  }

  .union {
    bottom: -15%;
    left: -4.5%;
  }

  .block-cart.home-3 {
    width: 67%;
  }

  .left-form {
    align-items: flex-start;
  }

  .left-arrow-projects {
    right: 10%;
  }

  .right-arrow-projects {
    right: 7%;
  }

  .description-project {
    margin-left: 12vh;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 50px;
  }

  .section.shops {
    padding-top: 100px;
  }

  .base-container {
    flex: 1;
  }

  .home-banner-section {
    padding-top: 130px;
  }

  .banner-section {
    min-height: 100vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 160px;
    display: flex;
  }

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

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    min-height: 92vh;
    background-image: none;
    padding-top: 100px;
  }

  .color-bg {
    height: 200px;
  }

  .image-wrapper-column.width-100 {
    max-width: none;
  }

  .heading-form, .heading-all-caps.home-2 {
    font-size: 50px;
  }

  .block-cart.home-3 {
    width: 62%;
  }

  .image-02 {
    left: 15%;
  }

  .left-arrow-projects {
    right: 20.5%;
  }

  .right-arrow-projects {
    right: 18%;
  }

  .section-project {
    min-height: 100vh;
  }
}

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

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 25px;
  }

  .section.blog-grid-banner {
    min-height: 300px;
    padding-top: 80px;
  }

  .section.contacts-2-banner {
    padding-top: 100px;
  }

  .section.about-us-banner {
    min-height: 400px;
  }

  .section.style-guide-section {
    min-height: 250px;
  }

  .section.faq {
    background-image: linear-gradient(rgba(246, 248, 250, .5), rgba(246, 248, 250, .5)), url('../images/Banner-FAQ.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description {
    align-items: center;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-wrap: wrap;
    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.hide {
    display: none;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

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

  .nav-menu {
    width: 320px;
    background-color: var(--white);
    flex-direction: column;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

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

  .nav-dropdown {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-list {
    width: 320px;
    border-style: none;
    flex-direction: column;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 350px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: 0%;
  }

  .nav-dropdown-link-wrapper {
    width: 100%;
    flex-flow: wrap;
    flex: none;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--black);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

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

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: var(--white);
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    max-width: 60%;
    align-self: stretch;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

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

  .blog-template-wrapper {
    padding: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-rights-wrapper {
    display: none;
  }

  .footer-rights-wrapper.tablet {
    justify-content: center;
    margin-top: 50px;
    display: flex;
  }

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

  .section-title-wrapper {
    max-width: 560px;
  }

  .process-content.reverse {
    padding-right: 40px;
  }

  .process-number-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-location, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-title-wrapper {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .pricing-features-wrapper {
    flex-wrap: wrap;
  }

  .pricing-features-wrap {
    width: 100%;
  }

  .pricing-features-links-wrap {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    padding-left: 0;
  }

  .pricing-features-links-list {
    grid-column-gap: 40px;
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .capabilities-heading {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .contacts-title {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .contacts-2-location-wrapper {
    width: 40%;
    margin-top: 0;
  }

  .contacts-2-form-wrapper {
    width: 70%;
    margin-right: 0;
  }

  .contacts-2-content-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .contacts-2-content {
    width: 60%;
    padding-right: 30px;
  }

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

  .footer-brand-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .footer-links-wrapper {
    width: 100%;
  }

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

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

  .footer-logo-wrapper {
    width: 50%;
  }

  .testimonials-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 20px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .project-template-info {
    margin-left: 40px;
    padding-left: 0;
  }

  .project-template-image {
    height: 360px;
  }

  .nav-dropdown-column {
    width: 180px;
    justify-content: center;
  }

  .home-banner-description {
    font-size: 22px;
  }

  .banner-slider-container {
    text-align: center;
    align-items: center;
    padding-top: 30px;
  }

  .home-banner-section {
    padding-top: 60px;
  }

  .home-search-wrapper {
    margin-top: 40px;
  }

  .banner-contacts-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-contact-info {
    width: 47%;
  }

  .navbar-fixed {
    height: 60px;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .banner-section {
    padding-top: 80px;
  }

  .home-4-testimonials-wrapper {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    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(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .tablet-menu {
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.invert {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .style-guide-body-wrapper-2 {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    max-width: 200px;
  }

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

  .primary-button-black:hover {
    opacity: 1;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 65px;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-landing-customers {
    padding-top: 60px;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-left: 0;
    padding-right: 30px;
  }

  .landing-customers-content-right {
    width: 60%;
    grid-row-gap: 20px;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-banner.landing-banner {
    min-height: 70vh;
    background-image: none;
    align-items: center;
    padding-top: 80px;
  }

  .color-bg {
    height: 100px;
  }

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

  .counter-left {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .partners-right {
    width: 100%;
    justify-content: center;
  }

  .counter-block.home-2 {
    grid-column-gap: 30px;
  }

  .slider-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .description-slider {
    text-align: center;
    align-items: center;
  }

  .rows-content {
    max-width: 370px;
  }

  .rows-content.home-2 {
    max-width: 330px;
  }

  .rows-content.left {
    max-width: 350px;
  }

  .content-section {
    flex-direction: column;
  }

  .left-text-content {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .left-text-content.home-2 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .left-text-content.none-margin {
    margin-bottom: 0;
  }

  .right-image-content {
    height: 500px;
    min-width: auto;
  }

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

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

  .column-content.home-3 {
    margin-left: 0%;
  }

  .image-wrapper-column, .slider-testimonials {
    width: 100%;
  }

  .block-wrapper-2 {
    align-items: center;
  }

  .image-content {
    width: 100%;
  }

  .right-arrow-testimonials {
    margin-left: 80px;
  }

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

  .cart-block-left.ml {
    margin-left: 30px;
  }

  .cart-block-left.mr {
    margin-right: 30px;
  }

  .brands-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .collection-list-shop, .collection-list-shop.grid {
    grid-template-columns: 1fr;
  }

  .grid-shop {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }

  .heading-form {
    font-size: 42px;
  }

  .collection-list-projects {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .collection-item-projects {
    width: 47.9%;
  }

  .collection-item-projects.width-100 {
    width: 100%;
  }

  .heading-content-home-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bottom-block-banner {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .bottom-block-banner.justify {
    align-items: center;
  }

  .heading-all-caps.maxw {
    max-width: 670px;
    text-align: center;
  }

  .heading-all-caps.home-2 {
    font-size: 42px;
  }

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

  .heading-content {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-cart {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .paragraph.maxw {
    max-width: 450px;
  }

  .image-02 {
    bottom: 12%;
    left: 10%;
  }

  .image-03 {
    right: 8%;
  }

  .red-dot {
    top: 4%;
    left: 12%;
  }

  .red-dot._02 {
    top: 6%;
    right: 23%;
  }

  .home-content {
    flex-direction: column-reverse;
  }

  .left-form {
    width: 100%;
  }

  .right-text-content {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .heading-top-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .left-button-block {
    align-items: center;
  }

  .rows-content-right {
    max-width: 350px;
  }

  .heading-text {
    max-width: 500px;
    text-align: left;
  }

  .heading-left-block {
    align-items: center;
  }

  .top-block {
    grid-column-gap: 50px;
  }

  .text-20px.margin {
    margin-bottom: 15px;
  }

  .image-wrapper {
    height: 330px;
    position: static;
  }

  .block-wrapper {
    justify-content: center;
  }

  .heading-maxw {
    max-width: 500px;
  }

  .section-with-width {
    min-height: 300px;
  }

  .section-with-width.career {
    padding-top: 80px;
  }

  .coming-soon-block {
    align-items: center;
  }

  .shop-text-wrapper.margin {
    margin-top: 50px;
  }

  .add-to-cart-shop-details {
    max-width: 300px;
    flex-direction: column;
    display: flex;
  }

  .lightbox-link-shop {
    min-width: 100%;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .cart-block {
    flex: 1;
    justify-content: flex-end;
  }

  .section-project {
    justify-content: center;
  }

  .container-block {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .portfolio-collection-grid {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
  }

  .dark-hover-project-2 {
    top: 5px;
    bottom: -5px;
    left: -5px;
    right: 5px;
  }

  .collection-list-show-cases {
    grid-template-columns: 1fr 1fr;
  }

  .section-title-wrapper-lp {
    max-width: 560px;
  }

  .hire-popup-wrap {
    display: none;
  }
}

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

  h2, h3 {
    font-size: 32px;
  }

  blockquote {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 20px;
  }

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

  .section.about-us-banner {
    padding-top: 80px;
  }

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

  .section.faq {
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-FAQ.jpg');
    background-position: 0 0, 55%;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    width: 100%;
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
  }

  .grid-description.first-description {
    width: 100%;
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
  }

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

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

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

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

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

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

  .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;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-form {
    width: 100%;
    min-width: auto;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

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

  .blog-template-wrapper {
    padding: 20px 15px;
  }

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

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

  .process-item-wrapper {
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-number-wrapper {
    width: 100%;
    max-width: none;
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .process-number {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

  .process-content-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

  .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-location, .career-type {
    color: var(--black);
    font-weight: 700;
  }

  .career-button-wrapper {
    width: 100%;
    text-align: center;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .banner-title-wrapper.contact-us-two {
    margin-bottom: 40px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

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

  .pricing-item, .pricing-item.center-item {
    width: 100%;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-features-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-features-links-list {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .capabilities-heading {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .contacts-2-location-wrapper, .contacts-2-form-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .white-text.margin {
    margin-bottom: 30px;
  }

  .footer-brand {
    padding-left: 0;
  }

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

  .footer-logo-wrapper {
    width: 100%;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 360px;
  }

  .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%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

  .project-template-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .project-template-info-wrap {
    margin-bottom: 20px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .home-banner-description {
    font-size: 18px;
  }

  .home-search-wrapper, .banner-contact-info {
    width: 100%;
  }

  .banner-contacts-wrap {
    text-align: center;
    flex-wrap: wrap;
  }

  .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 {
    width: 100%;
    grid-row-gap: 30px;
  }

  .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 {
    width: 100%;
    grid-row-gap: 10px;
  }

  .content-wrapper {
    width: auto;
    flex-wrap: wrap;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    grid-row-gap: 15px;
    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;
  }

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

  .style-guide-body-wrapper-2 {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--black);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .spacing-title {
    max-width: none;
  }

  .grid-title-2 {
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
  }

  .grid-title-2.first-grid {
    width: 100%;
    border-left-style: none;
    border-right-style: none;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 50px;
  }

  .landing-home-pages-wrapper-banner {
    width: 100%;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

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

  .landing-customers-content-left {
    width: 100%;
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

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

  .section-ttile-description {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 60px;
  }

  .search-home {
    min-width: 100%;
  }

  .counter-block.home-3 {
    margin-top: 30px;
  }

  .text-none-capitalize {
    margin-bottom: 20px;
  }

  .slider-wrapper {
    flex-wrap: wrap;
  }

  .description-slider {
    max-width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .description-slider.maxw {
    text-align: center;
    align-items: center;
  }

  .rows-content.home-2 {
    max-width: 370px;
  }

  .slider-wrapper-content {
    width: auto;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .slider-wrapper-content.display-none {
    display: none;
  }

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

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

  .column-content {
    width: 100%;
  }

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

  .left-icon, .right-icon {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cart-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .block-wrapper-2 {
    flex-direction: column;
  }

  .image-content {
    align-items: center;
    margin-top: 30px;
  }

  .heading-max-w._260px {
    text-align: center;
  }

  .cart-block-left {
    width: 70%;
    max-width: none;
  }

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

  .form-block-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-form {
    font-size: 36px;
  }

  .sliders-right {
    width: 100%;
    justify-content: center;
  }

  .collection-list-projects.gride-slide {
    grid-column-gap: 15px;
  }

  .collection-item-projects {
    width: 100%;
  }

  .heading-all-caps.home-2 {
    font-size: 36px;
  }

  .banner-home-2 {
    margin-top: 60px;
  }

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

  .image-01 {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 11%;
    left: 42%;
    right: auto;
  }

  .image-02 {
    width: 50px;
    height: 50px;
    top: 7%;
    bottom: auto;
    left: 38%;
    right: auto;
  }

  .image-03 {
    top: 6%;
  }

  .red-dot {
    opacity: .4;
    top: 8%;
    left: 6%;
  }

  .red-dot._02 {
    top: 17%;
  }

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

  .banner-section-home-2 {
    padding-top: 60px;
  }

  .left-button-block {
    grid-row-gap: 30px;
  }

  .heading-slider {
    justify-content: center;
  }

  .left-arrow-projects {
    margin-top: 40px;
    margin-left: auto;
    margin-right: 15px;
    display: inline-block;
    position: static;
    transform: none;
  }

  .right-arrow-projects {
    margin-left: 15px;
    margin-right: auto;
    display: inline-block;
    position: static;
    transform: none;
  }

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

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

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

  .content-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .top-block {
    text-align: center;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .bottom-block-about {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .image-wrapper {
    width: 100%;
  }

  .section-with-width.career {
    padding-bottom: 60px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  ._404-text {
    font-size: 140px;
  }

  .shop-text-wrapper.margin {
    margin-top: 60px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .lightbox-link-shop {
    height: 350px;
  }

  .shop-details-wrapper {
    grid-template-columns: 1fr;
  }

  .shop-details-featured-products-wrapper {
    grid-row-gap: 30px;
  }

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

  .description-project {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .portfolio-collection-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid-item-wrapper {
    width: 100%;
  }

  .image-project-2 {
    max-width: 100%;
  }

  .collection-list-show-cases {
    grid-template-columns: 1fr;
  }

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

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .section.faq {
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-FAQ.jpg');
    background-position: 0 0, 45%;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    width: 50%;
    flex-direction: column;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

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

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

  .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-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

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

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    font-size: 18px;
  }

  .footer-copyright {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 18px;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .values-content-wrapper {
    margin-bottom: 50px;
  }

  .values-counter-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .values-counter-item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-features-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-features-links-wrap {
    margin-top: 40px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .pricing-features-links-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .service-list-item {
    height: 430px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    width: 100%;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: rgba(175, 175, 175, .5);
    border-bottom-width: 1px;
    border-bottom-color: rgba(175, 175, 175, .5);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-search-wrapper {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    margin-top: 40px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    width: 100%;
    height: 70px;
    justify-content: flex-end;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .button-block.gap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title-2 {
    align-items: center;
  }

  .grid-title-2.first-grid {
    width: 100%;
    text-align: center;
  }

  .landing-banner-content {
    max-width: none;
    flex-direction: column;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    top: auto;
    bottom: 28%;
    left: 0%;
    right: 0%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-customers-content-right {
    width: 100%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-inner-pages-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-banner.landing-banner {
    min-height: 50vh;
    background-position: 193% 57%, -71% 20%;
    background-size: auto 230px, auto 220px;
  }

  .partners-right {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .counter-block {
    max-width: 230px;
  }

  .counter-block.home-2 {
    width: 100%;
    max-width: none;
    justify-content: space-between;
  }

  .counter-block.home-3 {
    max-width: none;
    grid-column-gap: 30px;
  }

  .counter-block.about {
    max-width: none;
    grid-column-gap: 50px;
  }

  .rows-content {
    max-width: 350px;
  }

  .grid-counter {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .grid-counter.home-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .testimonials-2 {
    width: 100%;
    padding-bottom: 100px;
  }

  .left-arrow-testimonials {
    top: auto;
    bottom: 0%;
    left: 30%;
    right: auto;
  }

  .image-content {
    flex-direction: column;
  }

  .right-arrow-testimonials {
    margin-left: 80px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 30%;
  }

  .cart-block-left {
    width: 100%;
  }

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

  .cart-block-left.mr {
    margin-right: 0;
  }

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

  .links-footer-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .form-block-footer {
    margin-top: 30px;
  }

  .row-form {
    grid-row-gap: 15px;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .form-footer {
    grid-row-gap: 0px;
  }

  .collection-list-projects.home-2 {
    grid-template-columns: 1fr;
  }

  .collection-list-projects.gride-slide {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-01, .image-02, .image-03 {
    display: none;
  }

  .form-home-3 {
    margin-left: 40px;
  }

  .block-full-width {
    width: 100%;
    display: flex;
  }

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

  .mask-projects {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-content {
    grid-template: "."
    / 1fr;
  }

  .heading-column-about.height {
    height: 200px;
  }

  .red-number {
    font-size: 110px;
  }

  .number-block {
    width: 100%;
  }

  .image-number {
    background-size: contain;
  }

  .red-arrow {
    margin-left: 30px;
  }

  .heading-maxw, .add-to-cart-shop-details {
    max-width: none;
  }

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

#w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a4-e97928d8, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a8-e97928d8, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991ac-e97928d8, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b2-e97928d8, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b8-e97928d8, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991be-e97928d8 {
  justify-self: center;
}

#w-node-_8a254cbf-ff28-8bba-6be1-07e2c094e505-e97928f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbe40fed-27b0-3ace-887c-6faedbdfad27-e97928f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1655e6b-a132-d35b-2988-a09ac8bfed20-e97928f6, #w-node-f3ea9b4a-8e42-55be-0903-eb94e56acfbb-e97928f6, #w-node-_02292407-a498-6429-a04e-1b4f62041c64-e97928f6, #w-node-_0442799b-42fa-00e9-655c-66d91f239146-e97928f6, #w-node-_0442799b-42fa-00e9-655c-66d91f23914b-e97928f6, #w-node-_0442799b-42fa-00e9-655c-66d91f239150-e97928f6, #w-node-_0442799b-42fa-00e9-655c-66d91f239155-e97928f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd974c50-7daf-2395-3bb9-e2fa27a9a1c3-e979295e, #w-node-dd974c50-7daf-2395-3bb9-e2fa27a9a1c4-e979295e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8ba99b5-799d-ff78-2527-58103c5e8bb8-e9792961, #w-node-_800fbc24-5e57-45da-28e0-e9b4da7a0921-e9792961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45487a92-188c-2e83-cca5-104b1af0bd52-e9792983, #w-node-_45487a92-188c-2e83-cca5-104b1af0bd53-e9792983, #w-node-_45487a92-188c-2e83-cca5-104b1af0bd66-e9792983 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45487a92-188c-2e83-cca5-104b1af0bd67-e9792983 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45487a92-188c-2e83-cca5-104b1af0bd8e-e9792983, #w-node-_45487a92-188c-2e83-cca5-104b1af0bd8f-e9792983, #w-node-_45487a92-188c-2e83-cca5-104b1af0bd7a-e9792983 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45487a92-188c-2e83-cca5-104b1af0bd7b-e9792983, #w-node-d9058c8c-9403-8d8e-334a-5112af8db40b-e9792983, #w-node-d9058c8c-9403-8d8e-334a-5112af8db410-e9792983, #w-node-d9058c8c-9403-8d8e-334a-5112af8db415-e9792983, #w-node-d9058c8c-9403-8d8e-334a-5112af8db41a-e9792983, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-e97929a3, #w-node-fd85f992-c672-e7dd-7b88-5bff62d2bb38-e97929a3, #w-node-_2e6d5919-44e6-969e-5d75-57c55280cc50-e97929a3, #w-node-_5d356b16-13a3-e372-41af-82c8ffd1cdee-e97929a3, #w-node-_8bfc59ee-d97b-7d76-b2dc-375d44d5125a-e97929a3, #w-node-_25a8cf87-b7a0-ee69-f380-5c7786e70123-e97929a3, #w-node-fa9f02f7-0238-1970-63a8-b362961ef414-e97929a3, #w-node-f7985bf5-cc19-17d8-5964-76c5a96c3008-e97929a3, #w-node-_8703c5ec-9b14-52fb-1187-723cbdef6244-e97929a3, #w-node-fcca6239-3c2b-1e1e-0c3f-93d5dd845cc8-e97929a3, #w-node-_4dc1d123-bf34-eae3-b76c-8aeb383a93a5-e97929a3, #w-node-_718052ea-feef-7621-6bd1-31c08ccaa92f-e97929a3, #w-node-c42d58e7-ca85-febc-d0bf-a8961b933949-e97929a3, #w-node-_3b544fce-ae8e-0309-5e23-5250bc384219-e97929a3, #w-node-_52a1743a-a882-c8f5-8e66-adc9ffc8d9c8-e97929a3, #w-node-fa24e168-05c9-ba92-78c2-b4fc730712e8-e97929a3, #w-node-_01d68870-b312-f4af-18c0-26b4d36d3537-e97929a3, #w-node-a69a275d-005c-2c7f-52ea-2793c6532072-e97929a3, #w-node-_72d21c18-001c-2823-bae4-e0d596d030fb-e97929a3, #w-node-_494a6ff0-d2b8-dea5-a26e-87777fb4f28a-e97929a3, #w-node-c3098bed-858d-912b-87b4-a6668f07ab75-e97929a3, #w-node-_3c2162b4-512a-cf8e-3ec8-c7b208de5771-e97929a3, #w-node-a66d999f-b859-e542-c46b-3bbd8c297648-e97929a3, #w-node-_0ed983fa-9292-bb8a-186f-be4db6ba8743-e97929a3, #w-node-de373138-96a9-7e1d-fb58-f57224a577a2-e97929a3, #w-node-_5186de61-f9fd-478f-6118-ca8f5848a8bc-e97929a3, #w-node-_7f437dd6-d969-b105-ccd5-bb53da2fe0eb-e97929a3, #w-node-_9292b887-5620-d117-4801-6a9c0b2c5b1f-e97929a3, #w-node-e93cef54-95fd-4bae-f542-9b07a707f703-e97929a3, #w-node-_325141c1-d9d8-b809-6ec9-7301a6b19354-e97929a3, #w-node-_927c16a2-e6c1-6f5b-f6f4-cdff95d8ee57-e97929a3, #w-node-_2ddd0cc0-67fc-2ce2-d2e5-7e037d9890c8-e97929a3, #w-node-_7967089f-e7a7-988d-131a-bf5fbbfcea86-e97929a3, #w-node-f4c1825b-2ca5-e1f6-2a20-f7460ff3f9e0-e97929a3, #w-node-dcc9b43e-3eda-7f56-d898-2e58d0bdb291-e97929a3, #w-node-_7242a514-b41a-4c05-17f4-bf0f1e74a91f-e97929a3, #w-node-_35d358e5-f984-2942-b56e-a3f257822a59-e97929a3, #w-node-_4170a552-5720-9480-d2d4-4a20e311af40-e97929a3, #w-node-_3ba20762-8762-3c6d-dea0-a3b0bda4ec09-e97929a3, #w-node-f09897ff-3bbb-c51a-f635-123e8092eedd-e97929a3, #w-node-_9aec68a8-3373-5f9c-700b-fa19239a00ed-e97929a3, #w-node-_37996023-2dbe-f6f3-e307-fec6164819da-e97929a3, #w-node-_5f8de8e5-2e6f-2f6f-d9d9-7561321b1363-e97929a3, #w-node-_2c713bf4-c022-4443-ef5a-1379f558f475-e97929a3, #w-node-_45f0dd53-3db7-d78a-e82b-26b54a3a7b32-e97929a3, #w-node-_38dea891-75f7-2b42-1182-cdc4f88406ea-e97929a3, #w-node-_43dc4c03-82bc-7364-026e-d670dc2ae8e5-e97929a3, #w-node-_203cd57c-807f-9f7a-4e89-739ab0a89677-e97929a3, #w-node-f79bc3a3-79d1-948c-9b5d-59cebf10d506-e97929a3, #w-node-_7bbeb8b4-062c-2f71-9e49-169c16ebf49b-e97929a3, #w-node-_9818ca4f-82f3-a5c6-e3c3-575d8eb0a517-e97929a3, #w-node-_11a24de9-edbb-c20b-0962-68aad1107770-e97929a3, #w-node-f2ece13b-3aeb-0f0b-2e37-193696821bbf-e97929a3, #w-node-_5f9cf679-cd77-6058-bd7b-1759a09a198d-e97929a3, #w-node-e62c14d0-7174-46fd-f101-b31e7f20c427-e97929a3, #w-node-e57581ad-8d67-5bae-f9c8-c1796dd4c234-e97929a3, #w-node-_56126ac3-881d-01f6-191e-cd85849d6f76-e97929a3, #w-node-_8a6a10e9-35c2-853d-9f7c-b9f59b59a20f-e97929a3, #w-node-_0a918e87-cdf6-0e3b-63d3-f88bbdc7a02b-e97929a3, #w-node-bb4d48eb-43ac-c000-3bc1-450d717faf52-e97929a3, #w-node-cc76d8a0-5636-540a-65a9-4d823ec748d3-e97929a3, #w-node-b6bd8589-de5d-fe0d-8f56-67e022b16b38-e97929a7, #w-node-b303050c-c3c6-44c1-cdd2-288cfdfe06bd-e97929a7, #w-node-_7dffae39-118a-741e-97d8-cf89c5d62aac-e97929a7, #w-node-_45c2ea1c-74af-f278-6a61-8e3573a98fef-e97929ad, #w-node-c37c2b91-3057-915c-3778-0795173b056d-e97929ad, #w-node-_42ce345c-80d0-b6f7-4657-af60b1c0a764-e97929ad, #w-node-_02436e05-3b1f-7d18-2166-e98a4ac8145f-e97929ad, #w-node-b33f935f-11af-53f2-4efa-664e2f318ea3-e97929ad, #w-node-_109b9b11-5e7f-40ca-db47-f1b2b8e42f78-e97929ad, #w-node-b803b403-7da7-4a87-bd0e-9daef9253bd2-e97929ad, #w-node-faaf7884-a30a-fa99-01a5-2fa3dc005410-e97929ad, #w-node-_200368a3-30db-e97c-e69a-108b5cb67e2a-e97929ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7018690a-4703-5a80-9efe-04ae2aa254a6-e97929ad {
  align-self: start;
}

#w-node-e2e59068-8732-4fe4-232a-3b1b4e6b6220-e97929b0, #w-node-e2e59068-8732-4fe4-232a-3b1b4e6b6221-e97929b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-e97929b8, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-e97929b8, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-e97929b8, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-e97929b8, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-e97929b8, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-e97929b8, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-e97929b8, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-e97929b8, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-e97929b8, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-e97929b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8a254cbf-ff28-8bba-6be1-07e2c094e505-e97928f6, #w-node-dbe40fed-27b0-3ace-887c-6faedbdfad27-e97928f6 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8a254cbf-ff28-8bba-6be1-07e2c094e505-e97928f6, #w-node-dbe40fed-27b0-3ace-887c-6faedbdfad27-e97928f6, #w-node-c1655e6b-a132-d35b-2988-a09ac8bfed20-e97928f6, #w-node-f3ea9b4a-8e42-55be-0903-eb94e56acfbb-e97928f6, #w-node-_02292407-a498-6429-a04e-1b4f62041c64-e97928f6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-e97929a3, #w-node-fd85f992-c672-e7dd-7b88-5bff62d2bb38-e97929a3, #w-node-_2e6d5919-44e6-969e-5d75-57c55280cc50-e97929a3, #w-node-_5d356b16-13a3-e372-41af-82c8ffd1cdee-e97929a3, #w-node-_8bfc59ee-d97b-7d76-b2dc-375d44d5125a-e97929a3, #w-node-_25a8cf87-b7a0-ee69-f380-5c7786e70123-e97929a3, #w-node-fa9f02f7-0238-1970-63a8-b362961ef414-e97929a3, #w-node-f7985bf5-cc19-17d8-5964-76c5a96c3008-e97929a3, #w-node-_8703c5ec-9b14-52fb-1187-723cbdef6244-e97929a3, #w-node-fcca6239-3c2b-1e1e-0c3f-93d5dd845cc8-e97929a3, #w-node-_4dc1d123-bf34-eae3-b76c-8aeb383a93a5-e97929a3, #w-node-_718052ea-feef-7621-6bd1-31c08ccaa92f-e97929a3, #w-node-c42d58e7-ca85-febc-d0bf-a8961b933949-e97929a3, #w-node-_3b544fce-ae8e-0309-5e23-5250bc384219-e97929a3, #w-node-_52a1743a-a882-c8f5-8e66-adc9ffc8d9c8-e97929a3, #w-node-fa24e168-05c9-ba92-78c2-b4fc730712e8-e97929a3, #w-node-_01d68870-b312-f4af-18c0-26b4d36d3537-e97929a3, #w-node-a69a275d-005c-2c7f-52ea-2793c6532072-e97929a3, #w-node-_72d21c18-001c-2823-bae4-e0d596d030fb-e97929a3, #w-node-_494a6ff0-d2b8-dea5-a26e-87777fb4f28a-e97929a3, #w-node-c3098bed-858d-912b-87b4-a6668f07ab75-e97929a3, #w-node-_3c2162b4-512a-cf8e-3ec8-c7b208de5771-e97929a3, #w-node-a66d999f-b859-e542-c46b-3bbd8c297648-e97929a3, #w-node-_0ed983fa-9292-bb8a-186f-be4db6ba8743-e97929a3, #w-node-de373138-96a9-7e1d-fb58-f57224a577a2-e97929a3, #w-node-_5186de61-f9fd-478f-6118-ca8f5848a8bc-e97929a3, #w-node-_7f437dd6-d969-b105-ccd5-bb53da2fe0eb-e97929a3, #w-node-_9292b887-5620-d117-4801-6a9c0b2c5b1f-e97929a3, #w-node-e93cef54-95fd-4bae-f542-9b07a707f703-e97929a3, #w-node-_325141c1-d9d8-b809-6ec9-7301a6b19354-e97929a3, #w-node-_927c16a2-e6c1-6f5b-f6f4-cdff95d8ee57-e97929a3, #w-node-_2ddd0cc0-67fc-2ce2-d2e5-7e037d9890c8-e97929a3, #w-node-_7967089f-e7a7-988d-131a-bf5fbbfcea86-e97929a3, #w-node-f4c1825b-2ca5-e1f6-2a20-f7460ff3f9e0-e97929a3, #w-node-dcc9b43e-3eda-7f56-d898-2e58d0bdb291-e97929a3, #w-node-_7242a514-b41a-4c05-17f4-bf0f1e74a91f-e97929a3, #w-node-_35d358e5-f984-2942-b56e-a3f257822a59-e97929a3, #w-node-_4170a552-5720-9480-d2d4-4a20e311af40-e97929a3, #w-node-_3ba20762-8762-3c6d-dea0-a3b0bda4ec09-e97929a3, #w-node-f09897ff-3bbb-c51a-f635-123e8092eedd-e97929a3, #w-node-_9aec68a8-3373-5f9c-700b-fa19239a00ed-e97929a3, #w-node-_37996023-2dbe-f6f3-e307-fec6164819da-e97929a3, #w-node-_5f8de8e5-2e6f-2f6f-d9d9-7561321b1363-e97929a3, #w-node-_2c713bf4-c022-4443-ef5a-1379f558f475-e97929a3, #w-node-_45f0dd53-3db7-d78a-e82b-26b54a3a7b32-e97929a3, #w-node-_38dea891-75f7-2b42-1182-cdc4f88406ea-e97929a3, #w-node-_43dc4c03-82bc-7364-026e-d670dc2ae8e5-e97929a3, #w-node-_203cd57c-807f-9f7a-4e89-739ab0a89677-e97929a3, #w-node-f79bc3a3-79d1-948c-9b5d-59cebf10d506-e97929a3, #w-node-_7bbeb8b4-062c-2f71-9e49-169c16ebf49b-e97929a3, #w-node-_9818ca4f-82f3-a5c6-e3c3-575d8eb0a517-e97929a3, #w-node-_11a24de9-edbb-c20b-0962-68aad1107770-e97929a3, #w-node-f2ece13b-3aeb-0f0b-2e37-193696821bbf-e97929a3, #w-node-_5f9cf679-cd77-6058-bd7b-1759a09a198d-e97929a3, #w-node-e62c14d0-7174-46fd-f101-b31e7f20c427-e97929a3, #w-node-e57581ad-8d67-5bae-f9c8-c1796dd4c234-e97929a3, #w-node-_56126ac3-881d-01f6-191e-cd85849d6f76-e97929a3, #w-node-_8a6a10e9-35c2-853d-9f7c-b9f59b59a20f-e97929a3, #w-node-_0a918e87-cdf6-0e3b-63d3-f88bbdc7a02b-e97929a3, #w-node-bb4d48eb-43ac-c000-3bc1-450d717faf52-e97929a3, #w-node-cc76d8a0-5636-540a-65a9-4d823ec748d3-e97929a3 {
    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;
}