:root {
  --avatar-kit--white: white;
  --baltmat--background: #171514;
  --avatar-kit--black: #1a1b1f;
  --waves-library--dark-elevation: #fafafa;
  --waves-library--black: #131313;
  --baltmat-dark-grey: #565554;
  --waves-library--white: white;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--black: #010b15;
  --white: white;
  --waves-library--background: #faebe3;
  --black: black;
  --avatar-kit--white-smoke: whitesmoke;
}

.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-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

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

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

.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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

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

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

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

.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-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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  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;
  -ms-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-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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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;
  -ms-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;
  -ms-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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  color: var(--avatar-kit--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.divider.cc-dark-divider {
  height: 1px;
  background-color: #202020;
}

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

.slideshow {
  height: 450px;
  margin-left: 30px;
  margin-right: 30px;
}

.slideshow.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.slideshow.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  mix-blend-mode: normal;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  animation: none;
  position: static;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  background-image: url('../images/logo_black.png');
  background-position: 0 0;
  background-size: auto;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #fff;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  font-size: 100%;
  line-height: 100%;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 10px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  width: 80px;
  height: auto;
  background-color: #fff;
  border-color: #e6e6e6;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-top-style: none;
  border-bottom: 1px #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 100%;
  font-weight: 400;
  line-height: 100%;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon {
  display: block;
}

.logo-image {
  background-image: url('../images/logo_black.png');
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  align-items: start;
  justify-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

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

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  width: 100%;
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  width: 70%;
  text-align: center;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  height: 460px;
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1_1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.picture-placeholder.cc-about-2 {
  height: 620px;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  width: 70%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

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

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

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

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

.product-image {
  width: 50%;
  height: 700px;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 4px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

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

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.body {
  color: #fff;
  text-align: center;
  background-color: #171514;
  font-family: Open Sans, sans-serif;
}

.link {
  display: flex;
}

.link.w--current {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px #fff;
  font-size: 100%;
  text-decoration: none;
  display: block;
}

.flex-block, .slider, .slider-2 {
  flex: 1;
  align-self: stretch;
}

.slide {
  object-fit: fill;
  background-image: url('../images/pa_gradient.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex: 1;
  align-self: stretch;
  overflow: visible;
}

.mask {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-3 {
  height: 100%;
}

.slidetext {
  width: auto;
  height: auto;
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 100px;
  line-height: 100%;
  display: flex;
  position: relative;
  top: 20%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.slide2 {
  background-image: url('../images/Konsultacijas_gradient.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-pa {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pa_gradient.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  flex: 1;
  order: -1;
  align-self: center;
}

.slide-bg-image {
  float: none;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slidetext-2 {
  width: auto;
  height: auto;
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 100px;
  line-height: 100%;
  display: flex;
  position: relative;
  top: 30%;
  bottom: 0%;
  left: 25%;
  right: 0%;
}

.slide-pe {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pe_gradient.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  flex: 1;
  order: -1;
  align-self: center;
}

.slide-gm {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/gs_materiali_gradient.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  flex: 1;
  order: -1;
  align-self: center;
}

.locales-list {
  width: 100%;
  height: 100%;
}

.navigation-item-first {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 2px #fff;
  border-bottom: 1px #fff;
  border-left: 2px solid #fff;
  border-right: 2px #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 100%;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.navigation-item-first:hover {
  opacity: .9;
}

.navigation-item-first:active {
  opacity: .8;
}

.navigation-item-first.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.navigation-item-first.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-first.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item-last {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 2px #fff;
  border-bottom: 1px #fff;
  border-left: 2px #fff;
  border-right: 2px solid #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 100%;
  font-weight: 400;
  line-height: 100%;
}

.navigation-item-last:hover {
  opacity: .9;
}

.navigation-item-last:active {
  opacity: .8;
}

.navigation-item-last.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-last.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-last.w--current:active {
  opacity: .7;
  color: #32343a;
}

.text-block {
  font-style: normal;
}

.slide-db {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/St_barj_gradient.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  flex: 1;
  order: -1;
  align-self: center;
}

.slide-ar {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/ar_gradient.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  flex: 1;
  order: -1;
  align-self: center;
}

.slide-li {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/lp_gradient.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  flex: 1;
  order: -1;
  align-self: center;
}

.slide-ko {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Konsultacijas_gradient.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  flex: 1;
  order: -1;
  align-self: center;
}

.slidetext-3 {
  width: auto;
  height: auto;
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 100px;
  line-height: 100%;
  display: flex;
  position: relative;
  top: 38%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.grid-2 {
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr;
}

.productsandservices {
  margin-top: 30px;
}

.avatarkit-tagline {
  color: var(--baltmat--background);
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.avatarkit-testimonial-author {
  color: var(--avatar-kit--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.avatarkit-avatar-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  background-color: #f3f3f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.avatarkit-mg-10px-right {
  margin-right: 10px;
}

.avatarkit-component-info-left {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.avatarkit-mg-40px-top {
  clear: none;
  color: var(--avatar-kit--black);
  background-color: #171514;
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 0;
  padding: 5px 10px;
  text-decoration: none;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.avatarkit-left-text-copy {
  color: var(--avatar-kit--black);
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.avatarkit-component-tittle {
  color: var(--avatar-kit--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.avatarkit-components-card-left {
  width: auto;
  height: 250px;
  background-color: #fff;
  background-image: url('../images/Piedevas-asfaltam.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 32px 0 0 32px;
  display: flex;
}

.avatarkit-testimonials-author-white {
  color: var(--avatar-kit--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.avatarkit-copy-white {
  color: var(--avatar-kit--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.avatarkit-testimonials-left-white {
  color: var(--avatar-kit--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.avatarkit-componets-left-black-card {
  background-color: var(--avatar-kit--black);
  color: var(--avatar-kit--white);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

.avatarkit-tagline-white {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.avatarkit-left-white-text-copy {
  color: var(--avatar-kit--white);
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.avatarkit-component-left-green-card {
  background-color: var(--baltmat--background);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

.avatarkit-testimonials-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-size: 15px;
  line-height: 25px;
}

.avatarkit-container-component {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.repeater {
  background-color: var(--baltmat--background);
  color: var(--avatar-kit--black);
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
}

.grid-element-1 {
  width: auto;
  height: 250px;
  background-color: #fff;
  background-image: url('../images/Piedevas-emulsijai.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 32px 0 0 32px;
  display: flex;
}

.grid-element-2 {
  width: auto;
  height: 250px;
  background-color: #fff;
  background-image: url('../images/Piedevas-asfaltam.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.grid-element-3 {
  width: auto;
  height: 250px;
  background-color: #fff;
  background-image: url('../images/geosintetiskie-materiali.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 32px 0 0 32px;
  display: flex;
}

.grid-element-4 {
  width: auto;
  height: 250px;
  background-color: #fff;
  background-image: url('../images/Satiksmes-drosbas-barjeras.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 32px 0 0 32px;
  text-decoration: none;
  display: flex;
}

.grid-element-5 {
  width: auto;
  height: 250px;
  background-color: #fff;
  background-image: url('../images/Asfalta-razotnes.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 32px 0 0 32px;
  display: flex;
}

.heading {
  margin-bottom: 20px;
}

.grid-element-6 {
  width: auto;
  height: 250px;
  background-color: #fff;
  background-image: url('../images/Laboratorijas-pârbaudes.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 32px 0 0 32px;
  display: flex;
}

.grid-element-7 {
  width: auto;
  height: 250px;
  background-color: #fff;
  background-image: url('../images/Konsultacijas.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 32px 0 0 32px;
  text-decoration: none;
  display: flex;
}

.about {
  background-color: #171514;
  border: 1px #000;
  padding: 0 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-two {
  flex: 1;
  align-self: stretch;
  box-shadow: 580px 4px 50px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-3 {
  border-bottom: 1px solid #fff;
  font-size: 22px;
  line-height: 200%;
}

.footer_bm {
  padding-top: 20px;
}

.waves---heading-3-no-margins {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.tile-features-2 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.waves---master-tiles-features-2 {
  width: 100%;
  max-width: 545px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---cta-dark {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-sticky-features-2 {
  width: 100%;
  max-width: 420px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---sticky-halves {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---grid-halves-sticky {
  min-height: 600px;
  grid-column-gap: 0px;
  background-color: #fafafa;
  grid-template-rows: auto;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium {
  padding-top: 0;
  padding-bottom: 0;
}

.products-section-left-ap {
  background-image: url('../images/Piedevas-asfaltam.webp');
  background-position: 75%;
  background-size: cover;
  position: relative;
}

.heading1-black {
  color: #000;
  margin-bottom: 0;
}

.text-block-2 {
  color: #000;
  text-align: left;
}

.heading3-black {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-black {
  color: #000;
}

.heading2-black {
  color: var(--baltmat-dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.products-section-right-ap {
  width: 100%;
  max-width: 545px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.products-section-left-ep {
  background-image: url('../images/Piedevas-emulsijai.webp');
  background-size: cover;
  position: relative;
}

.products-section-right-ep {
  width: 100%;
  max-width: 545px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.paragraph-black-centered-20 {
  color: #000;
  margin-bottom: 0;
}

.paragraph-black-centered-18 {
  color: #000;
}

.products-section-left-gs {
  background-image: url('../images/geosintetiskie-materiali.webp');
  background-size: cover;
  position: relative;
}

.products-section-left-db {
  background-image: url('../images/Satiksmes-drosbas-barjeras.webp');
  background-size: cover;
  position: relative;
}

.products-section-left-ar {
  background-image: url('../images/Asfalta-razotnes.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.services-section-left-lr {
  background-image: url('../images/Laboratorijas-pârbaudes.webp');
  background-size: cover;
  position: relative;
}

.waves---nav-cta {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  padding: 12px 16px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid rgba(19, 19, 19, .1);
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu, .waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand {
  height: 100%;
  max-width: none;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves-master-nav-1 {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---nav-container {
  height: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-1 {
  z-index: 105;
  height: 80px;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid rgba(19, 19, 19, .2);
}

.wbs-menu-button {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
}

.wbs-menu-button.w--open {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-button-primary-1 {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
}

.wbs-button-primary-1:hover {
  background-color: var(--flowstica-webflow-library--black);
}

.wbs-nav-link {
  color: #fff;
  border-left: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.wbs-dropdown-link {
  color: var(--flowstica-webflow-library--black);
  font-size: 16px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

.wbs-dropdown-link:hover {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-dropdown-list {
  background-color: var(--flowstica-webflow-library--white);
  border: 1px solid rgba(1, 11, 21, .12);
  border-radius: 10px;
  padding: 15px 10px;
}

.wbs-nav-menu {
  margin-left: auto;
}

.wbs-logo {
  height: 100%;
}

.wbs-nav-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
}

.wbs-section {
  padding: 0 0%;
}

.wbs-nav-link-first {
  color: #fff;
  border-left: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.wbs-nav-link-last {
  color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.wbs-nav-link-dark {
  color: var(--flowstica-webflow-library--white);
  border: 1px #000;
  border-left: 1px solid #fff;
  border-right-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.wbs-navbar-6 {
  background-color: var(--baltmat--background);
  padding-top: 10px;
  padding-bottom: 10px;
}

.wbs-section-2 {
  padding: 6.25rem 5%;
}

.wbs-nav-link-dark-first {
  color: var(--flowstica-webflow-library--white);
  border-left: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.wbs-nav-link-dark-first.w--current {
  color: var(--waves-library--white);
}

.text-block-3 {
  font-weight: 400;
}

.wbs-nav-link-dark-last {
  color: var(--white);
  border-left: 1px solid #fff;
  border-right: 1px #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.wbs-nav-link-dark-last:lang(lv) {
  color: var(--white);
}

.link-2 {
  flex: 1;
  align-self: stretch;
}

.grid-link {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.grid-element-1a {
  width: auto;
  height: 250px;
  background-color: #fff;
  background-image: url('../images/Piedevas-asfaltam.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 32px 0 0 32px;
  display: flex;
}

.heading-10, .link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.paragraph-black-left-18 {
  color: #000;
}

.services-section-left-kn {
  background-image: url('../images/Konsultacijas.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark-2 {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  width: 16px;
  height: 16px;
  border-color: var(--waves-library--black);
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-background {
  height: 52px;
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background:focus {
  border-color: var(--waves-library--black);
}

.waves---field-label {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-background {
  height: 52px;
  border: 1px solid var(--waves-library--black);
  background-color: var(--avatar-kit--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-2-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-2-black {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.hero-split-hide-on-mobile {
  max-width: 46%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-6 {
  text-decoration: none;
}

.wbs-nav-last {
  color: var(--flowstica-webflow-library--white);
  border: 1px #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  p {
    font-size: 20px;
  }

  .avatarkit-testimonial-author {
    margin-bottom: 0;
    font-weight: 700;
  }

  .avatarkit-avatar-image {
    margin-right: 0;
  }

  .avatarkit-mg-10px-right {
    margin-right: 10px;
  }

  .avatarkit-left-text-copy {
    color: var(--avatar-kit--black);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

  .avatarkit-copy-white {
    font-size: 15px;
    line-height: 25px;
  }

  .avatarkit-componets-left-black-card {
    color: var(--avatar-kit--white);
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
    line-height: 25px;
    display: flex;
  }

  .avatarkit-left-white-text-copy {
    color: var(--avatar-kit--white);
    text-align: left;
    margin-bottom: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
  }

  .avatarkit-component-left-green-card {
    color: var(--avatar-kit--white);
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
    line-height: 25px;
    display: flex;
  }

  .avatarkit-testimonials-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-element-4 {
    background-image: url('../images/Satiksmes-drosbas-barjeras.webp');
  }

  .about {
    border-bottom-style: none;
  }

  .footer_bm, .waves---master-tiles-features-2 {
    padding-top: 20px;
  }

  .waves---grid-halves-sticky {
    min-height: 600px;
    grid-column-gap: 0px;
    grid-auto-flow: row;
  }

  .waves---main-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium {
    padding-bottom: 0;
  }

  .products-section-left-ap {
    background-position: 60%;
    background-size: cover;
  }

  .heading1-black {
    font-size: 40px;
    line-height: 100%;
  }

  .text-block-2 {
    text-align: left;
  }

  .paragraph-black {
    color: #000;
    text-align: left;
  }

  .heading2-black {
    color: var(--baltmat-dark-grey);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
  }

  .products-section-right-ap {
    padding-top: 20px;
  }

  .products-section-left-ep {
    background-image: url('../images/Piedevas-emulsijai.webp');
    background-position: 60%;
    background-size: cover;
  }

  .products-section-right-ep {
    padding-top: 20px;
  }

  .paragraph-black-centered-20 {
    color: #000;
    text-align: center;
    margin-bottom: 0;
  }

  .paragraph-black-centered-18 {
    color: #000;
    text-align: center;
    font-size: 18px;
  }

  .products-section-left-gs {
    background-image: url('../images/geosintetiskie-materiali.webp');
    background-position: 60%;
    background-size: cover;
  }

  .products-section-left-db {
    background-image: url('../images/Satiksmes-drosbas-barjeras.webp');
    background-position: 60%;
    background-size: cover;
  }

  .products-section-left-ar {
    background-image: url('../images/Asfalta-razotnes.webp');
    background-position: 60%;
    background-size: cover;
  }

  .services-section-left-lr {
    background-image: url('../images/Laboratorijas-pârbaudes.webp');
    background-position: 60%;
    background-size: cover;
  }

  .wbs-dropdown-link {
    font-weight: 400;
  }

  .wbs-logo {
    height: 100%;
  }

  .wbs-nav-wrap {
    height: 100px;
    justify-content: space-between;
  }

  .wbs-container {
    height: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .wbs-nav-link-dark {
    border-left: 1px solid #fff;
    border-right-style: none;
    border-right-color: #fff;
    font-weight: 400;
  }

  .wbs-navbar-6 {
    background-color: var(--baltmat--background);
    padding: 10px 30px;
  }

  .wbs-nav-link-dark-first {
    border-left: 1px solid #fff;
    border-right: 1px #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .wbs-nav-link-dark-first.w--current {
    color: var(--avatar-kit--white);
  }

  .brand {
    height: 100%;
  }

  .text-block-3 {
    font-weight: 400;
  }

  .wbs-nav-link-dark-last {
    border-left: 1px solid #fff;
    border-right: 1px #fff;
    font-weight: 400;
  }

  .wbs-nav-link-dark-last:hover {
    color: var(--avatar-kit--white);
  }

  .heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9 {
    text-decoration: none;
  }

  .grid-element-1a {
    background-image: url('../images/Piedevas-asfaltam.webp');
  }

  .paragraph-black-left-18 {
    color: #000;
    text-align: center;
    font-size: 18px;
  }

  .services-section-left-kn {
    background-image: url('../images/Konsultacijas.webp');
    background-position: 60%;
    background-size: cover;
  }

  .waves---field-label {
    color: #000;
    font-size: 18px;
    font-weight: 700;
  }

  .waves-text-field-background {
    background-color: var(--avatar-kit--white);
  }

  .waves-master-contact-1, .waves---section-medium-2 {
    background-color: #fff;
  }

  .waves---heading-2-black {
    color: #000;
  }

  .wbs-nav-last {
    border-left: 1px solid #fff;
    border-right-style: solid;
    border-right-color: #fff;
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  a {
    width: auto;
    height: 100%;
  }

  .avatarkit-mg-10px-right {
    margin-right: 10px;
  }

  .avatarkit-left-text-copy {
    color: var(--avatar-kit--black);
    text-align: left;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
  }

  .avatarkit-copy-white {
    font-size: 15px;
    line-height: 25px;
  }

  .avatarkit-componets-left-black-card {
    color: var(--avatar-kit--white);
    font-size: 15px;
    line-height: 25px;
  }

  .avatarkit-left-white-text-copy {
    color: var(--avatar-kit--white);
    text-align: left;
    margin-bottom: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
  }

  .avatarkit-testimonials-grid {
    grid-row-gap: 32px;
  }

  .repeater {
    padding-bottom: 40px;
  }

  .grid-element-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 32px;
    padding-left: 32px;
  }

  .grid-element-4 {
    background-image: url('../images/Satiksmes-drosbas-barjeras.webp');
  }

  .waves---grid-halves-sticky {
    min-height: 600px;
    flex: 1;
    align-self: stretch;
  }

  .waves---main-container {
    max-width: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .waves---section-medium {
    padding-bottom: 0;
  }

  .products-section-left-ep {
    background-image: url('../images/Piedevas-emulsijai.webp');
    background-size: cover;
  }

  .paragraph-black-centered-20, .paragraph-black-centered-18 {
    text-align: center;
    margin-bottom: 0;
  }

  .products-section-left-gs {
    background-image: url('../images/geosintetiskie-materiali.webp');
    background-size: cover;
  }

  .products-section-left-db {
    background-image: url('../images/Satiksmes-drosbas-barjeras.webp');
    background-size: cover;
  }

  .products-section-left-ar {
    background-image: url('../images/Asfalta-razotnes.webp');
    background-size: cover;
  }

  .services-section-left-lr {
    background-image: url('../images/Laboratorijas-pârbaudes.webp');
    background-size: cover;
  }

  .wbs-nav-menu {
    flex: 0 auto;
    display: flex;
  }

  .wbs-logo {
    height: 100%;
  }

  .wbs-nav-wrap {
    height: 100px;
    flex-direction: row;
    justify-content: space-around;
    display: flex;
  }

  .wbs-container {
    height: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .wbs-section {
    padding-left: 0;
    padding-right: 0;
  }

  .wbs-nav-link-dark {
    border-right-style: none;
    border-right-color: #fff;
    font-size: 18px;
    font-weight: 400;
  }

  .wbs-navbar-6 {
    background-color: var(--baltmat--background);
    padding: 10px 30px;
    display: block;
  }

  .wbs-nav-link-dark-first {
    border-left: 1px solid #fff;
    font-size: 18px;
    font-weight: 400;
  }

  .wbs-nav-link-dark-first:hover {
    color: var(--waves-library--white);
  }

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

  .wbs-nav-link-dark-last {
    border-right-style: none;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .paragraph-black-left-18 {
    text-align: left;
    align-self: center;
    margin-bottom: 0;
  }

  .services-section-left-kn {
    background-image: url('../images/Konsultacijas.webp');
    background-size: cover;
  }

  .waves---field-label {
    color: #000;
    font-size: 18px;
    font-weight: 700;
  }

  .waves---input-wrap {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .waves-text-field-background {
    background-color: var(--avatar-kit--white);
    margin-top: 0;
  }

  .waves---section-medium-2 {
    background-color: #fff;
    display: block;
  }

  .waves---heading-2-black {
    color: #000;
  }

  .waves---field-label-black {
    color: #000;
    font-size: 18px;
  }

  .link-3 {
    font-size: 18px;
    text-decoration: none;
  }

  .heading-11 {
    font-size: 20px;
  }

  .wbs-nav-last {
    border-right-style: solid;
    border-right-color: #fff;
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .slideshow {
    height: 300px;
  }

  .slideshow.cc-product-detail {
    flex-direction: column;
  }

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

  .button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .slidetext, .slidetext-2 {
    font-size: 80px;
  }

  .locales-list, .locales-wrapper {
    background-color: #171514;
  }

  .navigation-item-first {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-first:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-first:active {
    background-color: #eef0f3;
  }

  .navigation-item-last {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-last:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-last:active {
    background-color: #eef0f3;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slidetext-3 {
    font-size: 80px;
  }

  .avatarkit-testimonial-author {
    font-size: 16px;
    line-height: 26px;
  }

  .avatarkit-mg-10px-right {
    margin-right: 10px;
  }

  .avatarkit-mg-40px-top {
    margin-top: 40px;
  }

  .avatarkit-component-tittle {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .avatarkit-testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .avatarkit-container-component {
    max-width: 75rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-3 {
    line-height: 200%;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .products-section-left-ap {
    min-height: 400px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .products-section-right-ap {
    margin-left: auto;
    margin-right: auto;
  }

  .products-section-left-ep {
    min-height: 400px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .products-section-right-ep {
    margin-left: auto;
    margin-right: auto;
  }

  .products-section-left-gs, .products-section-left-db, .products-section-left-ar, .services-section-left-lr {
    min-height: 400px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---hamburger-icon {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    width: 52px;
    height: 52px;
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid rgba(19, 19, 19, .1);
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .wbs-menu-button {
    width: 50px;
    height: 50px;
    background-color: var(--baltmat--background);
    border-radius: 0;
    margin-left: auto;
    padding: 0;
  }

  .wbs-menu-button.w--open {
    background-color: var(--baltmat--background);
  }

  .wbs-nav-right {
    display: none;
  }

  .wbs-nav-menu {
    background-color: var(--baltmat--background);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wbs-logo {
    height: 100%;
  }

  .wbs-section {
    border: 1px none var(--avatar-kit--black);
    padding: 0 0%;
  }

  .wbs-nav-link-dark {
    border-left-style: none;
  }

  .wbs-navbar-6 {
    background-color: var(--baltmat--background);
    padding: 0 30px 0 10px;
  }

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

  .icon-2 {
    font-size: 40px;
    line-height: 110%;
  }

  .dropdown {
    border-left: 1px #000;
    display: block;
  }

  .wbs-nav-link-dark-first {
    border-left-style: none;
  }

  .wbs-nav-link-dark-first:hover {
    color: var(--waves-library--white);
  }

  .wbs-nav-link-dark-last {
    border-left-style: none;
    border-right-style: none;
  }

  .services-section-left-kn {
    min-height: 400px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---field-label {
    color: #000;
    font-weight: 700;
  }

  .waves-text-field-background {
    background-color: var(--avatar-kit--white);
  }

  .waves---section-medium-2 {
    background-color: #fff;
  }

  .waves---heading-2-black {
    color: #000;
  }

  .hero-split-hide-on-mobile {
    max-width: 100%;
    margin-bottom: 40px;
    display: none;
  }

  .language-dropdown {
    border-left: 1px #000;
    display: block;
  }

  .link-3, .link-3.w--current {
    text-decoration: none;
  }

  .wbs-nav-last {
    border-left-style: none;
  }
}

@media screen and (max-width: 767px) {
  .slideshow {
    height: 200px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .slideshow.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

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

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .slidetext, .slidetext-2 {
    font-size: 60px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slidetext-3 {
    font-size: 60px;
  }

  .avatarkit-mg-10px-right {
    margin-right: 10px;
  }

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

  .about {
    padding: 60px 15px;
  }

  .heading-3 {
    line-height: 200%;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wbs-menu-button {
    background-color: var(--baltmat--background);
    border-radius: 0;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    padding: 0;
    display: block;
  }

  .wbs-section {
    padding: 0 2%;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .icon-2 {
    height: auto;
    display: inline-block;
  }

  .wbs-nav-link-dark-first {
    color: var(--waves-library--white);
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2-copy, .waves---heading-2-black {
    font-size: 44px;
    line-height: 125%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  h3 {
    font-size: 18px;
  }

  .slideshow {
    height: 150px;
  }

  .slideshow.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

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

  .form-block, .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .slidetext, .slidetext-2 {
    font-size: 35px;
  }

  .slide-nav {
    justify-content: space-between;
    align-items: stretch;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slidetext-3 {
    font-size: 35px;
  }

  .avatarkit-testimonial-author {
    font-size: 18px;
    line-height: 28px;
  }

  .avatarkit-avatar-image {
    margin-right: 0;
  }

  .avatarkit-mg-10px-right {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .avatarkit-component-info-left {
    flex-direction: row;
    align-items: center;
  }

  .avatarkit-component-tittle {
    text-align: left;
  }

  .avatarkit-components-card-left {
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
  }

  .avatarkit-componets-left-black-card {
    padding: 32px;
  }

  .avatarkit-component-left-green-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .avatarkit-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .avatarkit-container-component {
    max-width: none;
    background-color: #171514;
    padding-left: 20px;
    padding-right: 20px;
  }

  .repeater {
    background-color: var(--baltmat--background);
  }

  .grid-element-1, .grid-element-2, .grid-element-3, .grid-element-4, .grid-element-5 {
    text-align: left;
    padding-left: 32px;
    padding-right: 0;
  }

  .heading {
    margin-top: 10px;
    font-size: 22px;
    line-height: 100%;
  }

  .grid-element-6, .grid-element-7 {
    text-align: left;
    padding-left: 32px;
    padding-right: 0;
  }

  .div-block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .heading-2 {
    text-align: right;
    align-self: flex-end;
    font-size: 18px;
    display: block;
  }

  .about {
    padding-top: 0;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 200%;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .tile-features-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---grid-halves-sticky {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-section-left-ap {
    min-height: 200px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading1-black {
    margin-bottom: 0;
    font-size: 22px;
  }

  .text-block-2 {
    line-height: 120%;
  }

  .heading3-black {
    font-size: 16px;
    line-height: 100%;
  }

  .paragraph-black {
    margin-bottom: 0;
  }

  .heading2-black {
    font-size: 20px;
    line-height: 100%;
  }

  .bold-text {
    font-size: 16px;
    line-height: 100%;
  }

  .paragraph {
    font-size: 14px;
  }

  .products-section-left-ep {
    min-height: 200px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph-black-centered-20, .paragraph-black-centered-18 {
    margin-bottom: 0;
  }

  .products-section-left-gs, .products-section-left-db, .products-section-left-ar, .services-section-left-lr {
    min-height: 200px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .waves---nav-cta {
    display: none;
  }

  .wbs-menu-button {
    width: 50px;
    height: 50px;
    background-color: var(--baltmat--background);
    padding-top: 5px;
    padding-left: 0;
  }

  .wbs-menu-button.w--open {
    background-color: var(--baltmat--background);
    align-self: center;
    display: block;
  }

  .wbs-nav-menu {
    background-color: var(--baltmat--background);
  }

  .wbs-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wbs-nav-link-dark {
    border-left-style: none;
    border-right-style: none;
    display: block;
  }

  .wbs-navbar-6 {
    background-color: var(--baltmat--background);
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-2 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 110%;
    display: flex;
  }

  .dropdown {
    display: block;
  }

  .wbs-nav-link-dark-first {
    border-left-style: none;
    border-right: 1px #000;
    display: block;
  }

  .wbs-nav-link-dark-first:lang(lv) {
    color: var(--waves-library--white);
  }

  .wbs-nav-link-dark-last {
    border-left-style: none;
    border-right-style: none;
    display: block;
  }

  .grid-element-1a {
    text-align: left;
    padding-left: 32px;
    padding-right: 0;
  }

  .paragraph-black-left-18 {
    margin-bottom: 0;
  }

  .services-section-left-kn {
    min-height: 200px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2-copy, .waves---heading-2-black {
    font-size: 34px;
  }

  .hero-split-hide-on-mobile {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .language-dropdown {
    display: block;
  }

  .wbs-nav-last {
    border-left-style: none;
    border-right-style: none;
    display: block;
  }
}

#w-node-_1a4ca00f-cd85-5535-30db-9fc8164c47f3-68360ef3, #w-node-_0178f23d-35f3-689c-070d-bc3d9075322b-68360ef3, #w-node-df63edd8-34db-5fa2-89fc-0f6f3fdce608-68360ef3, #w-node-caff6718-1b36-c2be-7a98-134dddfe4962-68360ef3, #w-node-_7e0bf5f9-bde6-9fcc-988d-2b41720d3cdd-68360ef3, #w-node-_2cbc183a-8f61-234e-a7a8-310dfc20359f-68360ef3, #w-node-_129818f4-a9f4-474d-914d-3d620e617980-68360ef3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-68360f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-68360f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-64bab0a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-64bab0a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-15ee2561 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-15ee2561 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-28858fa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-28858fa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-feb724b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-feb724b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-1b68e01f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-1b68e01f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-521570f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-521570f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-68360f00 {
    justify-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-68360f00 {
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-64bab0a8 {
    justify-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-64bab0a8 {
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-15ee2561 {
    justify-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-15ee2561 {
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-28858fa6 {
    justify-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-28858fa6 {
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-feb724b2 {
    justify-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-feb724b2 {
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-1b68e01f {
    justify-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-1b68e01f {
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-521570f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-521570f6 {
    align-self: stretch;
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_0178f23d-35f3-689c-070d-bc3d9075322b-68360ef3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-68360f00 {
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-64bab0a8 {
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-15ee2561 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-15ee2561 {
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-28858fa6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-28858fa6 {
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-feb724b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-feb724b2 {
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-1b68e01f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-1b68e01f {
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b62599-521570f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_036fd281-9c32-01c4-e69e-d52f75b625a3-521570f6 {
    align-self: stretch;
    justify-self: center;
  }
}


