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

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

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

:root {
  --paragraph-gray: #757575;
  --dark: #222;
  --primary: #f33;
  --light-gray: #fafafa;
  --white: white;
  --gray: #eee;
  --smoke-white: #ededed;
  --transparent: #fff0;
  --dark-gray: #8a8a8a;
  --primary-light\<deleted\|variable-fb6c153a\>: #eef4f8;
  --border-radius-60px: 60px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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(--paragraph-gray);
  letter-spacing: -.32px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  color: var(--dark);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
}

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

h3 {
  color: var(--dark);
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--dark);
  letter-spacing: -.48px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--dark);
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--dark);
  letter-spacing: -.32px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5em;
}

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

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

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

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

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

blockquote {
  color: var(--dark);
  text-align: left;
  letter-spacing: -.6px;
  background-image: url('../images/mdi_format-quote-open.svg');
  background-position: 20px 0;
  background-repeat: no-repeat;
  background-size: 34px;
  border-left: 1px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 60px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

.section.about-us-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

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

.section.landing-banner {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 110px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section.service-details-banner {
  background-color: var(--light-gray);
  margin-top: 110px;
  padding-bottom: 0;
}

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

.section.blog-details {
  background-color: var(--light-gray);
  margin-top: 110px;
  position: static;
  overflow: visible;
}

.section.product-section {
  background-color: var(--light-gray);
  margin-top: 110px;
  padding-top: 60px;
  overflow: visible;
}

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

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

.base-container.container-full {
  margin-left: auto;
  margin-right: auto;
}

.base-container.banner-container {
  z-index: 2;
  background-image: linear-gradient(#faf0f0, #fff);
  align-self: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

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

.grid-title {
  border-right: 1px solid var(--paragraph-gray);
  border-left: 1px none var(--paragraph-gray);
  background-color: var(--dark);
  color: var(--white);
  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: var(--paragraph-gray);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

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

.grid-description.first-description {
  border-right: 1px solid var(--paragraph-gray);
  border-bottom: 1px solid var(--paragraph-gray);
  border-left: 1px solid var(--paragraph-gray);
  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: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h1-tablet {
  letter-spacing: -.84px;
  font-size: 42px;
}

.h2-tablet {
  letter-spacing: -.68px;
  font-size: 34px;
}

.h1-mobile {
  letter-spacing: -.76px;
  font-size: 38px;
}

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

.h3-mobile, .h3-tablet {
  letter-spacing: -.56px;
  font-size: 28px;
}

.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 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 16px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

.primary-button.search-button {
  min-width: 160px;
}

.primary-button.form-button {
  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 {
  color: var(--dark);
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

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

.bottom-style-spacing-mobile {
  color: var(--dark);
  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: var(--light-gray);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  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;
  margin-left: auto;
}

.nav-link {
  color: var(--paragraph-gray);
  padding: 20px;
  font-size: 16px;
  line-height: 1.5em;
}

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

.nav-link.white-link {
  color: var(--white);
  padding-top: 25px;
  padding-bottom: 25px;
}

.nav-link.white-link:hover {
  opacity: .6;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 34px 25px 20px;
  line-height: 1.5em;
  transition: opacity .3s;
  display: flex;
}

.nav-dropdown-icon {
  color: var(--paragraph-gray);
  margin-top: 25px;
  margin-left: 4px;
  margin-right: 16px;
  font-size: 15px;
}

.nav-dropdown-list {
  border: 1px solid var(--smoke-white);
  background-color: var(--light-gray);
  width: 200px;
  padding: 15px 20px;
}

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

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

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

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

.nav-dropdown-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 700;
  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 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}

.pages-banner {
  background-color: var(--light-gray);
  justify-content: flex-start;
  align-items: center;
  margin-top: 110px;
  padding-top: 80px;
  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.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: all .35s ease-in;
}

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

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

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

.license-link {
  color: var(--paragraph-gray);
  letter-spacing: normal;
  font-weight: 700;
}

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

.banner-title {
  text-align: center;
  font-weight: 400;
}

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

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

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  transition: all .35s;
}

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

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

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

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

.licensing-font-title {
  text-transform: capitalize;
}

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

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

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

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

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

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

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  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;
}

.coming-soon-heading {
  max-width: 75%;
  margin-top: 60px;
  margin-bottom: 0;
}

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

.footer {
  align-items: flex-start;
}

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

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--paragraph-gray);
  letter-spacing: -.28px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--paragraph-gray);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright-link {
  color: var(--paragraph-gray);
  letter-spacing: -.28px;
  font-size: 14px;
  display: inline-block;
}

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

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

.section-title-wrapper.inner-pages {
  max-width: 500px;
}

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

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

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

.paragraph-large {
  color: var(--dark);
  letter-spacing: -.4px;
  font-size: 20px;
  line-height: 1.4em;
}

.paragraph-large.testimonials-text {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  display: flex;
}

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

.text-white.margin-bottom-15 {
  margin-bottom: 15px;
}

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

.text-white.margin-bottom-5 {
  margin-bottom: 5px;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

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

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

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

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

.coming-soon-image-wrapper {
  width: 560px;
  height: 620px;
  position: relative;
  overflow: hidden;
}

.link-with-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.contacts-form-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 30px;
  display: flex;
}

.contacts-detail {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  display: flex;
}

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

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

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--transparent);
  background-color: var(--gray);
  color: var(--paragraph-gray);
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.contacts-textarea:focus {
  border: 1px solid var(--dark-gray);
  background-color: var(--white);
  color: var(--dark);
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.footer-link {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .3s;
}

.footer-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.left-footer-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.footer-logo {
  height: 50px;
}

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

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

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

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

.search-section {
  background-color: var(--light-gray);
  margin-top: 110px;
  padding-top: 60px;
  padding-bottom: 0;
}

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

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

.service-details-sidebar-wrapper {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary);
  flex-flow: column;
  align-items: flex-start;
  width: 33%;
  margin-right: 10px;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 20px #0000001a;
}

.service-details-sidebar-contacts {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

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

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

.service-list-banner {
  background-color: var(--light-gray);
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
}

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

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

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

.landing-banner-image {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--primary-light\<deleted\|variable-fb6c153a\>);
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.landing-inner-page-item {
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
}

.landing-inner-page-image {
  box-shadow: 0 0 30px 0 var(--primary-light\<deleted\|variable-fb6c153a\>);
  object-fit: cover;
  object-position: 50% 0%;
}

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

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

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  margin-bottom: 60px;
  display: flex;
}

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

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

.landing-download-block-wrapper {
  background-color: var(--primary);
  background-image: url('../images/Frame-47_1Frame 47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
}

.download-button-icon {
  font-family: "Fa solid 900", sans-serif;
}

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

.home-1-banner-section {
  background-color: var(--light-gray);
  padding-top: 110px;
  position: relative;
}

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

.banner-features-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 68px;
  font-size: 14px;
  display: flex;
  inset: auto 292px 0% auto;
}

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

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

.map-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1780px;
  height: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  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;
}

.empty-state {
  background-color: var(--transparent);
  font-weight: 400;
}

.empty-state.empty-full-width {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cart-product-title {
  color: var(--dark);
}

.courses-collection {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  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;
}

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

.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 li {
  color: var(--dark);
  margin-top: 10px;
}

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

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

.rich-text-style ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

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

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

.tablet-menu {
  display: none;
}

.brand {
  max-width: 125px;
  margin-bottom: 5px;
}

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

.shop-category-tabs {
  width: 100%;
}

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

.footer-rights-wrapper {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.success-message {
  background-color: var(--transparent);
  color: var(--dark);
  text-align: center;
}

.success-message.coming-soon {
  padding: 0;
}

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

.error-message.text-align-left {
  text-align: left;
}

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

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

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

.section-purchase {
  padding: 80px 15px;
  position: relative;
}

.footer-licensing-link {
  color: var(--paragraph-gray);
  letter-spacing: -.28px;
  font-size: 14px;
}

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

.button-wrapper-sg {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.license-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.licensing-icons {
  width: 50%;
}

.button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

.button-icon.red {
  color: var(--primary);
  margin-top: 2px;
}

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

.secondary-button-gray {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--gray);
  background-color: var(--gray);
  color: var(--dark);
  text-align: center;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.secondary-button-gray:hover {
  border: 1px solid var(--gray);
  background-color: var(--dark);
  color: var(--white);
}

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

.primary-button-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  border-radius: 60px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

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

.flex-block {
  align-items: stretch;
  width: 100%;
  padding-top: 10px;
}

.nav-dual-links-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 10px;
}

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

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

.navbar-link {
  color: var(--paragraph-gray);
  font-weight: 400;
}

.navbar-link:hover, .navbar-link.w--current {
  color: var(--dark);
}

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

.cart-button {
  color: var(--dark);
  background-color: #0000;
}

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

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

.cart-info-left {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.cart-container {
  border: 1px solid var(--smoke-white);
  background-color: var(--white);
}

.cart-header {
  border-bottom-color: var(--smoke-white);
  background-color: var(--light-gray);
  padding-right: 14px;
}

.cart-quantity-item {
  border-color: var(--gray);
  background-color: var(--white);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 16px;
}

.cart-quantity-item:focus {
  border-color: var(--dark);
  color: var(--dark);
}

.cart-item {
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.4em;
}

.cart-footer {
  border-top-color: var(--smoke-white);
}

.cart-image {
  object-fit: cover;
  flex: none;
  width: 85px;
  height: 85px;
}

.cart-quantity {
  color: var(--dark);
  background-color: #0000;
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  font-weight: 500;
}

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

.apple-pay {
  border-radius: var(--border-radius-60px);
}

.menu-right-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

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

.nav-info-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.nav-cart-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.button-desktop-hidden {
  display: none;
}

.top-banner-wrap {
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.left-banner-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 53%;
  padding-top: 180px;
  padding-bottom: 70px;
}

.right-banner-wrap {
  width: 47%;
  position: absolute;
  inset: 0 0% 0% auto;
  overflow: hidden;
}

.banner-content-home-1 {
  max-width: 450px;
}

.dual-buttons-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-top: 30px;
}

.banner-image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.decorative-img-1 {
  width: 60px;
  position: absolute;
  top: 65px;
  left: 200px;
}

.decorative-img-2 {
  width: 20px;
  position: absolute;
  bottom: 80px;
  left: 30px;
}

.decorative-img-3 {
  width: 30px;
  position: absolute;
  bottom: 290px;
  right: 10px;
}

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

.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.subheading-column {
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
}

.right-content-wrap {
  align-items: stretch;
  width: 68%;
}

.subheding-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.subheding-wrap.margin-bottom-40 {
  margin-bottom: 40px;
}

.subheding-wrap.cta-subheading {
  margin-bottom: 10px;
}

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

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

.list-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}

.about-top-wrap {
  justify-content: space-between;
  align-items: stretch;
}

.advantages-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  width: 100%;
  max-width: 360px;
}

.number {
  color: var(--paragraph-gray);
  margin-top: 10px;
  font-size: 20px;
}

.number.no-margin-top {
  margin-top: 0;
}

.advantage-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--smoke-white);
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  overflow: hidden;
}

.about-image {
  filter: grayscale();
  object-fit: cover;
  object-position: 100% 50%;
  width: 50%;
  height: 320px;
}

.about-bottom-wrap {
  justify-content: space-between;
  align-items: stretch;
}

.about-img-column {
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
}

.service-item-wrap {
  border-bottom: 1px solid var(--smoke-white);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all .35s ease-in;
  display: flex;
}

.service-item-wrap:hover {
  background-color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.services-collection-list-home-1 {
  border-top: 1px solid var(--smoke-white);
}

.h2-heading-link {
  color: var(--dark);
  letter-spacing: -.8px;
  font-size: 40px;
  line-height: 1.2em;
}

.service-text-content {
  max-width: 70%;
}

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

.cta-block {
  background-color: var(--primary);
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  padding: 50px;
}

.cta-block.no-margin-top {
  margin-top: 0;
}

.cta-content-wrap {
  max-width: 620px;
}

.secondary-button-white {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 16px 46px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.secondary-button-white:hover {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: var(--white);
}

.testimonials-section-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 480px;
  margin-bottom: 40px;
}

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

.testimonials-item-wrap {
  background-color: var(--gray);
  flex-flow: column;
  padding: 30px;
  display: flex;
  position: relative;
}

.testimonials-item-wrap.item-max-width {
  justify-content: space-between;
  max-width: 31.9%;
}

.testimonials-avatar {
  z-index: 2;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  position: relative;
}

.testimonials-slider {
  background-color: var(--transparent);
  height: auto;
}

.author-name-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.testimonials-video-hover {
  position: absolute;
  inset: 0%;
}

.coming-soon-image {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}

.testimonials-video-wrap {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.testimonials-video-wrap:hover {
  z-index: 1;
}

.video-lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-button {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-icon-wrapper {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #fff3;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .3s;
  display: flex;
}

.video-icon-wrapper:hover {
  background-color: #ffffff80;
}

.video-icon {
  margin-left: 4px;
}

.author-name {
  max-width: 240px;
}

.testimonials-video-overlay {
  z-index: 1;
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.testimonials-slide-wrap {
  width: 32.2%;
  margin-right: 20px;
}

.testimonials-slider-arrow-home-1 {
  background-color: var(--gray);
  color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .3s;
  display: flex;
  inset: -104px 0% auto auto;
}

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

.testimonials-slider-arrow-home-1.left-arrow {
  right: 74px;
}

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

.benefits-section-wrap {
  flex: none;
  max-width: 360px;
  margin-bottom: 20px;
}

.features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-number-primary {
  color: var(--primary);
  letter-spacing: -.8px;
  font-size: 40px;
  line-height: 1.1em;
}

.feature-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.feature-text-dark-gray {
  color: var(--dark-gray);
  margin-top: 20px;
  margin-bottom: 0;
}

.feature-content {
  padding-right: 30px;
}

.number-wrap {
  border-bottom: 1px solid #4a4a4a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-map {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 680px;
  display: flex;
  position: relative;
}

.map-contacts-block {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  background-color: var(--primary);
  flex-flow: column;
  width: 530px;
  margin-left: auto;
  padding: 30px;
  display: flex;
  position: relative;
}

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

.contact-link-large {
  color: var(--white);
  letter-spacing: -.6px;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  font-size: 28px;
  line-height: 1.1em;
  text-decoration: underline;
  text-decoration-thickness: 1.2px;
  transition: all .35s;
}

.contact-link-large:hover {
  color: var(--white);
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
}

.contact-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.secondary-button-white-extra-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  border-radius: 60px;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.secondary-button-white-extra-small:hover {
  background-color: var(--dark);
  color: var(--white);
}

.secondary-button-white-extra-small.style-guide-button {
  border: 1px solid var(--gray);
}

.secondary-button-white-extra-small.style-guide-button:hover {
  border-color: var(--transparent);
}

.map-container {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.pin-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 14% 95% 0% auto;
}

.pin-wrapper._02 {
  top: 38%;
  right: 84%;
}

.pin-wrapper._03 {
  top: auto;
  bottom: 23%;
  right: 61%;
}

.pin-wrapper._01 {
  top: 0%;
  right: 96%;
}

.pin {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.map-image-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-dropdown-down {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border-bottom: 1px solid var(--smoke-white);
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  overflow: hidden;
}

.faq-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.faq-wrapper.full-width {
  width: 100%;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-hero-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.faq-accordion-title {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
}

.faq-accordion-item {
  border-bottom: 1px solid var(--smoke-white);
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: static;
}

.faq-accordion-item.last-item {
  margin-bottom: 0;
}

.accordion-item-toggle {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 20px;
  display: flex;
}

.accordion-content {
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 0;
}

.faq-subtitle-wrap {
  flex: none;
  width: 30%;
}

.cta-content-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--primary);
  display: flex;
}

.cta-image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-image-block {
  width: 380px;
  position: relative;
  overflow: hidden;
}

.cta-content {
  align-items: stretch;
  max-width: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.cta-form-wrap {
  margin-top: 30px;
}

.cta-form-block {
  margin-bottom: 0;
}

.cta-form {
  position: relative;
}

.cta-form-field {
  border: 1px solid var(--transparent);
  border-radius: var(--border-radius-60px);
  background-color: var(--white);
  color: var(--paragraph-gray);
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 68px 18px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.cta-form-field:focus {
  border-color: #0000 #0000 var(--transparent);
  background-color: var(--smoke-white);
  color: var(--dark);
}

.submit-button {
  color: var(--primary);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: "Fa solid 900", sans-serif;
  transition: all .4s;
  display: inline-flex;
  position: absolute;
  inset: 8px 20px 8px auto;
}

.submit-button:hover {
  color: var(--dark);
  padding-right: 10px;
}

.submit-button.phone-number:hover {
  color: var(--dark);
  padding-right: 15px;
  transform: scale(1.1);
}

.form-success-message {
  color: #fafafa;
  text-align: left;
  background-color: #fff0;
  padding: 0;
}

.success-text-large {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4em;
}

.form-error-message {
  background-color: var(--dark);
  color: var(--white);
  line-height: 1.2em;
}

.decorative-img-4 {
  width: 42px;
  position: absolute;
  top: 30px;
  left: 70px;
}

.decorative-img-5 {
  width: 20px;
  position: absolute;
  bottom: 230px;
  right: 100px;
}

.decorative-img-6 {
  width: 20px;
  position: absolute;
  bottom: 80px;
  left: 30px;
}

.blog-section-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 620px;
}

.blog-collection-item-home {
  background-color: var(--gray);
  flex-flow: column;
  width: 31.9%;
  display: flex;
  position: relative;
}

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

.blog-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.blog-img {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in;
}

.blog-img:hover {
  filter: grayscale(70%);
  transform: scale(1.05);
}

.blog-collection-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 20px;
}

.h4-heading-link {
  color: var(--dark);
  letter-spacing: -.48px;
  font-size: 24px;
  line-height: 1.2em;
}

.primary-button-extra-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 60px;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

.no-margin-bottom-copy {
  margin-bottom: 0;
}

.section-flex-block {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.footer-links-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.right-footer-form-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.footer-form-block {
  margin-bottom: 0;
}

.footer-form-field {
  border: 1px solid var(--transparent);
  border-radius: var(--border-radius-60px);
  background-color: var(--gray);
  color: var(--paragraph-gray);
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 68px 18px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.footer-form-field:focus {
  border-color: var(--dark-gray) var(--paragraph-gray) var(--dark-gray) var(--dark-gray);
  background-color: var(--white);
  color: var(--dark);
}

.footer-form-title-wrap {
  max-width: 380px;
}

.footer-success-message {
  color: var(--dark);
  text-align: left;
  background-color: #fff0;
  padding: 0;
}

.footer-error-message {
  background-color: var(--transparent);
  color: var(--primary);
  line-height: 1.2em;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

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

.banner-heading-wrap {
  max-width: 400px;
}

.banner-content {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
}

.right-banner-content {
  max-width: 520px;
}

.home-2-banner-section {
  padding-top: 110px;
}

.banner-counter-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--smoke-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
  padding-top: 20px;
  overflow: hidden;
}

.counter-number-dark {
  color: var(--dark);
  letter-spacing: -.8px;
  font-size: 40px;
  line-height: 1.2em;
}

.banner-image-wrap {
  height: 520px;
  overflow: hidden;
}

.cta-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.home-3-banner-section {
  justify-content: center;
  align-items: flex-end;
  min-height: 690px;
  padding-top: 140px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-image-home-3 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-overlay {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-content-home-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.left-banner-content {
  max-width: 510px;
}

.right-banner-widget {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 420px;
  padding: 20px;
}

.banner-dual-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

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

.navbar-transparent {
  background-color: var(--transparent);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-wrap {
  border-bottom: 1px solid #ededed4d;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  border-radius: 60px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

.nav-item-title-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}

.nav-dropdown-icon-white {
  color: var(--white);
  margin-top: 30px;
  margin-left: 4px;
  margin-right: 16px;
  font-size: 15px;
}

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

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

.nav-dropdown-list-dark {
  border-top: 1px solid var(--dark-gray);
  background-color: #fff;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-dark.w--open {
  background-color: var(--dark);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-dropdown-list-dark.megamenu.w--open {
  width: 500px;
  display: flex;
  right: -180px;
}

.nav-white-info-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.link-white {
  color: var(--white);
  line-height: 1.2em;
}

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

.nav-dropdown-toggle-white {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 34px 20px 20px;
  line-height: 1.5em;
  transition: opacity .3s;
  display: flex;
}

.nav-left-logo-wrap {
  justify-content: flex-start;
  align-items: center;
}

.hero-banner-wrap {
  width: 100%;
  position: relative;
}

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

.cta-hero-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.black-bg-wrap {
  background-color: var(--dark);
  width: 100%;
  max-width: 1780px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-hero-wrap {
  background-color: var(--light-gray);
  width: 100%;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.gray-bg-wrap {
  background-color: var(--light-gray);
  width: 100%;
  max-width: 1780px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.gray-bg-wrap.no-margin-bottom {
  padding-bottom: 0;
}

.banner-features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
}

.banner-text-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 420px;
  display: flex;
}

.images-grid-3-coumns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1800px;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.banner-bg-light-gray {
  z-index: -1;
  background-color: var(--light-gray);
  height: 80%;
  position: absolute;
  inset: 0% 0% auto;
}

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

.about-features-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.feature-item-light-gray-bg {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--smoke-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.advantages-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.about-advantage-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--smoke-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  overflow: hidden;
}

.advantages-list-full-width {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
}

.advantage-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
}

.features-right-column {
  height: 100%;
  position: relative;
}

.about-features-image {
  filter: grayscale();
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.advantages-title-wrap {
  max-width: 510px;
}

.tab-content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: 500px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-3-value-tab-link {
  background-color: var(--transparent);
  color: var(--dark-gray);
  letter-spacing: -.4px;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: relative;
}

.home-3-value-tab-link:hover {
  color: #fff;
}

.home-3-value-tab-link.w--current {
  color: #fff;
  background-color: #fff0;
}

.cta-overlay {
  background-image: linear-gradient(129deg, #000000b3 14%, #00000080 42%, var(--transparent));
  position: absolute;
  inset: 0%;
}

.tab-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-3-tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.left-tab-content-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.values-tabs-content {
  margin-top: 30px;
}

.values-section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 540px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.values-content {
  flex: none;
  max-width: 460px;
}

.team-grid-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 65%;
  display: grid;
}

.team-item {
  background-color: var(--smoke-white);
}

.image-team {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 340px;
}

.team-description {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.tabs-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.services-banner-title-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  display: flex;
}

.services-collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.collection-service-item {
  width: 32.2%;
  min-height: 480px;
  position: relative;
  overflow: hidden;
}

.collection-service-item.full-width {
  width: auto;
}

.service-item-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.service-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 280px;
}

.service-item-wrapper {
  height: 100%;
  display: flex;
  position: relative;
}

.service-item-bg {
  z-index: 1;
  background-color: var(--primary);
  height: 0;
  position: absolute;
  inset: 0%;
}

.h3-heading-link {
  color: var(--white);
  letter-spacing: -.6px;
  font-size: 30px;
  line-height: 1.2em;
}

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

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

.service-text-wrap {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px;
  position: relative;
}

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

.service-category-link:hover, .service-category-link.dark-link {
  color: var(--dark);
}

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

.services-section {
  margin-top: -40px;
  padding-bottom: 80px;
}

.banner-title-wrap {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.banner-title-wrap.services-template-banner {
  z-index: 2;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 570px;
  margin-right: auto;
  position: relative;
}

.banner-service-description-wrap {
  max-width: 400px;
}

.banner-flex-between-wrap {
  z-index: 99;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.service-banner-image-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 440px;
  display: flex;
  overflow: hidden;
}

.banner-hero-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.contact-link-small {
  color: var(--white);
  letter-spacing: -.6px;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: underline;
  text-decoration-thickness: 1.2px;
}

.contact-link-small:hover {
  color: var(--white);
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
}

.list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--smoke-white);
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  overflow: hidden;
}

.service-solution-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
}

.service-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  margin-top: 40px;
}

.service-grid-img-wrap {
  height: 540px;
}

.work-steps-wrapper {
  width: 100%;
}

.work-step-item {
  background-color: var(--smoke-white);
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
}

.work-step-item.last-item {
  margin-bottom: 0;
}

.work-step-description {
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding: 20px 100px 20px 40px;
}

.color-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--primary);
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  padding: 20px 30px 30px;
}

.color-block.black-bg {
  background-color: var(--dark);
}

.color-block.gray-bg {
  background-color: var(--dark-gray);
}

.work-stage-number {
  color: var(--white);
  font-size: 84px;
  line-height: 1em;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.work-step-paragraph {
  color: var(--dark);
  letter-spacing: -.4px;
  font-size: 20px;
  line-height: 1.4em;
}

.service-banner-image {
  filter: grayscale(75%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.solutions-title-wrap {
  max-width: 380px;
  margin-bottom: 10px;
}

.services-section-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 440px;
  margin-bottom: 40px;
}

.reviews-banner-title-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 540px;
  display: flex;
}

.reviews-banner-description {
  max-width: 90%;
}

.reviews-hero-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}

.light-color-overlay {
  z-index: 3;
  background-color: #0b0b0bb3;
  width: 100%;
  min-height: 43px;
  position: absolute;
  inset: 30px 0% auto auto;
}

.reviews-quote {
  color: var(--white);
  background-image: url('../images/Icon-Quote.svg');
  background-position: 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.quote-container-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.owner-img-wrap {
  width: 320px;
  height: 380px;
  position: absolute;
  inset: 60px 0% auto auto;
}

.quote-block {
  background-color: var(--primary);
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
}

.quote-content-wrap {
  max-width: 560px;
}

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

.faq-banner-title-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.faq-banner {
  background-color: var(--light-gray);
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.faq-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.pricing-tabs-content {
  width: 100%;
  margin-top: 40px;
}

.hero-pricing-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--smoke-white);
  background-color: var(--white);
  border-radius: 50px;
  padding: 5px;
  display: flex;
}

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

.text-gray {
  color: var(--paragraph-gray);
}

.pricing-content-item {
  border: 1px solid var(--smoke-white);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-content-item.middle-item {
  margin-top: 0;
  padding-top: 50px;
}

.hero-tab-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #8e8e8e;
  text-align: center;
  background-color: #fff0;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hero-tab-link:hover {
  opacity: 1;
  color: var(--dark);
}

.hero-tab-link.w--current {
  background-color: var(--dark);
  color: var(--white);
}

.pricing-features-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 40px;
}

.hero-tabs-pricing-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-pricing-wrap {
  background-color: var(--white);
  padding: 1px;
  position: relative;
  overflow: hidden;
}

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

.pricing-banner-title-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gap-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.looping-text {
  grid-column-gap: 40px;
  background-color: var(--primary);
  align-items: center;
  min-height: 20px;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
  overflow: hidden;
}

.promo-text-wrapper {
  grid-column-gap: 40px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: grid;
}

.banner-loop-subtitle {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.pricing-section-banner {
  background-color: var(--light-gray);
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.features-image-wrap {
  height: 500px;
  margin-top: 40px;
  overflow: hidden;
}

.team-grid-3-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-image-wrap {
  position: relative;
  overflow: hidden;
}

.team-social-links-wrap-absolute {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.team-social-link {
  background-color: var(--white);
  color: var(--primary);
  padding: 10px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  line-height: 1em;
}

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

.blog-category-link {
  z-index: 1;
  color: var(--dark);
}

.blog-banner-description {
  max-width: 80%;
}

.blog-category-banner-title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  display: flex;
}

.blog-details-title-wrap {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 560px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-description {
  max-width: 380px;
}

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

.socials-column {
  align-items: stretch;
  position: sticky;
  top: 120px;
}

.hero-blog-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
  position: relative;
}

.soc-icon {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.social-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--dark);
  display: flex;
}

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

.social-links-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 15px;
}

.blog-rich-text-wrap {
  width: 75%;
}

.right-sidebar-wrapper {
  width: 25%;
  position: sticky;
  top: 130px;
}

.form-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-right: 60px;
  display: flex;
}

.hero-contacts-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.contacts-banner {
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.contact-field {
  border: 1px solid var(--transparent);
  border-radius: var(--border-radius-60px);
  background-color: var(--gray);
  color: var(--paragraph-gray);
  min-height: 60px;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.contact-field:focus {
  border-color: var(--dark-gray);
  background-color: var(--white);
  color: var(--dark);
}

.contact-field::placeholder {
  color: var(--dark-gray);
}

.contact-form-selector {
  border: 1px solid var(--transparent);
  border-radius: var(--border-radius-60px);
  background-color: var(--gray);
  color: var(--dark-gray);
  height: 60px;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.contact-form-selector:focus {
  border-color: var(--dark-gray) var(--paragraph-gray) var(--dark-gray) var(--dark-gray);
  background-color: var(--white);
  color: var(--dark);
}

.location-tab {
  background-color: #fff0;
  padding: 10px 0;
}

.location-tab.w--current {
  background-color: var(--transparent);
  padding: 10px 0;
}

.location-tab.w--current:hover {
  color: #000;
}

.code-embed {
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tabs {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.locations-tabs-menu {
  background-color: var(--primary);
  flex-flow: column;
  align-items: stretch;
  width: 460px;
  margin: 80px 60px 80px auto;
  padding: 30px;
  display: flex;
}

.location-tab-content {
  width: 100%;
  height: 100%;
}

.contact-form-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.tabs-content {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.success-content-wrap {
  justify-content: center;
  align-items: center;
  min-height: 388px;
}

.search-field {
  border: 1px solid var(--transparent);
  border-radius: var(--border-radius-60px);
  background-color: var(--gray);
  color: var(--paragraph-gray);
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.search-field:focus {
  border-color: var(--dark-gray);
  background-color: var(--white);
  color: var(--dark);
}

.search-field::placeholder {
  color: var(--dark-gray);
}

._404-text {
  color: var(--primary);
  font-size: 200px;
  font-weight: 700;
  line-height: 1.1em;
}

.shop-tabs-content {
  margin-top: 40px;
}

.section-bg-elements {
  z-index: -1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-bg-elements.align-bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.shop-hero-tabs {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.collection-shop-item {
  width: 100%;
  height: 100%;
}

.shop-tab-link {
  color: var(--paragraph-gray);
  background-color: #ffffff4d;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  display: flex;
}

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

.shop-tab-link.w--current {
  background-color: var(--transparent);
  color: var(--primary);
  text-decoration: underline;
}

.menu-shop-tabs {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  background-color: var(--transparent);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.yellow-element-bottom {
  background-color: #ede25d;
  width: 200px;
  padding-top: 20px;
  padding-left: 20px;
}

.yellow-element-bottom.left {
  width: 170px;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.black-element-bottom {
  background-color: #000;
  height: 25px;
}

.black-element-bottom.left {
  width: 100%;
}

.right-elements-wrap {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.left-elements-wrap {
  width: 200px;
}

.left-elements-wrap.bottom {
  justify-content: flex-start;
  align-items: flex-end;
  height: 40px;
  display: flex;
  position: relative;
}

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

.product-title {
  color: var(--dark);
  letter-spacing: -.48px;
  font-size: 24px;
  line-height: 1.2em;
}

.price-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

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

.shop-product-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 10px #0000000d;
}

.shop-product-wrapper.light-bg-wrap {
  border-top: 1px solid var(--light-gray);
  border-right: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  box-shadow: 0 2px 10px #0000000d;
}

.shop-buttons-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.price-on-sale {
  color: var(--paragraph-gray);
  text-decoration: line-through;
  -webkit-text-decoration-color: var(--paragraph-gray);
  text-decoration-color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  text-decoration-thickness: 1.5px;
}

.shop-item-content-wrapper {
  border-top: 1px solid var(--smoke-white);
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 10px;
  display: flex;
}

.shop-item-content-wrapper.no-border {
  border-top-style: none;
}

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

.out-of-stock-state {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
}

.product-image-link {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dark-button-extra-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  border-radius: 60px;
  margin-top: 0;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

.dark-button-extra-small.hidden {
  display: none;
}

.locations-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.label {
  background-color: var(--dark);
  color: var(--white);
  padding: 2px 10px;
  position: absolute;
  inset: 10px auto auto 0;
}

.close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.cart-price {
  margin-top: 5px;
}

.cart-remove-button {
  margin-top: 5px;
  text-decoration: underline;
}

.cart-price-subtotal {
  color: var(--dark);
  font-size: 18px;
  font-weight: 400;
}

.cart-form-wrapper {
  background-color: var(--light-gray);
}

.shop-product-category {
  z-index: 25;
  color: var(--dark);
  font-size: 16px;
  transition-property: all;
  transition-duration: .35s;
}

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

.bottom-buttons-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.images-collection-item {
  width: 33.8%;
  max-height: 140px;
  display: flex;
}

.lightbox-additional-images {
  width: 100%;
}

.additional-product-images {
  object-fit: cover;
  width: 100%;
}

.shop-details-hero-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.line {
  background-color: var(--smoke-white);
  width: 100%;
  height: 1px;
}

.product-image-zoomed {
  width: 100%;
  padding-top: 10px;
  transform: scale(2);
}

.lightbox-main-image {
  width: 100%;
  height: 380px;
  position: relative;
}

.shop-item-info-wrap {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.main-image-product {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-main-image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.shop-price-on-sale-2 {
  color: var(--paragraph-gray);
  text-decoration: line-through;
  -webkit-text-decoration-color: var(--paragraph-gray);
  text-decoration-color: var(--paragraph-gray);
  font-weight: 400;
}

.product-images-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.error-message-4 {
  color: #ff6b72;
  text-align: left;
  background-color: #0000;
  padding: 0;
}

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

.zoom-modal {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
  box-shadow: 0 3px 30px #3339;
}

.shop-item-price-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.out-of-stock-state-2 {
  color: #fff;
  background-color: #0b3a2e;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-dual-buttons-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.images-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.zoom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.shop-details-content-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
}

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

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

.gap-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

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

.contact-link {
  color: var(--primary);
  display: inline-flex;
}

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

.accordion-content-2 {
  margin-bottom: 0;
}

.product-info-dropdowns {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.shipping-list {
  background-color: var(--paragraph-gray);
}

.product-description-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--smoke-white);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.product-details-title {
  letter-spacing: -.92px;
  margin-bottom: 20px;
  font-size: 46px;
}

.shop-section-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 480px;
}

.password-input {
  border: 1px solid var(--transparent);
  border-radius: var(--border-radius-60px);
  background-color: var(--gray);
  color: var(--paragraph-gray);
  min-height: 60px;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.password-input:focus {
  border-color: var(--dark-gray);
  background-color: var(--white);
  color: var(--dark);
}

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

.password-input-copy {
  border: 1px solid var(--transparent);
  border-radius: var(--border-radius-60px);
  background-color: var(--gray);
  color: var(--paragraph-gray);
  min-width: 300px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.password-input-copy:focus {
  border-color: var(--dark-gray);
  background-color: var(--white);
  color: var(--dark);
}

.password-input-copy::placeholder {
  color: var(--dark-gray);
}

.column-15 {
  width: 15%;
}

.column-85 {
  width: 85%;
}

.info-row {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.info-row.price-row {
  justify-content: flex-start;
  align-items: flex-start;
}

.checkout-form {
  background-color: var(--light-gray);
  margin-top: 110px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.order-summary-wrap {
  top: 120px;
}

.order-list-content-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.margin-top-5 {
  margin-top: 5px;
}

.order-item {
  border-bottom: 1px solid var(--smoke-white);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.order-field {
  border-radius: var(--border-radius-60px);
  color: var(--paragraph-gray);
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.order-field:focus, .order-field.-wfp-focus {
  border-color: var(--dark-gray);
  color: var(--dark);
}

.order-field::placeholder {
  color: var(--dark-gray);
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

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

.checkbox {
  margin-top: 0;
}

.line-item.top-item {
  margin-bottom: 15px;
}

.gray-bg {
  background-color: var(--light-gray);
}

.margin-bottom-3 {
  margin-bottom: 3px;
}

.link-text-white {
  color: var(--white);
  text-underline-offset: 1.3px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.link-text-white:hover {
  color: var(--white);
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
}

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

.services-collection-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.blog-collection-item {
  background-color: var(--gray);
  flex-flow: column;
  width: 31.9%;
  display: flex;
  position: relative;
}

.collection-shop-page-item {
  width: 100%;
  height: 100%;
}

.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: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

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

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

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

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

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

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  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 {
  opacity: 1;
  color: #000;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  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 {
  opacity: 1;
  color: #000;
}

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

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

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

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

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  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;
}

.image {
  float: right;
  width: auto;
  max-width: 45%;
  margin-top: 10px;
  margin-bottom: 0;
}

.heading {
  margin: 0 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: static;
}

.paragraph {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

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

.advantage-item-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #ededed;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.number-2 {
  color: #757575;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 20px;
}

.primary-button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: center;
  background-color: #f33;
  border: 1px solid #f33;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.primary-button-2:hover {
  opacity: 1;
  color: #f33;
  background-color: #fff;
}

.paragraph-4 {
  margin-top: 120px;
  margin-left: 10px;
  font-size: 20px;
}

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

.heading-2 {
  width: 100%;
}

.paragraph-6 {
  font-size: 24px;
}

.image-2 {
  margin-top: 140px;
  margin-right: 10px;
}

.image-3 {
  margin-top: 140px;
}

.image-4 {
  margin-top: 84px;
  margin-left: 10px;
}

.image-5, .image-6, .image-7 {
  margin-left: 10px;
}

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

  .section.about-us-banner {
    margin-top: 120px;
  }

  .section.landing-banner {
    background-image: none;
    margin-top: 120px;
  }

  .section.service-details-banner {
    margin-top: 120px;
  }

  .section.template-section {
    padding-top: 80px;
  }

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

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

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

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

  .primary-button {
    padding: 20px 50px;
  }

  .nav-dropdown-icon {
    margin-top: 30px;
  }

  .pages-banner {
    margin-top: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .style-guide-buttons-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start stretch;
    display: grid;
  }

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

  .link-with-icon {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: none;
  }

  .link-with-icon:hover {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contacts-form-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

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

  .left-footer-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-logo {
    height: 60px;
  }

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

  .search-section {
    margin-top: 120px;
  }

  .service-details-sidebar-wrapper {
    margin-right: 20px;
  }

  .service-list-banner {
    margin-top: 120px;
  }

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

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-1-banner-section {
    padding-top: 120px;
  }

  .banner-features-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

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

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

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

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

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

  .rich-text-style ul {
    background-color: var(--paragraph-gray);
  }

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

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

  .licensing-icons {
    width: 45%;
  }

  .secondary-button-gray {
    padding: 20px 50px;
  }

  .link-icon-primary {
    color: var(--primary);
    margin-top: 2px;
  }

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

  .nav-info-wrap.tablet-visible {
    display: none;
  }

  .decorative-img-3 {
    right: 40px;
  }

  .advantages-list {
    max-width: 420px;
  }

  .secondary-button-white {
    padding: 20px 50px;
  }

  .testimonials-item-wrap.item-max-width {
    max-width: 32.2%;
  }

  .pin-wrapper._02 {
    right: 80%;
  }

  .pin-wrapper._03 {
    right: 60%;
  }

  .faq-dropdown-down {
    width: 48%;
  }

  .faq-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cta-form-field {
    min-height: 64px;
    padding: 20px 72px 20px 30px;
  }

  .submit-button {
    padding-top: 11px;
  }

  .blog-collection-item-home {
    flex-flow: column;
  }

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

  .right-footer-form-wrap {
    padding-top: 15px;
  }

  .footer-form-field {
    min-height: 64px;
    padding: 20px 72px 20px 30px;
  }

  .banner-content {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .banner-counter-grid {
    margin-bottom: 30px;
  }

  .counter-wrap {
    margin-top: 30px;
  }

  .banner-image-wrap {
    height: 600px;
  }

  .home-3-banner-section {
    min-height: 100vh;
    padding-bottom: 100px;
  }

  .nav-white-info-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-white-info-wrap.tablet-visible {
    display: none;
  }

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

  .nav-dropdown-toggle-white {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-left-logo-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .black-bg-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-hero-wrap {
    padding-top: 100px;
  }

  .gray-bg-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-features-grid, .advantages-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .features-right-column {
    max-height: 765px;
  }

  .tab-content-wrapper {
    min-height: 550px;
    padding: 60px;
  }

  .tabs-wrapper {
    max-width: 1300px;
  }

  .collection-service-item {
    width: 32.4%;
  }

  .service-text-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .services-section {
    padding-bottom: 100px;
  }

  .banner-title-wrap.services-template-banner {
    max-width: 640px;
  }

  .banner-service-description-wrap {
    max-width: 440px;
  }

  .service-banner-image-wrap {
    height: 500px;
  }

  .service-grid-img-wrap {
    height: 565px;
  }

  .light-color-overlay {
    min-height: 48px;
    top: 30px;
  }

  .owner-img-wrap {
    height: 360px;
    top: 60px;
  }

  .quote-block {
    margin-bottom: 60px;
  }

  .quote-content-wrap {
    max-width: 700px;
  }

  .faq-banner {
    margin-top: 120px;
  }

  .faq-grid {
    align-items: start;
  }

  .pricing-section-banner {
    margin-top: 120px;
  }

  .features-image-wrap {
    height: 550px;
  }

  .right-sidebar-wrapper {
    top: 140px;
  }

  .contacts-banner {
    margin-top: 120px;
  }

  .contact-field, .contact-form-selector {
    min-height: 64px;
    padding: 20px 72px 20px 30px;
  }

  .locations-tabs-menu {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .search-field {
    min-height: 64px;
    padding: 20px 72px 20px 30px;
  }

  .product-image {
    height: 320px;
  }

  .images-collection-item {
    max-height: 160px;
  }

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

  .product-info-dropdowns {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .password-input, .password-input-copy {
    min-height: 64px;
    padding: 20px 72px 20px 30px;
  }

  .checkout-form {
    margin-top: 120px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .order-summary-wrap {
    top: 130px;
  }

  .blog-collection-item {
    flex-flow: column;
  }

  .primary-button-2 {
    padding: 20px 50px;
  }
}

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

  p {
    margin-left: 10px;
  }

  img {
    max-height: 400px;
  }

  .section.about-us-banner {
    padding-top: 80px;
  }

  .section.landing-banner {
    background-position: 106% 46%, 4% 22%;
  }

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

  .primary-button {
    font-size: 15px;
  }

  .nav-container {
    max-width: 1330px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-dropdown-icon {
    margin-top: 30px;
  }

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

  .footer-logo {
    height: 70px;
  }

  .service-list-banner {
    mix-blend-mode: normal;
  }

  .landing-inner-pages-wrapper, .landing-download-block-wrapper {
    max-width: 1330px;
  }

  .home-1-banner-section {
    padding-top: 120px;
  }

  .banner-features-wrap {
    max-width: 1300px;
  }

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

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

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

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

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

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

  .brand {
    max-width: 130px;
  }

  .secondary-button-gray {
    color: var(--dark);
    justify-content: space-between;
    align-items: flex-start;
    font-size: 15px;
  }

  .top-banner-wrap {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-banner-wrap {
    width: 48%;
  }

  .right-banner-wrap {
    width: 52%;
  }

  .decorative-img-1 {
    left: 225px;
  }

  .subheading-column {
    width: 27%;
  }

  .right-content-wrap {
    width: 63%;
  }

  .subheading {
    font-size: 28px;
  }

  .list-wrapper {
    margin-left: 10px;
  }

  .about-image {
    height: 360px;
  }

  .about-img-column {
    width: 27%;
  }

  .cta-block {
    max-width: 1300px;
  }

  .map-container {
    background-color: #000;
    max-width: 1300px;
  }

  .pin-wrapper._02 {
    right: 75%;
  }

  .pin-wrapper._03 {
    right: 58%;
  }

  .pin-wrapper._01 {
    right: 88%;
  }

  .faq-wrapper {
    width: 65%;
  }

  .blog-content {
    max-width: 340px;
  }

  .banner-content {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .home-2-banner-section {
    padding-top: 120px;
  }

  .banner-image-wrap {
    height: 680px;
  }

  .home-3-banner-section {
    padding-bottom: 120px;
  }

  .nav-dropdown-icon-white {
    margin-top: 30px;
  }

  .nav-dropdown-toggle-white {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-left-logo-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .hero-banner-wrap {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    right: 15px;
  }

  .cta-container {
    max-width: 1300px;
  }

  .images-grid-3-coumns {
    margin-top: 80px;
  }

  .advantages-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-advantage-item {
    padding-right: 20px;
  }

  .features-right-column {
    max-height: 695px;
  }

  .image-team {
    width: 80%;
    height: 360px;
  }

  .tabs-wrapper {
    max-width: 1300px;
  }

  .collection-service-item {
    width: 32.5%;
  }

  .service-text-wrap {
    width: 340px;
  }

  .banner-title-wrap.services-template-banner {
    max-width: 700px;
  }

  .service-banner-image-wrap {
    height: 540px;
  }

  .quote-container-wrap {
    max-width: 1300px;
  }

  .owner-img-wrap {
    width: 340px;
    height: 400px;
    top: 20px;
  }

  .quote-block {
    max-width: 1300px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-image-wrap {
    height: 600px;
  }

  .locations-tabs-menu {
    margin-right: 70px;
  }

  ._404-text {
    font-size: 220px;
  }

  .product-details-title {
    letter-spacing: -1px;
    font-size: 50px;
  }

  .image {
    max-width: 45%;
  }

  .paragraph-2 {
    font-size: 28px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .body {
    margin-top: 180px;
    margin-left: 10px;
  }

  .advantage-item-2 {
    width: 1000px;
  }

  .paragraph-4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .section.landing-banner {
    background-position: 106% 46%, 10% 20%;
    background-size: auto, 280px;
  }

  .nav-container {
    max-width: 1810px;
  }

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

  .coming-soon-wrapper {
    max-width: 620px;
  }

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

  .banner-features-wrap {
    max-width: 1780px;
  }

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

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

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

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

  .brand {
    max-width: 135px;
  }

  .left-banner-wrap {
    padding-top: 200px;
    padding-bottom: 90px;
  }

  .right-banner-wrap {
    width: 50%;
  }

  .cta-block {
    max-width: 1780px;
  }

  .section-map {
    height: 740px;
  }

  .pin-wrapper._02 {
    top: 36%;
    right: 87%;
  }

  .pin-wrapper._03 {
    bottom: 15%;
    right: 63%;
  }

  .pin-wrapper._01 {
    top: -14%;
    right: 105%;
  }

  .nav-left-logo-wrap {
    grid-column-gap: 115px;
    grid-row-gap: 115px;
  }

  .hero-banner-wrap {
    max-width: 1810px;
  }

  .black-bg-wrap, .gray-bg-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-features-grid {
    max-width: 1300px;
  }

  .banner-grid-image {
    height: 380px;
  }

  .tab-content-wrapper {
    min-height: 680px;
    padding: 80px;
  }

  .tabs-wrapper {
    max-width: 1800px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-title-wrap.services-template-banner {
    max-width: 800px;
  }

  .service-banner-image-wrap {
    max-width: 1780px;
    height: 550px;
  }

  .quote-block {
    max-width: 1780px;
  }

  .contacts-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .locations-wrapper {
    max-width: 1780px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.84px;
    font-size: 42px;
  }

  h2 {
    letter-spacing: -.68px;
    font-size: 34px;
  }

  h3 {
    letter-spacing: -.56px;
    font-size: 28px;
  }

  blockquote {
    letter-spacing: -.56px;
    background-size: 32px;
    padding-top: 50px;
    font-size: 28px;
  }

  .section {
    overflow: auto;
  }

  .section.about-us-banner {
    min-height: 300px;
    margin-top: 100px;
  }

  .section.landing-banner {
    background-image: none;
    margin-top: 100px;
    padding-top: 60px;
  }

  .section.service-details-banner, .section.blog-details {
    margin-top: 100px;
  }

  .base-container, .base-container.banner-container {
    overflow: auto;
  }

  .grid-system {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .primary-button {
    padding: 18px 46px;
  }

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

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

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

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

  .nav-menu {
    background-color: var(--light-gray);
    flex-direction: column;
    max-width: 320px;
    margin-top: 102px;
    inset: 0% 0 0% auto;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    width: 56px;
    height: 56px;
    padding: 15px;
  }

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

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

  .nav-link.white-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    padding: 10px 13px 10px 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    display: block;
    position: static;
    inset: 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--light-gray);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 10px;
    display: flex;
    position: static;
  }

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

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

  .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: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .pages-banner {
    margin-top: 100px;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

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

  .coming-soon-heading {
    text-align: center;
    max-width: 55%;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .banner-title-wrapper.about-us-banner-wrap {
    max-width: 600px;
  }

  .coming-soon-image-wrapper {
    display: none;
  }

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

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .left-footer-links-wrapper {
    width: 100%;
  }

  .search-section {
    margin-top: 100px;
    padding-top: 40px;
  }

  .service-details-sidebar-wrapper {
    width: 50%;
    margin-right: 15px;
    top: auto;
    bottom: 20%;
  }

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

  .service-list-banner {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

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

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

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

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 30px;
  }

  .home-1-banner-section {
    padding-top: 100px;
    overflow: auto;
  }

  .banner-contacts-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .banner-features-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    overflow: auto;
  }

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

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

  .map-wrapper {
    height: 600px;
    overflow: auto;
  }

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

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

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

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

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

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

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

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

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

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

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

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

  .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 {
    border-left: 1px solid var(--smoke-white);
    background-color: var(--light-gray);
    flex-direction: column;
    align-items: stretch;
    padding: 15px 20px;
    display: flex;
  }

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

  .tablet-menu {
    border-bottom: 1px solid #ededed4d;
    border-left: 1px solid #ededed4d;
    padding-bottom: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .licensing-icons {
    width: 80%;
  }

  .secondary-button-gray {
    padding: 18px 46px;
  }

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

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

  .nav-info-wrap.tablet-visible {
    flex-flow: wrap;
    margin-top: 10px;
    display: flex;
  }

  .tablet-hidden {
    display: none;
  }

  .cart {
    z-index: 999;
  }

  .nav-link-image {
    display: none;
  }

  .button-desktop-hidden {
    margin-top: 20px;
    display: flex;
  }

  .top-banner-wrap {
    flex-flow: column;
    overflow: auto;
  }

  .left-banner-wrap {
    width: auto;
    padding-top: 80px;
    padding-bottom: 60px;
    overflow: auto;
  }

  .right-banner-wrap {
    width: 100%;
    height: 450px;
    position: relative;
  }

  .decorative-img-1 {
    width: 50px;
    top: 45px;
    left: 280px;
  }

  .decorative-img-2 {
    bottom: 160px;
    left: 320px;
  }

  .decorative-img-3 {
    bottom: 240px;
    right: 100px;
  }

  .subheading-column {
    width: auto;
  }

  .right-content-wrap {
    width: auto;
    max-width: 680px;
  }

  .about-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    overflow: auto;
  }

  .about-image {
    object-position: 50% 75%;
    height: 400px;
  }

  .about-bottom-wrap {
    flex-flow: column-reverse;
    overflow: auto;
  }

  .about-img-column {
    width: 100%;
    margin-top: 40px;
  }

  .service-item-wrap:hover {
    background-color: var(--transparent);
    padding-left: 0;
    padding-right: 0;
  }

  .h2-heading-link {
    letter-spacing: -.68px;
    font-size: 34px;
  }

  .service-text-content {
    max-width: 62%;
  }

  .cta-block {
    padding: 40px;
  }

  .secondary-button-white {
    padding: 18px 46px;
  }

  .testimonials-section-wrap {
    max-width: 400px;
  }

  .testimonials-item-wrap.item-max-width {
    max-width: 48.6%;
  }

  .testimonials-video-wrap {
    width: 100%;
  }

  .testimonials-slide-wrap {
    width: 48.6%;
  }

  .benefits-section-wrap {
    max-width: 400px;
  }

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

  .section-map {
    height: 600px;
  }

  .map-contacts-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .contact-link-large {
    font-size: 28px;
  }

  .map-container {
    overflow: auto;
  }

  .pin-wrapper._02 {
    right: 90%;
  }

  .pin-wrapper._03 {
    bottom: 20%;
    right: 71%;
  }

  .pin-wrapper._01 {
    right: 94%;
  }

  .faq-dropdown-down, .faq-wrapper {
    width: 100%;
  }

  .faq-hero-wrap {
    flex-flow: column;
    overflow: auto;
  }

  .accordion-content {
    max-width: 650px;
  }

  .faq-subtitle-wrap {
    width: auto;
    margin-bottom: 40px;
  }

  .cta-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cta-content {
    max-width: 380px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .decorative-img-4 {
    width: 36px;
    left: 50px;
  }

  .decorative-img-5 {
    right: 80px;
  }

  .decorative-img-6 {
    bottom: 100px;
    left: 10px;
  }

  .blog-section-wrap {
    max-width: 560px;
  }

  .blog-collection-item-home {
    width: 48.6%;
  }

  .blog-collection-item-home:last-child {
    display: none;
  }

  .blog-collection-list {
    flex-flow: wrap;
    justify-content: center;
  }

  .section-flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-links-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .right-footer-form-wrap {
    padding-top: 10px;
  }

  .footer-socials-column {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: row;
  }

  .banner-heading-wrap {
    max-width: 460px;
  }

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

  .right-banner-content {
    margin-top: 10px;
  }

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

  .banner-counter-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
  }

  .counter-number-dark {
    letter-spacing: -.68px;
    font-size: 34px;
  }

  .banner-image-wrap {
    height: 460px;
  }

  .home-3-banner-section {
    min-height: auto;
    padding-top: 180px;
  }

  .banner-content-home-3 {
    z-index: 4;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .left-banner-content {
    max-width: 360px;
  }

  .right-banner-widget {
    max-width: 660px;
  }

  .banner-paragraph {
    max-width: 520px;
  }

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

  .nav-dropdown-icon-white {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    display: block;
    position: static;
    inset: 0% auto;
  }

  .navbar-menu {
    background-color: var(--transparent);
    flex-direction: column;
    max-width: 320px;
    margin-top: 57px;
    inset: 0% 0 0% auto;
  }

  .menu-wrap-dark {
    background-color: var(--dark);
    border-left: 1px solid #ededed4d;
    flex-direction: column;
    align-items: stretch;
    padding: 15px 20px 25px;
    display: flex;
  }

  .nav-dropdown-list-dark {
    background-color: var(--dark);
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 10px;
    display: flex;
    position: static;
  }

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

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

  .nav-white-info-wrap.tablet-visible {
    flex-flow: wrap;
    margin-top: 10px;
    display: flex;
  }

  .burger-line {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-blog-collection-wrap {
    padding-bottom: 100px;
    position: relative;
  }

  .button-wrapper-absolute {
    justify-content: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: auto auto 0%;
  }

  .nav-dropdown-toggle-white {
    justify-content: space-between;
    align-items: center;
    padding: 10px 13px 10px 0;
    display: flex;
  }

  .burger-line-dark {
    background-color: var(--dark);
    width: 24px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-banner-wrap, .cta-hero-wrap, .black-bg-wrap, .gray-bg-wrap.no-margin-bottom {
    overflow: auto;
  }

  .banner-features-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    overflow: auto;
  }

  .banner-text-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .images-grid-3-coumns {
    height: 100%;
  }

  .banner-grid-image {
    height: 240px;
  }

  .about-features-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .advantage-content-wrap {
    max-width: 85%;
  }

  .features-right-column {
    width: 100%;
    height: 400px;
  }

  .about-features-image {
    object-position: 50% 20%;
  }

  .advantages-title-wrap {
    max-width: 510px;
  }

  .tab-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    min-height: 400px;
  }

  .cta-overlay {
    background-image: linear-gradient(129deg, #000000b3 22%, #00000080 56%, var(--transparent));
  }

  .left-tab-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .values-section-title-wrapper {
    max-width: 580px;
  }

  .values-content {
    max-width: 400px;
  }

  .team-grid-wrap {
    width: 100%;
  }

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

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

  .collection-service-item {
    width: 48.9%;
    min-height: 450px;
  }

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

  .service-text-wrap {
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px;
  }

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

  .banner-service-description-wrap {
    max-width: none;
  }

  .banner-flex-between-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .service-banner-image-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .service-solution-list {
    max-width: none;
  }

  .service-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.1fr;
  }

  .service-grid-img-wrap {
    height: 420px;
  }

  .work-step-description {
    width: 60%;
    padding-left: 30px;
    padding-right: 60px;
  }

  .color-block {
    width: 40%;
  }

  .work-stage-number {
    font-size: 72px;
  }

  .solutions-title-wrap {
    max-width: none;
  }

  .services-section-wrap {
    max-width: 380px;
  }

  .reviews-banner-title-wrap {
    max-width: 480px;
  }

  .light-color-overlay {
    min-height: 33px;
  }

  .reviews-quote {
    letter-spacing: -.52px;
    font-size: 26px;
  }

  .owner-img-wrap {
    width: 260px;
    top: 50px;
    right: -15px;
  }

  .quote-block {
    margin-bottom: 50px;
    padding: 30px;
  }

  .quote-content-wrap {
    max-width: 430px;
  }

  .faq-banner-title-wrap {
    max-width: 320px;
  }

  .faq-banner {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-content-item {
    width: 48%;
    height: auto;
  }

  .hero-tabs-pricing-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
  }

  .hero-pricing-wrap {
    flex-flow: column;
    width: 48.6%;
  }

  .pricing-section-banner {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features-image-wrap {
    height: 440px;
  }

  .team-grid-3-columns {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .blog-category-banner-title {
    max-width: 440px;
  }

  .socials-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .hero-blog-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .social-links-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    margin-top: 3px;
  }

  .blog-rich-text-wrap {
    width: 100%;
  }

  .right-sidebar-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: static;
  }

  .contacts-banner {
    margin-top: 100px;
  }

  .tabs {
    flex-flow: column;
  }

  .locations-tabs-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 15px;
  }

  .contact-form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .success-content-wrap {
    min-height: 462px;
  }

  ._404-text {
    font-size: 140px;
  }

  .collection-shop-item:last-child {
    display: none;
  }

  .menu-shop-tabs {
    border-radius: 80px;
  }

  .yellow-element-bottom {
    width: 170px;
    padding-top: 10px;
  }

  .yellow-element-bottom.left {
    width: 120px;
  }

  .left-elements-wrap {
    width: 140px;
  }

  .left-elements-wrap.bottom {
    height: 35px;
  }

  .shop-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .locations-wrapper {
    height: 600px;
  }

  .images-collection-item {
    width: 100%;
  }

  .additional-product-images {
    width: 25%;
  }

  .shop-details-hero-wrapper {
    grid-column-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .lightbox-main-image {
    height: 100%;
  }

  .product-main-image {
    max-height: 460px;
  }

  .product-images-block {
    flex-flow: row-reverse;
    position: static;
  }

  .images-collection-list {
    flex-flow: column;
    height: 100%;
  }

  .zoom-wrapper {
    display: none;
  }

  .product-info-dropdowns {
    width: 100%;
  }

  .product-details-title {
    letter-spacing: -.84px;
    font-size: 42px;
  }

  .shop-section-wrap {
    max-width: 420px;
  }

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

  .checkout-form {
    margin-top: 100px;
    padding-top: 40px;
  }

  .order-list-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .row {
    flex-flow: column;
  }

  .order-price {
    margin-left: 16px;
  }

  .row-2 {
    flex-flow: column;
  }

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

  .blog-collection-item {
    width: 48.6%;
  }

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

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

  .image {
    overflow: clip;
  }

  .body {
    margin-top: 130px;
  }

  .primary-button-2 {
    padding: 18px 46px;
  }

  .body-2, .section-2, .section-3, .section-4 {
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.76px;
    font-size: 38px;
  }

  h2 {
    letter-spacing: -.64px;
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    font-size: 25px;
  }

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

  .section.landing-banner {
    background-image: url('../images/Landing-Banner-image-2.png');
    background-position: 135%;
    background-repeat: no-repeat;
    background-size: 400px;
  }

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

  .section.template-section {
    padding-top: 40px;
  }

  .section.product-section {
    margin-top: 100px;
    padding-top: 40px;
  }

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

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

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

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

  .primary-button {
    transition: opacity .2s, opacity .2s, all .3s;
    transform: translate(0);
  }

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

  .primary-button.secondary {
    border-color: var(--gray);
    background-color: var(--gray);
    color: var(--dark);
  }

  .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: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .nav-dropdown-toggle {
    padding-right: 10px;
  }

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

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

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

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

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

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

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

  .coming-soon-wrapper {
    max-width: 360px;
  }

  .coming-soon-form {
    flex-flow: column;
    width: 100%;
  }

  .coming-soon-heading {
    max-width: none;
    font-size: 44px;
  }

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

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

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

  .style-guide-buttons-wrapper {
    margin-top: 35px;
  }

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

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

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

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .left-footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

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

  .footer-logo {
    height: 45px;
  }

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

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

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

  .service-details-sidebar-wrapper {
    width: auto;
    margin-right: 30px;
    inset: auto 0% 8% auto;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .service-list-banner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

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

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

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

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

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

  .left-arrow {
    left: 0;
    right: auto;
  }

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

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

  .map-wrapper {
    flex-flow: column;
    height: auto;
  }

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

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

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

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

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

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

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

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

  .brand {
    padding-left: 0;
  }

  .coming-soon-form-main {
    width: 100%;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

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

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

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

  .licensing-icons {
    width: 100%;
  }

  .secondary-button-gray {
    margin-left: 0;
  }

  .nav-dual-links-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .top-banner-wrap {
    flex-flow: column;
  }

  .left-banner-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .right-banner-wrap {
    height: 400px;
  }

  .banner-content-home-1 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 500px;
  }

  .dual-buttons-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .decorative-img-1 {
    width: 45px;
    top: 45px;
    left: 200px;
  }

  .decorative-img-2 {
    width: 25px;
    bottom: 160px;
    left: 230px;
  }

  .decorative-img-3 {
    width: 25px;
    bottom: 240px;
    right: 50px;
  }

  .decorative-img-3.mobile-hidden {
    display: none;
  }

  .list-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .advantages-list {
    max-width: none;
  }

  .advantage-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-image {
    height: 350px;
  }

  .service-item-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h2-heading-link {
    letter-spacing: -.64px;
    font-size: 32px;
  }

  .service-text-content {
    max-width: none;
  }

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

  .cta-content-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonials-item-wrap.item-max-width {
    max-width: none;
  }

  .testimonials-slider {
    margin-bottom: 80px;
    top: 80px;
  }

  .testimonials-slide-wrap {
    width: 100%;
  }

  .testimonials-slider-arrow-home-1 {
    top: -84px;
    left: 51%;
    right: auto;
  }

  .testimonials-slider-arrow-home-1.left-arrow {
    margin-right: 0;
    left: auto;
    right: 51%;
  }

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

  .feature-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .number-wrap {
    padding-bottom: 30px;
  }

  .section-map {
    height: auto;
    padding-bottom: 60px;
  }

  .map-contacts-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-right: auto;
  }

  .map-container {
    margin-top: -40px;
  }

  .pin-wrapper {
    width: 30px;
    height: 30px;
  }

  .pin-wrapper._02 {
    inset: -45% auto auto 10%;
  }

  .pin-wrapper._03 {
    inset: -24% 60% auto auto;
  }

  .pin-wrapper._01 {
    inset: -70% auto auto 0%;
  }

  .pin {
    width: 25px;
    height: 25px;
  }

  .map-image-bg {
    min-height: 380px;
    position: static;
  }

  .accordion-content {
    max-width: none;
  }

  .cta-content-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .cta-image-block {
    width: 100%;
    height: 400px;
  }

  .cta-content {
    margin-left: 30px;
  }

  .decorative-img-5, .decorative-img-6 {
    width: 25px;
  }

  .blog-collection-item-home {
    width: 100%;
  }

  .blog-collection-item-home:last-child {
    display: flex;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .right-footer-form-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    max-width: 460px;
    padding-top: 0;
  }

  .footer-form-title-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-success-message {
    text-align: center;
  }

  .footer-links {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-socials-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .banner-counter-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .counter-number-dark {
    letter-spacing: -.64px;
    font-size: 32px;
  }

  .banner-image-wrap {
    height: 400px;
  }

  .home-3-banner-section {
    padding-bottom: 40px;
  }

  .banner-content-home-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .left-banner-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .menu-wrap-dark {
    border-left-style: none;
  }

  .nav-dropdown-toggle-white {
    padding-right: 10px;
  }

  .black-bg-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-hero-wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .gray-bg-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-text-wrap {
    max-width: 380px;
  }

  .banner-grid-image {
    height: 180px;
  }

  .feature-item-light-gray-bg {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-advantage-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .advantages-list-full-width {
    max-width: none;
  }

  .advantage-content-wrap {
    grid-column-gap: 30px;
  }

  .features-right-column {
    height: 350px;
  }

  .tab-content-wrapper {
    min-height: 360px;
    padding: 30px;
  }

  .cta-overlay {
    background-image: linear-gradient(129deg, #000000b3 22%, #00000080 64%, var(--transparent));
  }

  .home-3-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

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

  .team-grid-wrap {
    grid-column-gap: 10px;
  }

  .image-team {
    height: 280px;
  }

  .collection-service-item {
    width: 100%;
    min-height: auto;
  }

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

  .service-title-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .h3-heading-link {
    letter-spacing: -.84px;
    font-size: 28px;
  }

  .service-button-wrap {
    margin-top: 40px;
  }

  .service-text-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .banner-flex-between-wrap {
    flex-flow: column;
  }

  .service-banner-image-wrap {
    height: 360px;
  }

  .list-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-solution-list {
    max-width: none;
  }

  .service-grid-img-wrap {
    height: 340px;
  }

  .work-step-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-stage-number {
    font-size: 58px;
  }

  .work-step-paragraph {
    font-size: 18px;
  }

  .solutions-title-wrap {
    max-width: 65%;
  }

  .reviews-hero-wrap {
    grid-row-gap: 20px;
  }

  .light-color-overlay {
    display: none;
  }

  .quote-container-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .owner-img-wrap {
    width: 100%;
    max-width: 480px;
    height: 100%;
    max-height: 480px;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .quote-block {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .quote-content-wrap {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .faq-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-content-item {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-pricing-wrap {
    width: 100%;
    max-width: 450px;
  }

  .pricing-section-banner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .features-image-wrap {
    height: 360px;
  }

  .team-grid-3-columns {
    grid-column-gap: 10px;
  }

  .blog-category-banner-title {
    max-width: 400px;
  }

  .socials-column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .hero-contacts-wrapper {
    flex-wrap: wrap;
  }

  .tabs {
    flex-flow: column;
  }

  .locations-tabs-menu {
    grid-auto-columns: 1fr;
    width: 94%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: auto;
  }

  .tabs-content {
    height: 420px;
    position: static;
  }

  .success-content-wrap {
    min-height: auto;
  }

  ._404-text {
    margin-bottom: 10px;
    font-size: 100px;
  }

  .collection-shop-item {
    width: 80%;
  }

  .collection-shop-item:last-child {
    display: flex;
  }

  .shop-tab-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-shop-tabs {
    border-radius: 20px;
  }

  .yellow-element-bottom {
    width: 140px;
  }

  .right-elements-wrap {
    margin-bottom: -10px;
  }

  .left-elements-wrap {
    margin-top: -10px;
  }

  .left-elements-wrap.bottom {
    margin-top: 0;
    margin-bottom: -10px;
  }

  .shop-collection-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .locations-wrapper {
    flex-flow: column;
    height: auto;
  }

  .additional-product-images {
    width: 30%;
  }

  .shop-details-hero-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .product-details-title {
    letter-spacing: -.76px;
    font-size: 38px;
  }

  .shop-section-wrap {
    max-width: 400px;
  }

  .info-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .checkout-form {
    padding-bottom: 40px;
  }

  .row {
    flex-flow: row;
  }

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

  .collection-shop-page-item {
    width: 80%;
  }

  .collection-shop-page-item:last-child {
    display: flex;
  }

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

  .advantage-item-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section.landing-banner {
    background-image: url('../images/Landing-Banner-image-2.png');
    background-position: 135% 46%;
    background-repeat: no-repeat;
    background-size: 400px;
  }

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

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

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

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

  .nav-menu {
    max-width: 100%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

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

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

  .coming-soon-heading {
    font-size: 32px;
  }

  .footer {
    text-align: left;
  }

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

  .footer-rights {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    width: 100%;
  }

  .footer-link.insta {
    max-width: 20%;
  }

  .left-footer-links-wrapper {
    flex-direction: column;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

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

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .banner-contacts-wrapper {
    padding-bottom: 20px;
  }

  .banner-contacts-wrapper.no-padding {
    padding-bottom: 0;
  }

  .banner-features-wrap {
    grid-template-columns: 1fr;
  }

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

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

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

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

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

  .brand {
    z-index: 999;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-licensing-link {
    text-align: center;
    justify-content: center;
    line-height: 1.6em;
  }

  .license-link-wrapper {
    margin-left: 0;
  }

  .nav-dual-links-wrap {
    text-align: center;
  }

  .cart-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-info-left {
    justify-content: space-between;
    align-items: flex-start;
  }

  .cart-image {
    width: 65px;
    height: 65px;
  }

  .right-banner-wrap {
    height: 350px;
  }

  .banner-content-home-1 {
    max-width: 400px;
  }

  .dual-buttons-wrap.mobile-align-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .decorative-img-1 {
    left: 120px;
  }

  .decorative-img-2 {
    left: 160px;
  }

  .decorative-img-3 {
    bottom: 180px;
    right: 20px;
  }

  .subheding-wrap {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .subheding-wrap.cta-subheading {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .about-image {
    height: 260px;
  }

  .benefits-section-wrap.mobile-align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .number-wrap._05 {
    padding-bottom: 20px;
  }

  .map-contacts-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .secondary-button-white-extra-small {
    justify-content: center;
    align-items: center;
  }

  .pin-wrapper._02 {
    top: -30%;
  }

  .pin-wrapper._03 {
    top: -15%;
    right: 65%;
  }

  .pin-wrapper._01 {
    top: -40%;
  }

  .cta-content {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-success-message {
    text-align: center;
  }

  .decorative-img-4.mobile-hidden {
    display: none;
  }

  .primary-button-extra-small {
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-links {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .footer-socials-column {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .banner-counter-grid {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .counter-wrap.mobile-center {
    justify-content: flex-start;
    align-items: center;
  }

  .banner-image-wrap {
    height: 320px;
  }

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

  .banner-image-home-3 {
    object-position: 45% 0%;
  }

  .left-banner-content {
    max-width: 400px;
  }

  .right-banner-widget {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-menu {
    max-width: 100%;
  }

  .nav-dropdown-list-dark.megamenu {
    padding-right: 0;
  }

  .banner-features-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .banner-grid-image {
    height: 140px;
  }

  .about-features-grid {
    grid-template-columns: 1fr;
  }

  .advantage-content-wrap {
    max-width: none;
  }

  .features-right-column {
    height: 260px;
  }

  .tab-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-3-value-tab-link.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .home-3-tabs-menu {
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .team-grid-wrap, .services-collection-list {
    grid-template-columns: 1fr;
  }

  .service-text-wrap {
    margin: 20px;
  }

  .service-banner-image-wrap {
    grid-template-columns: 1fr;
  }

  .service-grid-img-wrap {
    height: 280px;
  }

  .work-step-item {
    flex-flow: column-reverse;
  }

  .work-step-item.mobile-reverse {
    flex-flow: column;
  }

  .work-step-description {
    width: auto;
  }

  .color-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .solutions-title-wrap {
    max-width: none;
  }

  .quote-block {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-tabs-menu {
    justify-content: center;
  }

  .pricing-content-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-pricing-wrap {
    width: 100%;
  }

  .features-image-wrap {
    height: 280px;
  }

  .team-grid-3-columns {
    grid-template-columns: 1fr;
  }

  .social-links-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .location-tab, .location-tab.w--current {
    width: 100%;
  }

  ._404-text {
    font-size: 80px;
  }

  .collection-shop-item {
    width: 100%;
  }

  .shop-tab-link {
    text-align: center;
  }

  .menu-shop-tabs {
    flex-flow: column;
  }

  .right-elements-wrap {
    margin-right: -70px;
  }

  .left-elements-wrap {
    margin-left: -70px;
  }

  .dark-button-extra-small {
    justify-content: center;
    align-items: center;
  }

  .bottom-buttons-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .additional-product-images, .images-collection-list-wrapper {
    width: 100%;
  }

  .product-images-block {
    flex-flow: column;
  }

  .shop-item-price-wrap {
    margin-top: 0;
  }

  .cart-dual-buttons-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .info-row {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .info-row.price-row {
    margin-bottom: 20px;
  }

  .info-row.quantity-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .order-list-content-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .row {
    flex-flow: column;
  }

  .order-item {
    flex-flow: column;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .order-list-image {
    width: 100%;
  }

  .billing-address-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

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

  .block-header {
    flex-flow: wrap;
  }

  .line-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

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

  .collection-shop-page-item {
    width: 100%;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-31705c1e, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-31705c1e, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-31705c1e, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-31705c1e, #w-node-_5b812222-5ff7-0a0b-e122-f83530272a97-31705c1e, #w-node-_437354fd-a592-4e84-997f-4399fc6c2d2e-31705c1e, #w-node-_32dd6a40-494e-ebce-030b-481526f44e0f-31705c1e, #w-node-_6e57e80a-1928-c0c1-c8dc-2eb813906932-31705c1e, #w-node-fd76ec4d-0523-5c49-3a33-55c4dca3711c-31705c1e, #w-node-b30ce18f-3611-2cba-9876-d8c85db4bc86-31705c1e, #w-node-_0508d522-b429-4836-8fe2-de71abf7ddcc-31705c1e, #w-node-a3cc4fa7-9c5b-d0a0-639f-5a44064eccbb-31705c1e, #w-node-cf15c1fb-6783-bd2b-ec79-edbfb6b907f3-31705c1e, #w-node-_761fdbf8-5e53-0103-04a4-edbe1ba6ec44-31705c1e, #w-node-_875c1dfd-b912-e5bc-b238-12e989adb712-31705c1e, #w-node-f15b4df3-dbab-16b3-bcda-7454aa311880-31705c1e, #w-node-f47695de-782f-9fbe-f170-81d1ad7fd249-31705c1e, #w-node-cb64a7f6-9f1f-7500-8aec-b99afd45379b-31705c1e, #w-node-a716d5fe-f102-3573-d856-afd799ccdea6-31705c1e, #w-node-_1cafbd73-4d05-90bd-7d26-bd453af68fb9-31705c1e, #w-node-_1c83f37d-c918-6e81-90b7-62f4383eecce-31705c1e, #w-node-_9dd84311-f76e-8c2b-a37c-52bf68903c65-31705c1e, #w-node-_03692470-eaad-6f83-6efc-27727859e838-31705c1e, #w-node-b6b78bad-73ee-3926-d160-446796730e17-31705c1e, #w-node-_4d34e64a-a377-f8dc-9d89-88c00483b076-31705c1e, #w-node-d89cbd71-b967-38e6-4e4d-e3c63edfa90d-31705c1e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-31705c20, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-31705c20, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-31705c20, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-31705c20, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-31705c20, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-31705c20, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-31705c20, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-31705c20, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-31705c20, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-31705c20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f8fe8a7-32d0-2e46-e3ae-86c745aca634-31705c26 {
  align-self: center;
}

#w-node-_0e52335d-a9b5-faa1-06de-e8df10336a8a-31705c2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_893d7bfc-5d28-3f49-8268-7e74c18fd841-634f2c73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-31705c1e, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-31705c1e, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-31705c1e, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-31705c1e, #w-node-_5b812222-5ff7-0a0b-e122-f83530272a97-31705c1e, #w-node-_437354fd-a592-4e84-997f-4399fc6c2d2e-31705c1e, #w-node-_32dd6a40-494e-ebce-030b-481526f44e0f-31705c1e, #w-node-_6e57e80a-1928-c0c1-c8dc-2eb813906932-31705c1e, #w-node-fd76ec4d-0523-5c49-3a33-55c4dca3711c-31705c1e, #w-node-b30ce18f-3611-2cba-9876-d8c85db4bc86-31705c1e, #w-node-_0508d522-b429-4836-8fe2-de71abf7ddcc-31705c1e, #w-node-a3cc4fa7-9c5b-d0a0-639f-5a44064eccbb-31705c1e, #w-node-cf15c1fb-6783-bd2b-ec79-edbfb6b907f3-31705c1e, #w-node-_761fdbf8-5e53-0103-04a4-edbe1ba6ec44-31705c1e, #w-node-_875c1dfd-b912-e5bc-b238-12e989adb712-31705c1e, #w-node-f15b4df3-dbab-16b3-bcda-7454aa311880-31705c1e, #w-node-f47695de-782f-9fbe-f170-81d1ad7fd249-31705c1e, #w-node-cb64a7f6-9f1f-7500-8aec-b99afd45379b-31705c1e, #w-node-a716d5fe-f102-3573-d856-afd799ccdea6-31705c1e, #w-node-_1cafbd73-4d05-90bd-7d26-bd453af68fb9-31705c1e, #w-node-_1c83f37d-c918-6e81-90b7-62f4383eecce-31705c1e, #w-node-_9dd84311-f76e-8c2b-a37c-52bf68903c65-31705c1e, #w-node-_03692470-eaad-6f83-6efc-27727859e838-31705c1e, #w-node-b6b78bad-73ee-3926-d160-446796730e17-31705c1e, #w-node-_4d34e64a-a377-f8dc-9d89-88c00483b076-31705c1e, #w-node-d89cbd71-b967-38e6-4e4d-e3c63edfa90d-31705c1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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