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

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

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

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

:root {
  --paragraph-gray: #9a9a9a;
  --black: black;
  --light-gray: whitesmoke;
  --transparent: #fff0;
  --soft-gray: #e6e6e6;
  --border-radius-60px: 60px;
  --primary: #7a917a;
  --white: white;
  --border-radius-10px: 10px;
  --text-dark\<deleted\|variable-7ad493ea\>: #0e0e0e;
  --border-radius-4px: 4px;
  --text-error: #db1717;
  --primary-light: #eef4f8;
  --dark-gray: #797979;
}

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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-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: -.48px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  color: var(--black);
  letter-spacing: -1.8px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  letter-spacing: -1.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--black);
  letter-spacing: -1.14px;
  margin-top: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  color: var(--black);
  letter-spacing: -.84px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  color: var(--black);
  letter-spacing: -.6px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  color: var(--black);
  letter-spacing: -.54px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

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

a {
  color: var(--black);
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--paragraph-gray);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  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;
}

strong {
  font-weight: bold;
}

blockquote {
  color: var(--black);
  text-align: left;
  letter-spacing: -.84px;
  background-image: url('../images/Icon-quote.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 36px;
  border-left: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 56px 40px 0 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

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

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

.section.home-1-banner {
  flex-flow: column;
  min-height: 770px;
  padding-top: 84px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.pricing-page-banner {
  background-color: var(--transparent);
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.section.contact-us-banner {
  background-color: var(--light-gray);
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.section.green-bg {
  border-top: 1px solid var(--soft-gray);
}

.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.banner-container {
  width: 100%;
}

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

.primary-button {
  border-radius: var(--border-radius-60px);
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  letter-spacing: -.48px;
  text-transform: none;
  justify-content: center;
  width: 13rem;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .35s;
  display: flex;
}

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

.primary-button.white {
  background-color: var(--white);
  width: 9rem;
}

.primary-button.header {
  width: 9rem;
}

.navbar-white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

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

.licensing-images-wrapper {
  border-top: 1px solid var(--soft-gray);
  width: 100%;
  padding-top: 40px;
}

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

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

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

.licensing-paragraph {
  width: 50%;
}

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

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

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

.paragraph-large {
  letter-spacing: -.54px;
  font-size: 18px;
}

.paragraph-large.no-margin-bottom {
  text-align: left;
  margin-bottom: 0;
}

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

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

.contacts-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contacts-form-wrapper {
  border-radius: var(--border-radius-10px);
  background-color: var(--white);
  width: 580px;
  padding: 40px;
}

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

.contacts-form-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.map-wrapper {
  position: relative;
}

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

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

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

.empty-state {
  color: var(--paragraph-gray);
  text-align: left;
  background-color: #fff0;
}

.text-dark {
  color: var(--text-dark\<deleted\|variable-7ad493ea\>);
}

.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;
  flex-direction: row;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

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

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

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

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

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

.primary-button-black {
  border: 1px solid var(--black);
  border-radius: var(--border-radius-60px);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: -.48px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .35s;
  display: flex;
}

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

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

.landing-inner-page-image.banner {
  border-radius: var(--border-radius-4px);
  box-shadow: 0 6px 20px #00000014;
  box-shadow: none;
  object-fit: contain;
  border-style: none;
  border-radius: 4px;
  height: 100%;
}

.landing-inner-page-image.banner.rotate {
  transform: rotate(-4deg);
}

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

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.landing-paragraph-style {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
}

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

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

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

.landing-icon-style {
  opacity: 1;
  max-height: 5rem;
}

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

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

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

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

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

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 15rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.button-with-icon-white {
  color: var(--black);
  align-items: stretch;
  transition-duration: .9s;
  display: flex;
  position: relative;
}

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

.button-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--border-radius-60px);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 8px 14px 8px 30px;
}

.button-content-wrap.black-bg {
  background-color: var(--black);
}

.button-content-wrap.full-width-button {
  background-color: var(--black);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.button-content-wrap.green-bg {
  background-color: var(--primary);
}

.button-content-wrap.border {
  border: 1px solid var(--soft-gray);
}

.button-content-wrap.border:hover {
  border-color: var(--black);
}

.button-arrow-wrapper {
  background-color: var(--primary);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.button-arrow-wrapper.white-bg {
  background-color: var(--white);
}

.button-with-icon-black {
  color: var(--black);
  align-items: stretch;
  transition-duration: .9s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button-with-icon-black.button-submit {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.navbar-cart-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.image-cart {
  border-radius: var(--border-radius-4px);
  object-fit: cover;
  flex: none;
  width: 115px;
  height: 117px;
}

.left-side-block, .right-side-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cart-header {
  z-index: 1;
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.nav-logo {
  height: 5rem;
}

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

.full-width {
  width: 100%;
}

.remove-button {
  letter-spacing: -.64px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.remove-button:hover {
  opacity: .6;
}

.shop-icon {
  color: var(--black);
  margin-top: 4px;
  margin-right: 2px;
}

.shop-icon.invert {
  filter: invert();
}

.shop-cart-title {
  color: #000;
  font-weight: 700;
  line-height: 1.4em;
}

.navbar-item-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

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

.cart-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #9c9c9c80;
}

.shop-cart-price {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
}

.total-price {
  color: #000;
  font-size: 20px;
}

.cart-button {
  background-color: #0000;
  position: relative;
}

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

.brand-logo {
  z-index: 3;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: auto;
}

.cart-container {
  border-radius: var(--border-radius-10px);
  min-width: 440px;
  margin: .625rem;
}

.nav-icon-arrow {
  margin-top: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 20px;
}

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

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

.cart-quantity {
  background-color: var(--black);
  color: var(--primary);
  border-radius: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.navbar-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1230px;
  height: 7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.quantity {
  border-color: var(--paragraph-gray);
  background-color: var(--transparent);
  height: 40px;
  margin-bottom: 0;
  font-weight: 500;
}

.quantity:focus {
  outline-offset: 0px;
  color: var(--black);
  border-color: #000;
  outline: 3px #494e57;
}

.navbar-link {
  color: var(--black);
  padding: 30px 20px;
}

.navbar-link.w--current {
  color: #0e0e0e;
}

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

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

.close-button {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-right: -5px;
  padding: 5px 10px 7px;
}

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

.navbar-dropdown-list.w--open {
  border-radius: var(--border-radius-10px);
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.navbar-dropdown-list.megamenu {
  min-width: 560px;
}

.navbar-dropdown-list.megamenu.w--open {
  justify-content: flex-start;
  display: flex;
  right: -160px;
}

.navbar-dropdown-list.dark-list {
  border-color: #e6e6e633;
}

.navbar-dropdown-list.dark-list.w--open {
  background-color: var(--black);
  margin-top: 1px;
}

.navbar-dropdown-link {
  color: var(--light-gray);
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition-property: all;
  display: flex;
}

.navbar-dropdown-link:hover {
  color: var(--soft-gray);
  margin-left: 0;
}

.navbar-dropdown-link.w--current {
  color: var(--primary);
  text-align: left;
  font-weight: 600;
}

.navbar-dropdown-column {
  width: 33%;
}

.navbar-dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 20px;
  transition: opacity .3s;
  display: flex;
}

.navbar-dropdown-toggle:hover {
  opacity: .6;
}

.navbar-dropdown-toggle.first-item {
  padding-left: 0;
}

.nav-wrapper-align-space-between {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-divider {
  background-color: var(--soft-gray);
  width: 100%;
  height: 1px;
}

.nav-divider.soft-gray-20 {
  background-color: #e6e6e633;
}

.heading-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
}

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

.footer-link {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: .9rem;
  transition: all .3s;
}

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

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

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

.footer-error-message {
  color: var(--text-error);
  text-align: center;
  background-color: #fff0;
  margin-top: 0;
  line-height: 1.2em;
}

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

.footer-links-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10rem;
}

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

.footer-form-title-wrap {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-copyright-right-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.button-arrow {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.button-arrow.text-black {
  color: var(--black);
}

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

.banner-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-content-wrap {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  display: flex;
  position: relative;
}

.flex-block {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block.left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-title-wrap {
  max-width: 80%;
}

.banner-button-wrap {
  margin-top: 30px;
}

.hero-description-wrap {
  max-width: 640px;
}

.navbar-black-with-white-btn {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.primary-button-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #1f514c;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  transition-property: none;
  display: flex;
}

.footer-social-link {
  background-color: #0000;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-right: 8px;
  transition: all .5s;
  display: flex;
}

.footer-social-link.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.banner-work-stages-strip {
  background-color: var(--primary);
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.banner-work-stage-item {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.work-stages-wrap {
  justify-content: space-between;
  align-items: center;
}

.about-title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.intro-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
}

.about-image-wrap {
  border-radius: var(--border-radius-10px);
  width: 420px;
  overflow: hidden;
}

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

.services-column-right {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.hero-services-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: stretch;
}

.service-link-wrap {
  background-color: #0000;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.service-link-wrap.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.services-column-left {
  width: 45%;
  position: relative;
}

.services-column-left.about-column {
  width: 46%;
}

.left-column-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
}

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

.image-wrap-full-height {
  border-radius: var(--border-radius-10px);
  height: 100%;
  overflow: hidden;
}

.counter-number-dark {
  color: var(--white);
  letter-spacing: -1.8px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

.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 15px;
  display: flex;
}

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

.faq-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 2rem;
  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: 55%;
  margin-top: 10px;
  display: flex;
}

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

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

.cta-title {
  color: var(--black);
  letter-spacing: -1.8px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}

.cta-title-wrap {
  max-width: 460px;
  margin-bottom: 40px;
}

.cta-title-wrap.home-3-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 660px;
  display: flex;
}

.cta-content-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: 55%;
  display: flex;
}

.cta-content-wrapper.align-center {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.light-color-overlay {
  z-index: 3;
  background-color: var(--white);
  width: 100%;
  min-height: 57px;
  display: none;
  position: absolute;
  inset: 10px 0% auto auto;
}

.secondary-button-2 {
  grid-column-gap: 10px;
  text-align: center;
  background-color: #f4f3f2;
  border: 1px solid #e9eaeb;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-weight: 500;
  display: flex;
}

.secondary-button-2:hover {
  background-color: #0000;
}

.clip {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.secondary-button-text-wrap {
  width: 100%;
  overflow: hidden;
}

.secondary-button-text-wrap.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.secondary-button-text-wrap.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-button-clip {
  z-index: 1;
  position: relative;
}

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

.text-button-clip-hover {
  color: #0c0b09;
}

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

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

.primary-button-black.add-to-cart {
  border-style: none;
}

.primary-button-black.add-to-cart:hover {
  background-color: var(--primary);
}

.primary-button-black.search-button {
  border-style: none;
  min-width: 135px;
}

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

.hero-banner-title {
  color: var(--white);
  margin-top: 0;
}

.line-gray {
  background-color: var(--soft-gray);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-gray.static {
  position: static;
}

.home-1-banner-img-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-img-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-grid-2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  max-width: 620px;
}

.text-grid-2-columns.tablet-full-width {
  text-align: left;
}

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

.service-accordion-item {
  border-top: 1px solid var(--soft-gray);
  border-bottom-width: 1px;
  border-bottom-color: var(--soft-gray);
  width: 100%;
  padding-top: 30px;
  position: static;
}

.service-accordion-item.no-border {
  border-top-style: none;
  border-bottom-style: none;
}

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

.collection-service-title {
  letter-spacing: -1.08px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.3em;
}

.service-collection-item:last-child {
  border-bottom: 1px solid var(--soft-gray);
}

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

.banner-cart {
  border-radius: var(--border-radius-10px);
  background-color: var(--light-gray);
  justify-content: flex-start;
  align-items: stretch;
  padding: 50px 30px 30px;
}

.banner-cart.contacts-cart-primary {
  background-color: var(--primary);
}

.banner-cart-icon {
  background-color: var(--primary);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 30px;
  display: flex;
}

.banner-cart-icon.white {
  background-color: var(--white);
}

.cart-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.cart-content.contact-cart {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.service-problems-list {
  margin-top: 20px;
}

.service-problems-list h2 {
  margin-bottom: 15px;
}

.service-problems-list h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.service-problems-list h4 {
  margin-top: 25px;
}

.service-problems-list h5, .service-problems-list h6 {
  margin-top: 20px;
}

.service-problems-list ul {
  grid-row-gap: 15px;
  background-color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.service-problems-list li {
  background-image: url('../images/Icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
}

.service-problems-list img {
  border-radius: var(--border-radius-10px);
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-title-with-icon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.service-item-icon {
  background-color: var(--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 12px;
  display: flex;
}

.servide-description-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 45rem;
  margin-left: 80px;
  display: flex;
}

.hero-services-wrapper {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

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

.grid-image-wrapper {
  border-radius: var(--border-radius-10px);
  flex: 1;
  overflow: clip;
}

.about-banner-img-wrap {
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
}

.about-images-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 15px;
  padding-right: 15px;
}

.about-images-grid.hide {
  display: none;
}

.column-image-small-wrap {
  border-radius: var(--border-radius-10px);
  height: 120px;
  overflow: clip;
}

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

.step-cart-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.work-step-primary {
  border-radius: var(--border-radius-10px);
  background-color: var(--primary);
  justify-content: flex-start;
  align-items: stretch;
  width: 18rem;
  min-height: 385px;
  padding: 50px 30px 30px;
  overflow: hidden;
}

.step-content-wrap {
  flex-direction: column;
}

.works-steps-hero-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  display: flex;
}

.step-wrap {
  position: sticky;
  top: 100px;
}

.team-card-img {
  border-radius: var(--border-radius-10px);
  color: #fdf2e9;
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.team-card-content-wrapper {
  border-radius: var(--border-radius-10px);
  background-color: var(--light-gray);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
}

.home-team-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.team-member {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}

.secondary-button {
  border-radius: var(--border-radius-60px);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: -.48px;
  text-transform: none;
  border: 1px solid #0000001a;
  justify-content: center;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: all .35s;
  display: flex;
}

.secondary-button:hover {
  border-color: #00000080;
}

.secondary-button.no-bg {
  color: var(--black);
  background-color: #fff0;
  border-style: none;
}

.banner-flex-center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.banner-title-wrap-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-title-wrap-center.team-title {
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-pricing-wrap {
  border-radius: var(--border-radius-10px);
  background-color: var(--white);
  width: 33%;
  padding: 1px;
  position: relative;
}

.pricing-banner-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 10px;
}

.hero-team-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}

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

.team-card-wrap {
  width: 31.3%;
}

.team-card-wrap.team-card-margin-top {
  margin-top: 40px;
}

.about-us-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary);
  border-radius: 20px;
  margin-top: 60px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.photo-autor {
  background-image: url('../images/Small-Img-25_1Small Img 25.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.contacts-img-wrap {
  border-radius: var(--border-radius-10px);
  width: 45%;
  height: 45rem;
  overflow: hidden;
}

.contacts-textarea-field {
  border: 1px solid var(--soft-gray);
  background-color: var(--white);
  color: var(--paragraph-gray);
  border-radius: 20px;
  min-height: 160px;
  margin-bottom: 20px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
}

.contacts-textarea-field:focus {
  border-color: var(--paragraph-gray);
  color: var(--black);
}

.contacts-textarea-field::placeholder {
  color: var(--paragraph-gray);
}

.contacts-form-field {
  border: 1px solid var(--soft-gray);
  background-color: var(--white);
  color: var(--paragraph-gray);
  border-radius: 60px;
  min-height: 62px;
  margin-bottom: 10px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
}

.contacts-form-field:focus {
  border-color: var(--paragraph-gray);
  color: var(--black);
}

.contacts-form-field::placeholder {
  color: var(--paragraph-gray);
}

.contacts-submit-button {
  background-color: var(--transparent);
  color: var(--white);
  padding-left: 30px;
  padding-right: 60px;
  font-weight: 500;
  transition: color .35s;
  position: absolute;
  inset: 0%;
}

.contacts-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.location-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.contact-link {
  color: var(--white);
  font-size: 18px;
}

.contact-link:hover {
  opacity: .6;
  color: var(--black);
}

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

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

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

.soc-icon {
  color: var(--white);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 2rem;
  line-height: 1em;
  transition: color .3s;
}

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

.product-image-link {
  border-radius: var(--border-radius-10px);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.add-to-cart {
  margin-top: auto;
}

.cart-item {
  border-radius: var(--border-radius-10px);
  background-color: var(--light-gray);
  margin-bottom: 10px;
  padding: 10px;
}

.cart-product-name-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.cart-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
}

.cart-list {
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: scroll;
}

.cart-product-name {
  max-width: 85%;
}

.cart-footer {
  background-color: var(--white);
  margin-top: -15px;
  position: sticky;
  bottom: 0;
}

.checkout-form {
  background-color: var(--white);
  padding-top: 140px;
}

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

.checkout-field {
  border: 1px solid var(--soft-gray);
  color: var(--paragraph-gray);
  background-color: #fafafa;
  border-radius: 60px;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
}

.checkout-field:focus, .checkout-field.-wfp-focus {
  border-color: var(--paragraph-gray);
  color: var(--black);
}

.checkout-field::placeholder {
  color: var(--paragraph-gray);
}

.block-content {
  border-bottom-left-radius: var(--border-radius-10px);
  border-bottom-right-radius: var(--border-radius-10px);
}

.block-header {
  border-top-left-radius: var(--border-radius-10px);
  border-top-right-radius: var(--border-radius-10px);
  justify-content: space-between;
  align-items: center;
}

.field-label {
  color: #0000008c;
}

.billing-address-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

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

.subtotal-price {
  color: var(--black);
}

.order-item {
  border-radius: var(--border-radius-10px);
  background-color: var(--light-gray);
  margin-bottom: 10px;
  padding: 10px;
}

.cart-image {
  border-radius: var(--border-radius-4px);
  object-fit: cover;
  width: 80px;
}

.checkout-product-name {
  color: var(--black);
  max-width: 70%;
  margin-bottom: 5px;
  font-size: 18px;
}

.checkout-product-info {
  margin-left: 15px;
  margin-right: 10px;
}

.checkout-price-wrap {
  justify-content: space-between;
  align-items: center;
}

.password-field {
  border: 1px solid var(--soft-gray);
  background-color: var(--white);
  color: var(--paragraph-gray);
  border-radius: 60px;
  min-height: 56px;
  padding: 14px 68px 14px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
}

.password-field:focus {
  border-color: var(--paragraph-gray);
  color: var(--black);
}

.password-field::placeholder {
  color: var(--paragraph-gray);
}

._404-text {
  color: var(--black);
  font-size: 200px;
  font-weight: 600;
  line-height: 1.2em;
}

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

.search-results-paragraph {
  color: #0000008c;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.search-form-input {
  border: 1px solid var(--soft-gray);
  background-color: var(--white);
  color: var(--paragraph-gray);
  border-radius: 60px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 14px 68px 14px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
}

.search-form-input:focus {
  border-color: var(--paragraph-gray);
  color: var(--black);
}

.search-form-input::placeholder {
  color: var(--paragraph-gray);
}

.service-collection-description {
  color: var(--dark-gray);
  letter-spacing: -.54px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.service-collection-description.bold {
  color: var(--black);
  font-weight: 600;
}

.gray-counter-item {
  border-radius: var(--border-radius-10px);
  background-color: var(--light-gray);
  padding: 20px;
}

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

.home-3-counter-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

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

.footer-logo {
  width: 12rem;
}

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

.footer-brand.w--current {
  color: #fff;
  height: 4rem;
  padding-left: 0;
}

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

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

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

.mg-bottom--32px {
  margin-bottom: -32px;
}

.rich-text-v2---white {
  letter-spacing: 0;
  column-count: 1;
}

.buttons-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-row.margin-top {
  margin-top: 3rem;
}

.buttons-row.margin-top.left {
  justify-content: flex-start;
  align-items: center;
}

.inner-container._756px {
  max-width: 756px;
}

.color-neutral-100 {
  color: #fff;
}

.div-block-2 {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.logo {
  width: 10rem;
}

.div-block-3 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-margin {
  margin-bottom: 1rem;
  font-size: 3rem;
}

.sticky-space {
  flex: none;
  width: 0%;
}

.sessions-sticky-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.session-progressbar {
  margin-top: 2.5rem;
}

.progressbar {
  background-color: #ebebeb;
  border-radius: 10px;
  width: 100%;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.progressbar-line {
  background-color: #909c87;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.sessions-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 19rem;
  margin-bottom: -14.6rem;
  display: flex;
  position: sticky;
  top: 50vh;
  overflow: hidden;
  transform: translate(0, -50%);
}

.sessions-list {
  grid-column-gap: 1.25rem;
  display: flex;
}

.sessions-wrapper {
  flex: none;
  overflow: hidden;
}

.section-3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section-3.sessions {
  background-color: #fff;
  height: 300vh;
  position: relative;
}

.section-3.sessions.show-on-phone {
  display: none;
}

.paragraph-benefits-lp-2 {
  color: var(--white);
  max-width: 340px;
}

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

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

.landing-paragraph-style-2 {
  color: var(--white);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 600;
}

.landing-inner-page-item-2 {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item-2.home-screen-banner {
  background-color: #fff0;
}

.color-bg-2 {
  background-color: var(--primary);
  height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.premium-partner {
  width: 20rem;
}

.visivo:hover {
  transform: scale(1.1);
}

.team-card-wrap-copy {
  width: 31.3%;
}

.team-card-wrap-copy.team-card-margin-top {
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  h1 {
    letter-spacing: -2.1px;
    font-size: 70px;
  }

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

  .section.home-1-banner {
    min-height: 100vh;
    padding-bottom: 180px;
  }

  .section.pricing-page-banner {
    padding-top: 180px;
  }

  .primary-button {
    flex: none;
  }

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

  .licensing-paragraph {
    width: 45%;
  }

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

  .contacts-form-wrapper {
    width: 640px;
  }

  .contacts-form-title {
    letter-spacing: -1.8px;
    max-width: 530px;
    font-size: 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;
  }

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

  .landing-banner-content {
    max-width: 860px;
    margin-bottom: 80px;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-customers-content-left {
    padding-right: 100px;
  }

  .section-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 180px;
  }

  .button-content-wrap, .button-content-wrap.black-bg, .button-content-wrap.full-width-button {
    letter-spacing: -.54px;
    font-size: 18px;
  }

  .button-arrow-wrapper {
    width: 48px;
    height: 48px;
  }

  .navbar-cart-wrapper {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

  .navbar-dropdown-list.dark-list {
    margin-top: 1px;
  }

  .footer-links-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

  .banner-content-wrap {
    padding-top: 20rem;
  }

  .flex-block {
    max-width: 800px;
  }

  .work-stages-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .services-column-left {
    max-height: 655px;
  }

  .services-column-left.about-column {
    width: 44%;
  }

  .left-column-content {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .counter-number-dark {
    letter-spacing: -2.1px;
    font-size: 70px;
  }

  .faq-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cta-title {
    letter-spacing: -2.1px;
    font-size: 70px;
  }

  .cta-title-wrap {
    max-width: 500px;
  }

  .cta-title-wrap.home-3-title {
    max-width: 760px;
  }

  .cta-content-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .service-accordion-item-toggle {
    padding-right: 20px;
  }

  .accordion-button {
    width: 48px;
    height: 48px;
  }

  .collection-service-title {
    letter-spacing: -1.14px;
    font-size: 38px;
    line-height: 1.2em;
  }

  .banner-cart-icon {
    width: 48px;
    height: 48px;
  }

  .cart-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .cart-content.contact-cart {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-item-icon {
    width: 64px;
    height: 64px;
  }

  .column-image-small-wrap {
    height: 140px;
  }

  .about-banner-title-wrapper {
    max-width: 660px;
    margin-bottom: 80px;
  }

  .step-cart-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .work-step-primary {
    min-height: 400px;
  }

  .team-card-img {
    height: 400px;
  }

  .secondary-button {
    flex: none;
  }

  .banner-title-wrap-center {
    max-width: 840px;
  }

  .contacts-img-wrap {
    height: 655px;
  }

  .success-content-wrap {
    min-height: 388px;
  }

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

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

  .paragraph-benefits-lp-2 {
    width: 80%;
  }

  .section-landing-customers-2 {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .landing-inner-page-item-2.home-screen-banner {
    max-width: none;
  }
}

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

  .section.home-1-banner {
    padding-bottom: 220px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
  }

  .left-column-content {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .faq-wrapper, .cta-content-wrapper {
    width: 61%;
  }

  .banner-title-wrap-center.team-title {
    max-width: 880px;
  }

  ._404-text {
    font-size: 220px;
  }

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

  .base-container-2 {
    max-width: 1320px;
  }

  .sessions-sticky-wrapper, .container {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
}

@media screen and (min-width: 1920px) {
  .section.home-1-banner {
    padding-bottom: 300px;
  }

  .section.contact-us-banner {
    justify-content: center;
    align-items: center;
    padding-top: 160px;
    padding-bottom: 90px;
    display: flex;
  }

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

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

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

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

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

  .landing-banner-content {
    margin-bottom: 100px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
  }

  .form-block-contacts {
    min-height: 400px;
  }

  .button-content-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navbar-container {
    max-width: 1330px;
  }

  .banner-content-wrap {
    justify-content: center;
    align-items: center;
  }

  .services-column-left {
    max-height: 680px;
  }

  .services-column-left.about-column {
    width: 40%;
  }

  .left-column-content {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
  }

  .accordion-content {
    max-width: 650px;
  }

  .space-between-align {
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-accordion-item {
    justify-content: space-between;
    align-items: center;
  }

  .cart-content {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .about-images-grid {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-image-small-wrap {
    height: 180px;
  }

  .step-cart-content {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .contacts-img-wrap {
    height: 665px;
  }

  .contacts-textarea-field, .contacts-form-field {
    letter-spacing: -.54px;
    font-size: 18px;
  }

  .success-content-wrap {
    min-height: 398px;
  }

  .checkout-field, .password-field, .search-form-input {
    letter-spacing: -.54px;
    font-size: 18px;
  }

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

  .base-container-3 {
    max-width: 1330px;
  }

  .section-landing-customers-2 {
    padding-top: 130px;
  }

  .color-bg-2 {
    height: 200px;
  }
}

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

  h2 {
    letter-spacing: -1.26px;
    font-size: 42px;
  }

  h3 {
    letter-spacing: -1.08px;
    font-size: 36px;
  }

  .section.home-1-banner {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 260px;
  }

  .section.contact-us-banner {
    padding-top: 12rem;
  }

  .menu-button {
    background-color: var(--transparent);
    text-align: right;
    justify-content: center;
    align-items: stretch;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .nav-menu-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contacts-wrapper {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .contacts-form-wrapper {
    margin-left: 0;
    padding: 30px;
  }

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

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

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

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

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

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

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

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

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

  .landing-banner-content {
    max-width: 620px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-customers-content-left {
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    width: auto;
    max-width: 440px;
    padding-right: 0;
  }

  .landing-customers-content-right {
    grid-row-gap: 30px;
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    padding-top: 140px;
  }

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

  .nav-menu-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-menu-wrap.dark-wrap {
    background-color: var(--black);
  }

  .navbar-cart-wrapper {
    margin-left: auto;
    margin-right: 10px;
  }

  .nav-button-tablet-menu {
    margin-top: 20px;
    display: block;
  }

  .left-side-block, .right-side-block {
    flex-direction: column;
    width: 100%;
  }

  .nav-logo {
    height: 4rem;
  }

  .brand-logo {
    z-index: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  .brand-logo.w--current {
    position: absolute;
    inset: 0% auto 0% 2rem;
  }

  .brand-logo.hide.w--current {
    display: none;
  }

  .nav-icon-arrow {
    margin-top: 2px;
    font-size: 16px;
  }

  .navbar-menu {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    height: auto;
    margin-top: 71px;
  }

  .navbar-menu.dark-menu {
    background-color: var(--black);
    border-top: 1px solid #e6e6e633;
    margin-top: 70px;
  }

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

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

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

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

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

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

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

  .navbar-dropdown-list.dark-list {
    background-color: var(--black);
    padding-left: 15px;
  }

  .navbar-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.4em;
  }

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

  .navbar-dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 10px 0;
  }

  .navbar-dropdown-toggle:hover {
    opacity: 100;
  }

  .nav-wrapper-align-space-between {
    justify-content: flex-end;
  }

  .burger-line-black {
    background-color: var(--black);
    border-radius: 2px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-black.middle {
    width: 20px;
    margin-left: auto;
  }

  .hamburger-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }

  .heading-no-margin.smaller {
    font-size: 1.4rem;
  }

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

  .footer-bottom-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 20px;
    display: grid;
  }

  .footer-links-wrap {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hero-title-wrap {
    max-width: 65%;
  }

  .footer-social-link {
    background-color: #0000;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .burger-line-white {
    background-color: var(--white);
    border-radius: 2px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-white.middle {
    width: 20px;
    margin-left: auto;
  }

  .banner-work-stage-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-stages-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: .7fr auto .7fr auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-title-wrap {
    max-width: none;
  }

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

  .intro-wrap.tablet-vertical {
    flex-flow: column;
  }

  .about-image-wrap.tablet-full-width {
    width: 100%;
    height: 400px;
  }

  .services-column-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .services-column-right.about-img-column {
    width: 45%;
  }

  .hero-services-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .hero-services-wrap.tablet-horizontal {
    flex-flow: row;
  }

  .service-link-wrap {
    background-color: #0000;
  }

  .services-column-left {
    width: 100%;
  }

  .services-column-left.about-column {
    width: 55%;
  }

  .left-column-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-wrap-full-height {
    width: 100%;
  }

  .counter-item {
    width: 47.2%;
  }

  .counter-item.step {
    width: auto;
  }

  .counter-number-dark {
    letter-spacing: -1.5px;
    font-size: 50px;
  }

  .accordion-content {
    max-width: 650px;
  }

  .faq-accordion-item.first {
    padding-top: 15px;
  }

  .faq-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .space-between-align {
    flex-flow: column;
  }

  .cta-title {
    letter-spacing: -1.5px;
    font-size: 50px;
  }

  .cta-title-wrap {
    max-width: 390px;
  }

  .cta-title-wrap.home-3-title {
    max-width: 540px;
  }

  .cta-content-wrapper {
    width: 60%;
  }

  .light-color-overlay {
    min-height: 47px;
    top: 7px;
  }

  .secondary-button-2 {
    justify-content: center;
    align-items: center;
  }

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

  .text-grid-2-columns.tablet-full-width {
    max-width: 100%;
  }

  .services-collection-list-wrapper {
    margin-top: 10px;
  }

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

  .banner-cart {
    height: 257px;
    padding: 30px 20px 20px;
  }

  .banner-cart.contacts-cart-primary {
    height: auto;
    padding-bottom: 30px;
  }

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

  .about-banner-img-wrap {
    grid-row-gap: 10px;
  }

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

  .column-image-small-wrap {
    height: 80px;
  }

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

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

  .work-step-primary {
    width: 20rem;
    padding: 30px 20px 20px;
  }

  .step-content-wrap {
    position: static;
  }

  .works-steps-hero-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .step-wrap {
    position: static;
  }

  .team-card-img {
    height: 25rem;
  }

  .team-card-content-wrapper {
    height: 15rem;
  }

  .banner-flex-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .banner-title-wrap-center {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-title-wrap-center.team-title {
    max-width: 480px;
  }

  .hero-pricing-wrap {
    flex-flow: column;
    width: 48.6%;
  }

  .pricing-banner-description {
    max-width: 380px;
  }

  .hero-team-wrap {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .team-card-wrap {
    width: 47.9%;
  }

  .team-card-wrap.team-card-margin-top, .about-us-card {
    margin-top: 0;
  }

  .contacts-img-wrap {
    width: 100%;
    max-width: 580px;
    display: none;
  }

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

  .contact-link {
    font-size: 1rem;
  }

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

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

  .checkout-product-name {
    max-width: 60%;
  }

  .row {
    flex-flow: column;
  }

  .checkout-product-info {
    margin-right: 0;
  }

  .checkout-price-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  ._404-text {
    font-size: 140px;
  }

  .counter-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .counter-title-wrap {
    max-width: 400px;
  }

  .home-3-counter-wrap {
    flex-flow: column-reverse;
  }

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

  .footer-brand-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-2 {
    max-width: 100%;
  }

  .inner-container._700px---tablet {
    max-width: 700px;
  }

  .div-block-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .sessions-sticky-wrapper, .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sessions-wrapper {
    padding-top: 0;
  }

  .section-3.sessions {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .paragraph-benefits-lp-2 {
    text-align: left;
  }

  .landing-inner-page-item-2.home-screen-banner {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .color-bg-2 {
    height: 100px;
  }

  .team-card-wrap-copy {
    width: 47.9%;
  }

  .team-card-wrap-copy.team-card-margin-top {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1.3px;
    font-size: 44px;
  }

  h2 {
    letter-spacing: -1.08px;
    font-size: 36px;
  }

  h3 {
    letter-spacing: -.9px;
    font-size: 30px;
  }

  h4 {
    letter-spacing: -.72px;
    font-size: 24px;
  }

  h5 {
    letter-spacing: -.66px;
    font-size: 20px;
  }

  h6 {
    letter-spacing: -.48px;
    font-size: 16px;
  }

  blockquote {
    letter-spacing: -.6px;
    background-size: 32px;
    padding-top: 42px;
    padding-right: 20px;
    font-size: 20px;
  }

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

  .section.home-1-banner {
    padding-bottom: 320px;
  }

  .section.pricing-page-banner {
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .section.desktop {
    display: none;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

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

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

  .contacts-form-wrapper {
    width: 100%;
    max-width: 580px;
  }

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

  .search-section {
    padding-top: 100px;
  }

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

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

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

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

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

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

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

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

  .landing-banner-content {
    justify-content: center;
    align-items: center;
    max-width: 540px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 70%;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .landing-customers-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

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

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 120px;
  }

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

  .cart-container {
    min-width: 380px;
  }

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

  .footer-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-error-message {
    text-align: center;
  }

  .footer-bottom-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-links-wrap {
    grid-column-gap: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

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

  .footer-form-title-wrap {
    text-align: left;
  }

  .banner-overlay {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .banner-content-wrap {
    padding-top: 40px;
  }

  .flex-block {
    max-width: 420px;
  }

  .hero-title-wrap {
    max-width: none;
  }

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

  .banner-work-stage-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .work-stages-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .about-title-wrap {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-wrap {
    flex-flow: column;
  }

  .about-image-wrap {
    width: auto;
    height: 320px;
  }

  .about-image-wrap.tablet-full-width {
    height: 320px;
    display: none;
  }

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

  .services-column-right.about-img-column {
    width: 100%;
  }

  .hero-services-wrap.tablet-horizontal {
    flex-flow: column;
  }

  .services-column-left.about-column {
    width: 100%;
  }

  .image-wrap-full-height {
    height: 320px;
  }

  .counter-item {
    width: 46%;
  }

  .counter-number-dark {
    letter-spacing: -1.3px;
    font-size: 44px;
  }

  .accordion-content {
    max-width: 450px;
  }

  .cta-title {
    letter-spacing: -1.3px;
    font-size: 44px;
  }

  .cta-title-wrap {
    text-align: center;
    max-width: 340px;
  }

  .cta-title-wrap.home-3-title {
    max-width: 480px;
  }

  .cta-content-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .light-color-overlay {
    min-height: 43px;
  }

  .text-grid-2-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .service-accordion-item-toggle {
    padding-bottom: 10px;
  }

  .service-accordion-item {
    padding-top: 20px;
  }

  .collection-service-title {
    letter-spacing: -.9px;
    font-size: 30px;
  }

  .banner-cart {
    height: auto;
  }

  .banner-cart.contacts-cart-primary {
    width: 75%;
  }

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

  .service-problems-list h3 {
    margin-bottom: 20px;
  }

  .service-item-icon {
    width: 46px;
    height: 46px;
    padding: 7px;
  }

  .servide-description-wrap {
    margin-left: 65px;
  }

  .column-image-small-wrap {
    height: 50px;
  }

  .about-banner-title-wrapper {
    max-width: 420px;
  }

  .step-cart-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .work-step-primary {
    width: 16.3rem;
  }

  .step-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .team-card-img {
    width: 50%;
    height: 16rem;
  }

  .team-card-content-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .home-team-card {
    flex-flow: row;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .banner-flex-center {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .banner-title-wrap-center {
    text-align: center;
    max-width: none;
  }

  .banner-title-wrap-center.team-title {
    max-width: 420px;
  }

  .hero-pricing-wrap {
    width: 100%;
    max-width: 450px;
  }

  .team-card-wrap {
    width: 100%;
  }

  .photo-autor {
    background-position: 50% 10%;
  }

  .contacts-img-wrap {
    height: 340px;
    max-height: none;
  }

  .contacts-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .location-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 320px;
  }

  .form-success-message {
    text-align: center;
  }

  .product-image-link {
    width: 50%;
  }

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

  .field-label {
    letter-spacing: -.42px;
    font-size: 14px;
  }

  .row {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  ._404-text {
    margin-bottom: 10px;
    font-size: 100px;
  }

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

  .counter-title-wrap {
    max-width: none;
  }

  .home-3-counter-wrap {
    grid-template-columns: 1fr;
  }

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

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    width: 28rem;
    margin-bottom: 40px;
  }

  .base-container-2 {
    max-width: 100%;
  }

  .mg-bottom--32px {
    margin-bottom: -26px;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._500px---mbl.center {
    max-width: none;
  }

  .div-block-3 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-margin {
    margin-bottom: 1rem;
    font-size: 2.6rem;
  }

  .sessions-sticky-wrapper {
    flex: none;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.session-progressbar {
    display: none;
  }

  .sessions-sticky {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 2rem;
    position: static;
    overflow: auto;
  }

  .sessions-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-3.sessions {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-3.sessions.show-on-phone {
    display: flex;
  }

  .paragraph-benefits-lp-2 {
    width: 100%;
  }

  .section-landing-customers-2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .landing-paragraph-style-2 {
    text-align: left;
  }

  .team-card-wrap-copy {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.home-1-banner {
    padding-top: 15vh;
    padding-bottom: 30vh;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    text-align: left;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .paragraph-large.text-white {
    text-align: center;
  }

  .text-white.small {
    font-size: .9rem;
  }

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

  .about-3-tab-link {
    font-size: 16px;
  }

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

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

  .text-dark {
    font-size: 15px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .margin-bottom-20 {
    text-align: center;
    font-size: 2rem;
  }

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

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

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-banner-title {
    font-size: 2rem;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-paragraph-style {
    font-size: 14px;
  }

  .landing-customers-content-left {
    width: 100%;
    max-width: none;
  }

  .landing-customers-content-right {
    grid-column-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .button-with-icon-black.button-submit {
    width: 15rem;
  }

  .cart-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand-logo.w--current {
    width: 7rem;
    height: auto;
  }

  .cart-container {
    min-width: 96%;
    max-width: 96%;
    margin-top: 10px;
  }

  .navbar-container {
    max-width: none;
  }

  .navbar-link {
    width: 99%;
  }

  .navbar-dropdown-list.megamenu {
    padding-right: 0;
  }

  .heading-no-margin {
    font-size: 1.4rem;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-link {
    font-size: .83rem;
  }

  .footer-links-column {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-wrap {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-copyright-text {
    text-align: center;
    width: 100%;
    font-size: 13px;
  }

  .footer-copyright-right-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
  }

  .links-column {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner-overlay {
    background-image: linear-gradient(#00000080, #00000080);
  }

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

  .footer-social-link {
    width: 100%;
  }

  .banner-work-stage-item {
    flex-flow: column;
  }

  .about-image-wrap {
    height: 280px;
  }

  .service-link-wrap {
    width: 100%;
  }

  .image-wrap-full-height {
    height: 280px;
  }

  .counter-item {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .counter-item.step {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion-content {
    max-width: 380px;
  }

  .faq-accordion-item {
    margin-bottom: 2rem;
  }

  .faq-accordion-title {
    max-width: none;
    font-size: 1.1rem;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-title-wrap.home-3-title {
    justify-content: center;
    align-items: center;
  }

  .hero-banner-title {
    text-align: center;
    font-size: 40px;
  }

  .accordion-button {
    width: 2rem;
    height: 2rem;
  }

  .collection-service-title {
    font-size: 1.1rem;
  }

  .banner-cart.contacts-cart-primary {
    width: 100%;
  }

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

  .service-problems-list li {
    font-size: 14px;
  }

  .service-title-with-icon {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .servide-description-wrap {
    margin-left: 0;
  }

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

  .column-image-small-wrap {
    height: 20vw;
  }

  .about-banner-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .step-cart-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .works-steps-hero-wrap {
    grid-template-columns: 1fr;
  }

  .team-card-img {
    width: 100%;
  }

  .home-team-card {
    flex-flow: column;
    width: 100%;
  }

  .secondary-button.no-bg {
    justify-content: flex-start;
    align-items: center;
  }

  .banner-flex-center {
    text-align: center;
    justify-content: center;
  }

  .hero-pricing-wrap {
    width: 100%;
  }

  .pricing-banner-description {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
  }

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

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

  .soc-icon {
    max-width: 4rem;
  }

  .product-image-link {
    width: 100%;
  }

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

  .cart-content-wrapper {
    padding-left: 10px;
  }

  .cart-list {
    padding-left: 14px;
    padding-right: 14px;
  }

  .block-header {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .billing-address-toggle {
    flex-flow: wrap;
  }

  .order-item {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .cart-image {
    width: 100%;
    height: auto;
    max-height: 280px;
  }

  .checkout-product-name {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .row {
    flex-flow: column;
  }

  .checkout-product-info {
    margin-top: 20px;
    margin-right: 15px;
  }

  .checkout-price-wrap {
    grid-row-gap: 5px;
  }

  .line-item {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  ._404-text {
    font-size: 80px;
  }

  .service-collection-description, .service-collection-description.bold {
    font-size: 14px;
  }

  .gray-counter-item {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .counter-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .footer-brand-wrapper, .buttons-row {
    flex-direction: column;
  }

  .buttons-row.margin-top {
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .icon {
    width: 2.5rem;
  }

  .heading-margin {
    font-size: 1.8rem;
  }

  .paragraph-benefits-lp-2 {
    text-align: left;
    font-size: 15px;
  }

  .landing-paragraph-style-2 {
    text-align: left;
  }
}

#w-node-_86e95e92-4316-7805-53e5-ea2726255cc6-73646c41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_851a9d72-b16b-bec9-0087-4bf6f189b3e5-634f2c73, #w-node-_21564de2-0940-c1d3-57f0-a3011046aea2-b570c949, #w-node-_21564de2-0940-c1d3-57f0-a3011046aea6-b570c949, #w-node-_21564de2-0940-c1d3-57f0-a3011046aeb6-b570c949, #w-node-_21564de2-0940-c1d3-57f0-a3011046aebc-b570c949 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_1529ee5e-3801-4147-690a-5b0acb1f4cbf-73646c4b {
    order: -9999;
  }

  #w-node-_67d18f33dc714546c2ea2673000000000036-73646c5b {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_21564de2-0940-c1d3-57f0-a3011046aea2-b570c949 {
    justify-self: start;
  }
}


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