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

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

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

:root {
  --paragraph: #414141;
  --black-2: #0f0f0f;
  --primary: #e12f2f;
  --white-smoke: whitesmoke;
  --white: white;
  --dark-slate-grey: #41414180;
  --dark-slate-grey-2: #41414133;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Anton, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--black-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

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

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

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

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

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

label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

blockquote {
  border-left: 4px solid var(--primary);
  color: var(--black-2);
  text-align: center;
  max-width: 900px;
  margin: 25px auto;
  padding: 10px 20px;
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 1.5em;
}

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

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

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  padding-top: 110px;
  padding-bottom: 0;
  display: flex;
}

.section.contacts-3-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-Contact-Us.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 190px;
}

.section.image-background {
  background-image: url('../images/closeup-shot-headlight-silver-car.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  width: 100%;
  height: auto;
}

.section.image-background::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5); /* errësim 50% */
  z-index: 1;
}

.section.image-background .base-container {
  position: relative;
  z-index: 2; /* që teksti të jetë mbi overlay */
}

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

.section.margin {
  background-color: var(--white-smoke);
  padding-top: 60px;
}

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

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

.section.background {
  background-color: #f5f5f5;
}

.base-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

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

.base-container.sizing {
  z-index: 7;
  flex: 1;
}

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

.base-container.direction {
  flex-direction: column;
}

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

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

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

.grid-description.first-description {
  text-align: center;
  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-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

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

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

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

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

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

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

.color-wrapper {
  margin-right: 30px;
}

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

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

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

.light-gray-style-guide {
  background-color: var(--white-smoke);
  border: 1px solid #4141414d;
  width: 75px;
  height: 75px;
}

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

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

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

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

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

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

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

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

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

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

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 60px;
  padding: 14px 26px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

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

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

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

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

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

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

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

.navbar {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#ffffff1a, #ffffff1a);
  border-bottom: 1px solid #fff6;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.relative {
  background-color: var(--white);
  background-image: none;
  position: relative;
}

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

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

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

.nav-dropdown-toggle.first {
  padding-left: 70px;
}

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

.nav-dropdown-list {
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 200px;
  padding: 15px 20px;
}

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

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

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

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

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

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

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

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  transition: color .3s;
}

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

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

.nav-item-title.dark: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 #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: var(--primary);
  text-transform: uppercase;
  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 {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  color: var(--paragraph);
  border: 1px solid #4141414d;
  border-radius: 60px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

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

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

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

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

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

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

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

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  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-input {
  border: 1px solid #4141414d;
  border-radius: 60px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 24px;
}

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

.coming-soon-paragraph {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
}

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

.coming-soon-heading {
  color: var(--white);
  font-size: 70px;
}

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

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

.blog-grid-image-link {
  min-width: 100%;
  overflow: hidden;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
  transition: transform .5s;
}

.blog-grid-image:hover {
  transform: scale(1.4)rotate(5deg);
}

.blog-grid-content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  min-height: 280px;
  padding-top: 10px;
  display: flex;
}

.blog-grid-item {
  display: inline-block;
}

.blog-grid-item-description {
  margin-top: 20px;
  margin-bottom: 50px;
}

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

.blog-grid-post-wrapper {
  position: relative;
}

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

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

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

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

.blog-template-pagination-icon {
  width: 20px;
  height: 20px;
}

.next-post-arrow {
  color: var(--paragraph);
  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(--white-smoke);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.footer-copyright-link {
  color: var(--primary);
  margin-right: 2px;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

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

.footer-copyright-link.last {
  margin-right: 0;
}

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

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

.section-title-wrapper {
  text-align: center;
  flex: none;
  width: 43%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.maxw {
  text-align: left;
  max-width: 410px;
  margin-bottom: 0;
}

.section-title-wrapper.width {
  text-align: left;
  width: 35%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: sticky;
  top: 110px;
}

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

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

.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: var(--black-2);
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.career-position-wrapper {
  margin-top: 10px;
}

.paragraph-large {
  color: var(--white);
  font-size: 18px;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.workflow-content-wrapper {
  align-items: center;
  width: 40%;
  display: flex;
}

.workflow-wrapper {
  grid-column-gap: 50px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

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

.accordion-item {
  background-color: var(--white);
  border: 1px solid #4141414d;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: static;
}

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

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

.accordion-wrap {
  width: 50%;
  margin-right: 30px;
}

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

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

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

.pricing-item {
  background-color: var(--white);
  width: 33.33%;
  position: relative;
  box-shadow: 0 2px 10px #e12f2f4d;
}

.pricing-item.center-item {
  z-index: 10;
}

.pricing-title-wrapper {
  z-index: 2;
  border-bottom: 4px solid var(--primary);
  background-color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.pricing-content {
  z-index: 2;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.pricing-3-plan-price {
  color: var(--paragraph);
  font-size: 20px;
}

.pricing-list {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-list-item {
  border-bottom: 1px solid #4141414d;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 17px;
  line-height: 26px;
  list-style-type: none;
}

.pricing-features-wrapper {
  display: flex;
}

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

.pricing-features-item {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.more-features-icon {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.link-with-icon {
  display: flex;
}

.link-with-icon:hover {
  color: #0e0e0e;
}

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

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

.job-position-sidebar-wrapper {
  border-top: 4px solid var(--primary);
  width: 33%;
  padding: 40px;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 10px #e12f2f33;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

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

.job-position-icon {
  color: var(--primary);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.contacts-detail {
  align-items: center;
  display: flex;
}

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

.hidden {
  display: none;
}

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

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

.contacts-textarea::placeholder {
  color: var(--white);
}

.contacts-3-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-3-banner-wrapper {
  flex-wrap: wrap;
  display: flex;
}

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

.adress-card {
  background-color: var(--white);
  padding: 30px 40px;
  position: relative;
}

.contacts-3-capabilities-wrap-left {
  width: 45%;
  padding-right: 80px;
}

.contacts-3-list {
  grid-row-gap: 10px;
  color: #535353;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.numbers-list-item {
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 32px;
  display: flex;
}

.contacts-list-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: -31px;
  margin-right: 20px;
  font-family: Anton, sans-serif;
  display: flex;
}

.contacts-3-capabilities-wrap-right {
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.contacts-3-capabilities-wrapper {
  width: 100%;
  display: flex;
}

.contacts-3-form-wrapper {
  background-color: var(--primary);
  width: 100%;
  margin-bottom: 0;
  padding: 40px;
}

.contact-3-inputs-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contacts-3-input {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 60px;
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  transition: all .2s;
}

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

.contacts-3-input::placeholder {
  color: var(--white);
}

.contacts-3-input.select-input {
  color: var(--white);
  margin-right: 0;
}

.contacts-3-form {
  text-align: center;
  width: 100%;
}

.footer-link {
  color: var(--paragraph);
  font-size: 18px;
}

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

.footer-link.maxw {
  max-width: 315px;
  line-height: 1.5em;
}

.footer-wrapper {
  grid-column-gap: 100px;
  border-bottom: 1px solid #0009;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

.white-text {
  color: #fff;
}

.white-text.margin {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.white-text.banner {
  max-width: 465px;
  margin-top: 0;
  margin-bottom: 50px;
}

.white-text.mt-25 {
  margin-top: 25px;
}

.white-text.size {
  font-size: 16px;
}

.white-text.spacing {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 30px;
}

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

.white-text.quote {
  font-size: 25px;
}

.white-text.tablet-left-margin {
  margin-left: 15px;
}

.footer-brand-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 670px;
  display: flex;
}

.footer-links-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

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

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

.search-link {
  color: var(--black-2);
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 20px;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  color: var(--paragraph);
  border: 1px solid #4141414d;
  border-radius: 60px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
}

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

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

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

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

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

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

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #4141414d;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.testimonials-card-content {
  margin-top: 20px;
}

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

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

.service-details-sidebar-wrapper {
  border-top: 4px solid var(--primary);
  background-color: var(--white);
  flex: none;
  width: 35%;
  padding: 20px 40px 30px;
  position: sticky;
  top: 40px;
  box-shadow: 0 2px 10px #e12f2f1a;
}

.service-details-content {
  grid-column-gap: 50px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

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

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

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

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

.about-image-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  flex: none;
  max-width: 550px;
  height: 900px;
  display: flex;
  position: absolute;
  top: -158px;
}

.about-1-list-wrapper {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.card-wrapper {
  display: flex;
}

.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);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  padding: 30px;
  font-family: Anton, sans-serif;
}

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

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

.home-banner-section {
  background-color: var(--white-smoke);
  flex-direction: row;
  align-items: flex-start;
  min-height: 730px;
  padding-top: 110px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-section.home-2 {
  background-color: var(--white);
}

.home-banner-section.home-3 {
  background-color: #0000;
  background-image: url('../images/Rectangle-1106-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  padding-bottom: 80px;
}

.secondary-button {
  border: 1px solid var(--primary);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 60px;
  padding: 14px 26px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
}

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

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

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

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

.contacts-3-location-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 30px;
  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;
}

.image-background {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 240px;
  display: flex;
}

.courses-collection {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bold-text {
  color: var(--paragraph);
  font-size: 18px;
  font-weight: 400;
}

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

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

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

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

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

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

.rich-text-style {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

.brand-tablet {
  display: none;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

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

.style-guide-tab-link {
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  background-color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 2px solid var(--primary);
  margin-bottom: 80px;
  display: flex;
}

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

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

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

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

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

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

.section-banner {
  min-height: 460px;
  padding-top: 110px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-banner.blog {
  background-image: linear-gradient(#0003, #0003), url('../images/Banner-Team.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-banner.team {
  background-image: linear-gradient(#0003, #0003), url('../images/car-body-restoration-2025-03-13-02-59-42-utc.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.section-banner.banner {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Banner-Contact-Us.jpg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.shop-tabs {
  width: 100%;
}

.shop-item-link {
  color: var(--black-2);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 1em;
  display: inline-block;
}

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

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

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

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

.shop-item-price-on-sale {
  font-family: Anton, sans-serif;
  font-size: 20px;
  text-decoration: line-through;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.sessions-tab-link {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--black-2);
  padding: 12px 18px;
  font-weight: 600;
}

.sessions-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.main-shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.shop-category-tabs-content {
  overflow: visible;
}

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

.shop-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.shop-item-price {
  color: var(--primary);
  font-family: Anton, sans-serif;
  font-size: 20px;
}

.shop-price-wrapper {
  grid-column-gap: 10px;
  flex-flow: wrap;
  align-items: center;
  width: auto;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.shop-link-block {
  width: 100%;
  display: block;
  overflow: hidden;
}

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

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

.shop-details-image-lightbox {
  border-radius: 10px;
  width: 100%;
  max-height: 600px;
}

.shop-details-block {
  grid-row-gap: 20px;
  border-top: 4px solid var(--primary);
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  display: flex;
  box-shadow: 0 5px 10px #e12f2f1a;
}

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

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

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

.shop-price-on-sale {
  color: var(--paragraph);
  text-decoration: line-through;
}

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

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

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

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

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

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

.position-relative {
  position: relative;
}

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

.success-message {
  color: var(--primary);
  background-color: #0000;
  border: 1px solid #41414133;
  border-radius: 20px;
  font-family: Anton, sans-serif;
}

.success-message.white {
  color: var(--white);
  letter-spacing: .04em;
  border-color: #ffffff80;
}

.error-message {
  color: var(--primary);
  text-align: left;
  background-color: #0000;
  margin-top: 15px;
  padding: 0;
  font-size: 14px;
}

.error-message.white {
  color: var(--white);
}

.button-header {
  justify-content: flex-end;
  display: flex;
}

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

.image-cover.relative {
  position: relative;
}

.image-banner-absolute {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.banner-content {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.banner-content.maxw {
  z-index: 4;
  max-width: 580px;
  position: relative;
}

.banner-content.sd {
  z-index: 2;
  max-width: 400px;
  position: relative;
}

.banner-content.job {
  width: 75%;
  margin-right: 40px;
}

.top-block-banner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #fff6;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.top-block-banner.home-2 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  border-bottom-color: #41414133;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.location-block {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

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

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

.bottom-block-banner {
  max-width: 610px;
  margin-top: 50px;
}

.bottom-block-banner h1 {
  white-space: normal;      /* lejo thyerje teksti */
  line-height: 1.15;
  font-size: clamp(32px, 6vw, 72px);  /* responsive font-size */
}

.bottom-block-banner.centered {
  text-align: center;
  margin-top: 0;
}

.bgr-red-01 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 4% auto;
}

.bgr-red-01._01 {
  width: 40%;
  bottom: 2%;
  right: -3%;
}

.bgr-red-02 {
  z-index: 1;
  position: absolute;
  inset: auto 0% 6% auto;
}

.bgr-red-02._02 {
  width: 40%;
  inset: auto -7% -5% auto;
}

.bgr-red-02.about {
  z-index: 2;
  max-width: 550px;
  margin-top: 60px;
  inset: 0% 0% auto auto;
}

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

.about-image-left {
  flex: none;
  margin-left: 20px;
  position: relative;
}

.image-about {
  max-width: 545px;
  position: relative;
  bottom: 20px;
}

.bgr-absolute {
  background-image: url('../images/Rectangle-8.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: -20px;
  position: absolute;
  inset: 0%;
}

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

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

.paragraph-with-margin.maxw {
  max-width: 470px;
}

.service-content {
  grid-column-gap: 30px;
  display: flex;
  position: relative;
}

.service-image {
  flex: none;
  width: 270px;
  min-height: 370px;
  overflow: hidden;
}

.service-description {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
  display: flex;
}

.link-cms {
  color: var(--black-2);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 30px;
}

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

.services-list {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.link-with-line {
  position: relative;
}

.red-line {
  background-color: var(--primary);
  width: 180px;
  height: 4px;
  position: absolute;
  inset: auto auto 0% -27%;
}

.red-line.blog {
  left: 0%;
}

.red-line.shop {
  width: 80%;
  left: 0%;
}

.link-collection {
  color: var(--black-2);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  display: inline-block;
}

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

.services-block-wrap {
  grid-column-gap: 70px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.background-video {
  background-image: linear-gradient(#e12f2f26, #e12f2f26), linear-gradient(#0f0f0f66, #0f0f0f66);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.full-block-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dark-block {
  grid-row-gap: 50px;
  background-color: var(--black-2);
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  padding: 50px 30px;
  display: flex;
}

.top-block {
  padding-left: 70px;
}

.centered-block {
  grid-row-gap: 25px;
  flex-direction: column;
  padding-left: 70px;
  display: flex;
  position: relative;
}

.large-white-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 30px;
}

.small-text {
  color: var(--white);
  font-size: 14px;
  line-height: 1.5em;
}

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

.small-text.shop {
  color: var(--paragraph);
  margin-bottom: 20px;
}

.small-text.spacing {
  text-align: center;
  margin-bottom: 30px;
}

.number {
  color: var(--white);
  font-family: Anton, sans-serif;
  font-size: 60px;
  line-height: 1em;
}

.line-vertical {
  background-color: var(--primary);
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.features-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.paragraph-cart {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5em;
}

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

.cart-content-right {
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.title-cart {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 30px;
}

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

.section-title-wrapper-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.features-wrap-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 46.7%;
  padding: 30px;
  display: flex;
  box-shadow: 0 -10px 50px #5051f91a;
}

.features-wrap-2.first {
  background-color: var(--primary);
}

.price {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 60px;
  line-height: 1em;
}

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

.team-wrapper-block {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 1200px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.team-block {
  height: 440px;
  position: relative;
}

.team-description {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-content {
  width: 100%;
}

.slider-testimonials {
  background-color: #0000;
  height: 100%;
  margin-top: 40px;
}

.slide-wrapper {
  grid-column-gap: 60px;
  display: flex;
}

.red-block {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.image-slide {
  flex: none;
  width: 470px;
  height: 540px;
  position: relative;
}

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

.author-block {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.left-arrow-testimonials {
  border: 1px solid var(--dark-slate-grey);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  transition: transform .3s;
  inset: auto 5% 0% auto;
}

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

.icon-arrow {
  color: var(--black-2);
  font-size: 14px;
}

.right-arrow-testimonials {
  border: 1px solid var(--dark-slate-grey);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: transform .3s;
  inset: auto 0% 0% auto;
}

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

.line-slide {
  background-color: var(--primary);
  width: 80px;
  height: 4px;
  margin-top: 35px;
  margin-right: -30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.line-slide.position {
  margin-top: 45px;
  margin-left: -20px;
  margin-right: 0;
  inset: 0% auto auto 0%;
}

.section-line {
  background-color: var(--primary);
  width: 4px;
  height: 100px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cart {
  flex: 1;
}

.cart-button {
  background-color: #0000;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 50px;
}

.cart-button.dark {
  color: var(--black-2);
}

.cart-quantity {
  color: var(--primary);
  margin-right: 35px;
  font-size: 12px;
  position: absolute;
  inset: -16% 0% auto auto;
}

.cart-quantity.border {
  border: 1px solid var(--primary);
  color: var(--black-2);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: auto;
  display: flex;
}

.footer-content {
  width: 100%;
}

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

.input {
  border: 1px solid var(--dark-slate-grey-2);
  color: var(--paragraph);
  background-color: #0000;
  border-radius: 60px;
  flex: 1;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 14px 26px;
}

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

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

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

.input.pr {
  padding-right: 55px;
}

.maxw-400px {
  text-align: left;
  max-width: 400px;
}

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

.form-block-footer {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.input-with-icon {
  flex: none;
  align-items: center;
  width: 50%;
  position: relative;
}

.icon-block {
  align-items: center;
  margin-right: 26px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contacts-block {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.contacts-block.mt {
  margin-top: 35px;
}

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

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

.contacts-wrap {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.image-home-2 {
  z-index: 3;
  width: 40%;
  height: 85%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-home-2 {
  max-width: 500px;
  margin-top: 20px;
}

.image-banner {
  z-index: 2;
  object-fit: cover;
  height: 100%;
  position: relative;
}

.image-banner.height {
  width: 100%;
  height: 400px;
  margin-top: -20px;
}

.image-absolute {
  z-index: 3;
  max-width: 550px;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 0%;
}

.block-horizontal {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.union {
  width: 28px;
  height: 28px;
}

.section-with-spacing {
  align-items: flex-start;
  min-height: 650px;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.section-with-spacing.height {
  min-height: 520px;
  overflow: hidden;
}

.section-with-spacing.sd {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.subtitle-banner {
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 50px;
}

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

.large-number {
  color: var(--primary);
  font-family: Anton, sans-serif;
  font-size: 100px;
  line-height: 1em;
}

.content-wrapper-about {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.about-bgr {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-light-bgr {
  width: 100%;
  height: 100%;
}

.content-srvc {
  width: 100%;
}

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

.bottom-block {
  grid-column-gap: 30px;
  justify-content: flex-end;
  display: flex;
}

.text-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  display: flex;
}

.icon-content {
  background-color: #e12f2f4d;
  background-image: url('../images/352495_car_local_wash_icon-1_1352495_car_local_wash_icon 1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.icon-content.bottom {
  background-image: url('../images/3938108_engineer_equipment_mechanical_professional_technician_icon-1_13938108_engineer_equipment_mechanical_professional_technician_icon 1.png');
}

.image-srvc {
  flex: none;
  max-width: 270px;
  height: 400px;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}

.image-srvc.bottom {
  margin-left: 0;
  margin-right: 20px;
}

.red-bgr {
  background-color: var(--primary);
  margin: 20px 20px -20px -20px;
  position: absolute;
  inset: 0%;
}

.red-bgr.bottom {
  margin-left: 20px;
  margin-right: -20px;
}

.counter-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.white-circle {
  text-align: center;
  background-color: #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  position: relative;
}

.number-circle-block {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 1.5em;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.counter-bottom-block {
  grid-column-gap: 120px;
  justify-content: center;
  display: flex;
}

.top-heading {
  text-align: center;
  max-width: 570px;
}

.link-blog {
  grid-row-gap: 10px;
  display: flex;
  position: relative;
}

.link {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px;
  font-family: Anton, sans-serif;
  transition-property: all;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link:hover {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

.link.blog-details {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  display: inline-block;
  position: static;
}

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

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

.blog-template-previous {
  text-align: left;
}

.locition-link {
  position: relative;
}

.circle {
  background-color: #ffffff4d;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

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

.description-services {
  flex: none;
  max-width: 325px;
  position: sticky;
  top: 110px;
}

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

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

.image-right {
  width: 100%;
}

.srv-details-content {
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.add-to-cart {
  z-index: 1;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.display-none {
  display: none;
}

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

.item-bgr {
  position: absolute;
  inset: 0%;
}

.out-of-stock-state {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  font-weight: 500;
}

.error-shop {
  background-color: var(--white-smoke);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 15px;
  display: flex;
}

.empty-state {
  color: var(--primary);
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Anton, sans-serif;
}

.image-cart {
  object-fit: cover;
  height: 60px;
}

.remove-button {
  color: var(--black-2);
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

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

.price-cart {
  color: var(--primary);
  font-family: Anton, sans-serif;
}

.name-product {
  color: var(--black-2);
  font-family: Anton, sans-serif;
}

.cart-quantity-item {
  background-color: var(--white);
  border-color: #4141414d;
}

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

.cart-quantity-item.mb-0 {
  margin-bottom: 0;
}

.total-price {
  color: var(--primary);
  font-family: Anton, sans-serif;
  font-size: 20px;
}

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

.checkout-form {
  background-color: #0000;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.price-checkout {
  font-family: Anton, sans-serif;
}

.input-checkout {
  background-color: var(--white);
  border-color: #4141414d;
}

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

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

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

.checkbox {
  margin-top: 0;
}

.paypal-checkout-form {
  background-color: #0000;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-checkout {
  object-fit: cover;
  height: 60px;
}

.order-confirmation {
  background-color: var(--white);
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.text-content-wrapper {
  width: 41%;
}

.career-wrapper {
  grid-column-gap: 30px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

._404-text {
  color: var(--primary);
  letter-spacing: .04em;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 1em;
}

.default-state-2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.heading-shop {
  color: var(--black-2);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

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

.more-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.lightbox-link {
  width: 100%;
  height: 400px;
}

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

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

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #e12f2f;
  border: 1px solid #e12f2f;
  border-radius: 60px;
  padding: 14px 26px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

.primary-button-2:hover {
  color: #e12f2f;
  background-color: #fff;
}

.base-container-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.light-bgr-home-3 {
  position: absolute;
  inset: auto 0% 56.5%;
}

.dark-text-button {
  color: #0f0f0f;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #e12f2f;
  border-radius: 60px;
  padding: 14px 26px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.dark-text-button:hover {
  color: #fff;
  background-color: #e12f2f;
}

.button-block-2 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.text-orange {
  color: #f69c20;
}

.link-header {
  color: var(--white);
  padding: 15px 20px;
  font-weight: 500;
  line-height: 1em;
}

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

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

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

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

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

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  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 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  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;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

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

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 60px;
  }

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

  .section.contacts-3-banner {
    padding-top: 200px;
  }

  .section.shop-product-section, .section.blog-details, .section.spacing {
    padding-top: 80px;
  }

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

  .grid-system {
    width: 85%;
  }

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

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

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

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

  .footer {
    padding-top: 120px;
  }

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

  .section-title-wrapper {
    width: 41%;
  }

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

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

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

  .contacts-3-banner-title-wrapper {
    align-items: flex-start;
    width: 40%;
    padding-right: 70px;
  }

  .contacts-3-banner-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .adress-cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 55%;
    margin-top: 0;
  }

  .white-text.size {
    font-size: 18px;
  }

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

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

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .service-details-content {
    grid-column-gap: 80px;
  }

  .about-image-wrapper {
    max-width: 700px;
    top: -176px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .banner-content.sd {
    margin-right: 50px;
  }

  .banner-content.job {
    width: 80%;
  }

  .top-block-banner {
    grid-column-gap: 50px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .top-block-banner.home-2 {
    flex-wrap: wrap;
  }

  .white-link {
    font-size: 18px;
  }

  .bgr-red-01 {
    bottom: 6%;
  }

  .bgr-red-01._01 {
    width: 48%;
    bottom: -2%;
  }

  .bgr-red-02 {
    bottom: 8%;
  }

  .bgr-red-02._02 {
    width: 48%;
    bottom: -10%;
  }

  .bgr-red-02.about {
    max-width: 650px;
  }

  .about-content-wrapper {
    justify-content: space-between;
  }

  .about-description-right {
    max-width: 480px;
  }

  .red-line {
    left: -17%;
  }

  .red-line.shop {
    width: 70%;
  }

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

  .cart-content-right {
    flex-direction: row;
    width: 65%;
    margin-top: 145px;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .section-title-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .section-title-wrapper-2.align {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 50px;
  }

  .team-wrapper-block {
    margin-top: 130px;
  }

  .slider-testimonials {
    margin-top: 40px;
  }

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

  .line-slide.position {
    margin-left: -30px;
  }

  .section-line {
    margin-top: 140px;
    margin-left: 20px;
    display: block;
  }

  .contacts-block.mt {
    margin-top: 60px;
  }

  .image-home-2 {
    width: 48%;
    height: 80%;
  }

  .image-banner.height {
    height: 440px;
  }

  .image-absolute {
    max-width: 650px;
  }

  .section-with-spacing {
    min-height: 730px;
    padding-top: 130px;
  }

  .section-with-spacing.height {
    min-height: 600px;
  }

  .large-number {
    font-size: 150px;
  }

  .background-video-2 {
    width: 52%;
  }

  .red {
    height: 440px;
  }

  .text-content-wrapper {
    width: 40%;
  }

  .career-wrapper {
    grid-column-gap: 50px;
  }

  .light-bgr-home-3 {
    bottom: 35%;
  }

  .image {
    object-fit: none;
  }
}

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

  .section-title-wrapper {
    width: 48%;
  }

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

  .bgr-red-01 {
    bottom: 7%;
  }

  .bgr-red-02.about {
    margin-right: 50px;
  }

  .cart-content-right {
    width: 63%;
  }

  .section-line {
    margin-left: 60px;
  }

  .image-absolute {
    margin-right: 80px;
  }

  .text-content-wrapper {
    width: 46%;
  }

  .light-bgr-home-3 {
    bottom: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .section.background {
    background-color: #f5f5f500;
  }

  .coming-soon-page-wrap {
    background-image: linear-gradient(to bottom, null, null), url('../images/28803-1.jpg');
    background-position: 0 0, 50%;
  }

  .section-title-wrapper {
    width: 55%;
  }

  .about-image-wrapper {
    max-width: 845px;
  }

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

  .home-banner-section.home-3 {
    background-position: 50% 100%;
    background-size: cover;
    padding-bottom: 130px;
  }

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

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

  .banner-content.sd {
    margin-right: 80px;
  }

  .top-block-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bottom-block-banner {
    margin-top: 130px;
  }

  .bottom-block-banner.home-2 {
    margin-top: 80px;
  }

  .bgr-red-01 {
    bottom: 10%;
  }

  .bgr-red-01._01 {
    width: auto;
    inset: 6% 0% auto auto;
  }

  .bgr-red-02 {
    bottom: 11%;
  }

  .bgr-red-02._02 {
    justify-content: flex-end;
    display: flex;
    inset: 11% 0% auto auto;
  }

  .bgr-red-02.about {
    max-width: 790px;
    margin-right: 113px;
  }

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

  .cart-content-right {
    width: 60%;
  }

  .section-line {
    margin-left: 120px;
  }

  .image-home-2 {
    width: auto;
    height: 830px;
  }

  .image-absolute {
    max-width: 790px;
    margin-right: 143px;
  }

  .section-with-spacing {
    min-height: 730px;
  }

  .section-with-spacing.height {
    min-height: 720px;
  }

  .years-wrapper {
    grid-column-gap: 90px;
  }

  .text-content-wrapper {
    width: 55%;
  }

  .light-bgr-home-3 {
    min-height: auto;
    margin-top: 0;
    bottom: -9%;
  }
}

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

  h2 {
    font-size: 38px;
  }

  .section.changelog-banner {
    min-height: 300px;
    padding-top: 65px;
  }

  .section.blog-details {
    padding-top: 60px;
  }

  .section.background {
    background-color: #f5f5f500;
  }

  .grid-system {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
    right: -10%;
  }

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

  .bottom-style-spacing-mobile {
    bottom: 6%;
    right: -10%;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .nav-menu {
    background-color: var(--black-2);
    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;
  }

  .menu-button.invert {
    filter: invert();
  }

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

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

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

  .nav-dropdown-icon {
    color: var(--white);
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--black-2);
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

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

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

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

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

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

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

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

  .close-menu-button {
    padding: 0 20px 0 0;
  }

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

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
  }

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

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
  }

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

  .coming-soon-heading {
    text-align: center;
    max-width: 450px;
    font-size: 56px;
  }

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

  .nav-menu-wrapper {
    border-style: none;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-template-image {
    margin-top: 20px;
  }

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

  .section-title-wrapper {
    text-align: center;
    width: 100%;
  }

  .section-title-wrapper.maxw {
    text-align: center;
    width: 80%;
    max-width: 100%;
  }

  .section-title-wrapper.width {
    text-align: center;
    width: 80%;
    max-width: 600px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

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

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .pricing-features-wrapper {
    flex-wrap: wrap;
  }

  .pricing-features-wrap {
    width: 100%;
  }

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

  .contacts-3-capabilities-wrap-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .contacts-3-capabilities-wrap-right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-3-capabilities-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

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

  .white-text.spacing {
    max-width: 400px;
  }

  .white-text.quote {
    font-size: 22px;
  }

  .footer-brand-wrapper {
    max-width: 100%;
  }

  .footer-links-wrapper {
    grid-row-gap: 10px;
  }

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

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

  .testimonials-card-title {
    font-size: 20px;
  }

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 20px;
  }

  .service-details-content {
    grid-column-gap: 30px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-image-wrapper {
    max-width: 400px;
    height: auto;
    margin-top: 80px;
    inset: 0% auto 0% 0%;
  }

  .about-1-list-wrapper {
    width: 100%;
  }

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

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

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

  .home-banner-section.home-2 {
    flex-direction: column-reverse;
  }

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

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

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

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

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

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

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

  .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(--black-2);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

  .image-burger {
    margin-bottom: 4px;
  }

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

  .brand-tablet {
    display: block;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 70%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 30px;
  }

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

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

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

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

  .section-banner.blog {
    padding-top: 65px;
  }

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

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

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

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

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

  .coming-soon-form-main {
    justify-content: center;
  }

  .button-header {
    display: none;
  }

  .banner-content.maxw {
    text-align: center;
    align-items: center;
    max-width: none;
    margin-top: 30px;
  }

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

  .banner-content.job {
    align-items: center;
    margin-right: 0;
  }

  .top-block-banner {
    grid-column-gap: 50px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-block-banner.home-2 {
    justify-content: center;
  }

  .bottom-block-banner {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .bgr-red-01 {
    bottom: 2%;
    right: -5%;
  }

  .bgr-red-01._01 {
    display: none;
  }

  .bgr-red-02 {
    bottom: 3%;
  }

  .bgr-red-02._02 {
    display: none;
  }

  .bgr-red-02.about {
    right: 11%;
  }

  .about-content-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .about-description-right {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    display: flex;
  }

  .paragraph-with-margin {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .red-line {
    left: -19%;
  }

  .red-line.shop {
    width: 70%;
  }

  .services-block-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .full-block-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .dark-block {
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-title-wrapper-2 {
    text-align: center;
  }

  .features-wrap-2 {
    width: 47%;
  }

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

  .image-slide {
    width: 370px;
  }

  .left-arrow-testimonials {
    right: 7%;
  }

  .cart-button {
    padding-right: 30px;
  }

  .cart-quantity {
    margin-right: 15px;
  }

  .footer-content {
    flex-direction: column;
  }

  .contacts-block {
    width: 47.9%;
  }

  .contacts-block.mt {
    margin-top: 0;
  }

  .contacts-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
  }

  .image-home-2 {
    flex: none;
    width: 100%;
    height: 500px;
    margin-top: 50px;
    position: static;
  }

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

  .image-banner.height {
    margin-top: 0;
  }

  .image-absolute {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .banner-about-description {
    grid-column-gap: 30px;
    display: flex;
  }

  .section-with-spacing {
    flex-direction: column;
    padding-top: 0;
  }

  .section-with-spacing.sd {
    flex-direction: row;
    padding-top: 40px;
  }

  .years-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-bgr {
    display: none;
  }

  .image-light-bgr {
    object-fit: cover;
  }

  .content-srvc {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .counter-bottom-block {
    grid-column-gap: 50px;
    justify-content: space-between;
    width: 100%;
  }

  .description-services {
    text-align: center;
    max-width: 80%;
    position: static;
  }

  .red {
    height: 100%;
    inset: 0%;
  }

  .srv-details-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .shop-list {
    grid-template-columns: 1fr 1fr;
  }

  .row {
    flex-direction: column;
  }

  .shipping-method {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .shipping {
    width: 80%;
  }

  .text-content-wrapper {
    width: 43%;
  }

  .career-wrapper {
    flex-direction: column;
  }

  .light-bgr-home-3 {
    display: none;
    inset: 0%;
  }

  .link-header {
    padding: 10px 0;
  }

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

  .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 30px;
  }

  blockquote {
    font-size: 18px;
  }

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

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

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .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-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

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

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

  .style-guide-div {
    margin-top: 35px;
  }

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

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

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

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

  .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-paragraph.last-item {
    margin-bottom: 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;
  }

  .password-input {
    min-width: auto;
  }

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

  .coming-soon-form {
    flex-direction: column;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

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

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .blog-grid-item {
    width: 100%;
  }

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

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

  .career-position-wrapper {
    text-align: center;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-wrapper {
    z-index: 2;
    flex-wrap: wrap;
    position: relative;
  }

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

  .accordion-item.last-01 {
    margin-bottom: 30px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .pricing-item, .pricing-item.center-item {
    width: 100%;
  }

  .pricing-item.last {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .pricing-item.first {
    margin-top: 20px;
    margin-left: 20px;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    position: relative;
    top: 0;
  }

  .adress-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .adress-card {
    padding: 20px 30px;
  }

  .contacts-3-capabilities-wrap-left, .contacts-3-capabilities-wrap-right {
    width: 100%;
  }

  .contacts-3-capabilities-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

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

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .white-text.spacing {
    max-width: 300px;
  }

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

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

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    width: 85%;
  }

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

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .about-image-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
    height: 400px;
    margin-top: 0;
    position: static;
  }

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

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

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

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

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

  .image-background {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

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

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .spacing-system-image-2 {
    width: 100%;
  }

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 2px solid var(--primary);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 2px solid var(--primary);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .spacing-title {
    font-size: 35px;
  }

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

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

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

  .section-banner {
    min-height: 300px;
  }

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .shop-details-wrapper {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .shop-details-image-lightbox {
    height: 300px;
    max-height: none;
  }

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

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

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

  .banner-content.sd {
    align-items: center;
  }

  .banner-content.job {
    margin-bottom: 0;
    margin-right: 0;
  }

  .top-block-banner.home-2 {
    justify-content: center;
  }

  .bgr-red-01 {
    bottom: 5%;
    right: -40%;
  }

  .bgr-red-02 {
    bottom: 4%;
  }

  .bgr-red-02.about {
    top: -2%;
    right: -12%;
  }

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

  .service-content {
    flex-direction: column;
  }

  .service-image {
    width: 100%;
    height: 300px;
    min-height: auto;
    margin-bottom: 20px;
  }

  .service-description {
    padding-bottom: 0;
  }

  .red-line {
    inset: auto auto 0% 0%;
  }

  .red-line.shop {
    width: 48%;
  }

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

  .top-block, .centered-block {
    padding-left: 30px;
  }

  .section-title-wrapper-2 {
    text-align: center;
  }

  .features-wrap-2 {
    width: 100%;
  }

  .team-wrapper-block {
    margin-top: 60px;
  }

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

  .slide-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-right: 30px;
  }

  .image-slide {
    width: 100%;
    height: 350px;
  }

  .text-slide {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .left-arrow-testimonials {
    right: 9%;
  }

  .line-slide.position {
    margin-top: 30px;
  }

  .contacts-block {
    width: 100%;
  }

  .image-banner.height {
    object-position: 50% 50%;
    height: 350px;
  }

  .image-absolute {
    max-width: 530px;
  }

  .banner-about-description {
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

  .years-wrapper {
    flex-direction: row;
  }

  .content-wrapper-about {
    margin-top: 50px;
  }

  .red-bgr.position {
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .counter-bottom-block {
    grid-column-gap: 100px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .background-video-2 {
    width: 100%;
  }

  .red {
    height: auto;
    margin-top: 0;
    inset: 0%;
  }

  .srv-details-content {
    flex-direction: column;
  }

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

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

  .text-content-wrapper {
    width: 100%;
  }

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

  .more-images-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .lightbox-link {
    height: 300px;
  }

  .light-bgr-home-3 {
    top: -30%;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .section.margin {
    padding-top: 40px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

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

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

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

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

  .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-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-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    max-width: 300px;
    font-size: 32px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

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

  .pricing-content, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .testimonials-card-item {
    width: 95%;
    margin-left: 20px;
  }

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

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

  .home-banner-section {
    min-height: 780px;
  }

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

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

  .button-block {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

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

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

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

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

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

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

  .sessions-tab-link {
    text-align: center;
  }

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

  .section-two-side-title-wrapper {
    text-align: center;
  }

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

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-content.sd, .banner-content.job {
    text-align: center;
  }

  .bgr-red-01 {
    inset: auto 0% 6% 29px;
  }

  .bgr-red-02 {
    inset: auto 0% 4% 60px;
  }

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

  .service-description {
    padding-bottom: 0;
  }

  .red-line {
    inset: auto auto 0% 0%;
  }

  .red-line.shop {
    width: 80%;
  }

  .dark-block {
    align-items: center;
  }

  .top-block {
    text-align: center;
    padding-left: 0;
  }

  .cart-content-right {
    margin-top: 50px;
  }

  .slide-wrapper {
    margin-bottom: 30px;
  }

  .left-arrow-testimonials {
    display: inline-block;
    position: relative;
    right: 0%;
  }

  .right-arrow-testimonials {
    display: inline-block;
    position: relative;
  }

  .cart-container {
    min-height: 100vh;
  }

  .field-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .input.text-area {
    margin-bottom: 10px;
  }

  .maxw-400px {
    text-align: center;
  }

  .form-footer {
    align-items: stretch;
  }

  .input-with-icon {
    width: 100%;
  }

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

  .banner-about-description {
    flex-wrap: wrap;
  }

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

  .top-content {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .bottom-block {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .description-services {
    max-width: 100%;
  }

  .order-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .centered-cart-block {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .image-checkout {
    width: 80%;
    height: 100px;
  }

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

  .light-bgr-home-3 {
    top: -19%;
  }

  .button-block-2 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }
}

#w-node-_56e955bd-7b60-e060-fa01-06ababdb86ea-a2b6a78c, #w-node-_38b740df-9061-7b2b-e45f-c873e413a3cd-a2b6a78c, #w-node-_9a5ab985-c646-95cf-9acc-8a2497e7003b-a2b6a78c, #w-node-_8e41417f-1a97-4e72-bf31-c7a69947a9ba-a2b6a78c, #w-node-d6736260-ae89-9886-e151-0d995d01ac9e-a2b6a78f, #w-node-d6736260-ae89-9886-e151-0d995d01aca5-a2b6a78f, #w-node-d6736260-ae89-9886-e151-0d995d01acac-a2b6a78f, #w-node-d6736260-ae89-9886-e151-0d995d01acb3-a2b6a78f, #w-node-_44cd87ab-4d25-e9b1-2436-4a61d37b2a29-a2b6a794, #w-node-_2aeb32d3-434e-ff5c-648c-cbb641196a65-a2b6a794, #w-node-_9dccfc97-6ec4-0cba-d083-abb95fab6bd9-a2b6a794, #w-node-cf0180bf-6c8f-3518-036f-a39c689775d2-a2b6a794, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-a2b6a79a, #w-node-_615a0690-053f-221b-d767-4e1c7fb4b978-a2b6a79b, #w-node-_615a0690-053f-221b-d767-4e1c7fb4b97f-a2b6a79b, #w-node-_615a0690-053f-221b-d767-4e1c7fb4b986-a2b6a79b, #w-node-_615a0690-053f-221b-d767-4e1c7fb4b98d-a2b6a79b, #w-node-_276bcdf0-0e77-0919-bd74-b0516491c219-a2b6a79b, #w-node-_17f3594c-8f04-6679-f682-1352f87dd32d-a2b6a79b, #w-node-_45c2ea1c-74af-f278-6a61-8e3573a98fef-a2b6a79c, #w-node-c37c2b91-3057-915c-3778-0795173b056d-a2b6a79c, #w-node-_42ce345c-80d0-b6f7-4657-af60b1c0a764-a2b6a79c, #w-node-_02436e05-3b1f-7d18-2166-e98a4ac8145f-a2b6a79c, #w-node-b6b084e8-0e2d-d75f-eab8-f6a5ec116c48-a2b6a79f, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-a2b6a7a0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-a2b6a7a0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-a2b6a7a0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-a2b6a7a0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-a2b6a7a0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-a2b6a7a0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-a2b6a7a0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-a2b6a7a0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-a2b6a7a0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-a2b6a7a0, #w-node-_56e955bd-7b60-e060-fa01-06ababdb86ea-a2b6a7a9, #w-node-_38b740df-9061-7b2b-e45f-c873e413a3cd-a2b6a7a9, #w-node-_9a5ab985-c646-95cf-9acc-8a2497e7003b-a2b6a7a9, #w-node-_8e41417f-1a97-4e72-bf31-c7a69947a9ba-a2b6a7a9, #w-node-_56e955bd-7b60-e060-fa01-06ababdb86ea-a2b6a7aa, #w-node-_38b740df-9061-7b2b-e45f-c873e413a3cd-a2b6a7aa, #w-node-_9a5ab985-c646-95cf-9acc-8a2497e7003b-a2b6a7aa, #w-node-_8e41417f-1a97-4e72-bf31-c7a69947a9ba-a2b6a7aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-a2b6a7a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-a2b6a79a {
    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;
}