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

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

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

:root {
  --black: #000;
  --white: white;
  --gray: #e5e5e5;
  --primary: #1772bf;
  --primary-dark: #1d2024;
  --secondary: #f15a29;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--white);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--gray);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

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

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

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

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

li {
  align-items: center;
  font-size: 16px;
}

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

label {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/fontisto_quote-right.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  border-left: 1px solid #000;
  padding-top: 60px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5em;
}

.section {
  background-color: var(--black);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

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

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

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

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

.section.about-us-banner {
  background-image: linear-gradient(0deg, #000, #0003 30%), radial-gradient(circle, #000 50%, #fff0), url('../images/Bg_1Bg.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
}

.section.blog-detail {
  background-color: var(--primary-dark);
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
}

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

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

.section.partners-logos {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.cta-section {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/IMG_4085.PNG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  overflow: hidden;
}

.section.section-image {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

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

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

.section.pricing-page-banner {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
}

.base-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.base-container.full-width {
  z-index: 3;
  position: relative;
}

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

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

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

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

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

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

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

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

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

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

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

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

.bottom-style-spacing-desktop {
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  inset: auto 0% 4% auto;
}

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

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

.middle-style-spacing-desktop {
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  inset: 27% 0% auto auto;
}

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

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

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

.color-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-right: 30px;
  display: flex;
}

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

.black-style-guide {
  background-color: var(--black);
  border: 1px solid #e5e5e566;
  width: 75px;
  height: 75px;
}

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

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

.primary-light-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #ffffff1a;
}

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

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

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

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

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

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

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

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

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

.style-guide-body-wrapper {
  flex-direction: column;
  width: 47%;
  margin-right: 40px;
  display: flex;
}

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

.primary-button {
  grid-column-gap: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  padding: 14px 30px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.primary-button:hover {
  border: 1px solid var(--primary);
  opacity: 1;
  color: var(--white);
  background-color: #fff0;
}

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

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

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

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

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

.middlr-style-spacing-mobile {
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  top: 23%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  bottom: 2%;
  right: 0;
}

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

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

.nav-link {
  color: var(--white);
  align-self: stretch;
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 500;
  transition-property: background-color;
}

.nav-link:hover {
  background-color: var(--primary);
  opacity: 1;
  color: var(--black);
}

.nav-link.w--current {
  color: var(--primary);
  background-color: #fff0;
}

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

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

.nav-dropdown-link {
  color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

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

.body {
  color: var(--white);
  font-size: 20px;
}

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

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

.licensing-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 320px;
  transition: all .3s;
}

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

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

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

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

.license-link {
  color: var(--primary);
  letter-spacing: normal;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.licensing-font-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

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

.utility-page-wrap {
  background-image: linear-gradient(#00000026, #00000026), radial-gradient(circle, #000 70%, #fff0), url('../images/Bg_1Bg.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

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

.password-input {
  border: 1px solid var(--gray);
  color: var(--primary);
  background-color: #0000;
  border-radius: 8px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 15px;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

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

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

.password-title-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

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

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

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

.coming-soon-form {
  grid-column-gap: 15px;
  flex-flow: wrap;
  align-items: flex-end;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--gray);
  color: var(--primary);
  background-color: #0000;
  border-radius: 8px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

.coming-soon-input::placeholder {
  color: var(--gray);
}

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

.coming-soon-page-wrap {
  text-align: left;
  background-image: linear-gradient(117deg, #000 73%, #0003), url('../images/Bg_1Bg.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.blog-grid-image-link {
  min-width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.blog-grid-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary);
  flex-direction: column;
  padding: 20px 20px 20px 25px;
  display: flex;
  position: relative;
}

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

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

.blog-template-date {
  flex: none;
  margin-top: 30px;
}

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

.prev-post-arrow {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.values-counter-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #fff6;
  justify-content: flex-start;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.career-position {
  color: var(--white);
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}

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

.career-decription {
  color: var(--white);
  font-size: 16px;
}

.career-title-mobile {
  color: #e5e5e599;
  margin-bottom: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

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

.paragraph-large.cta-paragraph {
  max-width: 400px;
}

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

.center-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  max-width: 660px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-title-wrapper.width-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.center-title-wrapper.width-600 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.banner-description {
  color: var(--gray);
  max-width: 700px;
  font-size: 18px;
}

.banner-description.home-3-description {
  max-width: 460px;
}

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

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

.accordion-item {
  border-bottom: 1px solid #fff6;
  width: 100%;
  padding-bottom: 30px;
  position: static;
}

.accordion-item.last-faq {
  border-bottom: 0 #0000;
  padding-bottom: 0;
}

.accordion-icon {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

.accordion-list-content {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
}

.accordion-title {
  color: var(--secondary);
  width: 90%;
}

.pricing-item {
  background-color: var(--primary-dark);
  background-image: linear-gradient(45deg, #000, #000 76%, #fff0), url('../images/Bg_1Bg.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border: 1px solid #4b4b4b;
  flex-flow: column;
  justify-content: space-between;
  width: 33.33%;
  padding: 50px 30px;
  display: flex;
  position: relative;
}

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

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

.link-with-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.link-with-icon.service-link {
  display: flex;
  position: absolute;
  inset: auto auto 30px 30px;
}

.link-with-icon.blog-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
}

.link-with-icon.progect-link {
  min-width: 110px;
}

.job-position-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hidden {
  display: none;
}

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

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

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

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

.search-link {
  margin-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

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

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

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

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

.accordion-wrap-one-column {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  display: flex;
}

.customer-logo {
  z-index: 2;
  filter: invert();
  width: 200px;
  transform: rotate(-45deg);
}

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

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

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

.primary-button-white {
  grid-column-gap: 20px;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 60px;
  padding: 14px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
}

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

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

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

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

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

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

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

.nav-dropdown-column {
  width: 50%;
  overflow: hidden;
}

.home-banner-section {
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-freestocks-410730-1-1-1_1pexels-freestocks-410730 (1) 1 (1).avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 190px;
}

.secondary-button {
  border: 1px solid var(--secondary);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--secondary);
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff3;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

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

.secondary-button.header-btn {
  padding-left: 24px;
  padding-right: 24px;
}

.form-input-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.home-video-container {
  width: 100%;
  height: 100%;
}

.home-video-container.position-relative {
  z-index: 1;
}

.home-video-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-video-wrapper:hover {
  opacity: 1;
}

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

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

.map-wrapper {
  position: relative;
}

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

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

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

.courses-collection {
  width: 100%;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

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

.team-position {
  margin-top: 10px;
  font-weight: 500;
}

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

.team-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

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

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

.service-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-dark);
  border: 1px solid #e5e5e533;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  transition-property: border-color;
  display: flex;
}

.service-card:hover {
  border-color: var(--white);
}

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

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

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

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

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

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

.blog-details-link-title {
  margin-top: 10px;
}

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

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

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

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

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

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

.service-icon {
  width: 60px;
}

.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, sans-serif;
  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;
}

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

.rich-text-style h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

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

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

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

.rich-text-style blockquote {
  text-align: center;
  border-left-color: #0000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

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

.faq-image {
  object-fit: cover;
  height: 420px;
}

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

.brand-tablet {
  display: none;
}

.button-arrow {
  background-color: #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.header-number {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

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

.header-buttons-wrapper, .footer-info-row {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

.footer-links-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-message-wrap {
  width: 100%;
}

.banner-dual-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.banner-dual-buttons.margin-top-30 {
  margin-top: 30px;
}

.home-banner-title {
  max-width: 700px;
  margin-bottom: 15px;
}

.home-banner-title.title-large {
  margin-bottom: 0;
  font-size: 65px;
}

.banner-counter-wrap {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 25%;
  padding-top: 10px;
  display: grid;
}

.banner-counter-wrap.about-counter {
  padding-top: 0;
}

.banner-counter-wrap.mission-counter {
  place-items: center start;
  padding-top: 0;
}

.grid-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-card-title {
  color: var(--secondary);
  margin-bottom: 10px;
}

.why-us-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.title-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.wrap-left {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.wrap-right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  max-height: 380px;
  display: flex;
  overflow: hidden;
}

.wrap-right.service-img {
  max-height: 400px;
}

.service-link {
  margin-top: 20px;
  display: block;
}

.home-faq-wrapper {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-faq-content {
  width: 40%;
  height: 100%;
  position: sticky;
  top: 100px;
}

.team-member {
  width: 25%;
}

.team-name {
  margin-top: 20px;
}

.home-pricing-wrapper {
  grid-column-gap: 30px;
  align-items: stretch;
  display: flex;
}

.price {
  font-size: 54px;
}

.price-wrapper {
  grid-column-gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.price-check {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

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

.price-list-item {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.price-list-item.no-active {
  opacity: .5;
  color: var(--gray);
}

.price-list {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.price-button {
  margin-top: 50px;
}

.testimonials-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.width-500 {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.service-text-style {
  flex-direction: column;
  display: flex;
}

.service-text-style h2 {
  margin-top: 20px;
}

.service-text-style h3 {
  margin-top: 15px;
}

.service-text-style h4 {
  margin-top: 10px;
}

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

.service-detail-list-item {
  grid-column-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.servise-detail-check {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.service-detail-list {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.pagination {
  margin-top: 30px;
}

.checkout-form {
  background-color: var(--primary-dark);
  padding-top: 120px;
  padding-bottom: 80px;
}

.shop-card-old-price {
  color: #979595;
  text-decoration: line-through;
}

.shop-text-wrapper {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.shop-details-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.shop-details-title {
  margin-bottom: 20px;
  font-size: 54px;
}

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

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

.paragraph-shop-details {
  color: var(--gray);
  flex-direction: column;
  max-width: 520px;
  font-size: 18px;
}

.shop-details-subtitle {
  color: var(--gray);
  margin-bottom: 10px;
}

.quantity {
  background-color: #fafafa00;
  border-color: #efefef66;
  border-radius: 0;
  width: 80px;
  height: 100%;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

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

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

.title-big {
  color: var(--primary);
  font-size: 180px;
}

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

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

.product-category {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

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

.product-category-list {
  margin-bottom: 15px;
}

.add-to-cart-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sale-wrap {
  background-color: var(--primary);
  color: var(--black);
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 12px auto auto 12px;
}

.product-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primary-dark);
  border: 1px solid #efefef33;
  flex-flow: column;
  margin-top: 60px;
  padding: 30px;
  font-size: 18px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.block-header {
  background-color: var(--primary-dark);
  border-style: none;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.country {
  color: var(--gray);
  background-color: #0000;
  border-color: #fff6;
  border-radius: 0;
  height: 48px;
  padding: 12px 15px;
  font-weight: 500;
  line-height: 150%;
}

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

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.shipping-method {
  background-color: #0000;
  border-bottom-style: none;
  padding-left: 0;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

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

.product-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.text {
  color: var(--gray);
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

.field-label {
  color: var(--white);
  margin-bottom: 8px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.order-items {
  margin-bottom: 0;
}

.shop-order {
  border: 1px solid #efefef33;
  padding: 10px 20px;
  top: 100px;
}

.cart-button {
  background-color: #0000;
  align-items: flex-start;
  padding: 5px;
}

.cart-quantity {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  line-height: 100%;
  display: flex;
}

.cart-icon {
  color: var(--white);
  margin-right: 4px;
  transition: color .3s;
}

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

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

.cart-header {
  background-color: var(--primary-dark);
  border-bottom-color: #fff6;
}

.popup-product-price {
  color: var(--gray);
  font-size: 18px;
  font-weight: 600;
}

.cart-quantity-item {
  color: var(--white);
  background-color: #0000;
  border-color: #efefef66;
  border-radius: 0;
  font-weight: 600;
}

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

.popup-product-detail {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

.cart-line-item {
  color: var(--white);
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.popup-title {
  margin-top: 6px;
}

.empty-state {
  color: var(--white);
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.empty-state.transparent-bg {
  text-align: center;
  background-color: #fff0;
}

.empty-state.project-slider {
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  display: flex;
}

.checkout-error-state {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #fff6;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.empty-state-2 {
  color: var(--gray);
  background-color: #0000;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.remove-button {
  color: #efefef99;
}

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

.full-width {
  width: 100%;
}

.collection-empty-state {
  color: var(--gray);
  background-color: #fff0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

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

.navbar-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.navbar-dropdown-list.w--open {
  background-color: var(--black);
  border-color: #fff3;
  width: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-dropdown-list.megamenu.w--open {
  background-color: var(--black);
  border-color: #fff3;
  width: 620px;
  display: flex;
  right: -195px;
}

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

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

.navbar-dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 15px;
  font-size: 16px;
  line-height: 1.5em;
  transition: opacity .3s;
  display: flex;
}

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

.navbar-dropdown-link {
  color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
  display: flex;
}

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

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

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

.nav-icon {
  color: #fff;
  margin-right: 0;
  font-size: 16px;
  position: static;
}

.menu-wrapper {
  align-items: stretch;
  display: flex;
}

.navbar-dropdown {
  align-self: stretch;
}

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

.navbar-transparent {
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.banner-counter-number {
  color: var(--gray);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-wrap: wrap;
  font-family: DM Sans, sans-serif;
  font-size: 78px;
  line-height: 1em;
}

.banner-counter-number.w--open {
  color: var(--primary);
  text-shadow: none;
}

.banner-counter-number.primary-text {
  color: var(--primary);
}

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

.banner-hero-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.banner-hero-wrap.banner-2 {
  justify-content: space-between;
  align-items: center;
}

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

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

.image-cover.our-mission-img {
  max-height: 420px;
}

.image-cover.career-img {
  height: 440px;
}

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

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

.video-hover-button {
  border: 1px solid var(--primary);
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: transform .6s;
  display: flex;
  position: absolute;
}

.video-hover-button:hover {
  transform: scale(1.2);
}

.video-hover-button.white-bg {
  border-color: var(--white);
}

.video-icon-wrapper {
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.video-icon-wrapper.white-bg {
  background-color: var(--white);
}

.video-icon {
  filter: invert();
  margin-left: 4px;
}

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

.step-text-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.work-steps-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.primary-step-line {
  background-color: var(--primary);
  border-radius: 6px;
  width: 0%;
  height: 2px;
  position: absolute;
}

.main-step-line {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 2px;
  display: grid;
  position: relative;
}

.step-circle {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
}

.step-circle-opacity {
  z-index: 1;
  background-color: #fff6;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.step-circle-wrap {
  margin-top: -8px;
}

.slider-section-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.home-projects-slider {
  background-color: #fffdfd00;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.projects-slider-mask {
  width: 35%;
  overflow: visible;
}

.project-slide {
  margin-right: 30px;
}

.collection-item-project-slide {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.bottom-item-wrap {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 65px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.project-link {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 460px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.project-item-overlay {
  background-image: linear-gradient(0deg, #000000e6, #fff0 52%);
  position: absolute;
  inset: 0%;
}

.position-relative {
  position: relative;
}

.project-category {
  z-index: 2;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  transition-property: opacity;
  position: absolute;
  bottom: 30px;
}

.project-category:hover {
  opacity: .7;
}

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

.arrow-slider {
  z-index: 1;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  transition: border .3s;
  display: flex;
  inset: -105px 0% auto auto;
}

.arrow-slider:hover {
  border-color: var(--primary);
}

.arrow-slider.left-arrow {
  right: 60px;
}

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

.title-wrap-flex-horozontal {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.review-item {
  border: 1px solid #ffffff80;
  padding: 20px;
}

.review-column {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

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

.info-testimonial {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonials-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

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

.img-testimonial {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.icon-star {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.review-star-icons-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-bottom: 20px;
}

.review-star-icons-wrap.no-margin-bottom {
  margin-bottom: 0;
}

.client-wrapper-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  width: 100%;
}

.loop-clients-wrapper {
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.scroller {
  align-content: flex-end;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-loop {
  object-fit: contain;
  width: 160px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.icon-check {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.icon-check.icon-white {
  color: var(--white);
  margin-top: 4px;
  font-size: 14px;
  line-height: 1em;
}

.top-sticker {
  background-color: var(--primary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  inset: -15px 0% auto;
}

.footer-link {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.footer-link:hover {
  opacity: .6;
}

.input-field {
  color: var(--white);
  text-align: left;
  background-color: #0000;
  border: 1px solid #fff0;
  border-bottom-color: #ffffff4d;
  border-radius: 0;
  width: 200px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.input-field:focus {
  border-color: #fff0 #fff0 var(--primary);
}

.input-field::placeholder {
  color: #e5e5e599;
}

.input-field.selector {
  color: #fff9;
}

.input-field.selector:focus {
  color: var(--white);
}

.input-field.full-width {
  width: 100%;
}

.input-field.password-input {
  margin-bottom: 15px;
}

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

.block-form {
  grid-row-gap: 30px;
  background-color: var(--primary-dark);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.input-textarea {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff0;
  border-bottom-color: #ffffff4d;
  border-radius: 0;
  min-height: 110px;
  margin-bottom: 0;
  padding: 12px 16px 12px 0;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.input-textarea:focus {
  border-color: #fff0 #fff0 var(--primary);
  color: var(--white);
}

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

.footer-social-link {
  color: var(--primary);
  background-color: #fff0;
  border: 1px solid #ffffff80;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.contact-us-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 520px;
}

.footer-icon-contact {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

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

.footer-copyright {
  color: var(--white);
  text-align: left;
  flex: 1;
  width: 50%;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.footer-copyright-link {
  color: var(--white);
  letter-spacing: .2px;
  border-bottom-style: none;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.footer-rights {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.team-item-img-wrap {
  position: relative;
}

.team-item-overlay-block {
  background-image: linear-gradient(0deg, #000, #fff0 35%);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.social-link {
  color: var(--primary);
  background-color: #fff0;
  border: 1px solid #ffffff80;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.decoration-top-block {
  background-color: var(--black);
  width: 40px;
  height: 40px;
  position: absolute;
  inset: -20px -20px auto auto;
  transform: rotate(45deg);
}

.decoration-bottom-block {
  background-color: var(--black);
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto -20px -20px;
  transform: rotate(45deg);
}

.decoration-bottom-block.card-item {
  border-top: 1px solid #ffffff59;
}

.decoration-bottom-block.grey-item {
  background-color: var(--primary-dark);
  border-top: 1px solid #fff3;
}

.banner-text-content {
  flex-direction: column;
  max-width: 690px;
  margin-right: auto;
  display: flex;
}

.success-message {
  background-color: var(--primary);
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.error-message {
  color: #ff5252;
  background-color: #fff0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

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

.home-2-banner-section {
  background-image: linear-gradient(#0006, #0006);
  flex-flow: column;
  justify-content: flex-end;
  min-height: 650px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 1;
  min-height: 650px;
  position: absolute;
  inset: 0%;
}

.banner-title-text {
  flex-direction: column;
  width: 64%;
  display: flex;
}

.banner-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 36%;
}

.banner-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #000, #fff0 10%), linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home-3-banner-section {
  background-image: linear-gradient(0deg, #000, #fff0 6%), linear-gradient(53deg, #00000080 2%, #000 47%, #00000080 93%, #000 103%), url('../images/Bg_1Bg.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, contain;
  flex-flow: column;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 40px;
}

.home-3-banner-hero-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.home-banner-image-wrap {
  width: 50%;
  position: relative;
}

.home-banner-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.banner-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

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

.img-person {
  border: 2px solid var(--white);
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.img-person.next-item {
  margin-left: -15px;
}

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

.banner-clients-text {
  color: var(--gray);
  font-size: 26px;
  line-height: 1.4em;
}

.text-gray {
  color: var(--gray);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

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

.gap-10.without-margin {
  margin-left: 0;
}

.banner-person-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 100px;
}

.clients-title {
  color: var(--black);
  max-width: 340px;
}

.banner-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-title-wrapper.align-center {
  align-items: center;
}

.content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 75%;
}

.about-content-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.text-grid-2-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ffffff05;
  border: 1px solid #fff3;
  padding: 30px 40px;
  display: flex;
  position: relative;
}

.values-item.project-values {
  padding-bottom: 15px;
}

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

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

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

.blog-collection-item-relative {
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-link-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.blog-image.small-img {
  min-height: 280px;
}

.blog-item-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primary);
  flex-flow: column;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-title-link {
  color: var(--black);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: opacity;
}

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

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

.blog-text-date {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.blog-date-wrap {
  position: absolute;
  inset: -40px auto auto 20px;
}

.blog-item-overlay {
  background-image: linear-gradient(0deg, #000000e6 24%, #fff0 56%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-item-overlay.small-item {
  background-image: linear-gradient(0deg, #000000d9 36%, #fff0 66%);
}

.services-cards-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-service-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-dark);
  border: 1px solid #e5e5e533;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 30px 80px;
  text-decoration: none;
  transition-property: border-color;
  display: flex;
}

.collection-service-item:hover {
  border-color: var(--white);
}

.wrap-50 {
  width: 50%;
}

.video-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.absolute-video-lightbox {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.absolute-video-lightbox:hover {
  color: #fff;
}

.customer-wrap {
  border: 1px solid var(--white);
  opacity: .5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  transition: all .3s;
  display: flex;
  transform: rotate(45deg);
}

.customer-wrap:hover {
  border-color: var(--primary);
  opacity: 1;
}

.customer-wrap.additional-item {
  display: none;
}

.partners-wrapper {
  grid-column-gap: 122px;
  grid-row-gap: 122px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners-wrapper.bottom-wrap {
  margin-top: -89px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.review-slider-mask {
  width: 100%;
}

.review-slide {
  width: 31.3%;
  margin-right: 30px;
}

.career-collection-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-dark);
  border: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px 30px 40px;
  display: flex;
}

.career-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.job-info-wrapper, .job-details-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.job-icon {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

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

.divider-line {
  background-color: var(--gray);
  width: 1px;
  height: 24px;
}

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

.why-us-title-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-right: 40px;
}

.accordion-item-2 {
  background-color: #fff3;
  border-radius: 10px;
  width: 100%;
  padding: 10px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.blog-overlay {
  background-image: linear-gradient(0deg, #000000e6 3%, #fff0 33%);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contacts-form-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.contacts-hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-us-content-wrapper {
  width: 50%;
}

.form-contacts-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  padding: 40px;
  display: flex;
}

.contact-success-message {
  color: var(--black);
  text-align: center;
  background-color: #f7f4f200;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.info-details-contacts {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.in-section-title {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.contact-input-field {
  color: var(--black);
  text-align: left;
  background-color: #0000;
  border: 1px solid #fff0;
  border-bottom-color: #0000004d;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.contact-input-field:focus {
  border-color: #fff0 #fff0 var(--black);
}

.contact-input-field::placeholder {
  color: #1d2024b3;
}

.contact-details-row {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

.icon-contact {
  color: var(--primary);
  width: 22px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.contact-text-description {
  max-width: 480px;
}

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

.tabs {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.location-tab {
  background-color: #fff0;
  border-bottom: 1px solid #e5e5e533;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 15px;
  transition-property: border;
}

.location-tab:hover {
  border-bottom-color: var(--white);
}

.location-tab.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--primary);
  background-color: #fff0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 15px;
}

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

.locations-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 25%;
  height: 100%;
  margin-right: 40px;
  display: flex;
}

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

.contact-wrap.margin-bottom-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

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

.contact-gray-text {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.left-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
}

.in-section-title-dark {
  color: var(--black);
  text-align: center;
  margin-top: 0;
}

.contacts-input-textarea {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #fff0;
  border-bottom-color: #0000004d;
  border-radius: 0;
  min-height: 110px;
  margin-bottom: 0;
  padding: 12px 16px 12px 0;
  font-size: 16px;
  font-weight: 500;
}

.contacts-input-textarea:focus {
  border-color: #fff0 #fff0 var(--black);
  color: var(--black);
}

.contacts-input-textarea::placeholder {
  color: #1d2024b3;
}

.contact-error-message {
  color: #a30000;
  text-align: center;
  background-color: #fff0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

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

.text-white-2 {
  color: #fff;
}

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

.blog-template-image-wrap {
  width: 100%;
  height: 450px;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-pagination-divider {
  background-color: var(--gray);
  width: 1px;
  height: 55px;
}

.blog-top-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-bottom: 60px;
}

.about-position-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.job-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.job-template-image-wrap {
  width: 100%;
  height: 450px;
  margin-top: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}

.job-dual-buttons-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.wrap-text-left {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 60px;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.why-us-hero-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.why-us-content {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
  position: relative;
}

.half-column {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.info-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.features-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primary-dark);
  border: 1px solid #fff3;
  flex-flow: column;
  padding: 30px;
  display: flex;
  position: relative;
}

.lightbox-video-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-video-wrapper:hover {
  opacity: 1;
}

.dual-buttons-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.mission-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
  position: relative;
}

.asign {
  max-width: 120px;
}

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

.gap-15.margin-top-30 {
  margin-top: 30px;
}

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

.our-mission-video {
  height: 400px;
}

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

.collection-item-project {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.top-project-info {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.bottom-project-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.line-horizontal, .skew-line {
  background-color: var(--gray);
  width: 10px;
  height: 1px;
  transform: skew(0deg, -60deg);
}

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

.footer-contacts-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
}

.career-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-details-title {
  font-size: 58px;
}

.blog-rich-text-style h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
}

.blog-rich-text-style h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.blog-rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}

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

.blog-rich-text-style p {
  margin-bottom: 25px;
}

.blog-rich-text-style ul {
  grid-row-gap: 0px;
}

.blog-rich-text-style blockquote {
  text-align: center;
  border-left-color: #0000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.blog-rich-text-style h1 {
  font-size: 58px;
}

.short-info-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: stretch;
  width: 100%;
}

.info-project-wrapper {
  align-items: stretch;
  width: 35%;
}

.about-project-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #fff6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 65%;
  padding-top: 15px;
  display: flex;
}

.project-slider {
  background-color: #fff0;
  height: 100%;
}

.project-info-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.project-rich-text h2 {
  margin-bottom: 20px;
}

.project-rich-text h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.project-rich-text h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}

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

.project-rich-text p {
  margin-bottom: 15px;
}

.project-rich-text li {
  background-image: url('../images/List-Bullet.svg');
}

.project-rich-text blockquote {
  text-align: center;
  border-left-color: #0000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

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

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

.project-category-link {
  z-index: 2;
  color: var(--primary);
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  transition-property: color;
}

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

.project-slider-right-arrow {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  transition: border-color .3s;
  display: flex;
  right: 2%;
}

.project-slider-right-arrow:hover {
  border-color: var(--primary);
}

.project-slider-left-arrow {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  transition: border-color .3s;
  display: flex;
  left: 2%;
}

.project-slider-left-arrow:hover {
  border-color: var(--primary);
}

.project-collection-item {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.width-100 {
  width: 100%;
}

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

.collection-item-product {
  background-color: var(--primary-dark);
  border: 1px solid #efefef33;
  justify-content: space-between;
  display: flex;
}

.link-block-product {
  border-bottom-style: none;
  width: 40%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.info-product-wraper {
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15px;
  display: flex;
}

.h5-link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

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

.out-of-stock-state-2 {
  background-color: var(--primary);
  color: var(--black);
}

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

.lightbox-link-product {
  border-bottom-width: 0;
  border-bottom-color: #0000;
  width: 100%;
  height: 480px;
}

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

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

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

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

.info-list-block.text-color-gray {
  color: var(--gray);
}

.product-main-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  margin-top: 20px;
}

.product-detail-list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start;
  display: flex;
}

.product-detail-list-item.vertical {
  flex-flow: column;
}

.current-price {
  font-weight: 700;
}

.collection-price-wrapper {
  grid-column-gap: 15px;
  margin-top: 20px;
  display: flex;
}

.h4-link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
}

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

.order-input-field {
  color: var(--white);
  text-align: left;
  background-color: #0000;
  border: 1px solid #fff6;
  border-radius: 0;
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

.order-input-field::placeholder {
  color: #e5e5e599;
}

.order-input-field.margin-bottom-10 {
  margin-bottom: 10px;
}

.order-block-content {
  background-color: #fff0;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  padding: 15px 0;
  display: flex;
}

.text-bold {
  font-weight: 700;
}

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

.divider {
  background-color: #fff6;
  width: 100%;
  height: 1px;
}

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

.mobile-text-center {
  color: var(--secondary);
}

.licensing-empty-state {
  color: var(--white);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.card-close-button {
  z-index: 1;
  width: 20px;
  height: 20px;
}

.order-block-left {
  border: 1px solid #efefef33;
  margin-right: 80px;
  padding: 20px;
}

.order-item-info-wrap {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-2 {
  margin-top: 15px;
}

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

.container-2 {
  margin-bottom: 10px;
  display: flex;
}

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

.heading-2 {
  color: var(--secondary);
}

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

.collection-item {
  display: flex;
}

.div-block {
  background-color: var(--primary-dark);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
}

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

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

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

  .section.section-image {
    height: 550px;
  }

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

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

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

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

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

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

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

  .blog-grid-image-link {
    overflow: hidden;
  }

  .blog-grid-content-wrapper {
    min-height: 270px;
  }

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

  .values-counter-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .pricing-item.main-price {
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

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

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

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

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

  .map-wrapper {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

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

  .home-banner-title.title-large {
    font-size: 94px;
  }

  .banner-counter-wrap {
    align-items: center;
    padding-top: 20px;
    padding-left: 60px;
  }

  .why-us-wrapper {
    grid-column-gap: 70px;
  }

  .home-faq-wrapper {
    grid-column-gap: 100px;
  }

  .home-faq-content {
    flex-direction: column;
    justify-content: center;
    width: 44%;
  }

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

  .empty-state.project-slider {
    min-height: 480px;
  }

  .navbar-dropdown-list.megamenu.w--open {
    right: -260px;
  }

  .navbar-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-hero-wrap.banner-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .step-text-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-slider-mask {
    width: 30%;
  }

  .project-link {
    min-height: 480px;
  }

  .client-wrapper-home {
    grid-template-columns: .65fr 1.2fr;
  }

  .scroller {
    max-width: 1150px;
  }

  .success-message {
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-banner-section {
    min-height: 750px;
    padding-bottom: 120px;
  }

  .background-video {
    min-height: 750px;
  }

  .customer-wrap.additional-item {
    display: flex;
  }

  .review-slide {
    width: 31.6%;
  }

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

  .contact-text-description {
    max-width: 420px;
  }

  .service-wrapper {
    grid-column-gap: 70px;
  }

  .why-us-content {
    grid-column-gap: 60px;
  }

  .asign {
    bottom: 50px;
  }

  .career-wrap {
    grid-column-gap: 80px;
  }

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

  .width-100 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .info-product-wraper {
    width: 55%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
  }
}

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

  .career-position {
    margin-bottom: 0;
  }

  .team-wrapper {
    grid-row-gap: 80px;
  }

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

  .empty-state.project-slider, .project-link {
    min-height: 500px;
  }

  .team-grid {
    grid-row-gap: 80px;
  }

  .code-embed {
    width: 58vw;
  }

  .blog-template-image-wrap, .job-template-image-wrap {
    height: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .section.about-us-banner {
    padding-top: 180px;
    padding-bottom: 140px;
  }

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

  .section.cta-section {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/IMG_4085.PNG');
    background-position: 0 0, 0%;
    background-size: auto, auto;
  }

  .section.section-image {
    height: 600px;
  }

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

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

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

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

  .header-number {
    display: block;
  }

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

  .scroller {
    max-width: 1150px;
  }

  .home-2-banner-section {
    min-height: 850px;
    padding-bottom: 160px;
  }

  .background-video {
    min-height: 850px;
  }

  .banner-overlay {
    color: var(--white);
    background-image: linear-gradient(0deg, #000, #fff0 10%), linear-gradient(#00000080, #00000080);
    margin-bottom: -4px;
  }

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

  .services-cards-grid-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .code-embed {
    width: 41vw;
  }
}

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

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

  .section.about-us-banner {
    background-image: linear-gradient(0deg, #000, #0003 30%), radial-gradient(circle, #000 36%, #fff0), url('../images/Bg_1Bg.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .section.blog-detail {
    padding-top: 120px;
  }

  .section.partners-logos {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.section-image {
    height: 420px;
  }

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

  .section.parthners-section {
    padding-top: 50px;
    padding-bottom: 160px;
  }

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

  .grid-system {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

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

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

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

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

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

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

  .nav-link.w--current {
    color: var(--primary);
    background-color: #0000;
  }

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

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

  .nav-dropdown-link {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

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

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

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-form {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    min-width: 380px;
  }

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

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-content-wrapper {
    min-height: auto;
  }

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

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

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

  .footer {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

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

  .values-counter-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .banner-description {
    width: 100%;
    max-width: 100%;
  }

  .pricing-item {
    width: 47.5%;
  }

  .pricing-item.main-price {
    padding-bottom: 50px;
  }

  .coming-soon-image {
    display: none;
  }

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

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-form-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

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

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

  .customer-logo {
    width: 180px;
  }

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

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

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

  .nav-dropdown-column {
    justify-content: center;
    width: 100%;
    overflow: visible;
  }

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

  .secondary-button.header-btn.hidden-on-mobile {
    display: none;
  }

  .home-video-container {
    flex-wrap: wrap;
  }

  .home-video-wrapper {
    width: 100%;
    height: 340px;
  }

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

  .form-block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .team-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

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

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

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

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

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .home-banner-title.title-large {
    max-width: 100%;
    font-size: 76px;
  }

  .banner-counter-wrap {
    grid-row-gap: 30px;
  }

  .banner-counter-wrap.about-counter {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .banner-counter-wrap.mission-counter {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    width: 100%;
  }

  .grid-cards-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .why-us-wrapper {
    grid-row-gap: 60px;
    flex-flow: row-reverse wrap-reverse;
  }

  .wrap-left, .wrap-right {
    grid-row-gap: 40px;
    width: 100%;
  }

  .home-faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .home-faq-content {
    width: 100%;
    position: static;
  }

  .team-member {
    width: 30.6%;
  }

  .team-member.tablet-hidden {
    display: none;
  }

  .home-pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .price {
    font-size: 48px;
  }

  .price-list, .price-button {
    margin-top: 40px;
  }

  .service-text-style h2 {
    margin-bottom: 10px;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .shop-details-title {
    font-size: 46px;
  }

  .shop-details-content-block {
    width: 100%;
    position: static;
  }

  .title-big {
    font-size: 160px;
  }

  .shop-order {
    flex-basis: 250px;
  }

  .product-detail {
    margin-top: 0;
  }

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

  .navbar-dropdown-list {
    background-color: var(--black);
    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;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

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

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

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

  .navbar-dropdown-toggle {
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .navbar-menu {
    background-color: var(--black);
    flex-direction: column;
    width: 320px;
    display: none;
    inset: 0% auto 0% 0%;
  }

  .navbar-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }

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

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

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

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

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

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

  .nav-icon {
    color: var(--white);
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

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

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

  .navbar-transparent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-counter-number {
    font-size: 68px;
  }

  .banner-hero-wrap.banner-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    width: 98%;
    justify-content: center;
  }

  .service-collection-item {
    width: 47.5%;
  }

  .image-cover.career-img {
    height: 400px;
  }

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

  .step-text-item {
    justify-content: space-between;
    min-height: 110px;
  }

  .step-circle {
    width: 16px;
    height: 16px;
  }

  .step-circle-opacity {
    width: 26px;
    height: 26px;
  }

  .slider-section-title {
    flex-flow: wrap;
  }

  .projects-slider-mask {
    width: 48%;
  }

  .title-wrap-flex-horozontal.about-video-title {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .review-column {
    width: 100%;
  }

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

  .review-grid-wrapper {
    flex-wrap: wrap;
  }

  .client-wrapper-home {
    grid-template-columns: 1fr .8fr;
  }

  .logo-loop {
    margin-left: 20px;
    margin-right: 20px;
  }

  .input-field {
    width: 100%;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .contact-us-wrapper {
    grid-template-columns: 1.25fr .5fr;
  }

  .footer-bottom-wrapper {
    flex-flow: column;
    padding-top: 30px;
  }

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

  .home-2-banner-section {
    min-height: 800px;
    padding-bottom: 60px;
  }

  .background-video {
    min-height: 800px;
  }

  .banner-title-text {
    width: 100%;
    text-align: center;
  }

  .banner-content-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 60%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home-3-banner-section {
    background-image: linear-gradient(53deg, #000 17%, #0009 79%, #000 103%), url('../images/Bg_1Bg.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, contain;
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .home-3-banner-hero-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
  }

  .home-banner-image-wrap {
    width: 85%;
  }

  .home-banner-content-wrap {
    text-align: center;
    align-items: center;
    width: 98%;
  }

  .banner-person-info-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
  }

  .banner-title-wrapper {
    width: 500px;
  }

  .banner-title-wrapper.leadership-title {
    width: 540px;
  }

  .banner-title-wrapper.service-wrap {
    width: 530px;
  }

  .content-block {
    width: 100%;
  }

  .about-content-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .values-item {
    padding-right: 80px;
  }

  .values-item.project-values {
    padding-right: 40px;
  }

  .grid, .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-image {
    min-height: 440px;
  }

  .blog-image.small-img {
    min-height: 340px;
  }

  .blog-grid-1-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .services-cards-grid-wrap {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .wrap-50 {
    width: 80%;
  }

  .customer-wrap {
    width: 260px;
    height: 260px;
  }

  .partners-wrapper {
    grid-column-gap: 106px;
    grid-row-gap: 106px;
  }

  .partners-wrapper.bottom-wrap {
    margin-top: -77px;
  }

  .team-grid {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .review-slide {
    width: 47.9%;
  }

  .career-collection-item {
    width: 100%;
  }

  .job-details-info {
    flex-flow: wrap;
  }

  .why-us-title-wrap {
    margin-bottom: 10px;
  }

  .contacts-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap-reverse;
  }

  .contact-us-content-wrapper {
    width: 100%;
  }

  .form-contacts-wrapper {
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }

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

  .contact-input-field {
    width: 100%;
  }

  .contact-text-description {
    max-width: 560px;
  }

  .location-tab-content {
    min-height: 420px;
  }

  .tabs {
    flex-flow: column;
  }

  .location-tab {
    width: 47%;
  }

  .location-tab.w--current {
    width: 48%;
  }

  .locations-tabs-menu {
    grid-column-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .contact-wrap {
    grid-column-gap: 8px;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    width: 96vw;
    height: 100%;
    min-height: 420px;
  }

  .left-title-wrapper {
    width: 440px;
  }

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

  .blog-template-image-wrap {
    height: 400px;
    margin-bottom: 30px;
  }

  .blog-pagination-divider {
    height: 75px;
  }

  .blog-top-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .job-template-image-wrap {
    height: 400px;
    margin-top: 20px;
  }

  .wrap-text-left {
    grid-row-gap: 0px;
    width: 100%;
  }

  .service-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row-reverse wrap-reverse;
    margin-top: 20px;
  }

  .why-us-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .why-us-content, .half-column.tablet-full-width {
    width: 100%;
  }

  .info-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .features-item {
    padding-right: 80px;
  }

  .lightbox-video-wrapper {
    width: 100%;
    height: 340px;
  }

  .mission-wrap {
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .gap-15 {
    flex: none;
  }

  .projects-collection-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .footer-contacts-wrap {
    width: 70%;
  }

  .career-wrap {
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

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

  .blog-rich-text-style h2 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .blog-rich-text-style h1 {
    font-size: 48px;
  }

  .about-project-wrap {
    flex-flow: wrap;
  }

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

  .project-rich-text h2 {
    margin-bottom: 10px;
  }

  .project-collection-item {
    width: 47.6%;
  }

  .collection-list-products {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .info-product-wraper {
    width: 55%;
    padding-right: 20px;
  }

  .left-wrapper-shop {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .product-detail-list-item {
    display: flex;
  }

  .order-input-field {
    width: 100%;
  }

  .order-block-left {
    margin-right: 60px;
  }

  .promotion-label-holder {
    display: none;
  }

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

  .promotion-labels-wrapper {
    display: none;
  }

  .container {
    flex-flow: wrap;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  blockquote {
    background-size: 26px;
    padding-top: 40px;
    font-size: 18px;
  }

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

  .section.about-us-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

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

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

  .section.section-image {
    height: 380px;
    padding-top: 0;
  }

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

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

  .section.pricing-page-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

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

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

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

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

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

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

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

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

  .style-guide-div {
    margin-top: 35px;
  }

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

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

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

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

  .link-wrapper {
    width: 100%;
  }

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

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

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

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

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

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

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

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

  .blog-template-date {
    margin-top: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

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

  .career-position {
    font-size: 24px;
  }

  .career-title-mobile {
    display: block;
  }

  .paragraph-large.cta-paragraph {
    width: 360px;
  }

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

  .pricing-item {
    width: 80%;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

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

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

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

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

  .customer-logo {
    width: 140px;
  }

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

  .home-banner-section {
    background-image: linear-gradient(90deg, #0009 35%, #fff0), linear-gradient(#16161666, #16161666), url('../images/pexels-freestocks-410730-1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-bottom: 60px;
  }

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

  .team-image {
    height: 380px;
  }

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

  .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-flow: wrap;
  }

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

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

  .banner-dual-buttons {
    margin-top: 30px;
    justify-content: center;
  }

  .home-banner-title {
    max-width: 100%;
  }

  .home-banner-title.title-large {
    font-size: 62px;
  }

  .banner-counter-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding-top: 0;
  }

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

  .wrap-left, .wrap-right {
    grid-row-gap: 30px;
  }

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

  .team-member {
    width: 47%;
  }

  .team-member.tablet-hidden {
    display: block;
  }

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

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

  .price {
    font-size: 36px;
  }

  .price-list, .price-button {
    margin-top: 30px;
  }

  .partners-logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

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

  .shop-details-wrapper {
    grid-template-columns: 1fr;
  }

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

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .paragraph-shop-details {
    max-width: 100%;
  }

  .title-big {
    font-size: 140px;
  }

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

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

  .navbar-dropdown-list {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .banner-counter-number {
    font-size: 52px;
  }

  .banner-hero-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

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

  .service-collection-item {
    width: 85%;
  }

  .image-cover.our-mission-img {
    max-height: 340px;
  }

  .image-cover.career-img {
    height: 340px;
  }

  .video-hover-button {
    width: 80px;
    height: 80px;
  }

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

  .step-text-item {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 60px;
    padding-left: 0;
    padding-right: 80px;
  }

  .work-steps-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .primary-step-line {
    width: 2px;
    height: 100%;
  }

  .main-step-line {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 2px;
    height: 100%;
    display: none;
  }

  .step-circle-wrap {
    margin-top: 0;
    margin-left: -7px;
  }

  .step-circle-wrap.second-item {
    margin-top: -5px;
  }

  .step-circle-wrap.third-item {
    margin-top: 0;
  }

  .step-circle-wrap.fourth-item {
    margin-top: -10px;
  }

  .slider-section-title {
    text-align: left;
    width: 50%;
    margin-bottom: 40px;
  }

  .projects-slider-mask {
    width: 68%;
  }

  .project-link {
    min-height: 420px;
  }

  .project-category {
    font-size: 18px;
  }

  .arrow-slider {
    top: -95px;
  }

  .title-wrap-flex-horozontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-bottom: 40px;
  }

  .title-wrap-flex-horozontal.about-video-title {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .client-wrapper-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .scroller {
    max-width: 100%;
  }

  .logo-loop {
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .contact-us-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .flex-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 420px;
  }

  .team-item-overlay-block {
    background-image: linear-gradient(0deg, #000 6%, #fff0 35%);
  }

  .banner-text-content {
    text-align: center;
    align-items: center;
  }

  .home-2-banner-section {
    background-image: linear-gradient(90deg, #0009 35%, #fff0), linear-gradient(#16161666, #16161666), url('../images/pexels-freestocks-410730-1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    min-height: 600px;
    padding-top: 120px;
  }

  .background-video {
    min-height: 600px;
  }

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

  .banner-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home-3-banner-section {
    background-size: auto, contain;
  }

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

  .home-banner-image-wrap {
    width: 100%;
    position: static;
  }

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

  .banner-clients-text {
    font-size: 24px;
  }

  .banner-person-info-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .banner-title-wrapper, .banner-title-wrapper.leadership-title, .banner-title-wrapper.service-wrap {
    width: 100%;
  }

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

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

  .values-item {
    padding-right: 40px;
  }

  .values-item.project-values {
    padding: 20px 20px 10px;
  }

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

  .blog-image {
    min-height: 400px;
  }

  .blog-title-link {
    font-size: 24px;
  }

  .blog-grid-1-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-item-overlay {
    background-image: linear-gradient(0deg, #000000e6 25%, #fff0 68%);
  }

  .blog-item-overlay.small-item {
    background-image: linear-gradient(0deg, #000000d9 30%, #fff0 66%);
  }

  .wrap-50 {
    width: 100%;
  }

  .customer-wrap {
    width: 180px;
    height: 180px;
  }

  .partners-wrapper {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
  }

  .partners-wrapper.bottom-wrap {
    margin-top: -53px;
  }

  .team-grid {
    grid-row-gap: 40px;
  }

  .review-slide {
    width: 100%;
  }

  .career-collection-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }

  .career-collection-list {
    align-items: center;
  }

  .job-info-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .job-details-info {
    flex-flow: column;
    align-items: stretch;
  }

  .divider-line {
    width: 100%;
    height: 1px;
  }

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

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

  .contact-us-content-wrapper {
    flex-wrap: wrap;
  }

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

  .contact-text-description {
    width: 440px;
  }

  .tabs {
    flex-flow: column;
  }

  .location-tab {
    width: 46%;
  }

  .location-tab.w--current {
    width: 48%;
  }

  .locations-tabs-menu {
    grid-auto-columns: 1fr;
  }

  .code-embed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 94vw;
  }

  .blog-template-image-wrap {
    height: 340px;
  }

  .blog-pagination-divider {
    height: 95px;
  }

  .blog-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .job-description-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .job-template-image-wrap {
    height: 340px;
  }

  .job-dual-buttons-wrap {
    margin-top: 20px;
  }

  .why-us-content {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .half-column {
    width: 100%;
  }

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

  .features-item {
    padding-right: 40px;
  }

  .mission-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .our-mission-video {
    height: 340px;
  }

  .bottom-project-info {
    flex-flow: wrap;
  }

  .info-project-wrap {
    flex: none;
    width: 45%;
  }

  .footer-contacts-wrap {
    width: 100%;
  }

  .career-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .blog-details-title {
    font-size: 42px;
  }

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

  .blog-rich-text-style blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-rich-text-style h1 {
    font-size: 42px;
  }

  .short-info-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .info-project-wrapper {
    width: 100%;
  }

  .content-wrap {
    width: 100%;
    padding-top: 0;
  }

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

  .project-rich-text blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-category-link {
    font-size: 18px;
  }

  .project-slider-right-arrow {
    width: 50px;
    height: 50px;
  }

  .project-slider-left-arrow {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .project-collection-item {
    width: 100%;
  }

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

  .collection-price-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

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

  .divider.desktop-hidden {
    display: block;
  }

  .order-block-left {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .section.about-us-banner {
    background-image: linear-gradient(0deg, #000, #0003 20%), radial-gradient(circle, #000 40%, #fff0), url('../images/Bg_1Bg.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

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

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

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

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

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

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

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

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

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

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

  .nav-link {
    width: 99%;
  }

  .body {
    font-size: 14px;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
    min-width: 100%;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
    overflow: hidden;
  }

  .values-counter-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
  }

  .paragraph-large.cta-paragraph {
    width: 100%;
  }

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

  .banner-description {
    width: 100%;
  }

  .accordion-title {
    width: 85%;
  }

  .pricing-item {
    width: 100%;
    padding: 30px;
  }

  .pricing-item.main-price {
    padding-top: 40px;
  }

  .footer-form-wrapper {
    flex-direction: column;
  }

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

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

  .home-banner-section {
    background-image: linear-gradient(#161616b3, #161616b3), url('../images/pexels-freestocks-410730-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .form-input-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
  }

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

  .team-image {
    object-position: 50% 0%;
    width: 100%;
    height: 400px;
    top: 0;
  }

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

  .rich-text-style blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .faq-image {
    height: 340px;
  }

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

  .footer-info-row, .footer-info-row.double {
    width: 100%;
  }

  .footer-links-wrap {
    flex-flow: wrap;
    display: flex;
  }

  .banner-dual-buttons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
  }

  .home-banner-title.title-large {
    font-size: 56px;
  }

  .banner-counter-wrap {
    grid-column-gap: 40px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-member {
    text-align: center;
    width: 100%;
  }

  .shop-details-price-wrapper {
    grid-row-gap: 10px;
  }

  .block-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

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

  .brand-image {
    width: 100px;
  }

  .menu-wrapper {
    display: flex;
  }

  .banner-counter-item {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .banner-counter-item.carrer-counter {
    width: auto;
  }

  .banner-counter-item.last-child, .service-collection-item {
    width: 100%;
  }

  .step-text-item {
    padding-left: 0;
    padding-right: 0;
  }

  .step-circle-wrap.second-item {
    margin-top: 10px;
  }

  .step-circle-wrap.third-item {
    margin-top: 5px;
  }

  .step-circle-wrap.fourth-item {
    margin-top: 0;
  }

  .slider-section-title {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .home-projects-slider {
    margin-top: 50px;
  }

  .projects-slider-mask {
    width: 100%;
  }

  .project-category {
    max-width: 260px;
    line-height: 1.2em;
  }

  .arrow-slider {
    top: -65px;
    right: 35%;
  }

  .arrow-slider.left-arrow {
    left: 35%;
    right: auto;
  }

  .title-wrap-flex-horozontal.mobile-center {
    justify-content: center;
  }

  .review-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .review-grid-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .logo-loop {
    width: 120px;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
  }

  .block-form {
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .flex-block {
    width: 100%;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .banner-text-content, .error-message {
    text-align: center;
  }

  .home-2-banner-section {
    background-image: linear-gradient(#161616b3, #161616b3), url('../images/pexels-freestocks-410730-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .background-video {
    min-height: 100%;
  }

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

  .banner-clients-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .gap-10.without-margin {
    margin-left: 0;
  }

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

  .values-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 20px;
  }

  .blog-image {
    min-height: 480px;
  }

  .blog-image.small-img {
    min-height: 380px;
  }

  .blog-item-overlay {
    background-image: linear-gradient(0deg, #000000e6 50%, #fff0 68%);
  }

  .blog-item-overlay.small-item {
    background-image: linear-gradient(0deg, #000000d9 43%, #fff0 66%);
  }

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

  .partners-wrapper.bottom-wrap {
    margin-top: 73px;
  }

  .review-slider-mask {
    width: 100%;
  }

  .career-collection-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    padding: 20px;
  }

  .job-details-info {
    margin-bottom: 10px;
  }

  .accordion-item-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .form-contacts-wrapper {
    padding: 20px;
  }

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

  .contact-details-row {
    width: 100%;
  }

  .gap-10px.mobile-wrap-down {
    flex-flow: wrap;
  }

  .contact-text-description, .location-tab, .location-tab.w--current {
    width: 100%;
  }

  .code-embed {
    width: 92vw;
  }

  .left-title-wrapper.mobile-center {
    justify-content: flex-start;
    align-items: center;
  }

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

  .blog-pagination-divider {
    width: 100%;
    height: 1px;
  }

  .about-position-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .job-dual-buttons-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
  }

  .features-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 20px;
  }

  .dual-buttons-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
  }

  .projects-collection-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .bottom-project-info {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end stretch;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .line-horizontal, .skew-line {
    width: 20px;
    transform: none;
  }

  .info-project-wrap {
    width: 100%;
  }

  .blog-rich-text-style blockquote, .project-rich-text blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-category-link {
    max-width: 260px;
    line-height: 1.2em;
  }

  .collection-item-product {
    flex-direction: column;
  }

  .link-block-product {
    width: 100%;
    max-height: 340px;
  }

  .info-product-wraper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-wrapper-shop {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .collection-price-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .mobile-hidden {
    display: none;
  }

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

  .order-name-wrap {
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .order-item-info-wrap {
    flex-flow: column;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-_96731369-5083-6505-01ec-90c608d906e6-93b85d0a, #w-node-_96731369-5083-6505-01ec-90c608d906e9-93b85d0a, #w-node-_96731369-5083-6505-01ec-90c608d906ec-93b85d0a, #w-node-_96731369-5083-6505-01ec-90c608d906ef-93b85d0a {
  justify-self: center;
}

#w-node-_56036933-bb11-bb60-1898-e7a4cb318053-93b85d0a, #w-node-_56036933-bb11-bb60-1898-e7a4cb318054-93b85d0a, #w-node-_56036933-bb11-bb60-1898-e7a4cb318077-93b85d0a, #w-node-_56036933-bb11-bb60-1898-e7a4cb31809c-93b85d0a, #w-node-_56036933-bb11-bb60-1898-e7a4cb31809d-93b85d0a, #w-node-_56036933-bb11-bb60-1898-e7a4cb3180c0-93b85d0a, #w-node-be482cb0-2eaa-58b5-cb3b-3e0ab61f65a4-634f2c73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55e298ab-e9f5-9afa-3f41-2e440713ea3b-0713ea33 {
  justify-self: end;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-93b85d00, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-93b85d00, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-93b85d00, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-93b85d00, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-93b85d00, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-93b85d00, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-93b85d00, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-93b85d00, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-93b85d00, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-93b85d00, #w-node-_2d2abcba-2b3d-21f5-ca8a-570d6cf235f6-93b85d05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_96731369-5083-6505-01ec-90c608d906cf-93b85d0a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_96731369-5083-6505-01ec-90c608d906e4-93b85d0a {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_55e298ab-e9f5-9afa-3f41-2e440713ea36-0713ea33, #w-node-_55e298ab-e9f5-9afa-3f41-2e440713ea3b-0713ea33 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7a8f56d-da65-76bc-4f89-4e20e56467a8-93b85cfb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_26e6232c-a947-79c7-7ad0-98dbddb3af6e-93b85cfb, #w-node-c50e351a-c76c-890e-7846-a854a4000d10-93b85cfb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2c16add2-8a1e-48ef-e23a-b4e3814a1d52-93b85cfb {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_1add6895-3be7-29a4-29ac-12eb7a5e0182-93b85cfb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb0c8511-a62c-f552-8ae6-2adec99e62d8-93b85cfb {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-f93cf009-1d7d-f6b9-db56-6f0eb584f817-93b85cfb {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-cd7de529-bfd2-d213-ddd9-ffff1f19cc3e-93b85cfb {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_12786ea0-ade7-1863-4166-364362c3e5a0-93b85cfb {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_39dd477a-88a3-7a9c-4669-b3acc2968586-93b85cfb {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_6af81ed0-cd73-0e20-aaab-bcff0341c99d-93b85cfb {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_6fca65c3-ebf1-94f8-f9be-ed91201d0d18-93b85cfb {
    grid-area: 12 / 1 / 13 / 3;
  }

  #w-node-_3591ad52-fd60-2d57-f0f3-fec781d717b5-93b85cfb {
    grid-area: 13 / 1 / 14 / 3;
  }

  #w-node-_4a18aa94-ea71-74ae-d788-7181354935b1-93b85cfb {
    grid-area: 14 / 1 / 15 / 3;
  }

  #w-node-_29a2aa37-5dea-0272-e119-495132f8da9c-93b85cfb {
    grid-area: 15 / 1 / 16 / 3;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-93b85cfb, #w-node-eee331e5-9de0-0102-5223-d4f6ad54544b-93b85cfb, #w-node-_023a7bbc-46e8-5558-f82e-13931d277d89-93b85cfb, #w-node-_718c00b5-07b4-7710-e103-a65d5d5d08a4-93b85cfb, #w-node-a3f1f248-32d3-762e-c783-c095c7a697d3-93b85cfb, #w-node-e2dc4431-c0f6-5149-ccf2-f49c61e54883-93b85cfb, #w-node-_6fa82233-bc93-5625-44dc-11c473709746-93b85cfb, #w-node-d553c5b0-fa6d-2cf3-30fa-483ea789de12-93b85cfb, #w-node-ba5bc9d2-a580-e7b4-6980-fa76da2c6ceb-93b85cfb, #w-node-e182110f-dcc4-fa57-d482-6012a26dedf3-93b85cfb, #w-node-_21bacb61-0f5b-8a82-202a-a03261e4f408-93b85cfb, #w-node-_1826b9a1-4d56-5640-76f2-c34558c68b63-93b85cfb, #w-node-b9260a20-d1c0-c0ea-0e5c-528aa77d2b0a-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04b2-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04b4-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04b6-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04b8-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04ba-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04bc-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04be-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04c0-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04c2-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04c4-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04c6-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04c8-93b85cfb, #w-node-_865c346b-cb39-2a45-2a5e-96f075dc04ca-93b85cfb, #w-node-edb9fecf-3174-476e-0923-31e1635a6bf3-93b85cfb, #w-node-_26b33a57-fba7-c9ac-3c66-3be8b8f1ef60-93b85cfb, #w-node-_9c6805fe-77d6-de02-2054-1436ee871d49-93b85cfb, #w-node-_9bea9083-e82e-c7c1-bfd9-a50d0c46f589-93b85cfb, #w-node-_761b47c2-6842-5291-ccb2-418bddebf2c2-93b85cfb, #w-node-_0f68e443-45c2-3a99-59fa-1cf7ef98fdea-93b85cfb, #w-node-_65c268be-b9ad-31a9-0101-60cfc49137bd-93b85cfb, #w-node-dddd8cea-e901-0ab4-c554-8b1fd5aa0eb8-93b85cfb, #w-node-c1d6b54c-2fa7-8f5d-593b-78828bd06bbd-93b85cfb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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