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

:root {
  --primary-dark: #161616;
  --eef3e8: #eef3e8;
  --white: white;
  --primary: #033f33;
  --497f64: #497f64;
  --primary-light: #f3f9ec;
  --secondary-dark: #272727;
  --a1cc9f: #a1cc9f;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --black: black;
  --paragraph-gray: #364441;
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--primary-dark);
  color: var(--eef3e8);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

h1 {
  color: var(--white);
  letter-spacing: 1.72px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 75px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--white);
  letter-spacing: -1.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6em;
}

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

a:hover {
  color: var(--primary-dark);
}

ul {
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--497f64);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 400;
  display: flex;
}

ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  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;
  font-style: italic;
  font-weight: 600;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  text-align: center;
  letter-spacing: -.28px;
  background-image: url('../images/“.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 67px 0 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

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

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

.section.light-background.second {
  margin-top: 0;
  padding: 64px 0 128px;
}

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

.section.overflow-visible {
  overflow: visible;
}

.section.light-bgr-without-bottom-margin {
  background-color: var(--primary-light);
  padding-bottom: 0;
}

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

.section.me {
  background-color: var(--primary-light);
  padding-top: 0;
  padding-bottom: 0;
}

.base-container {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.base-container._2 {
  margin-bottom: -95px;
}

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

.text-span {
  font-weight: 300;
}

.headings-typography-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.primary-button {
  background-color: var(--primary-dark);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 14px;
  flex: none;
  padding: 18px 30px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: inline-block;
}

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

.navbar {
  background-color: #0000;
  width: 100%;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 24px;
  position: sticky;
  top: 16px;
}

.navbar.fixed {
  position: fixed;
}

.nav-container {
  background-color: var(--secondary-dark);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  text-align: right;
  background-color: #272727;
  border-radius: 14px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 116px;
}

.nav-menu.without-bgr {
  background-color: #27272700;
  border-radius: 0;
}

.nav-link {
  color: var(--white);
  text-transform: capitalize;
  padding: 15px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

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

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

.nav-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  line-height: 1.2em;
  display: flex;
}

.nav-dropdown-icon {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.nav-dropdown-list {
  border: 1px solid var(--primary-dark);
  background-color: #272727;
  border-radius: 14px;
  width: 200px;
  padding: 15px 20px;
}

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

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

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

.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 {
  color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2em;
}

.utility-page-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  margin-bottom: 0;
  display: flex;
}

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

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

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

._404-paragraph {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  font-style: italic;
}

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

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

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

.blog-grid-collection-list.two-column {
  grid-template-columns: 1fr 1fr;
}

.blog-grid-image-link {
  width: 100%;
  height: 450px;
  position: relative;
}

.blog-grid-item-date {
  font-size: 16px;
  font-style: italic;
}

.blog-grid-content-wrapper {
  z-index: 1;
  flex-direction: column;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.blog-grid-item-title {
  color: var(--primary-dark);
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  transition-property: none;
}

.nav-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-grid-post-wrapper {
  border-radius: 42px;
  position: relative;
  overflow: hidden;
}

.blog-sidebar-post-category {
  background-color: var(--497f64);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

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

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

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

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

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

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

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

.blog-template-next {
  color: var(--primary-dark);
  text-align: right;
  font-style: italic;
}

.footer {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer.main {
  background-color: var(--primary-dark);
  padding-top: 33px;
}

.footer-bottom-wrapper {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #eef3e899;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.footer-copyright-link {
  color: #eef3e899;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

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

.process-item-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.career-type {
  background-color: var(--primary-dark);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 14px;
  padding: 10px 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2em;
}

.banner-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  display: flex;
}

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

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

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

.accordion-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

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

.accordion-item {
  background-color: #272727;
  border-radius: 14px;
  width: 100%;
  padding: 10px 30px;
  position: static;
}

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

.accordion-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

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

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-title {
  font-weight: 400;
  line-height: 1.4em;
}

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

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

.link-with-icon {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.link-with-icon:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--a1cc9f);
}

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

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

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

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

.job-position-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 100%;
}

.job-position-sidebar-wrapper {
  border-top: 1px solid var(--497f64);
  border-bottom: 1px solid var(--497f64);
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  padding: 30px 20px;
  display: flex;
  position: sticky;
  top: 120px;
}

.hidden {
  display: none;
}

.footer-link {
  opacity: .6;
  color: var(--eef3e8);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.footer-link:hover {
  opacity: 1;
  color: var(--eef3e8);
}

.footer-link.white-link {
  opacity: 1;
}

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

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

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

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
}

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

.footer-brand.w--current {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  color: var(--497f64);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 27px;
  text-decoration: none;
  transition: all .3s;
}

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

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

.button-header {
  align-items: center;
  display: flex;
}

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

.search-link {
  color: var(--white);
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #fff6;
  border-radius: 14px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  font-style: italic;
}

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

.search-input::placeholder {
  color: #ffffff80;
}

.search-input.margin-bottom {
  margin-bottom: 10px;
}

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

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

.footer-brand-description {
  color: var(--white);
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 600;
  line-height: 48px;
}

.service-details-content-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

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

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

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

.project-template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 20%;
  font-style: italic;
  display: flex;
}

.project-template-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.project-template-info-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.secondary-button {
  background-color: var(--primary-dark);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 14px;
  margin-top: 16px;
  padding: 18px 30px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: var(--a1cc9f);
  color: var(--black);
}

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

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

.map-wrapper {
  position: relative;
}

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

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

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

.courses-collection {
  width: 100%;
}

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

.me-wrap {
  background-color: #0000;
  background-image: linear-gradient(0deg, #10241acc, #fff0 70%);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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;
  inset: 0% 0% auto 12%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(--a1cc9f);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

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

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

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

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

.bold-text {
  letter-spacing: -4px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 66px;
  font-style: italic;
  font-weight: 800;
  line-height: 1em;
}

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

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

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

.menu-wrap {
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

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

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

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

.rich-text-style p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

.rich-text-style blockquote {
  width: 80%;
  margin: 50px auto;
}

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

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

.rich-text-style strong {
  font-style: italic;
  font-weight: 600;
}

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

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

.black-overlay {
  z-index: 1;
  background-color: #00000059;
  background-image: linear-gradient(346deg, #00000080, #0000 52%);
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.brand-tablet {
  display: none;
}

.brand {
  background-color: #272727;
  border-radius: 14px;
  flex: none;
  padding: 10px 20px;
}

.brand.w--current {
  padding: 8px 0 8px 16px;
}

.brand.without-bgr {
  background-color: #27272700;
  padding-left: 0;
  padding-right: 0;
}

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

.shop-link-block {
  width: 100%;
  height: 350px;
  display: block;
  overflow: hidden;
}

.shop-links-wrapper {
  border-radius: 42px;
  position: relative;
  overflow: hidden;
}

.shop-item-price {
  color: var(--white);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.on-sale-tag {
  z-index: 999;
  color: var(--a1cc9f);
  border-radius: 4px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
  display: block;
  box-shadow: 0 10px 50px #0000000d;
}

.on-sale-tag:hover {
  color: var(--497f64);
}

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

.shop-item-price-on-sale {
  color: #fff9;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  text-decoration: line-through;
}

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

.details-page-title {
  font-size: 60px;
}

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

.error-message {
  color: #f33d3d;
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  font-style: italic;
}

.section-homepage {
  padding: 64px 24px 128px;
}

.heading-wrap {
  width: 100%;
  max-width: 75%;
}

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

.dark-text.maxw {
  letter-spacing: -1px;
  max-width: 859px;
  font-family: Exo, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.image-contain {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  display: block;
  overflow: clip;
}

.image-span {
  background-image: url('../images/rdshovel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 144px;
  height: 56px;
  margin-left: 10px;
  margin-right: 20px;
  display: inline-flex;
}

.homepage-text {
  letter-spacing: -1px;
  flex-flow: wrap;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 64px;
  line-height: 64px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.cart-wrap {
  border-radius: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-wrap.second {
  background-image: url('../images/Image-Home-01.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
}

.cart-wrap.third {
  background-color: var(--a1cc9f);
  justify-content: space-between;
  padding: 64px 32px;
  transition: transform .25s;
}

.cart-wrap.third:hover {
  transform: scale(1.05);
}

.cart-wrap.last {
  background-image: url('../images/Image-Home-02.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: space-between;
}

.cart-wrap.green {
  background-color: var(--primary);
  padding: 64px 32px;
  transition: transform .25s;
}

.cart-wrap.green:hover {
  transform: scale(1.05);
}

.cart-wrap.green.open {
  display: none;
}

.line-bottom {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: underline;
}

.large-terxt {
  font-size: 22px;
}

.large-terxt.space {
  letter-spacing: 0;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

.large-terxt.primary-with-space {
  color: var(--primary);
  letter-spacing: 0;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

.large-terxt.primary-with-space.about {
  max-width: 695px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 35px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.uppercase-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.uppercase-text.magin {
  margin-top: 20px;
  margin-bottom: 10px;
}

.uppercase-text.last-cart {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4em;
}

.primary-text {
  color: var(--primary);
  letter-spacing: -1px;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.title-horizontal {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-horizontal.align-down {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
}

.title-horizontal.align-down._2nd {
  margin-top: 0;
}

.title-horizontal.gap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}

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

.image-cover.position {
  object-position: 50% 80%;
  margin-top: 0;
}

.grid-with-image {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 64px;
  display: flex;
}

.image-left {
  border-radius: 42px;
  flex: none;
  width: 33%;
  min-height: 859px;
  overflow: hidden;
}

.grid-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.link-cms {
  color: var(--black);
  letter-spacing: -.3px;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
}

.link-cms:hover {
  color: var(--497f64);
}

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

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

.top-image-bgr {
  height: 400px;
  margin-top: 0;
}

.maxw-700 {
  max-width: 700px;
}

.maxw-700.letswork {
  color: var(--primary-dark);
  letter-spacing: -1px;
  max-width: 799px;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.description-team {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 0;
  position: absolute;
  inset: auto 0% -1%;
}

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

.small-text.margin {
  margin-bottom: 10px;
}

.text-block-2 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.end-cta {
  background-image: url('../images/close-up-image-fresh-spring-green-grass-1-1_1close-up-image-fresh-spring-green-grass (1) 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 42px;
  max-width: 1400px;
  margin: -134px auto 64px;
  padding: 104px 48px;
  transition: transform .25s;
  position: relative;
  overflow: hidden;
}

.end-cta:hover {
  transform: scale(1.025);
}

.end-cta.mobile {
  display: block;
}

.end-cta._2nd {
  display: none;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-9.mobile, .div-block-9.mobiles {
  flex-flow: column;
}

.maxw-430 {
  font-size: 20px;
  line-height: 30px;
}

.maxw-desktop {
  letter-spacing: -1px;
  max-width: 50%;
  font-family: Exo, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.div-block-10 {
  background-color: var(--497f64);
  width: 100%;
  height: 1px;
}

.logo-top-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.italic-text {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.green-button {
  background-color: var(--497f64);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 14px;
  margin-right: 0;
  padding: 18px 30px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1em;
}

.green-button:hover {
  background-color: var(--a1cc9f);
  color: var(--black);
}

.green-button.margin-top {
  margin-top: 24px;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 20px;
}

.heading-footer {
  color: var(--white);
  letter-spacing: -.16px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.links-wrap {
  line-height: 1.3em;
}

.small-footer-text {
  opacity: .6;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.small-footer-text.white-text {
  opacity: 1;
}

.grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
}

.inner-page {
  background-color: var(--primary);
  background-image: url('../images/Image-Home-02.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 42px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-block {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-block._4th {
  inset: auto 0% 0% auto;
  transform: rotate(-180deg);
}

.bottom-block {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bottom-block._4th {
  inset: 0% auto auto 0%;
  transform: rotate(-180deg);
}

.hover-green {
  transition: color .35s;
}

.hover-green:hover {
  color: var(--a1cc9f);
}

.cart-button {
  background-color: #3898ec00;
  padding: 0;
}

.cart-button:hover {
  opacity: .7;
}

.cart-quantity {
  color: var(--a1cc9f);
  background-color: #fff0;
  margin-top: -15px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-nav-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.full-block {
  width: 100%;
}

.dark-text-style h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
}

.dark-text-style h5, .dark-text-style h6 {
  color: var(--primary-dark);
  margin-top: 20px;
  margin-bottom: 10px;
}

.dark-text-style p {
  color: var(--primary-dark);
  font-size: 18px;
}

.dark-text-style h3, .dark-text-style h4 {
  color: var(--primary-dark);
  margin-top: 20px;
  margin-bottom: 10px;
}

.dark-text-style blockquote {
  color: var(--primary-dark);
  width: 80%;
  margin: 30px auto;
}

.dark-text-style ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary-dark);
  flex-flow: column;
  margin-top: 10px;
  padding-left: 40px;
  display: flex;
}

.dark-text-style ul {
  grid-row-gap: 10px;
  background-color: var(--primary-dark);
  color: var(--497f64);
  padding-left: 40px;
}

.dark-text-style strong {
  letter-spacing: 0;
  font-style: italic;
}

.blog-template-prev {
  color: var(--primary-dark);
  font-style: italic;
}

.inner-full-image-section {
  background-image: linear-gradient(#0006, #0006), url('../images/2147844319_12147844319.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.inner-full-image-section.career {
  background-image: linear-gradient(#0006, #0006), url('../images/14069_114069.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.space {
  margin-top: 15px;
}

.top-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.details-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.button-tablet {
  display: none;
}

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

.shop-list._3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.details-products {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.add-to-cart {
  z-index: 1;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

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

.cart-container {
  background-color: var(--secondary-dark);
  border-radius: 14px;
}

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

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

.remove-button {
  color: var(--a1cc9f);
  margin-top: 5px;
  font-size: 16px;
}

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

.product-name {
  font-style: italic;
  font-weight: 600;
}

.price-small {
  font-size: 16px;
  font-style: italic;
  line-height: 1.2em;
}

.cart-quantity-2 {
  background-color: #fafafa00;
  border-color: #fff3;
  border-radius: 14px;
}

.cart-quantity-2:focus {
  border-color: var(--497f64);
}

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

.total-price {
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.shop-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: start center;
  width: 100%;
}

.lightbox-link-product {
  border-radius: 42px;
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.lightbox-link-product.hidden-mobile {
  position: relative;
}

.lightbox-link-product.descktop-hidden {
  display: none;
}

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

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

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

.collection-list-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.collection-list-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.left-wrapper-shop {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 130px;
}

.price-wrap {
  grid-column-gap: 5px;
  border-top: 1px solid var(--497f64);
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
}

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

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

.out-of-stock-state {
  color: var(--a1cc9f);
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd0;
  font-style: italic;
  font-weight: 600;
}

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

.quantity {
  background-color: #0000;
  border-color: #fff9;
  border-radius: 10px;
  margin-bottom: 0;
}

.quantity:hover {
  border-color: var(--497f64);
}

.quantity:focus {
  border-color: #0047ff;
}

.category-product {
  grid-column-gap: 5px;
  border-bottom: 1px solid var(--497f64);
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph {
  margin-top: 20px;
}

.div-block-67 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.details-title {
  text-transform: capitalize;
  font-size: 50px;
}

.div-block-68 {
  border-radius: 42px;
  height: 500px;
  margin-top: 50px;
  overflow: hidden;
}

.checkout-form {
  background-color: #f5f5f500;
  min-height: 100%;
  padding-top: 80px;
  padding-bottom: 0;
}

.block-header {
  background-color: #fff0;
  border-color: #fff3;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.block-content {
  background-color: #fff0;
  border-bottom-color: #fff3;
  border-left-color: #fff3;
  border-right-color: #fff3;
}

.input-checkout {
  color: var(--white);
  background-color: #fafafa00;
  border-color: #ffffff80;
  border-radius: 14px;
}

.input-checkout:focus, .input-checkout.-wfp-focus {
  border-color: var(--white);
  color: var(--white);
}

.shipping-method {
  background-color: #fff0;
  border-bottom-color: #fff3;
}

.shipping-method-list {
  border-left-color: #fff3;
  border-right-color: #fff3;
}

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

.checkbox {
  margin-top: 0;
}

.image-checkout {
  object-fit: cover;
  border-radius: 14px;
  height: 60px;
}

.name-product {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

.sticky-block-checkout {
  top: 110px;
}

.empty-state {
  background-color: #fff0;
  border-bottom-color: #fff3;
  border-left-color: #fff3;
  border-right-color: #fff3;
}

.order-item {
  justify-content: flex-start;
  align-items: center;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

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

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

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.text-block {
  font-size: 14px;
}

.paragraph-2 {
  letter-spacing: 0;
  margin-top: 16px;
  font-size: 20px;
  line-height: 30px;
}

.team {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: flex-start stretch;
  max-width: none;
  margin-top: 64px;
  margin-bottom: 0;
  display: flex;
}

.image-5 {
  padding: 0 20px;
}

.grid_container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon_container {
  background-color: var(--497f64);
  border-radius: 13px;
  width: 50px;
  height: 50px;
  margin-left: 0;
  padding: 10px;
}

.text-block-4 {
  color: var(--primary-dark);
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.heading-4 {
  color: var(--primary-dark);
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

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

.heading-5 {
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.italic-text-2 {
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.heading-7 {
  line-height: 30px;
}

.italic-text-3 {
  font-family: Inter, sans-serif;
  line-height: 30px;
}

.footer_section {
  padding-left: 24px;
  padding-right: 24px;
}

.container {
  max-width: 50%;
}

.italic-text-4 {
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
}

.heading-8 {
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.mobile {
  background-image: url('../images/close-up-image-fresh-spring-green-grass-1-1_1close-up-image-fresh-spring-green-grass (1) 1.webp');
  background-position: 0 0;
  background-size: auto;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 86px;
  }

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

  .section.small-top-space {
    padding-top: 80px;
  }

  .base-container {
    max-width: 1400px;
  }

  .base-container.small {
    max-width: 1200px;
  }

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

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

  .nav-menu {
    margin-left: -4px;
  }

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

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

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-template-wrapper {
    width: 80%;
  }

  .footer {
    padding-top: 130px;
  }

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

  .process-item-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .job-position-wrapper, .footer-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

  .menu-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .black-overlay {
    padding: 30px;
  }

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

  .heading-wrap {
    max-width: 75%;
  }

  .dark-text.maxw {
    font-size: 49px;
  }

  .image-span {
    width: 178px;
    height: 59px;
  }

  .homepage-text {
    font-size: 80px;
    line-height: 80px;
  }

  .grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 80px;
  }

  .cart-wrap.third, .cart-wrap.green {
    padding: 56px 24px;
  }

  .cart-wrap.green.open {
    display: flex;
  }

  .cart-wrap.green.close {
    display: none;
  }

  .title-horizontal.align-down._2nd {
    margin-top: 0;
  }

  .grid-with-image {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin-top: 70px;
  }

  .top-image-bgr {
    height: 450px;
  }

  .description-team {
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .end-cta {
    padding: 130px 80px;
  }

  .maxw-430 {
    max-width: 420px;
  }

  .grid-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: .5fr .5fr .5fr;
  }

  .inner-page {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .button-nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .inner-full-image-section {
    padding-top: 220px;
    padding-bottom: 130px;
  }

  .shop-wrap {
    grid-column-gap: 100px;
  }

  .out-of-stock-state {
    background-color: #faf7f2;
  }
}

@media screen and (min-width: 1440px) {
  h4 {
    margin-bottom: 10px;
  }

  .section.light-background.second {
    margin-top: 0;
    padding-bottom: 128px;
  }

  .section.me {
    background-color: var(--primary-light);
    margin-top: -3px;
    margin-bottom: 0;
    padding-top: 64px;
  }

  .base-container {
    margin-bottom: 0;
  }

  .blog-grid-image-link {
    height: 550px;
  }

  .blog-grid-content-wrapper {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-template-wrapper {
    width: 75%;
  }

  .footer.main {
    background-color: var(--primary-dark);
  }

  .button-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
  }

  .secondary-button {
    margin-top: 16px;
    font-size: 16px;
    line-height: 16px;
  }

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

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

  .brand.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-homepage {
    padding-top: 64px;
    padding-bottom: 128px;
  }

  .heading-wrap {
    max-width: 75%;
  }

  .dark-text.maxw {
    max-width: 950px;
    font-size: 64px;
    line-height: 64px;
  }

  .image-contain {
    filter: brightness(120%);
  }

  .homepage-text {
    font-size: 80px;
    line-height: 80px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cart-wrap.third, .cart-wrap.green {
    padding: 40px 32px 80px;
  }

  .line-bottom {
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
  }

  .large-terxt.space, .large-terxt.primary-with-space {
    font-size: 24px;
    line-height: 36px;
  }

  .large-terxt.primary-with-space.about {
    max-width: 835px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .primary-text {
    font-size: 40px;
    line-height: 40px;
  }

  .title-horizontal.gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: flex-start;
  }

  .top-image-bgr {
    height: 500px;
  }

  .maxw-700.letswork {
    color: var(--primary-dark);
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 64px;
    line-height: 64px;
  }

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

  .end-cta {
    z-index: 10;
    background-image: url('../images/close-up-image-fresh-spring-green-grass-1-1_1close-up-image-fresh-spring-green-grass (1) 1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1400px;
    margin-top: -246px;
    margin-bottom: 64px;
    padding: 104px 64px;
    position: relative;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

  .maxw-430 {
    font-size: 24px;
    line-height: 36px;
  }

  .maxw-desktop {
    max-width: 600px;
    font-size: 64px;
    line-height: 64px;
  }

  .green-button {
    border-radius: 24px;
    margin-right: 0;
    padding: 20px 32px 0;
  }

  .inner-page {
    margin-left: 40px;
    margin-right: 40px;
  }

  .button-nav-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    margin-right: 0;
  }

  .dark-text-style blockquote {
    width: 70%;
  }

  .shop-list {
    grid-row-gap: 50px;
  }

  .details-title {
    font-size: 55px;
  }

  .paragraph-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .team {
    max-width: none;
    margin-top: 0;
    margin-bottom: -24px;
    display: flex;
  }

  .text-block-4 {
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-4 {
    margin-top: 8px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-5, .italic-text-2 {
    font-size: 32px;
    line-height: 32px;
  }

  .heading-6 {
    font-size: 40px;
    line-height: 40px;
  }

  .italic-text-3 {
    font-size: 32px;
    line-height: 32px;
  }

  .footer_section {
    background-color: var(--primary-dark);
    margin-right: 24px;
    padding-top: 64px;
    padding-left: 24px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .italic-text-5 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .section.light-background.second {
    padding-top: 71px;
  }

  .blog-template-image {
    max-height: 650px;
  }

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

  .image-cover.position {
    object-position: 50% 80%;
  }

  .top-image-bgr {
    height: 650px;
  }

  .inner-page {
    margin-left: 70px;
    margin-right: 70px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 45px;
  }

  .section.light-background.second {
    padding-bottom: 64px;
  }

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

  .base-container._2 {
    margin-bottom: -46px;
  }

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

  .primary-button {
    display: block;
  }

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

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

  .nav-menu {
    background-color: var(--primary-dark);
    border-radius: 0;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-menu.without-bgr {
    background-color: var(--primary-dark);
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-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: 10px 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--primary-dark);
    border-style: none;
    border-radius: 0;
    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 {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
  }

  .blog-grid-collection-list {
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

  .blog-template-image {
    max-height: 400px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-bottom: 50px;
  }

  .process-item-wrapper {
    flex-flow: column-reverse;
  }

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

  .job-position-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .job-position-sidebar-wrapper {
    top: 80px;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-brand-wrapper {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-links-wrapper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .button-header {
    display: none;
  }

  .search-link {
    font-size: 24px;
  }

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

  .footer-logo-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-brand-description {
    text-align: left;
  }

  .project-template-info {
    flex: none;
    width: 25%;
  }

  .project-template-banner-image {
    height: 50vh;
  }

  .project-template-image {
    height: 360px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

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

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .menu-wrap {
    background-color: var(--primary-dark);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rich-text-style blockquote {
    width: 85%;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    filter: invert();
  }

  .brand-tablet {
    background-color: #272727;
    border-radius: 14px;
    padding: 10px 20px;
    display: block;
  }

  .details-page-title {
    font-size: 48px;
  }

  .heading-wrap {
    max-width: 100%;
  }

  .dark-text.maxw {
    font-size: 56px;
    line-height: 56px;
  }

  .image-contain {
    max-width: 67%;
    position: relative;
    top: 31px;
  }

  .image-span {
    margin-left: 0;
  }

  .homepage-text {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 64px;
  }

  .large-terxt.primary-with-space.about {
    text-align: left;
    max-width: none;
  }

  .title-horizontal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-horizontal.align-down {
    justify-content: space-between;
    align-items: center;
    max-width: 650px;
  }

  .title-horizontal.gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-cover.position {
    object-position: 50% 70%;
  }

  .grid-with-image {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-left {
    width: 100%;
    height: 350px;
  }

  .top-image-bgr {
    height: 300px;
  }

  .end-cta {
    margin-top: 44px;
    display: none;
  }

  .end-cta.mobile, .end-cta._2nd {
    display: block;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-9.mobile {
    background-image: none;
  }

  .maxw-430 {
    max-width: none;
  }

  .maxw-desktop {
    max-width: 100%;
  }

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

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .button-nav-wrap {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
  }

  .dark-text-style h2 {
    font-size: 35px;
  }

  .dark-text-style h5 {
    font-size: 22px;
  }

  .dark-text-style h3 {
    font-size: 30px;
  }

  .dark-text-style h4 {
    font-size: 25px;
  }

  .dark-text-style blockquote {
    width: 90%;
  }

  .inner-full-image-section {
    padding-top: 150px;
  }

  .button-tablet {
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .shop-list, .shop-list._3-column {
    grid-template-columns: 1fr;
  }

  .shop-wrap {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1.25fr;
  }

  .lightbox-link-product {
    height: 400px;
  }

  .info-shop {
    top: 83px;
  }

  .details-title {
    font-size: 45px;
  }

  .checkout-form {
    padding-top: 50px;
  }

  .sticky-block-checkout {
    top: 90px;
  }

  .row {
    flex-flow: column;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .team {
    flex-flow: column;
  }

  .text-block-4 {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .heading-4 {
    font-style: normal;
  }

  .container {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 22px;
  }

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

  .base-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

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

  .primary-button {
    font-weight: 500;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    margin-left: 0;
  }

  .utility-page-content {
    max-width: 300px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .blog-grid-collection-list {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .blog-grid-collection-list.two-column {
    grid-template-columns: 1fr;
  }

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

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    align-items: center;
  }

  .footer-copyright {
    justify-content: center;
    align-items: flex-start;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
  }

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

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .job-position-sidebar-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    font-size: 16px;
    line-height: 24px;
  }

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

  .footer-brand-description {
    text-align: left;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

  .project-template-info {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .project-template-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap-reverse;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .secondary-button {
    font-size: 16px;
    line-height: 16px;
  }

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

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

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .me-wrap {
    max-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;
  }

  .rich-text-style h2 {
    font-size: 35px;
  }

  .rich-text-style h3 {
    font-size: 30px;
  }

  .rich-text-style h4 {
    font-size: 26px;
  }

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

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .details-page-title {
    font-size: 40px;
  }

  .section-homepage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dark-text.maxw {
    font-size: 48px;
    line-height: 48px;
  }

  .homepage-text {
    font-size: 56px;
    line-height: 56px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .line-bottom {
    font-size: 16px;
    line-height: 16px;
  }

  .large-terxt.space, .large-terxt.primary-with-space {
    font-size: 16px;
    line-height: 24px;
  }

  .large-terxt.primary-with-space.about {
    font-size: 16px;
    line-height: 35px;
  }

  .image-left {
    display: none;
  }

  .grid-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .top-image-bgr {
    height: 220px;
  }

  .end-cta {
    padding: 60px 30px;
  }

  .maxw-430 {
    font-size: 16px;
    line-height: 24px;
  }

  .maxw-desktop {
    font-size: 48px;
    line-height: 48px;
  }

  .italic-text {
    font-size: 16px;
    line-height: 16px;
  }

  .green-button.margin-top {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .heading-footer {
    letter-spacing: -1px;
    margin-bottom: 10px;
  }

  .div-block-11 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .inner-full-image-section {
    padding-bottom: 60px;
  }

  .top-content.align-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    display: flex;
  }

  .lightbox-link-product.hidden-mobile {
    display: none;
  }

  .lightbox-link-product.descktop-hidden {
    margin-bottom: 50px;
    display: block;
  }

  .right-wrapper-shop {
    justify-content: center;
    align-items: center;
  }

  .info-shop {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .details-wrap.last {
    margin-top: 20px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .paragraph-2, .text-block-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-4 {
    margin-top: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  .footer_section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 0;
  }

  .section.me {
    margin-bottom: 0;
    padding-bottom: 89px;
  }

  .base-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .base-container._2 {
    margin-bottom: -50px;
  }

  .navbar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .utility-page-content {
    max-width: none;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-copyright {
    text-align: left;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 23px;
  }

  .footer-copyright-link {
    text-align: left;
  }

  .link-with-icon.black {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .job-position-sidebar-wrapper {
    max-width: none;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-brand-description {
    font-size: 35px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-info {
    flex-flow: column;
  }

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

  .me-wrap {
    margin-top: 0;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

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

  .section-two-side-title-wrapper {
    text-align: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .section-homepage {
    padding: 32px 8px 64px;
  }

  .dark-text.maxw {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
  }

  .image-contain {
    max-width: 109%;
    position: relative;
    top: 48px;
  }

  .image-span {
    margin-right: 10px;
  }

  .homepage-text {
    font-size: 40px;
    line-height: 40px;
  }

  .large-terxt.primary-with-space.about {
    text-align: center;
    padding-right: 0;
    line-height: 24px;
  }

  .image-cover.position {
    object-position: 50% 0%;
    margin-top: 24px;
  }

  .top-image-bgr {
    display: none;
  }

  .maxw-700.letswork {
    text-align: center;
    margin-bottom: -33px;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .end-cta {
    margin-bottom: 0;
  }

  .maxw-desktop {
    font-size: 40px;
    line-height: 40px;
  }

  .logo-top-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .details-products {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-wrapper-shop {
    text-align: center;
    display: flex;
  }

  .info-shop {
    text-align: left;
    display: flex;
  }

  .collection-list-6 {
    flex-flow: wrap;
  }

  .price-wrap {
    width: 100%;
  }

  .default-state-details {
    text-align: center;
  }

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

  .add-to-cart-product, .category-product {
    width: 100%;
  }

  .block-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .centered-title-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
  }

  .order-item {
    flex-flow: column;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .grid_container {
    justify-content: space-between;
    align-items: center;
  }

  .icon_container {
    margin-left: auto;
  }

  .text-block-4, .heading-4 {
    text-align: center;
  }

  .heading-5, .italic-text-2, .italic-text-3 {
    font-size: 28px;
    line-height: 28px;
  }

  .footer_section {
    padding-top: 0;
  }

  .italic-text-4 {
    font-size: 28px;
    line-height: 28px;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 20px;
  }
}

#w-node-c10d66cc-e532-67de-c5f3-00ca4fcbe2a8-95113f08, #w-node-c10d66cc-e532-67de-c5f3-00ca4fcbe2b3-95113f08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-ef21b7a9-5abe-b65a-ecf3-6c59ff75c636-72cc13b5 {
    align-self: stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_835e7a36-0bd9-c0ee-0eee-ba31bc15d127-72cc13b5 {
    justify-self: start;
  }

  #w-node-_835e7a36-0bd9-c0ee-0eee-ba31bc15d129-72cc13b5 {
    align-self: center;
  }

  #w-node-ef21b7a9-5abe-b65a-ecf3-6c59ff75c636-72cc13b5 {
    justify-self: end;
  }

  #w-node-_4d5e90e8-f011-fc12-fe64-4257889932cc-889932c9 {
    justify-self: start;
  }

  #w-node-_4d5e90e8-f011-fc12-fe64-4257889932ce-889932c9 {
    align-self: center;
  }

  #w-node-_4d5e90e8-f011-fc12-fe64-425788993389-889932c9 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c86-634f2c73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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