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

@font-face {
  font-family: Microgrotesk Wght;
  src: url('../fonts/MicroGroteskwght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --primary: #9aea72;
  --white-smoke: #eaeced;
  --black-4: #272727;
  --dim-grey: #505050;
  --black-3: #13200c;
  --black-2: #2e2e2e;
  --black-5: #303030;
  --light-green: #9aea7299;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Microgrotesk Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Microgrotesk Wght, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Microgrotesk Wght, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Microgrotesk Wght, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Microgrotesk Wght, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Microgrotesk Wght, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Microgrotesk Wght, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

ul {
  grid-row-gap: 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;
  font-weight: 400;
  display: flex;
}

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

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

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

blockquote {
  text-align: center;
  background-image: url('../images/Vector-1_1Vector (1).png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  max-width: 850px;
  margin: 25px auto;
  padding: 40px 20px 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

.section.green-bgr {
  background-color: var(--white-smoke);
  overflow: hidden;
}

.section.gray-bgr {
  background-color: #1e201d;
}

.section.dark-bgr {
  background-color: #1e201d;
  overflow: hidden;
}

.section.grey-background {
  background-color: var(--black-4);
  overflow: hidden;
}

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

.section.main-spacing {
  padding-top: 30px;
}

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

.section.carrer {
  padding-top: 30px;
  padding-bottom: 0;
}

.section.grey-bgr-with-spacing {
  background-color: #1e201d;
  padding-bottom: 0;
}

.section.slider {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.section.lasr-section {
  padding-bottom: 0;
}

.base-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  display: flex;
  position: relative;
}

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

.base-container.align-right {
  align-items: flex-end;
}

.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(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

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

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: 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: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-button {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 70px;
  flex: none;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
  box-shadow: 0 0 100px 20px #9aea7233;
}

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

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

.primary-button.dark {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #0000;
}

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

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

.primary-button.dark-border {
  border: 1px solid #000;
}

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

.primary-button.footer-form {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.primary-button.none-box-shadows {
  box-shadow: none;
}

.primary-button.green-border {
  border-color: var(--primary);
  box-shadow: none;
  color: var(--white);
  background-color: #0000;
}

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

.primary-button.white {
  background-color: var(--white);
  box-shadow: 0 0 100px 20px #9aea7266;
}

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

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

.primary-button.mt-20 {
  z-index: 5;
  box-shadow: none;
  margin-top: 20px;
}

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

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

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

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

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

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

.navbar {
  background-color: var(--white);
  border-radius: 70px;
  max-width: 1200px;
  margin-top: 24px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding: 6px 15px;
  display: flex;
}

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

.nav-link {
  color: var(--dim-grey);
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}

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

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

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

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

.nav-dropdown-list {
  border: 1px solid var(--primary);
  background-color: var(--white);
  border-radius: 10px;
  width: 200px;
  margin-top: -5px;
  padding: 15px 20px;
}

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

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

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

.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(--dim-grey);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  color: var(--dim-grey);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  transition: color .3s;
  display: block;
}

.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 #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

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

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-grid-image-link {
  border-radius: 10px;
  min-width: 100%;
  height: 280px;
  display: block;
  overflow: hidden;
}

.blog-grid-item-date {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #13200c80;
  border-radius: 50px;
  margin-top: 15px;
  margin-left: 15px;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
}

.blog-grid-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px 30px;
  display: flex;
}

.blog-grid-item {
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.blog-grid-item-title {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 700;
}

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

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  background-color: var(--black-3);
  border: 1px solid #9aea7280;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 30px;
  display: flex;
}

.blog-post-title {
  transition: color .3s;
}

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

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
  transition: transform .2s;
}

.blog-classic-post-image:hover {
  transform: scale(1.05);
}

.blog-classic-post-image-wrapper {
  border-radius: 10px;
  min-width: 100%;
  overflow: hidden;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 20px;
  margin-bottom: 35px;
}

.blog-classic-post-date {
  background-color: var(--black-3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border: 1px solid #9aea7280;
  border-radius: 50px;
  margin-top: -25px;
  padding: 6px 20px;
  font-weight: 400;
  line-height: 1em;
}

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

.blog-sidebar-right {
  flex-direction: column;
}

.blog-sidebar-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  border-radius: 10px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-recent-post-title {
  color: var(--white);
  margin-top: 0;
  font-size: 16px;
  transition: color .2s;
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--black-3);
  border: 1px solid #9aea7280;
  border-radius: 20px;
  margin-top: 30px;
  padding: 10px 20px 20px;
}

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

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

.blog-template-date {
  background-color: var(--black-3);
  border: 1px solid #9aea7280;
  border-radius: 50px;
  margin-top: 0;
  padding: 6px 20px;
  line-height: 1em;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.footer-copyright {
  color: var(--black);
  width: 100%;
  font-weight: 300;
  display: inline;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.section-title-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-card {
  position: relative;
}

.team-card-image {
  color: var(--primary);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-width: 100%;
  height: 310px;
}

.team-card-content-wrapper {
  grid-column-gap: 10px;
  text-align: center;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.team-member-position {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.team-social-icon {
  color: var(--black);
  font-family: "Fa brands 400", sans-serif;
}

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

.team-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

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

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

.career-list-item-wrapper {
  background-color: #181818;
  border: 1px solid #9aea7233;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.career-location, .career-type {
  font-size: 18px;
  font-weight: 500;
}

.career-button-wrapper {
  text-align: right;
  width: 100%;
  display: flex;
}

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

.career-type-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

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

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

.services-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.services-item {
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.pricing-plan-item {
  background-color: #181818;
  border-radius: 10px;
  padding: 40px 30px 30px;
}

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

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

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

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

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.section-title {
  max-width: 450px;
}

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

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

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

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

.accordion-item {
  background-color: var(--black-3);
  border: 1px solid #9aea7233;
  border-radius: 10px;
  width: 100%;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

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

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

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

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

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

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

.link-with-icon.mt {
  margin-top: 20px;
}

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

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

.job-position-sidebar-wrapper {
  background-color: #181818;
  border-bottom: 1px solid #9aea7233;
  border-left: 1px solid #9aea7233;
  border-right: 1px solid #9aea7233;
  border-radius: 10px;
  flex: none;
  width: 42%;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px #0000000f;
}

.job-position-sidebar-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  grid-column-gap: 10px;
}

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

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

.contacts-content-wrapper {
  width: 45%;
}

.contacts-form-wrapper {
  background-color: #181818;
  border: 1px solid #9aea7233;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 543px;
  padding: 40px 40px 50px;
}

.contacts-form-wrapper.minh {
  min-height: 460px;
}

.contacts-divider {
  background-color: #9aea7233;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.contacts-icon {
  background-color: var(--black-3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--primary);
  border: 1px solid #9aea7233;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  display: flex;
}

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

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--white);
  max-width: 40px;
  padding: 10px 15px;
  transition: color .3s;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-left-arrow:hover {
  color: var(--primary);
}

.contacts-right-arrow {
  color: var(--white);
  max-width: 40px;
  padding: 10px 15px;
  transition: color .3s;
  inset: 0% 19px auto auto;
}

.contacts-right-arrow:hover {
  color: var(--primary);
}

.contacts-slider-arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: #9aea7233;
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: 130px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 15px 30px;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

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

.contacts-input {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 20px;
  height: auto;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 16px;
  transition: all .2s;
}

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

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

.contacts-input.width {
  width: 75%;
}

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

.contacts-form-title {
  text-align: center;
  margin-bottom: 30px;
}

.contacts-title {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

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

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

.adress-card {
  background-color: var(--black-3);
  border: 1px solid #9aea7233;
  border-radius: 10px;
  padding: 20px 30px 30px;
}

.footer-link {
  color: var(--black);
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.5em;
  transition: all .3s;
}

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

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

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

.footer-wrapper {
  border-bottom: 1px solid #9aea724d;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 40px;
  display: flex;
}

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 270px;
  display: flex;
}

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

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

.footer-social-icon {
  color: #98a2b3;
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  text-decoration: none;
  transition: all .3s;
}

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

.footer-social-icon.last-child {
  margin-right: 0;
}

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

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

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

.search-link {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

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

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

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

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

.footer-brand-description {
  color: var(--black);
  text-align: left;
  max-width: 217px;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 300;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #9aea7233;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  opacity: .5;
  text-align: center;
  border-bottom: 1px solid #9aea7233;
  border-right: 1px solid #9aea7233;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  transition: all .3s;
  display: flex;
}

.customer-wrapper:hover {
  opacity: 1;
  box-shadow: 0 0 6px 3px #9aea7266;
}

.customer-title {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

.landing-banner-image {
  z-index: 10;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.landing-progress-bar-gray-line {
  background-color: #eef4f8;
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

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

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

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

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

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

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

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

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

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

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.last-screen {
  display: none;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  box-shadow: 0 0 30px #9aea7280;
}

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

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

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

.landing-banner-title-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

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

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

.landing-download-block-wrapper {
  background-color: var(--primary);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

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

.sidebar-search {
  background-color: var(--black-3);
  border: 1px solid #9aea7280;
  border-radius: 20px;
  padding: 20px;
}

.sidebar-search-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.sidebar-search-wrapper.search-page {
  width: 100%;
  margin-bottom: 0;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: sticky;
  top: 60px;
}

.blog-sidebar-left-wrapper {
  width: 69%;
}

.home-banner-description {
  color: #fff;
  max-width: 670px;
  margin-top: 25px;
  margin-bottom: 50px;
}

.banner-slider-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.home-banner-section {
  flex-direction: row;
  align-items: flex-start;
  min-height: 730px;
  padding-top: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button {
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 70px;
  flex: none;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
}

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

.home-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

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

.banner-section {
  justify-content: center;
  align-items: center;
  min-height: 700px;
  padding-top: 95px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-section.about {
  align-items: center;
  min-height: 620px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.courses-collection {
  width: 100%;
}

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

.career-collection-list-wrapper {
  width: 100%;
  margin-top: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-10-about-item {
  background-color: var(--black-3);
  text-align: center;
  border: 1px solid #9aea7233;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  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;
}

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

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

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

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

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

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

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

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

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 35px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 30px;
}

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

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

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

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

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

.link {
  cursor: pointer;
  font-weight: 500;
}

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

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

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

.brand-tablet {
  display: none;
}

.main-shop-list-item {
  grid-row-gap: 30px;
  background-color: var(--black-4);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-list-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.shop-list-image.pd {
  height: 250px;
}

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

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

.shop-item-price {
  font-size: 18px;
  font-weight: 500;
}

.shop-item-link {
  font-size: 22px;
  font-weight: 500;
}

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

.shop-item-link.size {
  font-size: 20px;
}

.shop-price-wrapper {
  grid-column-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.shop-item-price-on-sale {
  color: #fffc;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
}

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

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

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

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

.footer-rights-wrapper {
  text-align: right;
  display: flex;
}

.collection-list-blog-classic {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

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

.coming-soon-form-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  width: 70%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

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

.error-message {
  color: #e53838;
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-size: 14px;
  line-height: 1.2em;
}

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

.form-contacts {
  width: 100%;
  height: 100%;
}

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

.button-header-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.banner-content {
  max-width: 800px;
}

.span {
  margin-right: 16px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.arrow-block {
  position: absolute;
  inset: 26% 17% auto auto;
}

.arrow-block.home-2 {
  display: none;
}

.arrow-block.landing {
  top: 11%;
  right: -2%;
}

.cube {
  background-color: var(--primary);
  width: 59px;
  height: 59px;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 100px 30px #9aea7266;
}

.cube._01 {
  top: 15.5%;
  right: 5%;
}

.cube._02 {
  top: 27%;
  right: 11%;
}

.cube._03 {
  inset: 38% 5% auto auto;
}

.image-top {
  grid-column-gap: 50px;
  background-color: #272727;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  padding-top: 17px;
  padding-left: 30px;
  padding-right: 17px;
  display: flex;
}

.white-block {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sidebar-image {
  flex: none;
}

.integration-wrap {
  grid-column-gap: 120px;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.slider-text-content {
  max-width: 480px;
  height: 100%;
}

.slider-text-content.maxw {
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
  display: flex;
}

.label {
  color: var(--black);
  background-color: #ffffff80;
  border-radius: 50px;
  flex: none;
  padding: 6px 24px;
  display: inline-block;
}

.label.white-text {
  color: var(--white);
  background-color: #ffffff1a;
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.white-label {
  color: var(--white);
  background-color: #ffffff2e;
}

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

.dark-text.spacing {
  margin-top: 20px;
  margin-bottom: 25px;
}

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

.dark-text.margin-space {
  margin-top: 30px;
  margin-bottom: 50px;
}

.dark-text.maxw900 {
  max-width: 900px;
}

.dark-text.none-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.dark-text.key-header {
  width: 82%;
}

.slider-integration {
  background-color: #0000;
  border-radius: 10px;
  flex: none;
  width: 100%;
  max-width: 330px;
  min-height: 470px;
}

.mask-integration {
  height: 100%;
}

.slide-integration {
  width: 100%;
  max-width: 330px;
}

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

.image-cover.radius {
  border-radius: 10px;
}

.image-cover.spacing {
  border-radius: 10px;
  margin-top: 20px;
  margin-left: -20px;
}

.image-cover.radius-20px {
  border-radius: 20px;
}

.image-cover.position {
  object-position: 0% 0%;
}

.image-cover.hover-scale {
  transition: transform .3s;
}

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

.image-cover.radius-3px {
  object-position: 50% 0%;
  border-radius: 3px;
}

.white-bgr-slider {
  background-color: var(--white);
  border-radius: 10px;
  flex: none;
  width: 100%;
  max-width: 330px;
  margin-top: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(6.5%);
}

.left-arrow-integration {
  background-color: #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  transition: transform .3s;
  display: flex;
  inset: auto auto -5% 137%;
}

.left-arrow-integration:hover {
  transform: translate(-5px);
}

.right-arrow-integration {
  background-color: #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: transform .3s;
  display: flex;
  inset: auto -75% -5% auto;
}

.right-arrow-integration:hover {
  transform: translate(5px);
}

.payments-wrap {
  grid-column-gap: 40px;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.image-right {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.white-bgr {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  max-width: 330px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.image-2 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-image {
  position: absolute;
  inset: 21% auto auto 7%;
}

.credit-cart {
  z-index: 2;
  flex: none;
  margin-bottom: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.point {
  background-color: #0003;
  background-image: url('../images/Ellipse-670.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: auto auto -3% -4%;
}

.point.position {
  inset: -4% -3% auto auto;
}

.content-wrap {
  grid-column-gap: 40px;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-content {
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 440px;
  display: flex;
}

.bottom-block {
  z-index: 2;
  grid-column-gap: 30px;
  border: 1.8px dashed var(--primary);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.bottom-block.margin {
  margin-top: 0;
  margin-bottom: 60px;
}

.check-block {
  grid-column-gap: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.explore-content {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-explore {
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.about-us-content {
  width: 100%;
  display: flex;
}

.about-us-content.mt {
  margin-top: 40px;
}

.text-content-about {
  flex-direction: column;
  align-items: flex-start;
  max-width: 530px;
  display: flex;
}

.images-about {
  width: 100%;
  display: flex;
}

.images-about.home-4 {
  justify-content: center;
  margin-top: 40px;
}

.left-image-about {
  background-image: url('../images/Union-1_1Union (1).webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: auto;
  padding-bottom: 30px;
  padding-right: 10px;
  display: flex;
}

.left-image-about.bgr-dark {
  background-image: url('../images/Union-5_1Union (5).webp');
}

.left-image-about.image-1 {
  position: relative;
  left: 20px;
}

.right-image-about {
  background-image: url('../images/Union-2_1Union (2).webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: auto;
  padding-bottom: 30px;
  padding-right: 10px;
  display: flex;
  position: relative;
  top: -40px;
  left: -82px;
}

.right-image-about.bgr-dark {
  background-image: url('../images/Union-6_1Union (6).webp');
}

.right-image-about.image-2 {
  left: -20px;
}

.text-content-wrap {
  grid-column-gap: 50px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.button-content {
  grid-column-gap: 25px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-content {
  max-width: 400px;
}

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

.image-01 {
  object-fit: cover;
  object-position: 0% 0%;
  height: 100%;
  margin-top: 40px;
}

.spacing-text {
  max-width: 610px;
  margin-top: 20px;
  margin-bottom: 50px;
}

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

.spacing-text.width {
  max-width: 390px;
}

.right-image-wrap {
  width: 100%;
}

.right-image-wrap.compare {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.relative-block {
  flex: none;
  max-width: 500px;
  position: relative;
}

.ell-bgr {
  background-image: url('../images/Union_1Union.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 480px;
  position: absolute;
}

.ell-bgr.landing {
  object-fit: cover;
  min-height: 312px;
  top: 0;
}

.bullet-block {
  grid-column-gap: 10px;
  margin-top: 30px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bullet {
  background-color: var(--white);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.arrows-bottom {
  position: absolute;
  inset: auto auto -16% 22%;
}

.arrows-bottom.home-2 {
  bottom: 0%;
  left: 27%;
}

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

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

.heading-footer {
  color: var(--black);
  margin-bottom: 25px;
  font-size: 20px;
}

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

.footer-form {
  position: relative;
}

.text-field {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 70px;
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 50px;
  font-size: 16px;
}

.text-field:focus {
  border: 1px solid var(--primary);
}

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

.copyright-wrap {
  text-align: right;
}

.banner-content-home-2 {
  background-image: url('../images/Union_1Union.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 15px 40px;
  display: flex;
  position: relative;
}

.banner-content-home-2.padding {
  z-index: 1;
  background-position: 100% 0;
  background-size: cover;
  flex: 1;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.banner-content-home-2.none-image {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.text-content-banner {
  width: 49%;
}

.text-content-banner.maxw {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 55%;
  display: flex;
}

.heading-home-2 {
  font-size: 60px;
}

.heading-home-2.home-3 {
  max-width: 500px;
}

.image-banner {
  z-index: 2;
  align-items: center;
  width: 100%;
  max-width: 461px;
  margin-left: 15px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: hidden;
  transform: translate(0%, -50%);
}

.green-banner-bgr {
  z-index: 1;
  background-color: var(--primary);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 30%;
  margin-top: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.green-banner-bgr.mt-0 {
  margin-top: 0;
}

.green-banner-bgr.career {
  background-color: #9aea724d;
  margin-top: 0;
}

.text-banner {
  margin-top: 25px;
  margin-bottom: 50px;
}

.container-home {
  justify-content: flex-end;
  max-width: 1200px;
  display: flex;
}

.container-home.align {
  width: 100%;
}

.container-home.centered {
  text-align: center;
  justify-content: center;
  width: 100%;
}

.container-home.justify {
  justify-content: flex-start;
}

.clients-wrap {
  grid-column-gap: 30px;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.clients-wrap.home-3 {
  background-color: #272727;
  border-radius: 10px;
  align-items: center;
  max-width: 1820px;
  height: 130px;
  padding-top: 0;
}

.clients-wrap.home-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 0;
}

.image-clients {
  height: 40px;
}

.heading-wrap {
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-wrap.alogn-start {
  text-align: left;
  align-items: flex-start;
}

.label-white {
  background-color: #ffffff2e;
  border-radius: 50px;
  padding: 6px 24px 6px 20px;
  display: inline-block;
}

.background-video {
  border: 10px solid var(--black-2);
  border-radius: 16px;
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 80px;
}

.background-video.mt-50 {
  border-color: #9aea724d;
  margin-top: 50px;
}

.top-green-block {
  border: 1px solid var(--primary);
  background-color: var(--black-3);
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-green-block.align {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 30px;
}

.top-green-block.grey {
  border-color: var(--black-5);
  background-color: var(--black-5);
}

.top-green-block.align-grey {
  border-color: var(--black-5);
  background-color: var(--black-5);
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 30px;
}

.light-block {
  border-radius: 10px;
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: 38% 36% auto auto;
  overflow: hidden;
}

.light-block.left {
  z-index: 1;
  border-radius: 12px 12px 0 0;
  margin-left: 40px;
  inset: auto auto 0% 0%;
}

.light-block.right {
  z-index: 1;
  max-width: 210px;
  margin-bottom: 50px;
  margin-left: 50px;
  inset: auto auto 0% 0%;
}

.right-image {
  border-top-left-radius: 10px;
  width: 47%;
  height: 100%;
  padding-top: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.right-image.left {
  border-top-left-radius: 10px;
  width: 75%;
  height: 55%;
  padding-top: 0;
  overflow: hidden;
}

.right-image.right {
  width: 60%;
  height: 57%;
}

.heading-green-block {
  grid-row-gap: 25px;
  flex-direction: column;
  max-width: 450px;
  display: flex;
}

.subtitle-green-block {
  max-width: 370px;
}

.image-green-block {
  object-fit: cover;
  object-position: 0% 0%;
  height: 100%;
}

.image-green-block.position {
  object-fit: none;
  object-position: 0% 100%;
  width: 100%;
}

.image-green-block.position-right {
  object-fit: none;
  width: 100%;
}

.bottom-green-blocks {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.team-wrap-block {
  width: 100%;
  padding-bottom: 80px;
}

.team-wrap-block.pb-0 {
  padding-bottom: 0;
}

.team-images {
  justify-content: space-between;
  width: 100%;
  min-height: 250px;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.team {
  border-radius: 20px;
  width: 140px;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.team.first {
  top: -72px;
}

.team.last {
  top: -74px;
}

.team.second {
  bottom: -22px;
}

.team._02 {
  bottom: -20px;
}

.name {
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 33% auto auto 5%;
}

.name.position-01 {
  inset: 61% 17% auto auto;
}

.name.position-02 {
  inset: 70% auto auto 21%;
}

.name.position-03 {
  inset: 30% 5% auto auto;
}

.black-label {
  background-color: var(--black);
  border-radius: 50px;
  margin-top: 15px;
  padding: 6px 24px;
  font-weight: 300;
}

.black-label.green {
  background-color: var(--primary);
  color: var(--black);
}

.play-pause-button {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

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

.maxw-720.size {
  max-width: 900px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

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

.list-block {
  width: 100%;
  max-width: 670px;
}

.list-item {
  border-bottom: 1px solid #fff6;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 50px;
  display: flex;
}

.list-item.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.reports-block {
  grid-column-gap: 40px;
  width: 100%;
  display: flex;
}

.reports-description {
  width: 100%;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.images-left {
  flex: none;
  width: 100%;
  max-width: 450px;
}

.counter-row-wrap {
  margin-top: 50px;
}

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

.counter-row.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.large-text {
  font-size: 46px;
  line-height: 1em;
}

.image-quick {
  height: 270px;
}

.clients-section {
  width: 100%;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.grey-bgr {
  background-color: #272727;
  border-radius: 10px;
  width: 47%;
  margin-top: 30px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.green-block {
  background-color: var(--primary);
  border-radius: 10px;
  width: 47%;
  margin-top: 30px;
  margin-right: 15px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.grey-description {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 30px 40px;
  display: flex;
}

.subtitle-grey-block {
  max-width: 390px;
}

.image-logo-wrap {
  margin-bottom: 20px;
}

.main-image-green-block {
  margin-top: 30px;
  margin-left: 30px;
  position: absolute;
  inset: 0% 0% -40px auto;
}

.top-image {
  border-radius: 15px;
  margin-top: 15px;
  margin-right: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.bottom-image {
  margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-content-grey-block {
  flex-direction: column;
  display: flex;
}

.heading-wrap-home-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-home-4 {
  max-width: 820px;
}

.images-banner {
  grid-column-gap: 30px;
  justify-content: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.images-banner.login {
  grid-column-gap: 15px;
  margin-top: 0;
}

.left-image-banner {
  background-color: #ffffff1a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.left-image-banner.spacing {
  width: 100%;
  padding: 20px;
}

.right-image-banner {
  flex: none;
}

.right-image-banner.spacing {
  flex: 0 auto;
}

.image-absolute-01 {
  margin-bottom: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-absolute-02 {
  border-radius: 15px;
  margin-top: -40px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.shadows-block {
  background-color: var(--primary);
  filter: blur(250px);
  border-radius: 50%;
  width: 80%;
  min-height: 200px;
  position: absolute;
  inset: auto auto 22% 10%;
}

.shadows-block.sd {
  inset: 6% 18% auto auto;
}

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

.right-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-block {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  max-width: 745px;
  display: flex;
}

.large-heading {
  font-size: 90px;
  font-weight: 600;
  line-height: 1.2em;
}

.large-heading.size {
  font-size: 70px;
}

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

.built-wrap {
  width: 100%;
  margin-bottom: 80px;
}

.built-carts {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.cart-built {
  background-color: #181818;
  border: 1px solid #9aea7233;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-built.spacing {
  padding: 0;
}

.image-cart {
  width: 100%;
  max-width: 370px;
  position: relative;
}

.description-cart {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.description-cart.padding {
  padding-left: 40px;
  padding-right: 40px;
}

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

.images {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.second {
  margin-left: -80px;
}

.third {
  margin-left: -110px;
}

.illumination {
  position: absolute;
  inset: 10% auto auto 0%;
}

.illumination.position {
  inset: 0% auto auto 17%;
}

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

.image-union-01 {
  margin-left: 15px;
  position: absolute;
  inset: 33% auto auto 0%;
}

.image-union-02 {
  margin-top: 90px;
  margin-right: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-union-03 {
  margin-top: 20px;
  position: absolute;
  inset: 0% auto auto 24%;
}

.image-union-04 {
  margin-right: 90px;
  position: absolute;
  inset: auto 0% 37% auto;
}

.image-home-4.size {
  height: 100%;
}

.border-bgr {
  z-index: 1;
  border: 1px solid #9aea7280;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.main-section {
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.blog-content {
  z-index: 2;
  background-color: var(--black-3);
  border-radius: 10px;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

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

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

.main-text-block {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.main-text-block.centered {
  text-align: center;
  align-items: center;
}

.main-text-block.career {
  text-align: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.subtitle-main-text {
  max-width: 500px;
}

.subtitle-main-text.width {
  max-width: 600px;
}

.subtitle-main-text.mt-30 {
  margin-bottom: 30px;
}

.background-video-01 {
  z-index: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

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

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

.green-text-location {
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
}

.form-block-contact {
  background-color: var(--black-5);
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 535px;
  min-height: 540px;
  margin-bottom: 0;
  padding: 40px 50px 50px;
  display: flex;
  position: relative;
}

.bgr-map {
  background-image: url('../images/Group-57_1Group 57.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.checkbox {
  background-color: #fff;
  border-color: #d0d5dd;
  border-radius: 6px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  width: 20px;
  height: 20px;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #f8436533;
}

.text-location {
  font-size: 14px;
  line-height: 1.2em;
}

.input-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.input-wrapper.mt-20, .input-wrapper.mb-15 {
  margin-bottom: 20px;
}

.field-form {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 14px;
}

.field-form:focus {
  border-color: var(--primary);
  color: var(--white);
  box-shadow: 0 0 1px 2px #9aea721a;
}

.field-form::placeholder {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
}

.field-form.text-area {
  height: 100px;
}

.field-form.select {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
}

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

.checkbox-field {
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.location {
  position: absolute;
  inset: 43% auto auto 17%;
}

.location-absolute {
  background-color: var(--black-3);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 20% auto auto 9%;
}

.input-block {
  width: 100%;
}

.heading-form {
  margin-bottom: 30px;
}

.image-location {
  width: 24px;
}

.team-description {
  background-color: var(--primary);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-left: -13px;
  padding: 10px 40px;
  display: flex;
}

.register-block {
  grid-column-gap: 30px;
  flex-direction: row;
  margin-top: 50px;
  display: flex;
}

.text-description {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 570px;
  display: flex;
}

.text-description.home-1 {
  grid-row-gap: 0px;
  max-width: 100%;
}

.click-here-block {
  grid-column-gap: 5px;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.click-here-block.maxw-400 {
  max-width: 400px;
  margin-top: 20px;
  font-size: 16px;
}

.banner-block-left-home-1 {
  align-items: center;
  width: 47%;
  max-height: 700px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-content-right-home-1 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  min-height: 730px;
  display: flex;
}

.text-content-right-home-1.rows {
  justify-content: center;
  width: 53%;
  min-height: 700px;
  padding-right: 50px;
}

.image-login {
  object-fit: cover;
  object-position: 40% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.section-login {
  position: relative;
  overflow: hidden;
}

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

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

.location-block {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

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

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

.top-block {
  grid-column-gap: 20px;
  box-shadow: 0 0 10px 1px var(--light-green);
  border-bottom: 1px solid #9aea7233;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.inputs-block {
  grid-column-gap: 20px;
  display: flex;
}

.form-job {
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-bottom: 0;
  display: flex;
}

.form-content {
  flex-direction: column;
  padding: 50px 20px;
  display: flex;
}

.quote-testimonials {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.span-green {
  color: var(--primary);
  font-size: 16px;
}

.quick-stack-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.cell {
  flex-direction: row;
  align-items: stretch;
}

.spacing {
  margin-top: 0;
}

.srvc-content {
  z-index: 2;
  background-color: var(--black-3);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.div-block-2 {
  border: 1px dashed #9aea7280;
  border-radius: 10px;
  padding: 10px;
}

.heading-srvc {
  margin-top: 20px;
  margin-bottom: 0;
}

.tab-text {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-arrow {
  font-family: "Fa solid 900", sans-serif;
  transform: rotate(50deg);
}

.tabs-block {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-wrapper {
  width: 100%;
}

.tabs-menu-2 {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.title-block {
  text-align: center;
  max-width: 400px;
}

.tab-heading-blue-hover {
  grid-column-gap: 20px;
  color: var(--primary);
  background-color: #0000;
  border: 1px solid #9aea7280;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.tab-heading-blue-hover.w--current {
  background-color: var(--primary);
  color: var(--black);
  border-radius: 10px;
}

.grid-column-blocks-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

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

.button-compare {
  text-align: center;
  background-color: #ffa8570d;
  border: 1px solid #0000;
  border-radius: 5px;
  padding: 14px 30px;
}

.text-icon {
  color: #9aea7280;
  font-family: "Fa solid 900", sans-serif;
}

.block-best-deal {
  background-color: var(--primary);
  color: var(--black);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: -46px;
  margin-left: -1px;
  margin-right: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.compare-content-block {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.compare-content-block.space-batween-first {
  grid-row-gap: 30px;
  border-right: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  background-color: var(--black-3);
  justify-content: space-between;
  position: relative;
}

.compare-content-block.border {
  z-index: 2;
  border-right: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  background-color: var(--black-3);
}

.compare-content-block.border-last {
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  background-color: var(--black-3);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.compare-content-block.space-batween {
  grid-row-gap: 30px;
  justify-content: space-between;
}

.section-content-full-2 {
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.section-content-full-2.border {
  border-bottom: 1px solid #9aea7233;
}

.check-2 {
  background-color: var(--black-3);
  color: var(--primary);
  border: 1px dashed #9aea7280;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.check-2.close {
  color: #9aea7233;
  border-color: #0000;
}

.column-wrapper-block-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-plan-currency-icon-2 {
  color: var(--primary);
  margin-right: 5px;
  font-size: 22px;
  font-weight: 700;
  display: inline;
  position: relative;
  top: -14px;
}

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

.number-green {
  color: var(--primary);
  flex-direction: row;
  align-items: flex-start;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
}

.table-content-2 {
  padding-top: 50px;
}

.column-blocks-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.cart-button {
  color: var(--dim-grey);
  background-color: #0000;
  padding: 0 10px;
}

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

.cart-quantity {
  background-color: var(--primary);
  color: var(--dim-grey);
  margin-top: -14px;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-container {
  background-color: var(--black-4);
}

.close-button {
  filter: invert();
}

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

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

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

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

.empty-state {
  text-align: center;
  background-color: #0000;
  font-weight: 500;
}

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

.image-product {
  object-fit: cover;
  border-radius: 10px;
  flex: none;
  height: 70px;
}

.price {
  margin-top: 5px;
  font-weight: 500;
}

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

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

.quantity-item:focus {
  border-color: #9aea7280;
}

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

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

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

.add-to-cart-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #13200c80;
  border: 1px solid #9aea7233;
  border-radius: 50%;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
  box-shadow: 0 0 5px 3px #9aea721a;
}

.image-shop-bgr {
  z-index: 1;
  background-color: #13200c66;
  position: absolute;
  inset: 0%;
}

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

.categories-list {
  grid-column-gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.link-categories {
  background-color: var(--black-3);
  color: var(--white);
  border: 1px solid #ffffff80;
  border-radius: 20px;
  padding: 6px 20px;
  transition-property: all;
  display: inline-block;
}

.link-categories:hover {
  background-color: var(--primary);
  color: var(--black);
  border-color: #9aea7280;
}

.product-description {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.quantity-2 {
  color: #fff;
  background-color: #0000;
  border-color: #0000 #0000 #9aea7233;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.quantity-2:focus {
  border-bottom-color: #9aea7280;
}

.quantity-2::placeholder {
  color: #fff;
}

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

.shop-details-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.default-state-3 {
  flex-direction: column;
  margin-bottom: 0;
}

.shop-lightbox-item {
  width: 100%;
}

.primary-gradient-button {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  height: auto;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 -1px 10px #9900ff26;
}

.primary-gradient-button:hover {
  opacity: .7;
}

.shop-sticky-block {
  position: sticky;
  top: 140px;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.paragraph-shop-details {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.buy-now-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.gradient-con {
  position: absolute;
  inset: 0%;
}

.product-details-info {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.lightbox-link-shop {
  z-index: 50;
  border-radius: 10px;
  justify-content: center;
  max-width: 450px;
  height: 400px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-product-details-subtitle {
  color: var(--primary);
  margin-bottom: 10px;
  font-weight: 500;
}

.quantity-title-text {
  color: var(--primary);
  font-weight: 500;
}

.shop-text-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper-2.margin-bottom {
  margin-bottom: 30px;
}

.shop-text-wrapper-2.margin {
  margin-top: 80px;
}

.main-product-category {
  color: #fff;
  background-image: linear-gradient(135deg, #90f 16%, #3f0efa);
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: 400;
  line-height: 1em;
}

.main-product-category:hover {
  color: #fff;
}

.more-image-products-block {
  flex: none;
  height: 100%;
  position: sticky;
  top: 40px;
}

.h2-shop-details {
  font-size: 35px;
}

.slide-heading {
  color: #fff;
  text-transform: capitalize;
}

.slider-background-wrapper {
  justify-content: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-background-wrapper.small {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.mask-product {
  overflow: visible;
}

.slide-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.slide-content.flex-bottom {
  border-radius: 12px;
  align-items: center;
  padding-bottom: 100px;
}

.slide-intro {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 800px;
  display: grid;
  position: relative;
}

.slide-intro.small {
  grid-row-gap: 24px;
  width: 100%;
  max-width: 440px;
  padding-left: 15px;
  padding-right: 15px;
}

.slide-arrow-hidden {
  display: none;
}

.product-showcase {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 45% 1fr;
  grid-auto-columns: 1fr;
  padding: 0 15px;
  display: grid;
}

.showcase-image {
  max-height: 100vh;
  margin-bottom: -115px;
  padding-bottom: 115px;
  position: sticky;
  top: 115px;
  overflow: hidden;
}

.slider-product {
  background-color: #080808;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  height: 100%;
}

.slider-product.clip {
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
}

.slide-product {
  border-radius: 10px;
}

.showcase-products {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-arrow {
  width: 15px;
}

.section-products {
  z-index: 10;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.grid-wrapper-2 {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.slider-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

.block-header {
  background-color: var(--black-4);
  border-color: #9aea7233;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dark-container {
  background-color: var(--black-4);
  border-radius: 10px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.block-content {
  background-color: var(--black-4);
  border-bottom-color: #9aea7233;
  border-left-color: #9aea7233;
  border-right-color: #9aea7233;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.input-checkout {
  background-color: #0000;
  border-color: #9aea7233;
  border-radius: 10px;
}

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

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

.shipping-method {
  background-color: #0000;
  border-bottom-style: none;
  border-bottom-color: #9aea7233;
}

.shipping-method-list {
  border-bottom: 1px solid #9aea7233;
  border-left-color: #9aea7233;
  border-right-color: #9aea7233;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.checkbox-2 {
  margin-top: 0;
}

.field-label {
  font-size: 16px;
  font-weight: 500;
}

.empty-state-checkout {
  background-color: #0000;
  border-bottom-color: #9aea7233;
  border-left-color: #9aea7233;
  border-right-color: #9aea7233;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

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

.image-banner-about {
  justify-content: center;
  align-items: center;
  width: 38%;
  height: auto;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-bottom {
  width: 60%;
  margin-left: -40px;
  position: absolute;
  inset: auto auto 8% 0%;
}

.image-top-banner {
  width: 40%;
  margin-right: 10px;
  position: absolute;
  inset: 29% 0% auto auto;
}

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

.block-with-image {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 480px;
  padding-bottom: 95px;
  display: flex;
}

.heading-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  max-width: 460px;
}

.slider-block {
  margin-top: -50px;
  display: flex;
  position: relative;
}

.slider-about {
  background-color: #0000;
  flex-direction: row;
  margin-bottom: 10px;
  display: flex;
}

.block-about {
  background-color: var(--black-3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #9aea7280;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 370px;
  padding: 20px;
  display: flex;
}

.about-slide-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  width: auto;
  margin-right: 30px;
  display: flex;
}

.line {
  background-color: #fff3;
  width: 100%;
  height: 2px;
  margin-top: 10px;
}

.text-block-about {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.gradient-bgr {
  z-index: 3;
  background-image: linear-gradient(to right, transparent, var(--black) 79%);
  width: 100%;
  max-width: 350px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-bgr.left {
  background-image: linear-gradient(to right, var(--black), transparent);
  inset: 0% auto 0% 0%;
}

.team-content {
  width: 100%;
  margin-bottom: 80px;
}

.team-icon {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.team-icon-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-background {
  background-image: url('../images/Union_1Union.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 480px;
  margin-top: 80px;
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.full-block {
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.green-block-team {
  background-color: var(--primary);
  border-radius: 3px;
  height: 270px;
}

.subtitle-team {
  max-width: 665px;
}

.quote {
  margin-bottom: 0;
}

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

.landing-page-link:hover {
  color: var(--dim-grey);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-102 {
  opacity: .44;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  font-size: 25px;
}

.link-2 {
  color: var(--dim-grey);
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

  .section.landing-banner {
    align-items: center;
  }

  .section.spacing, .section.main-spacing, .section.carrer, .section.shop-details {
    padding-top: 80px;
  }

  .section.lasr-section {
    padding-bottom: 50px;
  }

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

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

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

  .navbar {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .nav-container {
    padding-right: 6px;
  }

  .nav-menu {
    justify-content: flex-start;
    display: flex;
  }

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

  .nav-dropdown-toggle.first {
    padding-left: 65px;
  }

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

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

  .nav-menu-wrapper {
    grid-column-gap: 0px;
  }

  .footer {
    padding-top: 80px;
  }

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

  .team-card-content-wrapper {
    margin-top: 30px;
  }

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

  .career-list-item-wrapper {
    padding: 50px;
  }

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

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

  .job-position-sidebar-wrapper {
    width: 38%;
  }

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

  .footer-wrapper {
    grid-column-gap: 120px;
    justify-content: flex-start;
  }

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

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

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

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

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

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .landing-inner-page-item.last-screen {
    display: block;
  }

  .landing-inner-page-image {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    justify-content: center;
    justify-items: center;
    max-width: 1200px;
  }

  .blog-sidebar-right-wrapper {
    width: 33%;
  }

  .banner-slider-container {
    background-image: none;
    padding-top: 30px;
  }

  .home-banner-section {
    justify-content: center;
  }

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

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

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

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

  .banner-section.about {
    align-items: flex-start;
    min-height: 700px;
  }

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

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

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

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

  .home-10-about-item {
    justify-content: center;
    padding: 50px 30px;
  }

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

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

  .shop-list-image.pd {
    height: 300px;
  }

  .arrow-block {
    top: 25%;
    right: 27%;
  }

  .arrow-block.home-2 {
    width: 15%;
    display: block;
    inset: 63% -2% auto auto;
  }

  .arrow-block.landing {
    top: 13%;
    right: 0%;
  }

  .cube._01 {
    top: 10.5%;
    right: 22%;
  }

  .cube._02 {
    top: 21%;
    right: 7%;
  }

  .cube._03 {
    right: 12%;
  }

  .integration-wrap {
    justify-content: center;
  }

  .label.white-text {
    margin-top: 30px;
    margin-left: 30px;
  }

  .dark-text.key-header {
    width: 77%;
  }

  .white-bgr-slider {
    left: 5%;
    transform: translate(24.5%);
  }

  .payments-wrap {
    justify-content: center;
    margin-top: 130px;
  }

  .image-right {
    width: 50%;
    margin-right: -100px;
  }

  .line-image {
    left: 10%;
  }

  .credit-cart {
    z-index: 2;
  }

  .content-wrap {
    align-items: flex-start;
  }

  .bottom-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .explore-content {
    grid-column-gap: 120px;
    align-items: flex-start;
  }

  .left-image-about {
    padding-bottom: 50px;
  }

  .right-image-about {
    top: -80px;
    left: -100px;
  }

  .image-absolute {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: flex-start;
    width: 700px;
    height: 100%;
    margin-right: 30px;
    inset: auto 0% 0% auto;
    overflow: hidden;
  }

  .image-absolute.ml-10 {
    width: 750px;
    margin-right: 10px;
  }

  .image-01 {
    object-fit: cover;
    margin-top: 60px;
  }

  .right-image-wrap {
    flex: none;
    width: 690px;
  }

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

  .ell-bgr {
    background-size: auto;
    width: 94.5%;
  }

  .ell-bgr.landing {
    min-height: 360px;
  }

  .paragraph {
    max-width: 400px;
  }

  .bullet-block {
    margin-top: 50px;
    margin-right: 30px;
  }

  .arrows-bottom {
    left: 33%;
  }

  .arrows-bottom.home-2 {
    left: 36%;
  }

  .banner-content-home-2.padding {
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: contain;
  }

  .text-content-banner {
    width: 500px;
  }

  .text-content-banner.maxw {
    width: 55%;
  }

  .image-banner {
    max-width: 660px;
  }

  .green-banner-bgr {
    width: 36%;
  }

  .green-banner-bgr.mt-0 {
    z-index: 3;
  }

  .green-banner-bgr.career {
    background-color: #9aea72;
  }

  .container-home {
    width: 100%;
  }

  .clients-wrap {
    grid-column-gap: 40px;
    padding-top: 100px;
  }

  .clients-wrap.home-4 {
    margin-bottom: 130px;
  }

  .background-video {
    margin-top: 100px;
  }

  .top-green-block {
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 50px;
  }

  .top-green-block.align, .top-green-block.align-grey {
    padding-top: 40px;
    padding-right: 50px;
  }

  .light-block {
    top: 44%;
    right: 38%;
  }

  .right-image {
    padding-top: 80px;
  }

  .right-image.left {
    height: 53%;
  }

  .right-image.right {
    height: 64%;
  }

  .heading-green-block {
    max-width: 550px;
  }

  .team-wrap-block {
    padding-bottom: 130px;
  }

  .reports-block {
    grid-column-gap: 70px;
  }

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

  .clients-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grey-bgr {
    width: 45%;
    margin-left: 50px;
  }

  .green-block {
    width: 45%;
    margin-right: 50px;
  }

  .grey-description {
    padding: 60px 70px 70px;
  }

  .main-image-green-block {
    margin-top: 70px;
    margin-left: 70px;
  }

  .top-image {
    margin-top: 20px;
    margin-right: 20px;
  }

  .bottom-image {
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .images-banner {
    margin-top: 130px;
  }

  .left-image-banner {
    width: 100%;
  }

  .left-image-banner.spacing {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-absolute-01 {
    margin-left: -40px;
  }

  .block-horizontal {
    grid-column-gap: 50px;
  }

  .large-heading {
    font-size: 140px;
    line-height: 1.1em;
  }

  .large-heading.size {
    font-size: 120px;
  }

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

  .built-wrap {
    margin-bottom: 130px;
  }

  .cart-built {
    padding: 60px;
  }

  .description-cart.padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-union-01 {
    margin-left: 46px;
    top: 36%;
  }

  .image-union-02 {
    margin-right: 40px;
  }

  .image-union-03 {
    margin-top: 35px;
    left: 17%;
  }

  .image-union-04 {
    margin-right: 205px;
    bottom: 35%;
  }

  .main-text-block.career {
    text-align: right;
    align-items: flex-end;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .subtitle-main-text {
    max-width: 650px;
  }

  .subtitle-main-text.cu2, .subtitle-main-text.width-career {
    max-width: 500px;
  }

  .location {
    top: 49%;
    left: 23%;
  }

  .location-absolute {
    left: 12%;
  }

  .text-content-right-home-1 {
    grid-row-gap: 70px;
    min-height: 95vh;
  }

  .text-content-right-home-1.rows {
    width: 50%;
  }

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

  .collection-list-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .location-block {
    margin-bottom: 50px;
  }

  .top-block {
    grid-column-gap: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick-stack-2 {
    grid-row-gap: 50px;
  }

  .tab-text {
    text-align: left;
    width: auto;
  }

  .tabs-block {
    flex-direction: row;
    align-items: flex-start;
  }

  .tabs-wrapper {
    width: 60%;
  }

  .tabs-menu-2 {
    justify-content: space-between;
  }

  .title-block {
    text-align: left;
  }

  .tab-heading-blue-hover {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cart-button {
    padding-right: 30px;
  }

  .cart-quantity {
    margin-right: 20px;
  }

  .empty-state {
    text-align: center;
    background-color: #0000;
    font-size: 18px;
  }

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

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

  .lightbox-link-shop {
    min-width: 550px;
  }

  .slide-intro.small {
    max-width: 480px;
  }

  .product-showcase {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .slider-product.clip {
    border-radius: 12px;
  }

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

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

  .image-banner-about {
    width: 50%;
    padding-top: 80px;
    padding-right: 0;
    top: 0%;
  }

  .image-bottom {
    width: auto;
    bottom: -1%;
  }

  .image-top-banner {
    width: auto;
  }

  .gradient-bgr {
    max-width: 370px;
  }

  .team-content {
    margin-bottom: 130px;
  }

  .image-background {
    margin-top: 130px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .link-2.w--current {
    flex: 1;
  }
}

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

  .section.landing-banner {
    padding-top: 40px;
  }

  .landing-download-block-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

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

  .arrow-block {
    right: 30%;
  }

  .arrow-block.home-2 {
    width: auto;
    top: 52%;
    right: -3%;
  }

  .arrow-block.landing {
    top: 14%;
    right: 6%;
  }

  .cube._01 {
    right: 21%;
  }

  .cube._02 {
    right: 8%;
  }

  .ell-bgr {
    width: 92.5%;
  }

  .ell-bgr.landing {
    min-height: 360px;
  }

  .banner-content-home-2.padding {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .image-banner {
    max-width: 680px;
    margin-left: 60px;
  }

  .grey-bgr, .green-block {
    width: 45.5%;
  }

  .image-absolute-01 {
    margin-bottom: 40px;
    margin-left: -20px;
    left: -8%;
  }

  .image-absolute-02 {
    margin-top: 60px;
    right: -8%;
  }

  .text-content-right-home-1.rows {
    grid-row-gap: 40px;
  }

  .image-banner-about {
    width: 58%;
  }

  .image-bottom {
    bottom: 0%;
    left: 16%;
  }

  .image-top-banner {
    top: 32%;
    right: 9%;
  }
}

@media screen and (min-width: 1920px) {
  .banner-section {
    min-height: 100vh;
  }

  .banner-section.home-3 {
    min-height: 800px;
  }

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

  .arrow-block {
    right: 35%;
  }

  .arrow-block.home-2 {
    top: 50%;
    right: 6%;
  }

  .arrow-block.landing {
    top: 12%;
    right: 18%;
  }

  .cube._01 {
    top: 10%;
    right: 31.5%;
  }

  .cube._02 {
    right: 16.5%;
  }

  .cube._03 {
    top: 37%;
    right: 22.5%;
  }

  .image-absolute {
    width: 860px;
    margin-right: 90px;
  }

  .image-absolute.ml-10 {
    width: 950px;
  }

  .image-01 {
    object-fit: none;
    margin-top: 80px;
  }

  .ell-bgr {
    background-size: contain;
    width: 91.5%;
    min-height: 470px;
  }

  .ell-bgr.landing {
    background-position: 50%;
    background-size: cover;
    width: 91%;
    min-height: 346px;
  }

  .banner-content-home-2 {
    background-position: 100% 0;
    background-size: auto;
  }

  .image-banner {
    max-width: 850px;
    margin-left: 80px;
  }

  .image-home-2 {
    width: 100%;
    height: 100%;
  }

  .clients-wrap {
    grid-column-gap: 65px;
  }

  .grey-bgr, .green-block {
    width: 46.5%;
  }

  .right-image-banner.spacing {
    width: auto;
  }

  .image-absolute-01 {
    margin-left: 0;
    left: -17%;
  }

  .illumination {
    top: 11%;
    left: 11%;
  }

  .main-text-block.career {
    width: 55%;
  }

  .banner-block-left-home-1 {
    width: 47%;
    max-height: none;
  }

  .text-content-right-home-1 {
    grid-row-gap: 160px;
  }

  .text-content-right-home-1.rows {
    grid-row-gap: 100px;
  }

  .section-login {
    align-items: center;
    min-height: 92vh;
    display: flex;
  }

  .compare-content-block.space-batween-first {
    padding-top: 30px;
  }

  .compare-content-block.border-last {
    padding-bottom: 30px;
  }

  .compare-content-block.space-batween {
    padding-top: 30px;
  }

  .section-content-full-2 {
    max-width: 1640px;
  }

  .image-banner-about {
    width: 63%;
  }

  .image-bottom {
    left: 26%;
  }

  .image-top-banner {
    right: 22%;
  }

  .image-background {
    margin-left: 50px;
    margin-right: 50px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  blockquote {
    font-size: 30px;
  }

  .section.landing-banner {
    margin-top: 30px;
  }

  .section.main-spacing, .section.carrer {
    padding-top: 50px;
  }

  .grid-system {
    width: 100%;
  }

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

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

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

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

  .bottom-style-spacing-desktop {
    bottom: 6%;
    right: -4%;
  }

  .top-style-spacing-desktop {
    top: 4%;
    right: -4%;
  }

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

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

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

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

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
    right: -4%;
  }

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

  .bottom-style-spacing-mobile {
    bottom: 6%;
    right: -4%;
  }

  .navbar {
    border-radius: 0;
    min-height: 60px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

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

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

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

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

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

  .nav-dropdown-toggle {
    color: var(--dim-grey);
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

  .nav-item-title {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

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

  .coming-soon-heading {
    max-width: 500px;
  }

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

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-post-image {
    max-height: 350px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-sidebar-right {
    width: 100%;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

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

  .footer-bottom-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .team-card-content-wrapper {
    justify-content: center;
    padding-left: 15px;
  }

  .team-grid-large {
    grid-template-columns: 1fr 1fr;
  }

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

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-item {
    width: 47.9%;
  }

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

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

  .job-position-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .job-position-sidebar-wrapper {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 20px;
  }

  .contacts-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
  }

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

  .contacts-form-wrapper {
    width: 70%;
    min-height: auto;
    padding: 30px;
  }

  .contacts-form-wrapper.minh {
    min-height: auto;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .contacts-2-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .footer-wrapper {
    grid-column-gap: 130px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .search-section {
    margin-top: 30px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .landing-inner-page-item.last-screen {
    display: block;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

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

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

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 50px;
    position: static;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-banner-description {
    font-size: 22px;
  }

  .home-banner-section {
    justify-content: center;
    padding-top: 60px;
  }

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

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

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

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

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

  .banner-section.home-3 {
    flex-direction: column;
    min-height: 915px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-section.about {
    flex-direction: column;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .arrow-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

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

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

  .coming-soon-form-main {
    justify-content: center;
    width: 100%;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .button-header-wrap {
    display: none;
  }

  .banner-content {
    max-width: 550px;
  }

  .arrow-block {
    width: 20%;
    top: 36%;
    right: 15%;
  }

  .arrow-block.landing {
    top: 18%;
  }

  .cube._01 {
    top: 12%;
  }

  .cube._02 {
    top: 23%;
    right: 13%;
  }

  .cube._03 {
    top: 35%;
  }

  .image-top {
    grid-column-gap: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-block {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }

  .integration-wrap {
    grid-column-gap: 60px;
  }

  .slider-text-content.maxw {
    max-width: 320px;
  }

  .dark-text.key-header {
    width: 100%;
  }

  .slider-integration, .slide-integration {
    max-width: 300px;
  }

  .image-cover.radius-3px {
    height: 400px;
  }

  .white-bgr-slider {
    max-width: 300px;
  }

  .left-arrow-integration, .right-arrow-integration {
    display: none;
  }

  .white-bgr {
    max-width: 250px;
  }

  .line-image {
    width: 22%;
    top: 38%;
    left: 3%;
  }

  .credit-cart {
    width: 60%;
  }

  .point {
    bottom: -6%;
    left: -8%;
  }

  .point.position {
    top: -7%;
    right: -6%;
  }

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

  .left-content {
    text-align: center;
    max-width: 600px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-block {
    grid-column-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .check-block {
    align-items: center;
    width: 100%;
  }

  .explore-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .text-block-explore {
    text-align: center;
    align-items: center;
  }

  .about-us-content {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .text-content-about {
    text-align: center;
    align-items: center;
    max-width: 90%;
  }

  .images-about {
    justify-content: center;
  }

  .left-image-about {
    position: relative;
    left: 50px;
  }

  .right-image-about {
    left: -50px;
  }

  .text-content-wrap, .button-content {
    justify-content: center;
  }

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

  .image-absolute {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .image-absolute.ml-10 {
    height: 400px;
  }

  .image-01 {
    border-radius: 10px;
    width: 1005px;
    height: 350px;
    margin-top: 0;
  }

  .right-image-wrap {
    justify-content: center;
    display: flex;
  }

  .ell-bgr {
    background-position: 50%;
  }

  .ell-bgr.landing {
    min-height: 290px;
  }

  .arrows-bottom {
    bottom: -8%;
    left: 4%;
  }

  .arrows-bottom.home-2 {
    left: 10%;
  }

  .image-6 {
    object-fit: cover;
    object-position: 0% 0%;
  }

  .image-100 {
    height: 100%;
  }

  .button-header-tablet {
    width: 100%;
    margin-top: 30px;
    display: block;
  }

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

  .banner-content-home-2 {
    background-position: 100% 0;
    background-size: auto;
    flex-direction: column-reverse;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 0;
  }

  .banner-content-home-2.padding {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .banner-content-home-2.none-image {
    padding-top: 0;
  }

  .text-content-banner {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
  }

  .text-content-banner.maxw {
    width: 100%;
  }

  .heading-home-2 {
    max-width: 600px;
    font-size: 48px;
  }

  .heading-home-2.home-3 {
    max-width: 500px;
  }

  .image-banner {
    max-width: 100%;
    margin-left: 0;
    position: relative;
    top: 0%;
    transform: none;
  }

  .green-banner-bgr {
    height: 100%;
  }

  .green-banner-bgr.career {
    background-color: #9aea724d;
  }

  .text-banner {
    max-width: 500px;
  }

  .container-home {
    z-index: 3;
  }

  .container-home.justify {
    width: 100%;
  }

  .clients-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .clients-wrap.home-3 {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-green-block {
    align-items: flex-start;
    padding-top: 20px;
  }

  .light-block {
    max-width: 150px;
    top: 64%;
  }

  .light-block.right {
    margin-bottom: 80px;
    margin-left: 30px;
  }

  .right-image {
    height: 75%;
  }

  .right-image.left {
    height: 50%;
  }

  .right-image.right {
    width: 70%;
  }

  .subtitle-green-block {
    max-width: 320px;
  }

  .image-green-block.position, .image-green-block.position-right {
    object-fit: cover;
  }

  .team-images {
    margin-top: 100px;
  }

  .name {
    left: 3%;
  }

  .name.position-01 {
    top: 63%;
    right: 10%;
  }

  .name.position-02 {
    left: 17%;
  }

  .name.position-03 {
    right: 2%;
  }

  .black-label {
    font-size: 15px;
  }

  .list-block {
    max-width: 500px;
  }

  .reports-block {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .reports-description {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .images-left {
    max-width: 100%;
  }

  .grey-bgr {
    width: 100%;
    margin-left: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .green-block {
    width: 100%;
    height: 400px;
    margin-right: 0;
    position: relative;
    inset: auto 0% 0%;
  }

  .grey-description {
    text-align: center;
    align-items: center;
  }

  .subtitle-grey-block {
    max-width: 500px;
    margin-bottom: 50px;
  }

  .top-image {
    width: 20%;
  }

  .bottom-image {
    width: 25%;
  }

  .text-content-grey-block {
    align-items: center;
    width: 100%;
  }

  .images-banner {
    height: 450px;
    margin-top: 60px;
  }

  .left-image-banner {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .right-image-banner {
    height: 100%;
  }

  .image-absolute-01 {
    margin-left: 15px;
  }

  .image-absolute-02 {
    display: none;
    right: 24%;
  }

  .shadows-block {
    filter: blur(150px);
    width: 40%;
    min-height: 150px;
    left: 38%;
  }

  .shadows-block.about {
    filter: blur(230px);
    width: 60%;
    min-height: 300px;
    bottom: 52%;
    left: 21%;
  }

  .large-heading {
    font-size: 70px;
  }

  .built-carts {
    grid-template-columns: 1fr;
  }

  .cart-built.spacing {
    padding-top: 40px;
  }

  .description-cart.padding {
    padding-bottom: 40px;
  }

  .second, .third {
    margin-left: -20px;
  }

  .image-union-01 {
    left: 16%;
  }

  .image-union-02 {
    right: 15%;
  }

  .image-union-04 {
    margin-right: 0;
    bottom: 30%;
    right: 28%;
  }

  .image-home-4 {
    object-fit: contain;
    object-position: 0% 0%;
    height: 100%;
  }

  .main-section {
    min-height: 300px;
  }

  .main-text-block.career {
    align-items: center;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-main-text {
    max-width: 350px;
  }

  .subtitle-main-text.width-career {
    max-width: 100%;
  }

  .background-video-01 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .form-block-contact {
    min-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .location, .location-absolute {
    display: none;
  }

  .register-block {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

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

  .text-description {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-description.home-1 {
    align-items: center;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .click-here-block.maxw-400 {
    margin-top: 0;
  }

  .banner-block-left-home-1 {
    width: 100%;
    max-height: 100%;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .text-content-right-home-1 {
    grid-row-gap: 50px;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding-top: 100px;
  }

  .text-content-right-home-1.rows {
    width: 100%;
    min-height: auto;
    padding-top: 80px;
    padding-right: 0;
  }

  .form-block {
    width: 100%;
  }

  .form-register {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-block-2 {
    flex-direction: column;
    align-items: center;
  }

  .tabs-wrapper {
    width: 100%;
  }

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

  .grid-column-blocks-2 {
    width: auto;
  }

  .compare-content-block {
    width: 250px;
  }

  .section-content-full-2 {
    width: auto;
  }

  .section-content-full-2.last {
    margin-bottom: 10px;
  }

  .table-content-2 {
    padding-top: 50px;
    overflow: auto;
  }

  .column-blocks-2 {
    width: auto;
  }

  .cart-button {
    justify-content: flex-end;
  }

  .cart {
    flex: 1;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

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

  .shop-details-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .shop-lightbox-item {
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .shop-lightbox-item:last-child {
    width: 100%;
  }

  .shop-lightbox {
    display: flex;
  }

  .lightbox-link-shop {
    width: 100%;
    max-width: none;
    height: 400px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 50px;
  }

  .product-showcase {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .showcase-image {
    min-height: 90vw;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .row {
    flex-direction: column;
  }

  .image-banner-about {
    width: 100%;
    padding-right: 0;
    position: relative;
  }

  .image-bottom {
    width: auto;
    margin-left: 0;
    bottom: 0%;
    left: 5%;
  }

  .image-top-banner {
    width: auto;
    margin-right: 0;
    top: 23%;
    right: 10%;
  }

  .block-with-image {
    height: 380px;
  }

  .slider-block {
    margin-left: 15px;
  }

  .slider-about {
    overflow: auto;
  }

  .slider-about.about-hidden, .gradient-bgr {
    display: none;
  }

  .team-icon {
    flex-wrap: wrap;
  }

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

  .image-background {
    height: 380px;
  }

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

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

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 25px;
  }

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

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

  .section.main-spacing, .section.carrer {
    padding-top: 30px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

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

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

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

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

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

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

  .colors-container {
    margin-top: 20px;
  }

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

  .style-guide-body-wrapper, .primary-button.full-width-mobile {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

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

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

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

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

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

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

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

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

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

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

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

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

  .password-image {
    width: 100px;
  }

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

  .coming-soon-heading {
    font-size: 44px;
  }

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

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

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

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

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer {
    padding-top: 60px;
  }

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

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

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .career-list-item-wrapper {
    text-align: center;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .career-position-wrapper {
    text-align: center;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .services-item {
    width: 100%;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 30px;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .accordion-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

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

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

  .job-position-sidebar-wrapper {
    width: 100%;
    position: relative;
    top: 0;
  }

  .contacts-wrapper {
    grid-row-gap: 60px;
  }

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

  .contacts-form-wrapper {
    width: 100%;
    padding: 10px 15px 20px;
  }

  .contacts-form-wrapper.minh {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

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

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

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

  .adress-card {
    padding: 20px 30px;
  }

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

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

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

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

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

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

  .customer-wrapper {
    height: 240px;
  }

  .block-quote-name {
    font-size: 16px;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

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

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

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

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-banner-description {
    font-size: 18px;
  }

  .banner-slider-container {
    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;
  }

  .banner-section.home-3 {
    min-height: 890px;
  }

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

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

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

  .career-collection-list-wrapper {
    margin-top: 30px;
  }

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

  .subtitle-2 {
    line-height: 16px;
  }

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

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

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

  .brand {
    padding-left: 0;
  }

  .main-shop-list-item {
    text-align: center;
  }

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

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

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .banner-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .arrow-block {
    top: 41%;
    right: 12%;
  }

  .arrow-block.landing {
    top: 21%;
  }

  .cube._01 {
    inset: 5% auto auto 10%;
  }

  .cube._02 {
    inset: auto auto 52% 10%;
  }

  .cube._03 {
    top: 40%;
    right: 4%;
  }

  .image-top {
    height: 350px;
  }

  .integration-wrap {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .slider-text-content {
    text-align: center;
    max-width: 100%;
  }

  .slider-text-content.maxw {
    align-items: center;
    max-width: 100%;
  }

  .dark-text.margin-space {
    margin-top: 20px;
  }

  .slider-integration {
    margin-left: auto;
    margin-right: auto;
  }

  .white-bgr-slider {
    min-height: 470px;
    inset: auto auto 0% 22%;
  }

  .payments-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .white-bgr {
    max-width: 300px;
  }

  .line-image {
    top: 23%;
    left: 12%;
  }

  .point {
    left: -6%;
  }

  .point.position {
    top: -5%;
  }

  .bottom-block {
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .check-block {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-explore {
    max-width: 100%;
  }

  .about-us-content.mt {
    margin-top: 10px;
  }

  .text-content-about {
    max-width: 100%;
  }

  .left-image-about {
    width: 50%;
    position: relative;
    left: 60px;
  }

  .right-image-about {
    width: 50%;
    top: -15px;
    left: -60px;
  }

  .text-content {
    max-width: 100%;
  }

  .image-absolute.ml-10 {
    height: 300px;
  }

  .image-01 {
    height: 250px;
  }

  .relative-block {
    max-width: 100%;
  }

  .ell-bgr {
    min-height: 450px;
  }

  .ell-bgr.landing {
    min-height: 260px;
  }

  .arrows-bottom {
    width: 20%;
    bottom: -2%;
    left: 7%;
  }

  .banner-content-home-2.padding {
    background-size: cover;
  }

  .heading-home-2 {
    font-size: 40px;
  }

  .green-banner-bgr.career {
    background-color: #9aea724d;
  }

  .heading-wrap {
    grid-row-gap: 10px;
  }

  .background-video {
    height: 350px;
    min-height: auto;
  }

  .top-green-block {
    padding-right: 30px;
  }

  .top-green-block.align {
    text-align: center;
  }

  .top-green-block.align-grey {
    margin-bottom: 0;
  }

  .light-block {
    margin-left: 20px;
    inset: 55% auto auto 0%;
  }

  .right-image {
    width: 80%;
    height: 50%;
  }

  .right-image.left {
    height: 60%;
  }

  .right-image.right {
    width: 75%;
    height: 85%;
  }

  .heading-green-block {
    grid-row-gap: 10px;
    text-align: center;
    max-width: 100%;
  }

  .subtitle-green-block {
    max-width: 100%;
  }

  .image-green-block {
    width: 100%;
  }

  .bottom-green-blocks {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .team-images {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .team {
    margin-left: -50px;
  }

  .team.first {
    margin-left: -50px;
    top: 0;
  }

  .team.last {
    margin-left: 0;
    margin-right: -50px;
    top: 0;
  }

  .team.second {
    margin-left: 0;
    margin-right: -50px;
    bottom: 0;
  }

  .name {
    inset: 8% 8% auto auto;
  }

  .name.position-01 {
    top: 62%;
    right: 2%;
  }

  .name.position-02 {
    inset: 36% auto auto 5%;
  }

  .name.position-03 {
    inset: auto auto 3% 6%;
  }

  .tools-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .list-block {
    max-width: 100%;
  }

  .image-logo-wrap {
    width: 50%;
  }

  .image-absolute-01 {
    width: 30%;
    margin-bottom: -20px;
  }

  .shadows-block {
    width: 50%;
  }

  .block-horizontal {
    text-align: center;
    flex-direction: column;
  }

  .right-content {
    grid-row-gap: 50px;
    align-items: center;
    width: 100%;
  }

  .left-block {
    grid-row-gap: 10px;
  }

  .large-heading {
    font-size: 50px;
  }

  .carts-block {
    margin-top: 60px;
  }

  .cart-built {
    padding: 20px 20px 30px;
  }

  .cart-built.spacing {
    padding-top: 20px;
  }

  .description-cart.padding {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .second {
    margin-left: -70px;
  }

  .third {
    margin-left: -90px;
  }

  .image-union-01 {
    left: 2%;
  }

  .image-union-02 {
    right: 2%;
  }

  .image-union-04 {
    bottom: 34%;
  }

  .main-text-block.career {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .form-block-contact {
    min-width: 100%;
  }

  .register-block {
    margin-top: 30px;
  }

  .text-description.home-1 {
    margin-bottom: 30px;
  }

  .banner-block-left-home-1 {
    min-height: 500px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 50px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .cell.hidden-mobile {
    display: none;
  }

  .tabs-menu-2 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .grid-column-blocks-2 {
    grid-template-columns: 1.25fr .5fr .5fr .5fr;
    max-width: none;
  }

  .compare-content-block {
    width: 250px;
  }

  .compare-content-block.hidden-compare {
    display: none;
  }

  .section-content-full-2 {
    width: auto;
    padding-left: 15px;
    display: inline-block;
  }

  .check-2 {
    font-size: 15px;
  }

  .column-wrapper-block-2 {
    display: flex;
    overflow: hidden;
  }

  .table-content-2 {
    overflow: auto;
  }

  .column-blocks-2 {
    flex: none;
    max-width: none;
  }

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

  .categories-list {
    justify-content: center;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 25px;
  }

  .shop-details-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .shop-lightbox-item {
    width: 100%;
  }

  .lightbox-link-shop {
    height: 300px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 60px;
  }

  .h2-shop-details {
    font-size: 30px;
  }

  .slide-heading {
    font-size: 48px;
  }

  .slide-content.flex-bottom {
    min-height: 525px;
  }

  .slide-intro.small {
    max-width: 100%;
  }

  .showcase-image {
    min-height: 70vw;
    max-height: 70vh;
  }

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

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

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

  .image-top-banner {
    right: 5%;
  }

  .block-with-image {
    padding-bottom: 80px;
  }

  .team-content {
    margin-bottom: 60px;
  }

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

  .image-background {
    background-size: cover;
  }

  .full-block {
    margin-top: 30px;
  }

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

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

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

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

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

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

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

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

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

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

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

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-toggle.first {
    width: 100%;
  }

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

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

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

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

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content {
    padding: 10px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .accordion-item {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-input.width {
    width: 100%;
  }

  .footer-social-icons-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-links-wrapper.last {
    margin-bottom: 0;
  }

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

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

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

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

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .landing-home-pages-wrapper {
    display: flex;
  }

  .banner-slider-container {
    padding-bottom: 50px;
  }

  .home-banner-section {
    min-height: auto;
  }

  .home-buttons-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

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

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

  .shop-price-wrapper {
    grid-column-gap: 10px;
  }

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

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .arrow-block {
    display: none;
  }

  .cube._01, .cube._02, .cube._03 {
    width: 45px;
    height: 45px;
  }

  .integration-wrap {
    overflow: hidden;
  }

  .label.white-text {
    margin-top: 10px;
    padding: 4px 15px;
    font-size: 12px;
  }

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

  .image-cover.radius-3px {
    height: 270px;
  }

  .white-bgr-slider {
    left: 8%;
  }

  .white-bgr {
    max-width: 200px;
  }

  .line-image {
    top: 25%;
    left: 10%;
  }

  .point {
    left: -8.5%;
  }

  .point.position {
    top: -8%;
  }

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

  .bottom-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .check-block {
    justify-content: flex-start;
  }

  .left-image-about {
    left: 30px;
  }

  .right-image-about {
    left: -30px;
  }

  .button-content {
    grid-row-gap: 15px;
    flex-direction: column;
  }

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

  .ell-bgr {
    min-height: 520px;
  }

  .ell-bgr.landing {
    min-height: 240px;
  }

  .bullet-block {
    margin-top: 20px;
  }

  .arrows-bottom {
    display: none;
  }

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

  .banner-content-home-2.padding {
    background-image: url('../images/Union_1Union.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .green-banner-bgr {
    background-color: #9aea7280;
  }

  .container-home.align {
    justify-content: center;
  }

  .top-green-block {
    height: 530px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-green-block.align, .top-green-block.align-grey {
    height: 400px;
  }

  .light-block {
    top: 57%;
  }

  .light-block.right {
    margin-bottom: 50px;
  }

  .right-image.right {
    height: 78%;
  }

  .team {
    border-radius: 25px;
    width: 180px;
    height: 180px;
    margin-left: 0;
    margin-right: auto;
  }

  .team.first {
    width: 180px;
    margin-left: 0;
    margin-right: auto;
  }

  .team.last, .team.second, .team._02 {
    margin-left: auto;
    margin-right: 0;
  }

  .name, .name.position-01 {
    right: 0%;
  }

  .name.position-02, .name.position-03 {
    left: 0%;
  }

  .maxw-720.size {
    font-size: 22px;
  }

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 15px;
  }

  .grey-description {
    padding: 20px 15px 30px;
  }

  .image-logo-wrap {
    width: 70%;
  }

  .images-banner {
    grid-column-gap: 10px;
    height: 300px;
  }

  .left-image-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-image-banner {
    width: 40%;
  }

  .shadows-block {
    filter: blur(120px);
    bottom: 13%;
  }

  .image-cart {
    max-width: 250px;
  }

  .description-cart {
    margin-top: 30px;
  }

  .first {
    width: 40%;
  }

  .second {
    width: 60%;
  }

  .third {
    width: 50%;
  }

  .illumination {
    top: 11%;
  }

  .image-union-01 {
    width: 20%;
    top: 23%;
  }

  .image-union-02 {
    width: 20%;
  }

  .image-union-03 {
    width: 20%;
    left: 12%;
  }

  .image-union-04 {
    width: 20%;
    bottom: 45%;
    right: 39%;
  }

  .main-text-block {
    text-align: center;
    align-items: center;
  }

  .subtitle-main-text {
    max-width: none;
  }

  .form-block-contact {
    padding: 30px;
  }

  .checkbox {
    width: 18px;
    height: 18px;
  }

  .input-wrapper.mt-20, .input-wrapper.mb-15 {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .checkbox-field {
    font-size: 14px;
  }

  .register-block {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .register-block.mt {
    margin-top: 10px;
  }

  .text-description.home-1 {
    margin-bottom: 30px;
  }

  .banner-block-left-home-1 {
    min-height: 100%;
  }

  .top-block, .inputs-block {
    flex-direction: column;
  }

  .tab-heading-blue-hover {
    justify-content: flex-start;
  }

  .grid-column-blocks-2 {
    grid-template-columns: .5fr .25fr .25fr .25fr;
  }

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

  .categories-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .shop-lightbox-item {
    width: 100%;
  }

  .slide-heading {
    font-size: 40px;
  }

  .product-showcase {
    overflow: hidden;
  }

  .slider-product.clip {
    max-width: none;
  }

  .showcase-products {
    grid-template-columns: 1fr;
  }

  .block-header {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .order-item {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column wrap;
  }

  .centered-checkout-block {
    justify-content: center;
  }

  .image-banner-about {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-bottom {
    width: 40%;
  }

  .image-top-banner {
    width: 30%;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-efe8a6eb-5645-35e0-65ab-4157642cf9b9-e695b60c, #w-node-_372136d8-e829-64ef-67e2-838d3299aaf5-e695b60c, #w-node-_3046d385-00ef-1a39-a240-eeadbd211d20-e695b60c, #w-node-f8dcdfff-88b2-174f-772a-e4e26476447c-e695b60c, #w-node-_2e780f7e-ddc2-b018-b89f-b3fe073d5c8c-e695b60c, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-e695b622, #w-node-_7d2ec30f-889e-0d67-73e5-e1d110e6f9a2-e695b622, #w-node-_8cf9ba2b-25c2-cc68-5c2c-c50050af308c-e695b622, #w-node-_7decd877-64b8-d3fa-4456-fae94900255f-e695b622, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-e695b627, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-e695b627, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-e695b627, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-e695b627, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-e695b627, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-e695b627, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-e695b627, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-e695b627, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-e695b627, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-e695b627, #w-node-_2acfa8db-4936-b1f5-6e0a-f26ffa153a74-e695b62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b35d685-3b3b-13e9-9910-3ea817802548-e695b62e {
  grid-area: 1 / 1 / 2 / 4;
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-e695b622, #w-node-_7d2ec30f-889e-0d67-73e5-e1d110e6f9a2-e695b622, #w-node-_8cf9ba2b-25c2-cc68-5c2c-c50050af308c-e695b622, #w-node-_7decd877-64b8-d3fa-4456-fae94900255f-e695b622 {
    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;
}
@font-face {
  font-family: 'Microgrotesk Wght';
  src: url('../fonts/MicroGroteskwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}