@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey: #667273;
  --dark: #0b3a3e;
  --primary: #d5502c;
  --primary-light: #f6f6f6;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-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 {
  color: var(--dim-grey);
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

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

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

ul {
  grid-row-gap: 10px;
  background-color: var(--dim-grey);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: disc;
  display: flex;
}

li {
  flex-direction: column;
  align-items: center;
}

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

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

blockquote {
  border-left: 4px solid var(--primary);
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

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

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

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

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

.section.orange-bgr {
  background-color: var(--primary);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.section.light-bgr {
  background-color: var(--primary-light);
  border-radius: 100px;
}

.section.green-bgr {
  z-index: 1;
  background-color: var(--dark);
  border-radius: 100px;
  margin-top: -380px;
  margin-bottom: -380px;
  padding-top: 380px;
  padding-bottom: 380px;
}

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

.section.light-bgr-with-margin {
  background-color: var(--primary-light);
  border-radius: 50px;
  margin-top: -380px;
  padding-top: 380px;
  padding-bottom: 380px;
}

.section.bgr-green {
  background-color: var(--dark);
  border-radius: 50px;
  margin-top: -300px;
  padding-bottom: 300px;
}

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

.section.bgr {
  background-color: var(--dark);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.section.grey-bgr {
  background-color: var(--primary-light);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
}

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

.section.bgr-process {
  background-color: var(--primary-light);
  border-radius: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.base-container {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 50px;
  display: flex;
}

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

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

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

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

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

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

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

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

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

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

.h4-mobile {
  font-size: 26px;
}

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

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

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 55px;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

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

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

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

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

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

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

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

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

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

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

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

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

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

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

.navbar.relative-with-border {
  border-bottom: 1px solid #66727333;
  position: relative;
}

.navbar.relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-dropdown-list.megamenu.w--open {
  width: 600px;
  display: flex;
  left: -218%;
}

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

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

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

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

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

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

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

.pages-banner {
  background-color: var(--dark);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

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

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

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

.licensing-grid.mb-0 {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.icon-style-guide:hover {
  color: var(--dark);
}

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

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

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

.licensing-paragraph {
  width: 50%;
}

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

.licensing-icons-wrapper {
  grid-column-gap: 20px;
  flex: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  display: flex;
}

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

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

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

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

.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-image-link {
  border-radius: 10px;
  flex: none;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.blog-grid-item-date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.blog-grid-content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

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

.blog-grid-item {
  border-radius: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 -15px 50px #0b3a3e0f;
}

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

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

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

.blog-grid-post-wrapper {
  flex-direction: column;
  display: flex;
}

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

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

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

.prev-post-arrow {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dim-grey);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

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

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

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

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

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

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

.footer-rights {
  color: var(--white);
}

.footer-copyright {
  color: var(--white);
  width: 100%;
  display: inline;
}

.footer-copyright-link {
  color: #fff;
  margin-right: 5px;
  text-decoration: none;
  display: inline;
}

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

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

.section-title-wrapper.left {
  text-align: left;
  align-items: flex-start;
}

.process-item-wrapper {
  border-bottom: 2px solid #6672734d;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.process-image-wrapper, .process-content {
  width: 45%;
}

.process-content.reverse {
  width: 80%;
}

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

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

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

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

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

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

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

.career-list-item-wrapper {
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 -10px 50px #0b3a3e1a;
}

.career-position {
  transition: color .3s;
}

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

.career-location {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 55px;
  padding: 4px 20px;
  font-size: 18px;
  line-height: 1.2em;
}

.career-type {
  color: var(--primary);
  font-size: 18px;
}

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

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

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

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

.services-item {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  padding: 20px 30px 30px;
  display: flex;
}

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

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

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

.pricing-plan-item {
  background-color: var(--primary-light);
  border-radius: 10px;
  padding: 30px 20px;
}

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

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

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

.pricing-plan-price {
  color: var(--primary);
  font-size: 56px;
}

.pricing-plan-currency-icon {
  color: var(--primary);
  margin-right: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.section-title {
  color: var(--white);
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 0;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 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 {
  width: 100%;
  display: flex;
}

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

.accordion-item {
  background-color: var(--primary-light);
  border-radius: 10px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.accordion-icon {
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
  transform: rotate(-45deg);
}

.accordion-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  margin-right: 30px;
  display: flex;
}

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

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

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

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

.more-features-icon {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.link-with-icon {
  font-weight: 500;
  display: inline-block;
}

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

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

.job-position-sidebar-wrapper {
  background-color: var(--primary-light);
  border-radius: 10px;
  flex: none;
  width: 33%;
  padding: 30px;
  position: sticky;
  top: 40px;
}

.job-position-sidebar-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.hidden {
  display: none;
}

.contacts-input {
  background-color: var(--white);
  color: var(--dim-grey);
  border: 1px solid #6672734d;
  border-radius: 55px;
  height: auto;
  margin-bottom: 0;
  padding: 14px 20px;
  font-size: 16px;
}

.contacts-input:focus, .contacts-input.-wfp-focus {
  border: 1px solid var(--primary);
  color: var(--dark);
}

.contacts-input::placeholder {
  color: #667273cc;
  font-size: 16px;
}

.contacts-input.text-area {
  border-radius: 30px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  margin-bottom: 30px;
}

.contacts-input.mb-15 {
  height: 50px;
  margin-bottom: 15px;
}

.contacts-2-location-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.contacts-2-form-wrapper {
  background-color: var(--primary-light);
  border-radius: 10px;
  align-items: center;
  width: 50%;
  padding: 30px;
  display: flex;
}

.contacts-2-content-wrapper {
  width: 50%;
}

.contacts-2-wrapper {
  grid-column-gap: 80px;
  width: 100%;
  display: flex;
}

.footer-link {
  color: var(--white);
  transition: all .3s;
}

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

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

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

.white-text {
  color: #fff;
}

.white-text.maxw-banner {
  max-width: 400px;
  margin-top: 20px;
}

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

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

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

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

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  margin-right: 50px;
  display: flex;
}

.footer-brand {
  color: #fff;
}

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

.footer-social-icon {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
}

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

.footer-links-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

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

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

.search-link {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 20px;
  display: inline-block;
}

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

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

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

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

.footer-brand-description {
  color: var(--white);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

.accordion-wrap-one-column {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 700px;
  display: flex;
}

.accordion-wrap-one-column.maxw {
  max-width: 100%;
}

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

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  text-transform: capitalize;
  border-radius: 55px;
  align-items: center;
  padding: 14px 30px;
  line-height: 1em;
  transition: all .2s;
}

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

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

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

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.testimonials-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: block;
}

.team-icon {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.team-icon:hover {
  color: var(--dark);
}

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

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

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

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

.banner-slider-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.banner-slider-container.home-2 {
  max-width: 500px;
}

.banner-slider-container.home-3 {
  flex: none;
  max-width: 500px;
}

.right-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.left-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.home-banner-section {
  background-image: url('../images/thisisengineering-raeng-IpTPp_aPbYE-unsplash-1-1_1thisisengineering-raeng-IpTPp_aPbYE-unsplash 1 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  min-height: 730px;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.secondary-button {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--dark);
  text-transform: capitalize;
  border-radius: 55px;
  padding: 14px 30px;
  line-height: 1em;
  transition: all .3s;
}

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

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

.home-buttons-wrapper.none-margin-top {
  margin-top: 0;
}

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

.banner-contacts-wrapper {
  background-color: var(--primary);
  width: 100%;
  margin-bottom: -90px;
  box-shadow: 0 10px 50px #0000000a;
}

.banner-contact-info {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.banner-contact-info.border-orange {
  border: 1px solid var(--primary);
}

.banner-contacts-wrap {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: -90px;
}

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

.features-wrap {
  width: 75%;
}

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

.testimonials-slider-name {
  margin-top: 0;
  margin-bottom: 5px;
}

.home-testimonials-slide {
  flex-direction: column;
  margin-right: 40px;
  display: flex;
}

.testimonials-text-wrapper {
  border-left: 4px solid var(--primary);
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px 35px;
}

.slide-nav {
  display: none;
}

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

.slider-left-arrow {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  inset: auto auto 60px 0%;
}

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

.slider-right-arrow {
  background-color: var(--white);
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  inset: auto auto 60px 60px;
}

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

.home-3-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-3-slider-item-container {
  display: flex;
}

.home-3-slide-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.slider-content-container {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  display: flex;
}

.home-3-slider-slide-item {
  height: 100%;
}

.slider-image-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  margin-left: 60px;
  display: flex;
}

.text-dark {
  color: var(--dark);
  font-weight: 600;
}

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

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

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

.about-text-block {
  align-items: center;
  display: flex;
}

.about-img {
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
}

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

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

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

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

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

.about-images {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  position: relative;
}

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

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

.about-images-block {
  flex: none;
  justify-content: flex-end;
  width: 55%;
  height: 700px;
  display: flex;
  position: static;
}

.home-about-description {
  margin-top: 30px;
  margin-bottom: 50px;
}

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

.home-team-wrapper {
  grid-column-gap: 50px;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.home-team-content {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: none;
  width: 40%;
  display: flex;
}

.home-team-testimonial {
  width: 60%;
}

.home-5-testimonials-slider {
  background-color: #0000;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-5-testimonials-mask {
  width: 100%;
  overflow: visible;
}

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

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

.home-9-team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-9-team-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
}

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

.home-9-team-social {
  grid-column-gap: 20px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 214px 0% 0%;
  box-shadow: 0 0 30px #0f5cfa26;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.brand-tablet {
  display: none;
}

.brand {
  flex: none;
}

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

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

.main-shop-list-item {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-list-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 250px;
  transition: transform .3s;
  box-shadow: 7px 7px 50px #0000000d;
}

.shop-list-image:hover {
  transform: scale(1.06);
}

.shop-link-block {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

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

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

.shop-item-link {
  color: var(--dark);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

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

.on-sale-tag {
  z-index: 999;
  color: var(--dark);
  font-size: 16px;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.on-sale-tag:hover {
  background-color: var(--white);
  color: var(--primary);
}

.shop-price-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.shop-item-price-on-sale {
  font-weight: 700;
  text-decoration: line-through;
}

.shop-details-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.12fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.shop-details-image-lightbox {
  border-radius: 10px;
  flex: none;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 60px;
}

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

.shop-item-info-wrapper {
  flex-direction: column;
  display: flex;
}

.shop-details-subtitle {
  color: var(--dark);
  margin-bottom: 10px;
  font-weight: 600;
}

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

.shop-details-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  display: flex;
  box-shadow: 0 -10px 50px #0b3a3e0f;
}

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

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

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

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

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

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

.success-message {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 10px;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 14px;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

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

.small-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

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

.small-text.orange-text {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.small-text.white {
  color: var(--white);
  max-width: 370px;
  margin-bottom: 0;
}

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

.small-text.maxw-370px {
  max-width: 370px;
}

.large-white-text {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.large-white-text.dark {
  color: var(--dark);
  margin-top: 50px;
  font-size: 50px;
}

.arrow-span {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.elipse-right {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.content-block-wrapper.reverse {
  flex-direction: row-reverse;
}

.text-content {
  width: auto;
}

.image-content {
  background-color: var(--primary);
  border-radius: 10px;
  width: auto;
  height: 100%;
  margin-top: 30px;
  margin-right: 30px;
}

.image-cover-content {
  object-fit: cover;
  border-radius: 10px;
  width: 470px;
  height: 350px;
  position: relative;
  top: -30px;
  right: -30px;
}

.paragraph-maxw {
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.title-lable {
  margin-bottom: 10px;
}

.services-list-wrapperr {
  width: 100%;
}

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

.services-cart {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  box-shadow: 0 -15px 50px #0b3a3e0f;
}

.category-label {
  border: 1px solid var(--primary);
  border-radius: 53px;
  justify-content: center;
  padding: 4px 20px;
  line-height: 1.5em;
}

.heading-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-heading {
  margin-top: 20px;
  margin-bottom: 55px;
  font-size: 24px;
  font-weight: 700;
}

.link-heading.mb-10 {
  margin-bottom: 10px;
}

.video-wrapper {
  z-index: 2;
  border-radius: 10px;
  align-items: flex-end;
  min-height: 560px;
  margin-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrapper.none-margin {
  margin-top: 0;
  margin-bottom: 80px;
}

.background-video {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.description-video-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.subheading {
  color: var(--white);
  text-align: center;
  max-width: 610px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.top-block-content {
  grid-column-gap: 50px;
  display: flex;
}

.top-block-content.margin {
  margin-top: 80px;
}

.left-content {
  width: 50%;
}

.right-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.row-content {
  grid-column-gap: 50px;
  border-bottom: 1px solid #ffffff4d;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.row-content.last {
  margin-bottom: 0;
}

.row-content.border {
  border-bottom-color: #6672734d;
}

.row-content.border-last {
  border-bottom-color: #66727380;
  margin-bottom: 0;
}

.counter-block {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.number {
  color: var(--primary);
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}

.testimonials-block {
  margin-top: 80px;
  position: relative;
}

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

.testimonials-tabs-block {
  width: 100%;
  display: flex;
}

.testimonials-tabs-block.reverse {
  flex-direction: row-reverse;
}

.testimonials-menu {
  grid-row-gap: 20px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.tab-item {
  grid-column-gap: 20px;
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 10px;
  width: 470px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.tab-item.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
}

.tabs-content-testimonials {
  width: 100%;
}

.image-author {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.heading-absolute {
  width: 465px;
  margin-bottom: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pane-content {
  align-items: center;
  max-width: 465px;
  margin-top: 170px;
  margin-left: auto;
  display: flex;
}

.white-block {
  z-index: 2;
  grid-column-gap: 50px;
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 50px #0b3a3e0f;
}

.white-block.mt {
  margin-top: 80px;
}

.image-white-block {
  border-radius: 10px;
  flex: none;
  width: 570px;
  height: 400px;
  overflow: hidden;
}

.text-content-white-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

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

.text-with-margin.maxw-400px {
  max-width: 400px;
}

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

.heading-wrapper-block {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
  display: flex;
}

.partners-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

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

.partners-block {
  background-color: var(--primary-light);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  display: flex;
}

.partners-block.bgr {
  background-color: #0e4246;
}

.faq-wrapper {
  grid-column-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.title-faq {
  flex: none;
}

.maxw-faq {
  max-width: 280px;
}

.image-section-bgr {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.support-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 465px;
  height: 600px;
  display: flex;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff6;
  border-radius: 55px;
  max-width: 400px;
  height: auto;
  margin-bottom: 30px;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

.text-field:focus {
  border-color: var(--white);
  color: var(--white);
  background-color: #ffffff1a;
  font-size: 18px;
}

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

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

.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.bgr-image {
  display: none;
}

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

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

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

.button-block-navbar {
  grid-column-gap: 30px;
  flex: none;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

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

.cart-quantity {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 2px;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: -25% -30% auto auto;
}

.footer-right-block {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-bottom-block {
  grid-column-gap: 50px;
  display: flex;
}

.adress-footer {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.phone-block {
  grid-column-gap: 30px;
  display: flex;
}

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

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

.footer-input {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff80;
  height: auto;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
}

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

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

.form-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 370px;
  display: flex;
}

.link-form {
  background-color: #0000;
  padding: 0;
  transition: color .3s;
}

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

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

.home-2-banner-section {
  align-items: center;
  min-height: 600px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.home-2-banner-image {
  background-image: url('../images/thisisengineering-raeng-IpTPp_aPbYE-unsplash-1-2-1_1thisisengineering-raeng-IpTPp_aPbYE-unsplash 1 (2) (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 47%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-2-banner-image.none-image {
  background-image: none;
  background-position: 0 0;
}

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

.home-3-banner-section {
  padding-top: 80px;
}

.banner-home-3 {
  height: 500px;
}

.description-home-3 {
  grid-column-gap: 50px;
  justify-content: space-between;
  padding-bottom: 80px;
  display: flex;
}

.right-slider-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.label-bgr {
  color: var(--dark);
  text-align: center;
  background-color: #d5502c33;
  border-radius: 50px;
  padding: 6px 20px;
}

.section-maxh {
  align-items: center;
  min-height: 500px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section-maxh.about-us {
  background-image: linear-gradient(50deg, #000000e6 20%, #fff0), url('../images/Banner-01_1Banner 01.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-maxh.blog {
  background-image: linear-gradient(50deg, #000000e6 20%, #fff0), url('../images/Blog-Banner_1Blog Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-maxh.services {
  background-image: linear-gradient(50deg, #000000e6, #fff0), url('../images/Services-Banner_1Services Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-maxh.service {
  background-image: linear-gradient(50deg, #000000e6 20%, #fff0), url('../images/Banner-Service_1Banner Service.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-maxh.cd {
  background-image: linear-gradient(50deg, #000000e6 20%, #fff0), url('../images/Banner-CD_1Banner CD.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-maxh.pricing {
  padding-top: 80px;
}

.subtitle-section {
  color: var(--white);
  max-width: 650px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.block-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.grid-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

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

.text-tabs {
  max-width: 465px;
  margin-top: 170px;
}

.title-absolute {
  position: absolute;
}

.data-categories-block {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.data-categories-block.children {
  flex-wrap: nowrap;
}

.link-categories {
  border: 1px solid var(--primary);
  border-radius: 55px;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1em;
  transition: background-color .3s, color .3s;
}

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

.author-block {
  grid-column-gap: 20px;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.description-career {
  margin-top: 10px;
  margin-bottom: 30px;
}

.hover-image {
  background-image: linear-gradient(50deg, #000000e6 20%, #fff0);
  position: absolute;
  inset: 0%;
}

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

.orange-span {
  color: var(--primary);
  font-size: 18px;
}

.dark-quote {
  color: var(--dark);
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

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

.link-dark {
  color: var(--dim-grey);
}

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

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

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

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

.brand-logo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #6672734d;
  border-radius: 10px;
  flex: none;
  width: 60px;
  height: 60px;
}

.description-product {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.price-wrapper {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.buy-now-button {
  display: none;
}

.default-state {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.default-state.none-margin {
  margin-top: 0;
}

.quantity {
  display: none;
}

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

.checkout-form {
  background-color: var(--primary-light);
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

.price {
  color: var(--dark);
  font-weight: 600;
}

.order-item {
  align-items: center;
}

.total-price {
  color: var(--primary);
}

.field-label {
  font-size: 18px;
  font-weight: 700;
}

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

.checkbox {
  margin-top: 0;
}

.paypal-checkout-form {
  background-color: var(--primary-light);
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.option-list {
  display: none;
}

.order-confirmation {
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cart-item {
  align-items: center;
}

.remove-button {
  color: var(--dim-grey);
  margin-top: 10px;
  font-size: 16px;
}

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

.cart-quantity-header {
  background-color: var(--primary-light);
  border-color: #6672734d;
}

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

.cart-container {
  border-radius: 10px;
}

.apple-pay {
  border-radius: 55px;
}

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

.more-image-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: none;
  max-width: 500px;
  display: flex;
}

.more-images-list {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.more-images-wrapper {
  height: 100%;
}

.image-tabs {
  border-radius: 50%;
  flex: none;
  width: 74px;
  height: 74px;
  overflow: hidden;
}

.error-state {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.shop-wrap {
  width: 100%;
}

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

.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-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

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

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

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

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.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-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

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

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

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

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

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

  .section.shop-product-section {
    padding-top: 80px;
  }

  .section.green-bgr {
    margin-top: -430px;
    margin-bottom: -360px;
    padding-top: 430px;
    padding-bottom: 360px;
  }

  .section.green-background {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.light-bgr-with-margin {
    border-radius: 100px;
    margin-top: -430px;
    padding-top: 430px;
    padding-bottom: 430px;
  }

  .section.bgr-green {
    border-radius: 100px;
    padding-bottom: 340px;
  }

  .section.spacing {
    margin-top: -340px;
  }

  .section.bgr, .section.grey-bgr {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }

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

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

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

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

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

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

  .section-title-wrapper.left {
    margin-left: 0;
    margin-right: 0;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

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

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

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

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

  .footer-brand-wrapper {
    margin-right: 100px;
  }

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

  .search-section {
    margin-bottom: 80px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .banner-contact-info {
    min-height: 250px;
  }

  .banner-contacts-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1200px;
  }

  .features-wrapper {
    grid-column-gap: 60px;
  }

  .features-wrap {
    width: 63%;
  }

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

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

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

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

  .slider-content-container {
    padding-left: 60px;
  }

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

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

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

  .home-team-wrapper {
    margin-bottom: 130px;
  }

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

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

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

  .shop-details-wrapper {
    grid-column-gap: 130px;
  }

  .shop-details-block {
    margin-top: 120px;
  }

  .small-text.white {
    max-width: 370px;
  }

  .content-block-wrapper {
    grid-column-gap: 120px;
  }

  .text-content {
    width: auto;
  }

  .video-wrapper {
    margin-top: 130px;
  }

  .video-wrapper.none-margin {
    margin-bottom: 130px;
  }

  .top-block-content {
    grid-column-gap: 130px;
  }

  .top-block-content.margin {
    margin-top: 130px;
  }

  .right-content {
    flex: none;
    width: 570px;
  }

  .row-content {
    grid-column-gap: 50px;
    justify-content: space-between;
  }

  .counter-block {
    width: auto;
  }

  .number {
    font-size: 70px;
  }

  .testimonials-block {
    margin-top: 130px;
  }

  .heading-absolute {
    right: 9%;
  }

  .pane-content {
    margin-left: 130px;
  }

  .white-block.mt, .heading-wrapper-block {
    margin-top: 130px;
  }

  .support-wrapper {
    height: 700px;
  }

  .without-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list-services {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-bottom-block {
    grid-column-gap: 100px;
  }

  .home-2-banner-image {
    width: 54%;
  }

  .banner-home-3 {
    height: 650px;
  }

  .description-home-3 {
    grid-column-gap: 100px;
    justify-content: flex-start;
    padding-bottom: 130px;
  }

  .label-bgr {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .mxw-260px {
    max-width: 260px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.green-bgr {
    margin-top: -30%;
    margin-bottom: -25%;
    padding-top: 30%;
    padding-bottom: 25%;
  }

  .testimonials-slider-author {
    margin-top: 30px;
  }

  .testimonials-text-wrapper {
    padding: 40px 60px;
  }

  .about-img._1 {
    width: 380px;
  }

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

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

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

  .about-us-container {
    grid-column-gap: 40px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .home-9-team-photo {
    width: 220px;
    height: 220px;
  }

  .home-9-team-social {
    width: 220px;
    height: 50px;
    top: 171px;
  }

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

@media screen and (min-width: 1920px) {
  .section.green-bgr {
    margin-top: -22%;
    margin-bottom: -19%;
    padding-top: 22%;
    padding-bottom: 19%;
  }

  .contacts-2-wrapper {
    grid-column-gap: 100px;
  }

  .home-banner-section {
    min-height: 100vh;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    top: 20%;
    left: 41%;
  }

  .about-img._4 {
    left: 48%;
  }

  .about-us-container {
    grid-column-gap: 100px;
  }

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

  .home-2-banner-section {
    min-height: 85vh;
  }

  .home-2-banner-image {
    width: 936px;
  }

  .section-maxh {
    min-height: 600px;
  }
}

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

  h2 {
    font-size: 35px;
  }

  blockquote {
    font-size: 30px;
  }

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

  .section.spacing {
    margin-top: -350px;
  }

  .section.bgr-process {
    border-radius: 50px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description {
    align-items: center;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 65%;
  }

  .spacing-wrapper-mobile {
    width: 100%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 0%;
  }

  .top-style-spacing-desktop {
    top: 0%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .primary-button.tablet-hidden {
    display: none;
  }

  .top-style-spacing-mobile {
    top: 0%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 0%;
  }

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

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

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

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

  .nav-link {
    color: var(--dark);
    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-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

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

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

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

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

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

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

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

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

  .pages-banner {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    min-height: 300px;
    padding-top: 80px;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

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

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

  .footer {
    padding-bottom: 60px;
  }

  .footer-bottom-wrapper {
    text-align: center;
    justify-content: center;
  }

  .section-title-wrapper.left {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

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

  .process-image {
    object-fit: cover;
    display: block;
  }

  .career-location {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

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

  .job-position-sidebar-wrapper {
    width: 40%;
    top: 20px;
  }

  .contacts-wrapper {
    justify-content: center;
  }

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

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

  .contacts-2-form-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-2-content {
    text-align: center;
    width: 80%;
  }

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

  .footer-brand-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .footer-links-wrapper {
    justify-content: center;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 50%;
  }

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

  .testimonials-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .accordion-wrap-one-column {
    max-width: 100%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

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

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

  .banner-slider-container {
    text-align: center;
    align-items: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-banner-section {
    min-height: 600px;
    padding-top: 80px;
  }

  .banner-contacts-wrapper {
    margin-bottom: -60px;
  }

  .banner-contacts-wrap {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    top: -60px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .features-wrap {
    width: 52%;
  }

  .testimonials-text-wrapper {
    padding: 15px;
  }

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

  .slider-left-arrow {
    inset: 360px auto auto 0%;
  }

  .slider-right-arrow {
    inset: 360px auto auto 60px;
  }

  .home-3-slider-item-container {
    flex-direction: column;
  }

  .slider-content-container {
    width: 100%;
    margin-top: 50px;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .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-text-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .about-text-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .about-us-container {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    display: flex;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .about-images-block {
    width: 100%;
  }

  .home-about-description {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .home-team-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .home-team-content {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .home-team-testimonial {
    width: 100%;
  }

  .content {
    margin-bottom: 0;
  }

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

  .home-9-team-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .image-burger {
    filter: invert();
    margin-bottom: 4px;
  }

  .image-burger.filters {
    filter: none;
  }

  .brand-tablet {
    display: block;
  }

  .shop-details-wrapper {
    justify-content: space-between;
  }

  .shop-details-image-lightbox {
    height: 200px;
  }

  .shop-details-content-block {
    width: auto;
  }

  .shop-details-block {
    padding: 30px;
  }

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

  .coming-soon-form-main {
    justify-content: center;
  }

  .small-text.white {
    max-width: 500px;
  }

  .large-white-text.dark {
    font-size: 40px;
  }

  .services-list-wrapperr.width {
    width: 47.9%;
  }

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

  .video-wrapper {
    min-height: 500px;
  }

  .top-block-content {
    flex-direction: column;
  }

  .left-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .right-content {
    width: 100%;
    margin-top: 50px;
  }

  .counter-block {
    width: 35%;
  }

  .tab-item {
    width: 350px;
  }

  .tabs-content-testimonials {
    align-items: center;
    margin-left: 30px;
    display: flex;
  }

  .tabs-content-testimonials.none-spacing {
    margin-left: 0;
  }

  .heading-absolute {
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .pane-content {
    margin-top: 0;
  }

  .white-block {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .image-white-block {
    width: 100%;
  }

  .text-content-white-block {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .text-with-margin.maxw-400px {
    max-width: 600px;
  }

  .partners-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .maxw-500px {
    max-width: 350px;
  }

  .faq-wrapper {
    flex-direction: column;
  }

  .title-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

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

  .image-section-bgr {
    width: 100%;
    inset: 0%;
  }

  .support-wrapper {
    text-align: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    position: relative;
  }

  .form-support, .form-support-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .button-block-navbar {
    flex: 1;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .footer-bottom-block {
    grid-column-gap: 100px;
    justify-content: space-between;
  }

  .home-2-banner-section {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: stretch;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .home-2-banner-image {
    width: 100%;
    height: 400px;
    position: static;
  }

  .home-2-banner-image.none-image {
    position: relative;
  }

  .home-3-banner-section {
    padding-top: 60px;
  }

  .description-home-3 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .right-slider-content {
    text-align: center;
    align-items: center;
  }

  .section-maxh, .section-maxh.about-us {
    padding-top: 80px;
  }

  .section-maxh.pricing {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .grid-services {
    display: flex;
  }

  .text-tabs {
    margin-right: 30px;
  }

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

  .shop-list.shop-details {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .row {
    flex-direction: column;
  }

  .more-image-wrapper {
    max-width: 350px;
  }

  .shop-details-item {
    width: 47.9%;
  }

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

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

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  blockquote {
    font-size: 25px;
  }

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

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

  .section.orange-bgr, .section.light-bgr {
    border-radius: 30px;
  }

  .section.green-bgr {
    border-radius: 30px;
    margin-top: -300px;
    padding-top: 300px;
  }

  .section.light-bgr-with-margin {
    border-radius: 30px;
    margin-top: -300px;
    padding-top: 300px;
    padding-bottom: 360px;
  }

  .section.bgr-green {
    border-radius: 30px;
    padding-bottom: 360px;
  }

  .section.bgr {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .base-container.centered {
    text-align: center;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

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

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

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

  .style-guide-body-wrapper, .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

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

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-form {
    flex-direction: column;
  }

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

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

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

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .section-title-wrapper.left {
    margin-bottom: 0;
  }

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

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

  .process-image-wrapper {
    width: 100%;
  }

  .process-content {
    width: 100%;
    margin-top: 10px;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

  .process-image {
    height: 280px;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
  }

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

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .accordion-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

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

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    position: relative;
    top: 0;
  }

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

  .contacts-title {
    margin-bottom: 20px;
  }

  .contacts-2-location-wrapper, .contacts-2-form-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-content {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

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

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

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

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

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

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

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

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

  .banner-slider-container {
    max-width: 100%;
  }

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

  .banner-contacts-wrap {
    grid-template-columns: 1fr;
  }

  .features-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .home-testimonials-slide {
    margin-right: 20px;
  }

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

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

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

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

  .slider-left-arrow, .slider-right-arrow {
    top: 260px;
  }

  .home-3-slider-item-container {
    flex-direction: column;
  }

  .home-3-slide-image {
    height: 300px;
  }

  .slider-content-container {
    padding-left: 0;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

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

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

  .about-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1 {
    width: 100%;
    height: 230px;
    max-height: none;
    position: static;
  }

  .about-img._5 {
    width: 100%;
    height: 230px;
    min-height: auto;
    max-height: none;
    position: static;
  }

  .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    height: 230px;
    max-height: none;
    position: static;
  }

  .about-images {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .about-text-content {
    text-align: center;
    align-items: center;
  }

  .subtitle {
    line-height: 16px;
  }

  .about-images-block {
    flex-direction: column;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .home-team-wrapper {
    grid-row-gap: 20px;
    margin-bottom: 60px;
  }

  .home-team-testimonial {
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

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

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

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

  .brand {
    padding-left: 0;
  }

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

  .shop-details-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .shop-details-image-lightbox {
    height: 250px;
  }

  .shop-details-content-block {
    position: static;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .shop-details-block {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .large-white-text {
    font-size: 30px;
  }

  .large-white-text.dark {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
  }

  .content-block-wrapper, .content-block-wrapper.reverse {
    flex-direction: column;
  }

  .text-content {
    text-align: center;
    margin-bottom: 50px;
  }

  .image-cover-content {
    width: 100%;
  }

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

  .services-list-wrapperr.width {
    width: 100%;
  }

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

  .video-wrapper {
    min-height: 400px;
    margin-top: 60px;
  }

  .video-wrapper.none-margin {
    margin-bottom: 60px;
  }

  .top-block-content.margin {
    margin-top: 60px;
  }

  .left-content {
    width: 100%;
  }

  .testimonials-block {
    margin-top: 60px;
  }

  .testimonials-tabs-block, .testimonials-tabs-block.reverse {
    flex-direction: column;
  }

  .tab-item {
    width: 100%;
  }

  .tabs-content-testimonials {
    margin-top: 50px;
    margin-left: 0;
  }

  .heading-absolute {
    margin-bottom: 30px;
  }

  .pane-content {
    max-width: 100%;
  }

  .white-block.mt {
    margin-top: 60px;
  }

  .text-with-margin {
    margin-bottom: 30px;
  }

  .heading-wrapper-block {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

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

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

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

  .footer-bottom-block {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .adress-footer {
    align-items: center;
  }

  .form-footer {
    align-items: center;
    width: 100%;
  }

  .form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-home-3 {
    height: 300px;
  }

  .description-home-3 {
    padding-bottom: 60px;
  }

  .section-maxh.pricing {
    padding-top: 60px;
  }

  .text-tabs {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .title-absolute {
    text-align: center;
    margin-bottom: 30px;
    position: static;
  }

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

  .dark-quote {
    font-size: 22px;
  }

  ._404-text {
    font-size: 140px;
  }

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

  .more-image-wrapper {
    max-width: 100%;
  }

  .shop-details-item {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

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

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .pages-banner {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    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-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

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

  .contacts-input {
    height: 55px;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

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

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

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

  .home-buttons-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .home-testimonials-slide {
    margin-right: 10px;
  }

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

  .slider-image-container {
    height: auto;
  }

  .about-images {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-text-content {
    text-align: center;
    align-items: center;
  }

  .our-services-wrap {
    width: 100%;
  }

  .home-9-team-wrapper {
    grid-template-columns: 1fr;
  }

  .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

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

  .section-two-side-title-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: center;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-cover-content {
    height: 300px;
  }

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

  .link-heading {
    margin-bottom: 30px;
  }

  .video-wrapper {
    align-items: center;
  }

  .description-video-block {
    text-align: center;
    height: 100%;
    padding: 20px;
  }

  .row-content {
    align-items: center;
  }

  .counter-block {
    width: 100%;
  }

  .heading-absolute {
    width: auto;
  }

  .image-white-block {
    height: 300px;
  }

  .partners-block {
    min-height: auto;
    padding: 30px 20px;
  }

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

  .phone-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

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

  .home-2-banner-image {
    height: 300px;
  }

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

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

  .order-item {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .block-header {
    flex-direction: column;
  }

  .centered-checkout {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .shipping-method {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .div-block {
    width: 80%;
    margin-right: 0;
  }

  .cart-container {
    border-radius: 0;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-_8b4026f7-d1e2-a7ef-b56e-26b57d550571-a256313b, #w-node-e175d7c1-a30f-a463-c547-0cde1f41c7f4-a256313b, #w-node-f26976dc-b53d-ab27-ce9d-d63031333808-a256313b, #w-node-_201ab870-973d-50a6-eed8-edc80cd58262-a256313b, #w-node-a555a95c-2e13-2729-1bea-c4f7ad89157e-a256313b, #w-node-_25966a98-89b9-b8c5-6c96-0cae62934b84-a256313b, #w-node-ec698e49-4dbd-dfab-14ef-22ba7fc966de-a256313b, #w-node-eb8b062a-c1cd-bc15-7aef-296856d593e0-a256313b, #w-node-_09e57345-fdf2-c068-65ef-888161d53032-a256313b, #w-node-_34f1ea6f-d254-1229-5ec4-73d4cb99a2d4-a256313b, #w-node-_442135c2-d276-6fe7-c000-7acc9d0af619-a256313b, #w-node-_7c3a0048-b911-6194-fd51-e4dffabeb3b4-a256313b, #w-node-_3730fa51-467e-8337-81bf-7f180dc7543a-a256313e, #w-node-_3730fa51-467e-8337-81bf-7f180dc75442-a256313e, #w-node-_3730fa51-467e-8337-81bf-7f180dc7544a-a256313e, #w-node-d1ec6cac-71f7-1c2c-b10c-7522227f29b7-a256313e, #w-node-d1ec6cac-71f7-1c2c-b10c-7522227f29b9-a256313e, #w-node-d1ec6cac-71f7-1c2c-b10c-7522227f29bb-a256313e, #w-node-d1ec6cac-71f7-1c2c-b10c-7522227f29bd-a256313e, #w-node-d1ec6cac-71f7-1c2c-b10c-7522227f29bf-a256313e, #w-node-d1ec6cac-71f7-1c2c-b10c-7522227f29c1-a256313e, #w-node-d1ec6cac-71f7-1c2c-b10c-7522227f29c3-a256313e, #w-node-d1ec6cac-71f7-1c2c-b10c-7522227f29c5-a256313e, #w-node-_0d6bf9a1-688f-eb01-751f-343bfc5e2119-a2563140, #w-node-_0d6bf9a1-688f-eb01-751f-343bfc5e211b-a2563140, #w-node-_0d6bf9a1-688f-eb01-751f-343bfc5e211d-a2563140, #w-node-_0d6bf9a1-688f-eb01-751f-343bfc5e211f-a2563140, #w-node-_0d6bf9a1-688f-eb01-751f-343bfc5e2121-a2563140, #w-node-_0d6bf9a1-688f-eb01-751f-343bfc5e2123-a2563140, #w-node-_0d6bf9a1-688f-eb01-751f-343bfc5e2125-a2563140, #w-node-_0d6bf9a1-688f-eb01-751f-343bfc5e2127-a2563140, #w-node-fba4bf1f-23f1-802b-9a2b-dffcbf29fa0a-a2563143, #w-node-fba4bf1f-23f1-802b-9a2b-dffcbf29fa0c-a2563143, #w-node-fba4bf1f-23f1-802b-9a2b-dffcbf29fa0e-a2563143, #w-node-fba4bf1f-23f1-802b-9a2b-dffcbf29fa10-a2563143, #w-node-fba4bf1f-23f1-802b-9a2b-dffcbf29fa12-a2563143, #w-node-fba4bf1f-23f1-802b-9a2b-dffcbf29fa14-a2563143, #w-node-fba4bf1f-23f1-802b-9a2b-dffcbf29fa16-a2563143, #w-node-fba4bf1f-23f1-802b-9a2b-dffcbf29fa18-a2563143, #w-node-_63b025b1-6d19-8eb8-16f3-09f784272d6a-a256314f, #w-node-_63b025b1-6d19-8eb8-16f3-09f784272d72-a256314f, #w-node-_63b025b1-6d19-8eb8-16f3-09f784272d7a-a256314f, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-a2563151, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-a2563151, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-a2563151, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-a2563151, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-a2563151, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-a2563151, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-a2563151, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-a2563151, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-a2563151, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-a2563151, #w-node-_8b4026f7-d1e2-a7ef-b56e-26b57d550571-a256315a, #w-node-e175d7c1-a30f-a463-c547-0cde1f41c7f4-a256315a, #w-node-f26976dc-b53d-ab27-ce9d-d63031333808-a256315a, #w-node-_201ab870-973d-50a6-eed8-edc80cd58262-a256315a, #w-node-a555a95c-2e13-2729-1bea-c4f7ad89157e-a256315a, #w-node-_25966a98-89b9-b8c5-6c96-0cae62934b84-a256315a, #w-node-ec698e49-4dbd-dfab-14ef-22ba7fc966de-a256315a, #w-node-eb8b062a-c1cd-bc15-7aef-296856d593e0-a256315a, #w-node-_09e57345-fdf2-c068-65ef-888161d53032-a256315a, #w-node-_34f1ea6f-d254-1229-5ec4-73d4cb99a2d4-a256315a, #w-node-_442135c2-d276-6fe7-c000-7acc9d0af619-a256315a, #w-node-_7c3a0048-b911-6194-fd51-e4dffabeb3b4-a256315a, #w-node-_8b4026f7-d1e2-a7ef-b56e-26b57d550571-a256315b, #w-node-e175d7c1-a30f-a463-c547-0cde1f41c7f4-a256315b, #w-node-f26976dc-b53d-ab27-ce9d-d63031333808-a256315b, #w-node-_201ab870-973d-50a6-eed8-edc80cd58262-a256315b, #w-node-a555a95c-2e13-2729-1bea-c4f7ad89157e-a256315b, #w-node-_25966a98-89b9-b8c5-6c96-0cae62934b84-a256315b, #w-node-ec698e49-4dbd-dfab-14ef-22ba7fc966de-a256315b, #w-node-eb8b062a-c1cd-bc15-7aef-296856d593e0-a256315b, #w-node-_09e57345-fdf2-c068-65ef-888161d53032-a256315b, #w-node-_34f1ea6f-d254-1229-5ec4-73d4cb99a2d4-a256315b, #w-node-_442135c2-d276-6fe7-c000-7acc9d0af619-a256315b, #w-node-_7c3a0048-b911-6194-fd51-e4dffabeb3b4-a256315b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5b8457c2-4a28-5a36-811e-601b20f407f7-a256314d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-a2563153, #w-node-_1d90befa-7eaa-0162-f7cd-15fa786c4268-a2563153, #w-node-b1e180dc-1c7e-a607-1c23-d4d4884eb7a1-a2563153, #w-node-_4c0af3f1-0749-f083-c3cf-c17aabb1bf4c-a2563153, #w-node-_53c7fc39-f6bc-3dc2-0070-84fd35f40f3f-a2563153, #w-node-d6cd72e7-35ce-7fe6-9858-a0b8cf2e4845-a2563153 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b8457c2-4a28-5a36-811e-601b20f407f7-a256314d {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}