:root {
  --bg-body: #f5faf6;
  --text-dark: #0e0e0e;
  --primary: #1e0b8b;
  --secondary: #be842d;
  --paragraph-gray\<deleted\|variable-398a6f50\>: #535353;
  --primary-light: #f3f3f3;
  --white: white;
  --button-color: #321bdd;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --black: black;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -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-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 {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: 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 {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  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-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

  .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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--bg-body);
  color: var(--text-dark);
  letter-spacing: .5px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
}

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

h4 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  letter-spacing: 1.2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5em;
}

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

a:hover {
  color: var(--secondary);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray\<deleted\|variable-398a6f50\>);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

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

blockquote {
  border-top: 2px solid var(--secondary);
  border-bottom: 2px solid var(--primary);
  text-align: center;
  border-left: 1px #000;
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 30px 20px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

.section.changelog-banner, .section.blog-classic-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.section.banner-our-team {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Banner-Team-1_1Banner Team (1).webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.section.banner-service-details {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

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

.section.pricing-banner {
  background-color: var(--primary-light);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Img-4-1_1Img 4 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.section.contacts-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.section.banner-faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.section.banner-testimonials {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Wood-BG-1_1Wood BG (1).webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 0;
  display: block;
}

.section.image-background {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  width: 100%;
  height: auto;
}

.section.portfolio-grid-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC01378-Enhanced-NR-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
}

.section.primary-color-background {
  display: none;
}

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

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

.section.primary-bg-without-top.hidden {
  display: none;
}

.section.banner-home-1 {
  padding-top: 300px;
  overflow: hidden;
}

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

.section.banner-home-3 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 170px;
  display: flex;
}

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

.section.project-details {
  padding-top: 170px;
  padding-bottom: 0;
}

.section.shop-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Banner-Shop-1_1Banner Shop (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 170px;
}

.section.category-banner {
  background-color: var(--primary);
  padding-top: 170px;
}

.section.product-details {
  padding-top: 170px;
}

.section.hidden {
  display: block;
}

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

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

.base-container.display-flex-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

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

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

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

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

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

.h1-tablet {
  font-size: 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;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 16px 36px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

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

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

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

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

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

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

.primary-button.full-w {
  justify-content: center;
  width: 100%;
  display: flex;
}

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

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

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

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

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

.navbar {
  background-color: var(--bg-body);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.bg {
  background-color: var(--primary);
  color: var(--primary);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

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

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.nav-link {
  color: var(--primary-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 12px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link:hover {
  opacity: 1;
  color: var(--secondary);
}

.nav-link.w--current {
  color: var(--text-dark);
}

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

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

.nav-dropdown-toggle {
  color: var(--text-dark);
  margin-left: 0;
  margin-right: 0;
  padding: 30px 12px;
  transition: color .3s;
}

.nav-dropdown-toggle:hover {
  color: var(--secondary);
}

.nav-dropdown-toggle.w--open {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  top: 76px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .04);
}

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

.nav-dropdown-list.megamenu.w--open {
  background-color: var(--bg-body);
  width: 540px;
  display: flex;
  top: 76px;
  left: -160px;
}

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

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

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

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

.nav-item-title {
  color: var(--primary-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

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

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

.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 {
  border-top: 1px solid rgba(94, 94, 94, .5);
  width: 100%;
  padding-top: 40px;
}

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

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

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

.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-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

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

.licensing-icon-link-wrapper {
  border: 1px solid var(--primary);
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.licensing-icon-link-wrapper:hover {
  background-color: var(--primary);
  color: var(--white);
}

.icon-style-guide {
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
}

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

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

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

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

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

.licensing-font-title {
  color: rgba(94, 94, 94, .5);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  grid-column-gap: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

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

.password-input {
  border: 1px solid var(--primary-light);
  min-width: 280px;
  min-height: 50px;
  margin-bottom: 10px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--secondary);
}

.password-input::placeholder {
  color: var(--primary);
}

.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;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-center.mb-20 {
  text-transform: none;
}

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

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

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

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

.coming-soon-input {
  border: 1px solid var(--primary-light);
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
}

.coming-soon-input:focus {
  border: 1px solid var(--secondary);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  color: var(--primary);
  font-size: 16px;
  line-height: 1em;
}

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

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

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

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

.blog-classic-item {
  border: 1px solid var(--primary);
}

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

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

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

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

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

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

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

.blog-classic-post-date {
  z-index: 10;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 15px;
  margin-top: -13px;
  padding: 5px 18px;
  font-weight: 700;
  position: relative;
}

.nav-menu-wrapper {
  border-bottom: 1px solid var(--primary);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.nav-menu-wrapper.white-border {
  border-bottom-color: var(--white);
}

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

.footer {
  text-align: center;
  background-image: linear-gradient(rgba(17, 20, 17, .8), rgba(17, 20, 17, .8)), url('../images/DSC01377.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--primary);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.footer-rights {
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
}

.footer-copyright {
  color: rgba(255, 255, 255, .7);
  width: 100%;
  font-size: 16px;
  line-height: 2em;
  display: inline;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
  display: inline;
}

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

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

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

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

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

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

.paragraph-large {
  letter-spacing: .7px;
  font-size: 18px;
  line-height: 1.3em;
}

.banner-title-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mr-30-desctop {
  text-transform: none;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-plan-item {
  grid-column-gap: 40px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 30px 40px;
  display: flex;
}

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

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

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

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

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

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

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

.accordion-list {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  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-item {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

.accordion-item.dark {
  border-bottom: 1px solid var(--white);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-icon {
  color: var(--white);
  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;
}

.accordion-list-content.light-list {
  color: var(--primary-light);
}

.accordion-title.white-title {
  color: var(--white);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.light-background {
  background-color: var(--light-gray\<deleted\|variable-720418ab\>);
}

.coming-soon-image {
  max-width: 480px;
}

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

.contacts-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  background-image: url('../images/DSC01378-Enhanced-NR-min-p-800.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: auto;
}

.contacts-form-wrapper {
  background-color: var(--primary);
  width: 60%;
  padding: 20px 40px 40px;
}

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

.contacts-detail.align-stretch {
  align-items: stretch;
}

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

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

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--white);
  color: var(--black);
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--button-color);
}

.contacts-textarea::placeholder {
  color: rgba(56, 75, 56, .8);
  font-size: 16px;
  line-height: 1em;
}

.contacts-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

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

.contacts-input::placeholder {
  color: rgba(56, 75, 56, .8);
  font-size: 16px;
  line-height: 1em;
}

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

.footer-link {
  color: var(--primary-light);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

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

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

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.white-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.white-text.mb-15 {
  font-size: 24px;
}

.white-text.shadow {
  text-shadow: 2px 4px 4px rgba(0, 0, 0, .54);
  font-size: 48px;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  padding-right: 30px;
  display: flex;
}

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

.footer-brand.w--current {
  color: #fff;
  height: 40px;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 38px;
  height: 38px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

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

.footer-links-wrapper.last-child {
  text-align: left;
  width: 25%;
}

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

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

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

.search-wrap-input::placeholder {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

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

.contact-header {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

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

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

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

.search-input {
  border: 1px solid var(--primary-light);
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

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

.search-input::placeholder {
  color: var(--primary);
}

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

.search-section {
  padding-top: 170px;
  padding-bottom: 80px;
}

.footer-brand-description {
  color: var(--white);
  text-align: left;
}

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

.block-quote-position {
  color: rgba(14, 14, 14, .6);
}

.service-details-content-wrapper {
  width: 65%;
}

.service-details-sidebar-wrapper {
  border: 1px solid var(--primary);
  width: 35%;
  padding: 20px 40px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.service-details-content {
  grid-column-gap: 40px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

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

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

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

.service-list-banner {
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.video-wood {
  background-image: url('../images/Wood-BG-1_1Wood BG (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-list-wrap {
  background-color: var(--primary-light);
  max-width: 460px;
  padding: 40px 60px;
}

.about-list-wrapper {
  display: flex;
}

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

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

.about-featutes-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1.3fr 1fr 1fr;
  width: 100%;
}

.about-features-wrap {
  display: flex;
}

.about-2-feature-number {
  color: var(--secondary);
  margin-top: 10px;
  margin-right: 15px;
  font-size: 34px;
  line-height: 1;
}

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

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: 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;
}

.banner-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

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

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

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

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

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

.paragraph-gray {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

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

.project-template-social-link {
  border: 1px solid var(--primary);
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 15px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  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;
}

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

.nav-dropdown-column.first-column {
  width: 30%;
}

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

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

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

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

.secondary-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 16px 36px;
  transition: all .3s;
}

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

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

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

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

.map-wrapper {
  position: relative;
}

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

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

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

.image-background {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 240px;
  display: flex;
}

.courses-collection {
  width: 100%;
}

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

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

.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 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  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;
  transition: color .2s;
  display: flex;
}

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

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

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

.menu-wrap {
  align-items: center;
  display: 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;
}

.rich-text-style ul {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.rich-text-style li {
  color: var(--black);
  letter-spacing: 1px;
  font-weight: 400;
}

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

.rich-text-style p {
  color: var(--black);
}

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

._w-23 {
  width: 33%;
}

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

.brand-tablet {
  height: 30px;
  display: none;
}

.brand {
  height: 38px;
}

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

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

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

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

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

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

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

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

.style-guide-tab-link:hover {
  color: var(--secondary);
}

.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 {
  background-color: var(--primary);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

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

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

.primary-button-light {
  border: 1px solid var(--button-color);
  background-color: var(--primary-light);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 50px;
  align-items: center;
  margin-right: 12px;
  padding: 16px 36px;
  font-family: Montserrat, sans-serif;
  transition: all .2s;
}

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

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

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

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

.pages-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
}

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

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

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

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

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

.form-block-contacts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 410px;
  margin-bottom: 0;
  display: flex;
}

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

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

.batton-icon {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
}

.buuton-footer-wrapper {
  margin-top: 40px;
  display: flex;
}

.work-time {
  color: var(--primary-light);
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.light-paragraph.banner-paragraph {
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(64, 35, 231, .5);
  background-clip: padding-box;
  width: 65%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-header {
  height: 100%;
}

.text-span-4 {
  margin-left: 4px;
  font-size: 14px;
  line-height: 1em;
}

._w-100 {
  width: 100%;
}

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

.collection-item-blog {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-block {
  border-bottom: 1px solid var(--primary);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.blog-name {
  margin-top: 0;
  transition: color .3s;
}

.blog-name:hover {
  color: var(--secondary);
}

.link-img-wrap {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  overflow: hidden;
}

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

.link-blog {
  color: var(--secondary);
  margin-top: 20px;
  display: none;
}

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

.info-forestry-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.img-forestry-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.photo-1 {
  width: 49%;
}

.photo-2 {
  width: 49%;
  margin-top: 60px;
}

.button-section-wrapper {
  padding-top: 40px;
  display: flex;
}

.content-forestry-wrap {
  flex-direction: column;
  display: flex;
}

.numbers-wrapper {
  justify-content: space-between;
  display: flex;
}

.numbers-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  margin-left: 48px;
  margin-right: 48px;
  display: flex;
  position: relative;
}

.big-numbers {
  color: var(--primary);
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
}

.section-title-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.section-title-grid.tablet-start {
  grid-template-columns: 1.2fr .8fr;
}

.testimonials-2-type-wrapper {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: auto;
}

.left-arrow-testimonials {
  color: var(--button-color);
  width: 56px;
  height: 56px;
  font-size: 26px;
  transition: border-color .3s, color .3s;
  top: auto;
  bottom: 145%;
  left: auto;
  right: 80px;
}

.left-arrow-testimonials:hover {
  color: var(--white);
  border-color: #535b53;
}

.info-client-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.review-wrap-2-type {
  width: 70%;
}

.reviw-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.review-text {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.3em;
}

.review-text.big-text {
  color: var(--white);
  margin-top: 0;
  font-size: 26px;
}

.photo-client-small {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.right-arrow-testimonials {
  color: var(--button-color);
  width: 56px;
  height: 56px;
  font-size: 26px;
  transition: border-color .3s, color .3s;
  top: auto;
  bottom: 145%;
  left: auto;
  right: 0%;
}

.right-arrow-testimonials:hover {
  color: var(--white);
  border-color: #535b53;
}

.client {
  color: var(--button-color);
}

.video-wrapper {
  z-index: 10;
  margin-top: 60px;
  position: relative;
}

._50-bg-primary {
  background-color: var(--primary);
  width: 100%;
  height: 35%;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: 0%;
  right: 0%;
}

.collection-item-services-home {
  border-bottom: 1px solid rgba(56, 75, 56, .4);
}

.link-service-wrapper {
  text-align: left;
  justify-content: space-between;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.service-name {
  text-transform: none;
  width: 23%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.service-name._w-100 {
  width: 100%;
  transition: color .3s;
}

.service-name._w-100:hover {
  color: var(--secondary);
}

.paragraph-service {
  width: 69%;
}

.paragraph-service:hover {
  color: var(--text-dark);
}

.title-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.title-botton-desctop {
  padding-bottom: 10px;
  display: flex;
}

.ttitle-left-wrap {
  flex-direction: column;
  width: 70%;
  display: flex;
}

.primary-bg-absolute {
  background-color: var(--primary);
  width: 99%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-info-wrapper {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.3fr;
  position: relative;
}

.absolute-img {
  z-index: 1;
  object-fit: cover;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: .5%;
  right: auto;
}

.contact-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.contact-info-wrap {
  flex-direction: column;
  display: flex;
}

.button-nav-tablet {
  display: none;
}

.banner-content-wrapper {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  justify-items: center;
  position: relative;
}

.button-banner-wrap {
  margin-top: 50px;
  display: flex;
}

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

.home-banner-img {
  object-fit: cover;
  object-position: 50% 10%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cover.jpg');
  background-position: 0 0, 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/DSC01378-Enhanced-NR-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-overlay.dark-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

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

.link-project-home {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.info-project-wrapper {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75) 65%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 0%;
  right: 0%;
}

.line-project {
  background-color: var(--bg-body);
  width: 25%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.name-project {
  color: var(--white);
  transition: color .3s;
}

.name-project:hover {
  color: #e0f1e4;
}

.arrow-project {
  filter: invert();
  transition: filter .3s;
}

.arrow-project:hover {
  filter: invert(70%);
}

.project-image {
  width: 100%;
  max-width: 320px;
  height: 100%;
}

.button-buttom-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.banner-home-2-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  position: relative;
}

.banner-home-2-wrapper.service-details {
  grid-template-columns: 1.2fr .8fr;
}

.quick-stack-banner-2 {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 100%;
  padding: 0;
  position: relative;
}

.img-home-2 {
  object-fit: cover;
  width: 100%;
  height: 90%;
}

.info-banner-home-2-wrapper {
  background-color: var(--primary);
  padding: 20px 15px;
  position: relative;
  top: -15px;
  right: 15px;
}

.cell {
  align-items: flex-end;
}

.info-banner-home-2 {
  color: var(--white);
  font-size: 20px;
  line-height: 1em;
}

.text-span-5 {
  color: var(--secondary);
  font-size: 26px;
  font-weight: 500;
}

.img-2-home-2, .img-3-home-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-3 {
  font-size: 50px;
}

.content-banner-2-wrap {
  z-index: 10;
  padding-top: 50px;
  position: relative;
}

.content-banner-2-wrap.pt-0 {
  padding-top: 0;
}

.button-banner-home-2-wrap {
  margin-top: 60px;
  display: flex;
}

.banner-paragraph.light-paragrap {
  color: var(--primary-light);
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-bg-video {
  background-color: rgba(14, 14, 14, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-home-3-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.paragraph-banner-home-3 {
  border-bottom: 1px solid var(--white);
  width: 70%;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.batton-home-3-wrapper {
  display: flex;
}

.banner-pargaraph {
  text-align: center;
  width: 60%;
}

.banner-pargaraph.light-paragraph {
  text-align: center;
}

.lest-content-banner-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-about {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 500px;
  margin-top: 60px;
}

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

.info-contact-about {
  text-align: center;
}

.button-about-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.mt-0 {
  margin-top: 0;
}

.contact-wrap {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.link {
  font-size: 20px;
  font-weight: 400;
}

.about-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
}

.gallery-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-img:hover {
  background-color: #5fcac7;
}

.img-gallery-about-us {
  grid-column-gap: 40px;
  width: 100%;
  display: flex;
}

.lightbox-link {
  border-bottom-width: 0;
  border-radius: 12px;
  overflow: hidden;
}

.lightbox-link.about-box {
  border-radius: 0;
  width: 100%;
  height: 350px;
}

.content-about-us {
  text-align: center;
  width: 91%;
}

.title-central {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-bottom: 50px;
  display: flex;
}

.title-central.small-space-tablet {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.icon-contact {
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 1em;
}

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

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

.slide-nav-testimonials {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.review-text-light {
  color: var(--primary-light);
  font-size: 30px;
  line-height: 1.3em;
}

.info-client {
  grid-column-gap: 30px;
  border-top: 1px solid var(--primary-light);
  align-items: flex-end;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.photo-client {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.review-wrapper {
  flex-direction: column;
  display: flex;
}

.our-team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
}

.our-team-wrapper.team-members {
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-wrapper {
  position: relative;
}

.team-member-photo {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.name-team-wrapper {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: 5%;
}

.blog-details-img, .img-blog-details-wrapper {
  width: 100%;
  height: 100%;
}

.paragraph-3 {
  width: 85%;
}

.story-wrapper {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  width: 100%;
}

.manager-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.content-story {
  margin-top: 10px;
}

.name {
  color: var(--button-color);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.background {
  z-index: -1;
  background-color: var(--primary);
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.story-wrap {
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.img-story-wrap {
  position: relative;
}

.signatire {
  filter: invert();
  width: 200px;
  position: absolute;
  top: auto;
  bottom: -66%;
  left: auto;
  right: 3%;
  transform: rotate(-8deg);
}

.form-title-wrapper {
  flex-direction: column;
  margin-bottom: 20px;
}

.success-message-contact {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.links-wrapper-contact {
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--primary);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contact {
  color: var(--secondary);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.contact-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

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

.forestry-img-1 {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

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

.forestry-img-2 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.list-services {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 500;
}

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

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

.collection-item-our-service {
  flex-direction: column;
  display: flex;
}

.img-overflow-link {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.service-img-link {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-services {
  flex-direction: column;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.line-link {
  border-top: 1px solid var(--primary);
  margin-top: 10px;
  padding-top: 20px;
}

.service-name-big {
  transition: color .3s;
}

.service-name-big:hover {
  color: var(--secondary);
}

.list-wrapper {
  flex-direction: column;
  display: flex;
}

.service-detail-heading {
  color: var(--white);
  font-size: 62px;
}

.service-details-img {
  object-fit: cover;
  width: 100%;
}

.left-item-pricing {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.right-item-pricing {
  justify-content: space-between;
  width: 53%;
  display: flex;
}

.contact-link {
  font-size: 18px;
}

.collection-item-project {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.collection-item-project.reverse {
  flex-direction: row-reverse;
}

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

.button-project-wrapper {
  margin-top: 30px;
  display: flex;
}

.img-link-project {
  width: 60%;
  height: 100%;
  overflow: hidden;
}

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

.flex-projects {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.project-name {
  transition: color .3s;
}

.project-name:hover {
  color: var(--secondary);
}

.name-project-wrapper {
  border-bottom: 1px solid var(--primary);
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.project-heading {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.cart-button:hover {
  color: var(--button-color);
}

.cart-button.dark-cart {
  color: var(--primary);
}

.cart-button.dark-cart:hover {
  color: var(--secondary);
}

.cart-quantity {
  background-color: var(--button-color);
  color: var(--primary);
  font-weight: 400;
  position: absolute;
  top: -89%;
  bottom: auto;
  left: auto;
  right: -15%;
}

.shop-header-wrapper {
  margin-left: 10px;
}

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

.product-content-wrapper {
  margin-top: 5px;
  padding: 10px 20px;
}

.info-product-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price {
  color: var(--secondary);
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
}

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

.quantity {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(56, 75, 56, .3);
  border-radius: 25px;
  width: 80px;
  height: 54px;
  margin-bottom: 0;
  padding-left: 25px;
}

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

.add-to-cart {
  margin-top: 40px;
}

.collection-item {
  border: 1px solid var(--primary);
}

.link-product-wrapper {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

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

.product-name {
  transition: color .3s;
}

.product-name:hover {
  color: var(--secondary);
}

.mt-7 {
  margin-top: 7px;
}

.apple-pay, .pay-with-browser {
  border-radius: 50px;
}

.cart-quantity-header {
  border-color: var(--primary-light);
  border-radius: 0;
}

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

.checkout-form {
  background-color: var(--primary-light);
  min-height: auto;
  padding-top: 170px;
  padding-bottom: 60px;
}

.email {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 0;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.email:focus {
  border-color: var(--secondary);
}

.full-name {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 0;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.full-name:focus {
  border-color: var(--secondary);
}

.street-address {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 0;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.street-address:focus {
  border-color: var(--secondary);
}

.street-address-2 {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 0;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.street-address-2:focus {
  border-color: var(--secondary);
}

.city {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 0;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.city:focus {
  border-color: var(--secondary);
}

.state-province {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 0;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.state-province:focus {
  border-color: var(--secondary);
}

.zip-postal-code {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 0;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.zip-postal-code:focus {
  border-color: var(--secondary);
}

.country {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 0;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.country:focus {
  border-color: var(--secondary);
}

.card-number {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 0;
  height: 54px;
  padding: 16px 18px;
}

.card-number:focus, .card-number.-wfp-focus {
  border-color: var(--secondary);
}

.card-number::placeholder {
  color: var(--text-dark);
}

.expiration-date {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 0;
  height: 54px;
  padding: 16px 18px;
}

.expiration-date:focus, .expiration-date.-wfp-focus {
  border-color: var(--secondary);
}

.expiration-date::placeholder {
  color: var(--text-dark);
}

.security-code {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 0;
  height: 54px;
  padding: 16px 18px;
}

.security-code:focus, .security-code.-wfp-focus {
  border-color: var(--secondary);
}

.security-code::placeholder {
  color: var(--text-dark);
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.billing-address-toggle {
  margin-top: 10px;
}

.block-header {
  border-color: var(--primary);
}

.block-content {
  border-right-color: var(--primary);
  border-bottom-color: var(--primary);
  border-left-color: var(--primary);
}

.sticky-position {
  top: 100px;
}

.div-block-39 {
  flex: 1;
  display: flex;
}

.paypal-checkout-form {
  background-color: var(--primary-light);
  min-height: auto;
  padding-top: 170px;
  padding-bottom: 60px;
}

.order-confirmation {
  min-height: auto;
  padding-top: 170px;
  padding-bottom: 60px;
}

.out-of-stock-state {
  background-color: var(--button-color);
}

.field-label-product {
  color: var(--secondary);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.field-label-product.mb-0 {
  margin-bottom: 0;
}

.price-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

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

.product-img-details {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.shop-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

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

.add-to-cart-product {
  margin-top: 20px;
}

.category-product {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  transition: color .3s;
  display: flex;
}

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

.info-shop {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.lightbox-link-product {
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 450px;
}

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

.default-state-details {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.price-details {
  color: var(--primary);
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
}

.category {
  color: var(--secondary);
  font-size: 18px;
}

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

.quantity-wrapper {
  margin-right: 15px;
}

.heading-4 {
  color: var(--secondary);
  font-size: 140px;
  font-weight: 500;
}

.logo {
  height: 38px;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.error-state, .error-message-contact {
  background-color: var(--secondary);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
}

.heading-5, .heading-6 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-span-6 {
  font-size: 12px;
  font-style: italic;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  font-size: 12px;
}

.serch-container {
  min-height: 85vh;
  padding: 140px 20px 100px;
}

._02 {
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.bold-text {
  font-size: 24px;
}

.heading-7 {
  margin-bottom: 25px;
  font-size: 48px;
}

.bold-text-2 {
  font-size: 24px;
}

.heading-8 {
  text-transform: none;
  margin-top: 64px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-9 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-span-11 {
  font-size: 12px;
  font-style: italic;
}

.text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  font-size: 12px;
}

.heading-10, .heading-11 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-12 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
}

.heading-13 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.empty-state {
  display: none;
}

.heading-14 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.link-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  padding-left: 0;
  font-weight: 400;
}

.paragraph-5.headline {
  font-size: 24px;
  font-weight: 500;
}

.div-block-40 {
  display: flex;
}

.div-block-41, .div-block-42 {
  margin-left: 16px;
  margin-right: 16px;
}

.div-block-43 {
  margin-right: 16px;
  padding-left: 16px;
}

.div-block-44 {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.changelog-banner, .section.blog-classic-banner, .section.banner-our-team, .section.banner-service-details, .section.pricing-banner, .section.contacts-banner, .section.banner-faq, .section.banner-testimonials, .section.about-us-banner, .section.portfolio-grid-banner, .section.style-guide-section {
    padding-top: 200px;
  }

  .section.mt-100-desctop {
    padding-top: 100px;
  }

  .section.banner-home-1 {
    align-items: flex-end;
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 80px;
    display: flex;
  }

  .section.banner-home-3 {
    padding-top: 220px;
    overflow: hidden;
  }

  .section.blog-details-banner, .section.project-details, .section.shop-banner, .section.category-banner, .section.product-details {
    padding-top: 200px;
  }

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

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

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: -130px;
  }

  .footer {
    padding-top: 80px;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .contacts-content-wrapper {
    background-position: 50% 30%;
    width: 45%;
  }

  .contacts-form-wrapper {
    width: 55%;
  }

  .footer-brand-wrapper {
    padding-right: 40px;
  }

  .footer-brand {
    height: 50px;
  }

  .footer-brand.w--current {
    height: 42px;
  }

  .footer-links-wrapper.last-child {
    width: 22%;
    padding-right: 10px;
  }

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

  .search-section {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .service-details-content-wrapper {
    width: 70%;
  }

  .service-details-sidebar-wrapper {
    width: 30%;
  }

  .service-details-content {
    grid-column-gap: 80px;
  }

  .service-list-banner {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .about-featutes-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-2-feature-number {
    margin-right: 20px;
  }

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

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .pages-banner {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .light-paragraph.banner-paragraph {
    width: 55%;
  }

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

  .link-img-wrap {
    height: 320px;
  }

  .blog-img {
    object-position: 50% 40%;
  }

  .info-forestry-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .photo-1, .photo-2 {
    width: 48%;
  }

  .big-numbers {
    font-size: 80px;
  }

  .info-client-wrapper {
    grid-column-gap: 30px;
  }

  .review-wrap-2-type {
    width: 65%;
    padding-right: 20px;
  }

  .reviw-wrapper {
    align-items: flex-end;
  }

  .review-text {
    font-size: 24px;
  }

  .photo-client-small {
    width: 120px;
    height: 120px;
  }

  .paragraph-service {
    width: 65%;
  }

  .title-wrapper {
    grid-column-gap: 60px;
    justify-content: space-between;
    justify-items: stretch;
    margin-bottom: 50px;
  }

  .ttitle-left-wrap {
    width: 60%;
  }

  .contact-button-wrap {
    margin-top: 50px;
  }

  .banner-content-wrapper {
    grid-template-columns: 1.5fr;
  }

  .home-banner-img {
    object-position: 50% 30%;
  }

  .banner-home-2-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .banner-home-2-wrapper.service-details {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1.1fr .9fr;
  }

  .img-home-2 {
    object-fit: cover;
    width: 100%;
    height: 90%;
  }

  .info-banner-home-2-wrapper {
    background-color: var(--primary);
    margin-left: auto;
    padding: 20px 15px;
    position: relative;
    top: -21px;
    right: 10px;
  }

  .info-banner-home-2 {
    font-size: 24px;
  }

  .text-span-5 {
    font-size: 34px;
  }

  .heading-3 {
    font-size: 60px;
  }

  .banner-paragraph {
    width: 95%;
  }

  .banner-home-3-wrapper {
    width: 80%;
  }

  .banner-pargaraph {
    width: 55%;
  }

  .img-about {
    height: 550px;
  }

  .img-about.project-details-img {
    margin-top: 80px;
  }

  .info-contact-about {
    text-align: left;
  }

  .button-about-wrap, .contact-wrap {
    justify-content: flex-start;
  }

  .about-wrapper {
    grid-column-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: .7fr 1fr;
    align-items: center;
  }

  .lightbox-link.about-box {
    height: 370px;
  }

  .content-about-us {
    text-align: left;
    width: 100%;
  }

  .title-central.small-space-tablet {
    margin-bottom: 50px;
  }

  .paragraph-3 {
    width: 80%;
  }

  .story-wrapper {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .links-wrapper-contact {
    padding: 30px;
  }

  .services-info-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .forestry-img-1 {
    height: 250px;
  }

  .img-overflow-link {
    height: 420px;
  }

  .service-detail-heading {
    font-size: 72px;
  }

  .service-details-img {
    height: 480px;
  }

  .collection-item-project {
    grid-template-columns: 1.2fr .8fr;
    display: flex;
  }

  .flex-projects {
    grid-row-gap: 100px;
  }

  .project-heading {
    font-size: 66px;
  }

  .shop-header-wrapper {
    margin-left: 15px;
    margin-right: 10px;
  }

  .collection-list {
    grid-template-rows: auto;
  }

  .product-content-wrapper {
    padding: 20px 30px;
  }

  .price {
    font-size: 28px;
  }

  .link-product-wrapper {
    height: 260px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 200px;
    padding-bottom: 110px;
  }

  .shop-wrap {
    grid-column-gap: 60px;
  }

  .heading-4 {
    font-size: 160px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner-home-1 {
    padding-bottom: 100px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: -135px;
  }

  .footer-brand-wrapper {
    width: 37%;
    padding-right: 60px;
  }

  .about-featutes-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

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

  .light-paragraph.banner-paragraph {
    width: 60%;
  }

  .left-arrow-testimonials {
    bottom: 155%;
  }

  .review-wrap-2-type {
    padding-right: 0;
  }

  .right-arrow-testimonials {
    bottom: 155%;
  }

  .ttitle-left-wrap {
    width: 55%;
  }

  .contact-info-wrapper {
    grid-template-columns: .8fr 1.2fr;
  }

  .absolute-img {
    width: 35%;
  }

  .banner-content-wrapper {
    grid-template-columns: 1.4fr;
  }

  .info-banner-home-2-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    right: 15px;
  }

  .info-banner-home-2 {
    font-size: 26px;
  }

  .text-span-5 {
    font-size: 36px;
  }

  .heading-3 {
    font-size: 66px;
  }

  .banner-paragraph {
    width: 87%;
  }

  .paragraph-banner-home-3 {
    width: 65%;
  }

  .paragraph-3, .background {
    width: 75%;
  }

  .forestry-img-1 {
    height: 240px;
  }

  .forestry-img-2 {
    height: 480px;
  }

  .service-details-img {
    object-position: 50% 20%;
    height: 460px;
  }

  .link-product-wrapper {
    height: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .section.banner-home-1 {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .section.banner-home-2 {
    padding-top: 180px;
  }

  .base-container {
    max-width: 1440px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .pricing-plan-item {
    padding: 50px 60px 60px;
  }

  .pricing-plan-list {
    font-size: 20px;
  }

  .contacts-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contacts-content-wrapper {
    background-position: 50% 15%;
  }

  .contacts-form-wrapper {
    padding: 40px 50px 50px;
  }

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

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

  .light-paragraph.banner-paragraph {
    color: var(--white);
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    width: 53%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .big-numbers {
    font-size: 82px;
  }

  .photo-client-small {
    width: 100px;
    height: 100px;
  }

  .primary-bg-absolute {
    width: 98%;
  }

  .absolute-img {
    object-position: 50% 70%;
    width: 37%;
    max-width: 650px;
    left: 1%;
  }

  .banner-content-wrapper {
    grid-template-columns: 1.3fr;
  }

  .heading-3 {
    font-size: 68px;
  }

  .img-about {
    height: 650px;
  }

  .team-member-photo {
    object-position: 50% 10%;
    height: 480px;
  }

  .team-member-photo.about-team {
    height: 380px;
  }

  .background {
    width: 70%;
  }

  .links-wrapper-contact {
    padding-left: 75px;
    padding-right: 75px;
  }

  .services-info-wrapper {
    grid-column-gap: 60px;
  }

  .forestry-img-1 {
    object-position: 50% 40%;
    height: 220px;
  }

  .forestry-img-2 {
    height: 400px;
  }

  .img-overflow-link {
    height: 480px;
  }

  .service-details-img {
    object-position: 50% 0%;
    height: 480px;
  }

  .project-heading {
    font-size: 70px;
  }

  .collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .shop-wrap {
    grid-column-gap: 80px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 32px;
  }

  .section.changelog-banner, .section.blog-classic-banner {
    padding-top: 140px;
  }

  .section.banner-our-team {
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-Team-1_1Banner Team (1).webp');
    background-attachment: scroll, scroll;
    padding-top: 140px;
  }

  .section.banner-service-details {
    align-items: stretch;
    padding-top: 140px;
    display: block;
  }

  .section.pricing-banner, .section.contacts-banner, .section.banner-faq, .section.banner-testimonials, .section.about-us-banner, .section.portfolio-grid-banner, .section.style-guide-section {
    padding-top: 140px;
  }

  .section.banner-home-1 {
    padding-top: 200px;
  }

  .section.banner-home-2 {
    padding-top: 140px;
  }

  .section.banner-home-3 {
    min-height: auto;
    padding-top: 140px;
  }

  .section.blog-details-banner, .section.project-details, .section.shop-banner, .section.category-banner, .section.product-details {
    padding-top: 140px;
  }

  .base-container {
    max-width: 100%;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    padding-top: 15px;
  }

  .nav-container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    margin-left: 0;
    position: fixed;
    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-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-list {
    background-color: #fff;
    border-style: none;
    flex-direction: column;
    width: auto;
    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 {
    background-color: #fff;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    background-color: var(--white);
    width: 100%;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

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

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

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

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .nav-menu-wrapper {
    padding-bottom: 15px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .banner-title-wrapper {
    max-width: 600px;
  }

  .mr-30-desctop {
    margin-right: 0;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
  }

  .pricing-plan-item {
    grid-column-gap: 30px;
    align-items: center;
    padding: 20px 20px 30px;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-form-wrapper {
    margin-left: 0;
    padding: 30px;
  }

  .footer-social-icons-wrapper {
    margin-top: 30px;
  }

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

  .footer-brand-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-links-wrapper.last-child {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 30%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .contact-header {
    display: none;
  }

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

  .search-section {
    padding-top: 140px;
  }

  .footer-brand-description {
    text-align: center;
    width: 75%;
    margin-top: 20px;
  }

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-banner {
    padding-top: 140px;
  }

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

  .video-wood {
    width: 100%;
    min-height: 340px;
  }

  .about-list-wrap {
    max-width: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-featutes-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .about-2-feature-number {
    margin-right: 10px;
    font-size: 26px;
  }

  .project-template-info {
    margin-left: 40px;
    padding-top: 5px;
    padding-left: 0;
  }

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

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .menu-wrap {
    background-color: var(--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 {
    border-bottom: 1px solid var(--primary);
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .image-burger.white-burger {
    filter: invert();
  }

  .brand-tablet {
    height: 36px;
    display: block;
  }

  .brand {
    height: 36px;
  }

  .spacing-system-image {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

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

  .primary-button-light:hover {
    opacity: 1;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .pages-banner {
    padding-top: 140px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .light-paragraph.banner-paragraph {
    width: 63%;
  }

  .text-span-4 {
    display: none;
  }

  .collection-list-blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-blog {
    width: 47%;
  }

  .link-block {
    padding-left: 0;
    padding-right: 0;
  }

  .link-blog {
    margin-top: 10px;
  }

  .info-forestry-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.05fr .95fr;
  }

  .photo-1 {
    object-fit: cover;
    height: 350px;
  }

  .photo-2 {
    object-fit: cover;
    height: 350px;
    margin-top: 40px;
  }

  .numbers-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .big-numbers {
    font-size: 70px;
  }

  .section-title-grid {
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-title-grid.tablet-start {
    grid-template-columns: .8fr;
    justify-items: start;
  }

  .left-arrow-testimonials {
    font-size: 28px;
    bottom: 127%;
  }

  .info-client-wrapper {
    grid-row-gap: 20px;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
  }

  .review-wrap-2-type {
    width: 75%;
  }

  .reviw-wrapper {
    grid-column-gap: 40px;
    justify-content: space-between;
  }

  .photo-client-small {
    object-position: 50% 10%;
    width: 50%;
    height: 80px;
  }

  .right-arrow-testimonials {
    font-size: 28px;
    bottom: 127%;
  }

  .service-name {
    width: 35%;
  }

  .paragraph-service {
    width: 60%;
  }

  .ttitle-left-wrap {
    width: 64%;
  }

  .contact-info-wrapper {
    grid-template-columns: 1fr;
  }

  .tablet-hiidden {
    display: none;
  }

  .absolute-img {
    opacity: .2;
    object-position: 50% 60%;
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .contact-info-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .button-nav-tablet {
    margin-top: 40px;
    display: flex;
  }

  .banner-content-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-banner-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .content-banner-wrap {
    align-items: center;
  }

  .collection-list-projects-home {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-project-home {
    min-height: 240px;
  }

  .info-project-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
    top: auto;
    left: 0%;
    right: 0%;
  }

  .collection-item-projects {
    width: 47%;
  }

  .banner-home-2-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-columns: .9fr;
    align-items: stretch;
    display: flex;
  }

  .banner-home-2-wrapper.blog-details {
    flex-direction: column;
  }

  .banner-home-2-wrapper.service-details {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-banner-2 {
    width: 45%;
    height: 500px;
  }

  .info-banner-home-2-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    right: 21px;
  }

  .info-banner-home-2 {
    font-size: 16px;
  }

  .text-span-5 {
    font-size: 20px;
  }

  .heading-3 {
    font-size: 46px;
  }

  .content-banner-2-wrap {
    width: 55%;
  }

  .content-banner-2-wrap.pt-0 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-banner-home-3 {
    width: 85%;
  }

  .banner-pargaraph {
    width: 63%;
  }

  .img-about {
    height: 400px;
    margin-top: 50px;
  }

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

  .title-central {
    width: 75%;
  }

  .review-text-light {
    font-size: 28px;
  }

  .our-team-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .our-team-wrapper.team-members {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-photo {
    height: 460px;
  }

  .blog-details-img {
    display: block;
  }

  .paragraph-3 {
    width: 80%;
  }

  .story-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .content-story {
    text-align: center;
    width: 80%;
  }

  .background {
    width: 100%;
    height: 80%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .signatire {
    bottom: -28%;
    right: -5%;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .links-wrapper-contact {
    padding-left: 5px;
    padding-right: 5px;
  }

  .forestry-img-1 {
    height: 310px;
  }

  .forestry-img-2 {
    height: 660px;
  }

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

  .collection-list-service.service-details {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-our-service.tablet-w {
    width: 47%;
  }

  .service-detail-heading {
    font-size: 52px;
  }

  .service-details-img {
    width: 85%;
    height: 450px;
  }

  .left-item-pricing {
    width: 60%;
  }

  .right-item-pricing {
    flex-direction: column;
    width: 40%;
  }

  .collection-item-project {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .content-project-wrapper {
    width: 50%;
  }

  .img-link-project {
    width: 50%;
    height: auto;
    min-height: 420px;
  }

  .name-project-wrapper {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .project-heading {
    font-size: 48px;
  }

  .cart-quantity {
    top: -70%;
  }

  .shop-header-wrapper {
    flex: 1;
    justify-content: flex-end;
    margin-right: 30px;
    display: flex;
  }

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

  .link-product-wrapper {
    height: 230px;
  }

  .checkout-form {
    padding-top: 140px;
  }

  .row, .div-block-39 {
    flex-direction: column;
  }

  .price-checout {
    margin-top: 10px;
    margin-left: 15px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 140px;
  }

  .info-shop {
    top: 83px;
  }

  .lightbox-link-product {
    height: 360px;
  }

  .heading-4 {
    font-size: 120px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 24px;
  }

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

  .section.changelog-banner, .section.blog-classic-banner {
    padding-top: 120px;
  }

  .section.banner-our-team {
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-Team-1_1Banner Team (1).webp');
    background-attachment: scroll, scroll;
    padding-top: 120px;
  }

  .section.pricing-banner, .section.contacts-banner, .section.banner-faq, .section.banner-testimonials, .section.about-us-banner, .section.portfolio-grid-banner {
    padding-top: 120px;
  }

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

  .section.style-guide-section {
    padding-top: 120px;
  }

  .section.banner-home-1 {
    padding-top: 160px;
  }

  .section.banner-home-2 {
    padding-top: 120px;
  }

  .section.banner-home-3 {
    padding-top: 130px;
  }

  .section.blog-details-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.project-details, .section.shop-banner, .section.category-banner, .section.product-details {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 25px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

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

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

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

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-classic-wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

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

  .banner-title-wrapper {
    width: 98%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    grid-row-gap: 30px;
    flex-direction: column;
    max-width: none;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-wrapper {
    flex-direction: column-reverse;
  }

  .contacts-content-wrapper {
    background-position: 50% 10%;
    width: 100%;
    height: 450px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding: 10px 20px 20px;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    width: 35%;
  }

  .footer-links-wrapper.last-child {
    width: 50%;
    margin-top: 30px;
  }

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

  .footer-brand-description {
    text-align: center;
  }

  .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-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .video-wood {
    min-height: 280px;
  }

  .about-list-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-featutes-grid {
    text-align: center;
    align-items: center;
    justify-items: center;
  }

  .about-features-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

  .project-template-info {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
  }

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

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

  .image-background {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrap {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  ._w-23 {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

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

  .main-style-guide-body-wrapper {
    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 {
    margin-top: 0;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

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

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .pages-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .collection-list-blog {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .collection-item-blog {
    width: 100%;
  }

  .link-img-wrap {
    margin-bottom: 20px;
  }

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

  .info-forestry-wrapper {
    grid-template-columns: 1fr;
  }

  .photo-1, .photo-2 {
    height: 360px;
  }

  .button-section-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 30px;
  }

  .content-forestry-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .big-numbers {
    font-size: 60px;
  }

  .section-title-grid {
    margin-bottom: 40px;
  }

  .section-title-grid.tablet-start {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-2-type-wrapper {
    padding-bottom: 80px;
  }

  .left-arrow-testimonials {
    top: auto;
    bottom: 0%;
    left: 22%;
    right: auto;
  }

  .info-client-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .review-wrap-2-type {
    width: 100%;
  }

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

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

  .photo-client-small {
    width: 140px;
    height: 140px;
  }

  .right-arrow-testimonials {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 22%;
  }

  .paragraph-service {
    width: 50%;
  }

  .title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .title-botton-desctop {
    padding-bottom: 0;
  }

  .ttitle-left-wrap {
    width: 100%;
  }

  .button-banner-wrap {
    margin-top: 30px;
  }

  .content-banner-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .collection-item-projects {
    width: 100%;
  }

  .button-buttom-wrapper {
    margin-top: 40px;
  }

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

  .banner-home-2-wrapper.service-details {
    width: 95%;
  }

  .quick-stack-banner-2 {
    width: 75%;
  }

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

  .content-banner-2-wrap {
    width: 100%;
    padding-top: 0;
  }

  .banner-home-3-wrapper {
    width: 87%;
  }

  .paragraph-banner-home-3 {
    width: 100%;
  }

  .banner-pargaraph {
    width: 80%;
  }

  .img-about {
    height: 320px;
    margin-top: 40px;
  }

  .img-about.project-details-img {
    margin-top: 50px;
  }

  .about-wrapper {
    grid-row-gap: 40px;
  }

  .content-about-us {
    width: 100%;
  }

  .title-central {
    width: 100%;
    margin-bottom: 30px;
  }

  .review-text-light {
    font-size: 26px;
  }

  .info-services-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-member-photo {
    height: 330px;
  }

  .paragraph-3 {
    width: 100%;
  }

  .story-wrapper {
    grid-row-gap: 20px;
  }

  .signatire {
    width: 150px;
    bottom: -20%;
    right: -6%;
  }

  .form-title-wrapper {
    text-align: center;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contact-info {
    grid-row-gap: 10px;
  }

  .services-info-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .forestry-img-2 {
    height: 480px;
  }

  .collection-item-our-service.tablet-w {
    width: 100%;
  }

  .service-detail-heading {
    font-size: 42px;
  }

  .service-details-img {
    width: 85%;
    height: 400px;
  }

  .left-item-pricing {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .right-item-pricing {
    width: 70%;
  }

  .collection-item-project {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .collection-item-project.reverse {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .content-project-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .img-link-project {
    width: 100%;
    height: 380px;
    min-height: auto;
  }

  .flex-projects {
    grid-row-gap: 60px;
  }

  .project-heading {
    font-size: 42px;
  }

  .collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .sticky-position {
    position: static;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .right-wrapper-shop {
    justify-content: center;
    align-items: center;
  }

  .shop-wrap {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    display: flex;
  }

  .info-shop {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .lightbox-link-product {
    height: 300px;
  }

  .heading-4 {
    font-size: 100px;
  }

  .search-result-list {
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 22px;
  }

  .section {
    overflow: hidden;
  }

  .section.image-background {
    justify-content: center;
    align-items: center;
  }

  .section.banner-home-1 {
    justify-content: center;
    align-items: flex-end;
    min-height: 720px;
    display: flex;
  }

  .section.hidden {
    overflow: hidden;
  }

  .base-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

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

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .spacing-system-column {
    padding-left: 0;
  }

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

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

  .primary-button.white {
    font-size: 12px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

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

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .nav-close-icon {
    color: var(--white);
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .pricing-plan-item {
    padding: 30px;
  }

  .pricing-plan-item-title {
    margin-bottom: 10px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

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

  .white-text.shadow {
    font-size: 24px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 50%;
    margin-bottom: 40px;
  }

  .footer-links-wrapper.last-child {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-details-sidebar-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-list-wrap {
    text-align: center;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-featutes-grid {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-features-wrap {
    justify-content: center;
    align-items: center;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, ._w-23 {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .primary-button-light {
    font-size: 14px;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .light-paragraph.banner-paragraph {
    width: 95%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .link-img-wrap {
    height: 240px;
  }

  .photo-1, .photo-2 {
    height: 300px;
  }

  .numbers-wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    justify-items: center;
  }

  .left-arrow-testimonials {
    left: 25%;
  }

  .right-arrow-testimonials {
    right: 25%;
  }

  ._50-bg-primary {
    height: 27%;
  }

  .service-name {
    width: 85%;
  }

  .paragraph-service {
    display: none;
  }

  .title-wrapper {
    flex-direction: column;
  }

  .primary-bg-absolute {
    width: 94%;
  }

  .contact-info-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .tablet-hiidden {
    display: none;
  }

  .absolute-img {
    width: 94%;
    left: 3%;
    right: 3%;
  }

  .contact-button-wrap {
    justify-content: center;
  }

  .banner-content-wrapper {
    width: 98%;
  }

  .color-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, .01), #000), url('../images/img_1.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .link-project-home {
    min-height: auto;
    display: block;
  }

  .info-project-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-image {
    object-fit: cover;
    display: block;
  }

  .banner-home-2-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-home-2-wrapper.service-details {
    width: 98%;
  }

  .quick-stack-banner-2 {
    width: 100%;
  }

  .info-banner-home-2-wrapper {
    right: 15px;
  }

  .info-banner-home-2 {
    font-size: 16px;
  }

  .text-span-5 {
    font-size: 22px;
  }

  .heading-3 {
    font-size: 40px;
  }

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

  .img-about {
    height: 260px;
    margin-top: 30px;
  }

  .img-about.project-details-img {
    max-width: 320px;
  }

  .img-gallery-about-us {
    grid-row-gap: 30px;
    flex-direction: column;
  }

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

  .review-text-light {
    font-size: 24px;
  }

  .info-client {
    grid-column-gap: 15px;
  }

  .our-team-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .our-team-wrapper.team-members {
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    width: 100%;
    height: 400px;
  }

  .team-member-photo {
    object-fit: cover;
    object-position: 50% 10%;
    height: 100%;
  }

  .manager-wrapper {
    align-items: center;
  }

  .content-story {
    width: 100%;
  }

  .img-story-wrap {
    padding-bottom: 40px;
  }

  .signatire {
    width: 175px;
    position: static;
    transform: none;
  }

  .links-wrapper-contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .forestry-img-1 {
    height: 220px;
  }

  .forestry-img-2 {
    height: 360px;
  }

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

  .img-overflow-link, .service-details-img {
    width: 100%;
    height: 360px;
  }

  .right-item-pricing {
    width: 100%;
  }

  .img-link-project {
    height: 240px;
  }

  .project-heading {
    font-size: 24px;
  }

  .info-product-wrapper {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .default-state {
    grid-column-gap: 15px;
  }

  .link-product-wrapper {
    height: 180px;
  }

  .field-label-product.mobile-hidden {
    display: none;
  }

  .price-wrap {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .right-wrapper-shop {
    text-align: center;
  }

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

  .left-wrapper-shop {
    grid-row-gap: 20px;
  }

  .category-product {
    margin-bottom: 10px;
  }

  .info-shop {
    text-align: center;
    display: flex;
  }

  .lightbox-link-product {
    height: 220px;
  }

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

  .default-state-details {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
  }

  .option-list {
    flex-direction: column;
    display: flex;
  }

  .quantity-wrapper {
    margin-right: 15px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .empty-state-2 {
    display: none;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .link-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-40 {
    flex-flow: column;
  }

  .div-block-41.about, .div-block-42 {
    margin-bottom: 32px;
  }
}

#w-node-_026fe115-f97c-11ef-23db-f401079c1bb2-7915fc47, #w-node-_91433c83-8f19-7c63-944c-40fb2ac6d0cd-7915fc47, #w-node-_50154bae-9bc9-2376-1add-f8543b02c6bb-7915fc47, #w-node-_388e371c-f2df-c6bc-fe6f-9c92acf8d0db-7915fc47, #w-node-_388e371c-f2df-c6bc-fe6f-9c92acf8d0e0-7915fc47, #w-node-_388e371c-f2df-c6bc-fe6f-9c92acf8d0e5-7915fc47, #w-node-_388e371c-f2df-c6bc-fe6f-9c92acf8d0ea-7915fc47, #w-node-ff3c0110-ec26-fece-4e7d-7eb51b4b84c9-7915fc47, #w-node-_2d66b04f-999e-1fde-86a4-fe37fcbde154-7915fc47, #w-node-f7973a77-711a-4c1d-3454-40159cf1764b-7915fc47, #w-node-_94d95925-5ace-501c-2e5d-ac68f6528e70-7915fc5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7d70113-f828-8b89-d8a1-886b97c06fb6-7915fc5a, #w-node-a7d70113-f828-8b89-d8a1-886b97c06fc4-7915fc5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8022a85-6567-79d6-78b1-98da3dc61ab6-7915fc5a, #w-node-_1eb9296c-1fdb-7091-8760-e3e6a4569f8f-7915fc5a, #w-node-fa357755-f0f6-23b6-3cd7-892eacb678fb-7915fc5a, #w-node-fdf46496-14f3-041e-8fbd-1e753b0663de-7915fc5a, #w-node-b98cf5ee-c3af-5559-1d87-cbe4ae0bb6c2-7915fc5a, #w-node-b7fc0095-13c8-c207-8060-f5777d39d1e7-7915fc68, #w-node-_2172b297-d5fc-3d7a-003f-0e84bafe0d51-7915fc68, #w-node-_32de44c0-2f4b-ef8f-b033-81350981a6b3-7915fc68, #w-node-ba2ad6f3-c252-6cd4-1fef-1993cee1c3fb-7915fc6c, #w-node-_1e855a5c-eca7-b9ca-6457-ae43c43a1ed4-7915fc6e, #w-node-_1e855a5c-eca7-b9ca-6457-ae43c43a1edf-7915fc6e, #w-node-_5ceb4462-f310-a023-99c5-fea21990d4db-7915fcaa, #w-node-d85f5d02-232b-5337-915e-d8dc275a2fe4-7915fcaa, #w-node-_50ab174c-9dc4-1d40-6ee7-058e1e037d1f-7915fcd9, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-7915fcd9, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-7915fcd9, #w-node-a16887a8-4ff2-07a6-83b7-c763bcf7737a-7915fcd9, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-7915fcd9, #w-node-dded36c1-b788-239d-9a44-cfb7f641a84e-7915fcd9, #w-node-ec478f82-dc9f-4a81-3a35-e430f1768d5f-7915fcd9, #w-node-a5b4aa94-f9b3-aa3b-4471-7084eb9a88a2-7915fcd9, #w-node-_85510514-4bc9-8a77-dbe0-6472fdb764e2-7915fcd9, #w-node-_6de7a042-0c82-5776-ae7a-e11f9a651ed4-7915fcd9, #w-node-_76b161f2-819d-abda-cc3a-40df01bbdb43-7915fcd9, #w-node-_9ae7b58e-572c-e3ab-b4b0-68a6ddc18474-7915fcd9, #w-node-a08c338e-2727-7f25-807f-e9bcee683d2e-7915fcd9, #w-node-_48a353d7-74a6-0587-d21b-534055331340-7915fcd9, #w-node-_40de0823-aa60-0003-842d-7d1772ca22dc-7915fcd9, #w-node-f2f2b348-601c-d977-0a74-d77465cd2390-7915fcd9, #w-node-_39f773ed-d6d8-300a-7882-7f321cf70d6c-7915fcd9, #w-node-_9ce553df-7c1f-4a56-8d62-6127792dd089-7915fcd9, #w-node-bc9b1553-5a7e-8c5c-4ba6-2027d3c7761d-7915fcd9, #w-node-_4d7b5c6b-e566-d07c-bf20-07e2f84ccd4b-7915fcd9, #w-node-_71b52255-7681-35e0-af87-ecd47facd9d8-7915fcd9, #w-node-d9b3c165-d924-fff8-38a5-eb2427d677b3-7915fcd9, #w-node-_3476b08d-7289-20ca-62a3-b3e7b14c317c-7915fcd9, #w-node-d5401928-459d-7a38-e20e-a46c1ca9bff1-7915fcd9, #w-node-f9fb20e7-318c-c936-affd-c421a12b070b-7915fcd9, #w-node-_57f7dbf2-b988-7710-db31-bb7c2242ed41-7915fcd9, #w-node-e1eb6d4b-2a73-0a33-8fe5-3fda84a37aaf-7915fcd9, #w-node-_66eb974f-ff50-879d-9a91-8ea0f51e5e7b-7915fcd9, #w-node-_516794d0-9003-38a4-cd8a-916a814ead1a-7915fcd9, #w-node-_3165ecfe-66b0-2427-47a1-91be9863081e-7915fcd9, #w-node-_9777e34c-e61a-9050-fb9b-1683e46b6f14-7915fcd9, #w-node-_2c62538f-263a-9483-3763-21d47e68ae37-7915fcd9, #w-node-_137b8647-c322-4892-4592-6b5d15e243ae-7915fcd9, #w-node-ba2cdd53-a2ae-7a16-c877-979c1954e8c7-7915fcd9, #w-node-_3616e567-df19-a492-ffea-07a175595b09-7915fcd9, #w-node-_88557a28-e9e0-e8a1-4620-d2a83903ec37-7915fcd9, #w-node-f54f5409-039e-b3e8-e8cd-af583bd63d1d-7915fcd9, #w-node-_5dea3ca7-7278-4c09-2d3c-3cea699c29f6-7915fcd9, #w-node-c63a3107-5e67-5850-fc67-19f5e68ce05b-7915fcd9, #w-node-_05b74e47-b49c-f8be-abbd-fc464eb422b3-7915fcd9, #w-node-_56df4957-cc16-d92a-7149-06ef2ccf063a-7915fcd9, #w-node-_0c2ee968-bde9-4093-5e95-f54331de141b-7915fcd9, #w-node-_204570a5-8d55-a846-ace8-7c61cae30868-7915fcd9, #w-node-e6f34b23-12a4-789e-af35-3ce1edaf39da-7915fcd9, #w-node-_56893614-66f0-aa9f-15d7-d05c80a55763-7915fcd9, #w-node-_7efc1153-8711-21e2-6bce-4268755beb5a-7915fcd9, #w-node-_985ba767-1dc1-268e-5d54-0d635eb6e545-7915fcd9, #w-node-_6a5c937c-7202-1845-a7e0-b42daf0954b6-7915fcd9, #w-node-_6af19961-9716-69d0-e7d3-f022c4c449b5-7915fcd9, #w-node-eb5def45-5545-3d2b-cd79-3e3845a6670a-7915fcd9, #w-node-_555a603d-aab0-a492-311a-10d46112a8a3-7915fcd9, #w-node-c6872174-644f-83ae-ee1e-96c2873aeee1-7915fcfa, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-7915fd01, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-7915fd01, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-7915fd01, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-7915fd01, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-7915fd01, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-7915fd01, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-7915fd01, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-7915fd01, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-7915fd01, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-7915fd01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_3986eb75-73d0-effc-11af-b3aa5249b587-7915fc6c, #w-node-a96e39a1-43d2-4350-3959-e661e7e07a36-7915fc6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a7d70113-f828-8b89-d8a1-886b97c06fb6-7915fc5a, #w-node-a7d70113-f828-8b89-d8a1-886b97c06fc4-7915fc5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b7fc0095-13c8-c207-8060-f5777d39d1e7-7915fc68, #w-node-_2172b297-d5fc-3d7a-003f-0e84bafe0d51-7915fc68 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32de44c0-2f4b-ef8f-b033-81350981a6b3-7915fc68 {
    grid-area: 2 / 2 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7fc0095-13c8-c207-8060-f5777d39d1e7-7915fc68, #w-node-_2172b297-d5fc-3d7a-003f-0e84bafe0d51-7915fc68, #w-node-_32de44c0-2f4b-ef8f-b033-81350981a6b3-7915fc68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-7915fcd9, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-7915fcd9, #w-node-a16887a8-4ff2-07a6-83b7-c763bcf7737a-7915fcd9, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-7915fcd9, #w-node-dded36c1-b788-239d-9a44-cfb7f641a84e-7915fcd9, #w-node-ec478f82-dc9f-4a81-3a35-e430f1768d5f-7915fcd9, #w-node-a5b4aa94-f9b3-aa3b-4471-7084eb9a88a2-7915fcd9, #w-node-_85510514-4bc9-8a77-dbe0-6472fdb764e2-7915fcd9, #w-node-_6de7a042-0c82-5776-ae7a-e11f9a651ed4-7915fcd9, #w-node-_76b161f2-819d-abda-cc3a-40df01bbdb43-7915fcd9, #w-node-_9ae7b58e-572c-e3ab-b4b0-68a6ddc18474-7915fcd9, #w-node-a08c338e-2727-7f25-807f-e9bcee683d2e-7915fcd9, #w-node-_48a353d7-74a6-0587-d21b-534055331340-7915fcd9, #w-node-_40de0823-aa60-0003-842d-7d1772ca22dc-7915fcd9, #w-node-f2f2b348-601c-d977-0a74-d77465cd2390-7915fcd9, #w-node-_39f773ed-d6d8-300a-7882-7f321cf70d6c-7915fcd9, #w-node-_9ce553df-7c1f-4a56-8d62-6127792dd089-7915fcd9, #w-node-bc9b1553-5a7e-8c5c-4ba6-2027d3c7761d-7915fcd9, #w-node-_4d7b5c6b-e566-d07c-bf20-07e2f84ccd4b-7915fcd9, #w-node-_71b52255-7681-35e0-af87-ecd47facd9d8-7915fcd9, #w-node-d9b3c165-d924-fff8-38a5-eb2427d677b3-7915fcd9, #w-node-_5dea3ca7-7278-4c09-2d3c-3cea699c29f6-7915fcd9, #w-node-c63a3107-5e67-5850-fc67-19f5e68ce05b-7915fcd9, #w-node-_05b74e47-b49c-f8be-abbd-fc464eb422b3-7915fcd9, #w-node-_56df4957-cc16-d92a-7149-06ef2ccf063a-7915fcd9, #w-node-_0c2ee968-bde9-4093-5e95-f54331de141b-7915fcd9, #w-node-_204570a5-8d55-a846-ace8-7c61cae30868-7915fcd9, #w-node-e6f34b23-12a4-789e-af35-3ce1edaf39da-7915fcd9, #w-node-_56893614-66f0-aa9f-15d7-d05c80a55763-7915fcd9, #w-node-_7efc1153-8711-21e2-6bce-4268755beb5a-7915fcd9, #w-node-_985ba767-1dc1-268e-5d54-0d635eb6e545-7915fcd9, #w-node-_6a5c937c-7202-1845-a7e0-b42daf0954b6-7915fcd9, #w-node-_6af19961-9716-69d0-e7d3-f022c4c449b5-7915fcd9, #w-node-eb5def45-5545-3d2b-cd79-3e3845a6670a-7915fcd9, #w-node-_555a603d-aab0-a492-311a-10d46112a8a3-7915fcd9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}