@font-face {
  font-family: Blair itc;
  src: url('../fonts/blair-itc-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Blair itc;
  src: url('../fonts/blair-itc-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Blair itc;
  src: url('../fonts/blair-itc-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ptc 55 F";
  src: url('../fonts/PTC55F.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ptc 75 F";
  src: url('../fonts/PTC75F.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --medium-turquoise: #45c3b5;
  --black: black;
  --white: white;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-general--shadow-04: #14142b24;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-secondary--color-1: #281ca5;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelabel {
  margin-top: 20px;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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-commercecheckoutadditionaltextinput, .w-commerce-commercecheckoutadditionaltextarea, .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-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

  .w-commerce-commercecartquantity {
    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;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

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

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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: #1a1b1f;
  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;
}

strong {
  font-weight: bold;
}

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 {
  background-color: #000;
  min-width: 800px;
  height: 1px;
}

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

.section {
  background-color: #000;
  padding-left: 30px;
  padding-right: 30px;
}

.section.cc-cta {
  background-color: #000;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Promedical-terapija.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1000px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-left: 80px;
  padding-right: 80px;
}

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

.container {
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 920px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.testimonials {
  align-items: center;
  max-width: none;
}

.container.contact {
  margin-left: 100px;
}

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

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

.paragraph-bigger.cc-bigger-light {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #43c3b4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  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 {
  width: 160px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px 13px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.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: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.product {
  margin-top: 10px;
}

.button.problems-card {
  border-style: solid;
  border-width: 2px 1px 1px;
  border-color: var(--medium-turquoise);
  background-color: #0000;
  border-radius: 20px;
  margin-top: 10px;
}

.button.problems-card:hover {
  border-color: var(--medium-turquoise);
  background-color: #f5f5f5;
  transform: scale(.95);
}

.button.contact.affiliate {
  border-radius: 0;
  width: 300px;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 500;
}

.button.order {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.button.contact {
  width: 300px;
}

.label {
  color: #fff;
  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-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label.cc-light {
  opacity: .6;
  color: #525252;
  margin-top: 10px;
  font-size: 12px;
}

.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%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-light {
  color: #000;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-light.mid {
  text-align: center;
  margin-top: 20px;
  font-style: normal;
}

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

.heading-jumbo-small {
  color: #43c3b4;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.heading-jumbo-small.about-us {
  text-transform: uppercase;
}

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  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;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

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

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

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.intro-header {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 55px;
  display: flex;
}

.intro-header.landing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
}

.about-story-wrap {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.about-story-wrap.start {
  margin-top: 10px;
}

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

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

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

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

.contact-form-wrap {
  border: 1px none var(--medium-turquoise);
  background-image: linear-gradient(124deg, #e5f6ff, #fff 50%, #e3fff4);
  border-radius: 20px;
  padding: 45px 50px 50px;
}

.contact-form-wrap.hq {
  padding-left: 25px;
  padding-right: 25px;
  position: sticky;
  top: 10px;
}

.contact-form-grid {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1.5fr;
  align-items: start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.get-in-touch-form {
  flex-flow: column wrap;
  justify-content: flex-start;
  display: flex;
}

.get-in-touch-form.affiliates {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.get-in-touch-form.program-promedical {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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 {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 12px;
}

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

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form.affiliates {
  flex-flow: column wrap;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-form-heading-wrap.contact {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

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

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

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

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

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

.home-content-wrap {
  margin-top: 40px;
  margin-bottom: 0;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: #43c3b4;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.section-heading.reference {
  margin-bottom: 10px;
  font-size: 30px;
}

.section-heading.zdravniki {
  text-align: center;
  letter-spacing: 2px;
}

.section-heading.zdravniki.mobile {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}

.section-heading.zdravniki.mobile.affiliate {
  letter-spacing: 0;
  text-transform: none;
}

.section-heading.middle {
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.section-heading.middle.products {
  color: #333;
  font-size: 30px;
}

.section-heading.middle.about-us {
  margin-bottom: 30px;
}

.section-heading.middle.promo {
  color: #fff;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 70px;
}

.section-heading.middle.black, .section-heading.middle.green {
  color: var(--medium-turquoise);
}

.section-heading.pemf {
  text-align: center;
}

.section-heading.expert {
  margin-top: 20px;
}

.section-heading.works {
  margin-top: 40px;
  font-size: 30px;
  line-height: 30px;
}

.section-heading.hq {
  text-align: center;
}

.section-heading.ship {
  margin-bottom: 0;
}

.section-heading.comparison {
  text-align: center;
}

.about-grid {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1.25fr .75fr;
  align-items: center;
  margin-bottom: 30px;
}

.about-grid.cc-about-2 {
  grid-template: ". ."
  / .75fr 1.25fr;
}

.blog-heading {
  text-align: center;
  margin-bottom: 0;
}

.navbar-logo {
  object-fit: contain;
  background-image: url('../images/promedical.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  max-width: 400px;
  height: 40px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navigation-link {
  color: #47c7b9;
  border-left: 1px #000;
  border-right: 1px solid #fff;
  align-items: center;
  height: 48px;
  padding: 8px 5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.navigation-link:hover {
  color: var(--medium-turquoise);
}

.navigation-link.drop {
  display: none;
}

.navigation-link.dropdown {
  align-items: center;
  height: 48px;
  padding: 0;
  display: flex;
}

.nav-menu {
  clear: none;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 3000px;
  margin: 2px 0;
  padding: 0 5px;
  display: flex;
}

.navigation-2 {
  z-index: 99999999;
  box-shadow: none;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 110px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: sticky;
  top: 0;
}

.navigation-2.big {
  display: none;
}

.navigation-2.small {
  border-bottom: 3px none var(--medium-turquoise);
  background-color: #fff;
}

.brand {
  align-items: center;
  width: 350px;
  max-height: 80px;
  padding-left: 0;
  display: flex;
}

.brand.w--current {
  max-width: none;
}

.brand.navbar {
  justify-content: flex-start;
  width: 280px;
  max-height: 60px;
  margin-left: 0;
  padding-right: 0;
}

.brand.navbar.w--current {
  justify-content: center;
  width: 280px;
  padding-top: 0;
  padding-bottom: 0;
}

.brand.footer {
  justify-content: center;
  width: 300px;
  padding-top: 10px;
}

.brand.footer.w--current {
  justify-content: center;
}

.footer-heading {
  color: var(--medium-turquoise);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.text-small {
  color: var(--medium-turquoise);
  font-size: 12px;
  line-height: 15px;
}

.footer-3-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-column.right, .footer-column.right.left {
  align-items: flex-start;
}

.footer {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 10px;
}

.container-2 {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 27px;
  padding-right: 27px;
}

.margin-bottom-extra-small {
  color: var(--medium-turquoise);
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 16px;
}

.footer-bottom-row {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.main-section {
  background-image: linear-gradient(#0003, #0003), url('../images/mountains.png');
  background-position: 0 0, 0 0;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: -100px;
  padding-top: 120px;
  padding-bottom: 30px;
  padding-left: 10px;
  display: flex;
}

.main-section.landing {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/mountains.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 700px;
  margin-top: -120px;
  padding-top: 140px;
  padding-left: 0;
}

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

.main-tagline {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 #000;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.main-tagline.landing {
  line-height: 35px;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.cards-grid-container-2.mobile {
  display: none;
}

.cards-grid-container-2.normal.landing {
  display: flex;
}

.cards-grid-container-2.normal {
  grid-template-rows: auto;
  display: block;
}

.paragraph-10 {
  color: #000;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-10 a {
  color: #000;
  display: inline-block;
}

.heading-policy {
  color: #000;
  text-transform: none;
  font-size: 18px;
}

.heading-policy._2, .bold-text {
  text-transform: uppercase;
  font-size: 20px;
}

.div-block-54 {
  border-radius: 20px;
  padding: 0 30px;
}

.div-block-55 {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 20px;
  padding: 30px;
}

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

.div-block-35.return {
  margin-top: 30px;
}

.div-block-56 {
  border-radius: 20px;
  padding: 30px;
}

.text-block-7 {
  font-size: 10px;
  font-weight: 600;
}

.text-block-7.cta {
  text-align: center;
  font-size: 10px;
  line-height: 20px;
}

.text-block-7.cta.affiliate {
  font-weight: 600;
}

.text-block-7.order {
  text-align: center;
  font-weight: 600;
  line-height: 15px;
}

.text-block-7.helps-with {
  color: #000;
}

.link {
  text-decoration: none;
  display: inline-block;
}

.link.cart {
  text-decoration: underline;
}

.paragraph-11 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}

.paragraph-11.mobile-bolezni {
  color: #000;
  display: none;
}

.paragraph-11 a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

.paragraph-11.contact {
  text-align: center;
  font-weight: 600;
}

.paragraph-11.contact-us {
  color: var(--black);
}

.paragraph-11.contact-us.email {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-11.contact-us.hq {
  font-size: 15px;
}

.paragraph-11.contact-us.social {
  font-size: 16px;
  font-weight: 700;
}

.paragraph-11.bold {
  font-weight: 700;
}

.paragraph-11.testimonials {
  font-style: italic;
}

.paragraph-11.faq {
  margin-bottom: 0;
}

.paragraph-11.freq-start {
  color: #fff;
  font-weight: 600;
}

.paragraph-11.freq-start.comparison {
  text-align: center;
  font-size: 15px;
}

.paragraph-11.comparison {
  text-align: center;
}

.paragraph-11.landing.x {
  clear: none;
  color: #000;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  inset: 0% 5px auto auto;
}

.paragraph-11.disclaimer {
  color: #535353;
  margin-top: 30px;
  font-size: 10px;
  line-height: 15px;
}

.paragraph-11.disclaimer.mobile {
  display: none;
}

.paragraph-11.maintenance {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  display: flex;
}

.div-block-58 {
  background-image: url('../images/promedical-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 400px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.div-block-58.landing {
  height: 80px;
}

.testimonial-card {
  background-color: #fff9;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
  padding: 5px;
  display: flex;
  box-shadow: 1px 1px 5px #0003;
}

.testimonial-info {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  place-items: center start;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
}

.testimonial-author {
  color: #000;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.testimonial-author.landing {
  font-size: 18px;
  line-height: 22px;
}

.tagline {
  color: #000;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.tagline.landing {
  font-size: 10px;
}

.testimonial-icon-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  display: flex;
}

.div-block-61 {
  border-radius: 20px;
  padding: 10px;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-62 {
  border-radius: 20px;
  padding: 15px 5px;
}

.cart-button-2 {
  background-color: #45c3b5;
}

.cart-button-2.normal {
  padding: 4px 10px;
}

.text-block-8 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.error-message {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.checkout-button {
  background-color: #45c3b5;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
}

.cart-container {
  min-width: 500px;
  max-width: 600px;
}

.brix---btn-secondary-2 {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

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

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-802 {
  color: #211f54;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---mg-top-32px-2 {
  margin-top: 32px;
}

.brix---badge-secondary-small-bold-2 {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.brix---badge-wrapper-top-right-2 {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---product-card-image-wrapper-2 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---product-card-wrapper-v4-2 {
  color: #6e7191;
  transform-style: preserve-3d;
  max-width: 1010px;
  margin-left: auto;
  text-decoration: none;
  transition: transform .3s;
}

.brix---product-card-wrapper-v4-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-3-columns-gap-row-64px-2 {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-2 {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-640px---center-2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.text-block-17 {
  color: #7f7f7f;
  font-size: 10px;
  font-style: italic;
}

.apply-button {
  background-color: var(--medium-turquoise);
  border-radius: 10px;
  font-size: 14px;
}

.apply-button:hover {
  background-color: #333;
  transform: scale(1.05);
}

.checkbox {
  cursor: pointer;
  border-radius: 0;
  width: 20px;
  height: 20px;
}

.komentarji {
  margin-top: 20px;
}

.div-block-16 {
  background-color: #fff;
  border: 1px solid #eee;
  min-width: 400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 10px;
}

.div-block-16.extra {
  display: none;
}

.heading-serif {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 700;
  display: block;
}

.heading-serif.order-confirmed {
  color: var(--medium-turquoise);
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 30px;
}

.normal-text {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.normal-text.order-confirmation {
  text-align: center;
  background-color: #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.div-block-64 {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-64.therapy {
  grid-column-gap: 12px;
  grid-row-gap: 2px;
  background-color: #ffffffe6;
  background-image: url('../images/Sale-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 75px;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: auto;
  max-width: 420px;
  height: 180px;
  margin-bottom: 10px;
  padding: 10px 10px 5px 5px;
  text-decoration: none;
  display: grid;
  box-shadow: 3px 3px 12px 4px #0006;
}

.div-block-64.therapy:hover {
  transform: scale(1.04);
}

.div-block-64.therapy.produkti {
  background-color: #ffffffe6;
  background-image: url('../images/Sale-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 75px;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  width: 220px;
  height: 400px;
  margin-right: 20px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  box-shadow: 3px 3px 12px 4px #fff6;
}

.div-block-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.div-block-66 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-66.products {
  min-height: 100px;
}

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

.image-4 {
  max-width: 200px;
  max-height: 120px;
}

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

.image-4.all-products {
  max-width: 160px;
  max-height: 100px;
}

.start-card-heading {
  color: #43c3b4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.start-card-heading.mobile {
  display: none;
}

.start-card-heading.normal {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
}

.start-card-heading.product {
  padding-top: 30px;
}

.div-block-68 {
  display: flex;
}

.text-block-20 {
  color: #ff6c6e;
  text-align: center;
  padding-left: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
}

.text-block-20.products {
  padding-right: 0;
  font-size: 13px;
  line-height: 20px;
}

.text-block-20.front {
  padding-right: 10px;
  font-size: 12px;
  line-height: 20px;
}

.text-block-20.front.all-products {
  padding-right: 0;
}

.div-block-69 {
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.div-block-69.product-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-69.product-page.other {
  grid-column-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.div-block-69.all-products {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.text-block-21 {
  color: #43c3b4;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-21.price {
  text-shadow: 1px 1px #fff;
  font-size: 18px;
}

.text-block-22 {
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.div-block-70 {
  margin-top: 2px;
}

.div-block-70.products {
  color: #000;
}

.collection-list-wrapper-2 {
  flex-flow: row;
  display: block;
}

.add-to-cart-button {
  text-transform: uppercase;
  background-color: #43c3b4;
  padding: 8px 15px;
  font-size: 11px;
  line-height: 15px;
}

.add-to-cart-button:hover {
  background-color: #333;
}

.add-to-cart-button.other {
  padding: 8px 15px;
  font-size: 10px;
}

.add-to-cart-button.produkti {
  padding: 8px 15px;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}

.default-state {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container-15 {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1150px;
  display: flex;
}

.link-2 {
  color: #43c3b4;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-72 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-left: 50px;
  padding-right: 0;
  display: grid;
}

.product-heading {
  color: #43c3b4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
}

.product-heading.tudi {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}

.product-heading.tudi.black {
  color: #000;
}

.product-text {
  color: #000;
  text-align: justify;
  font-size: 13px;
  line-height: 20px;
}

.quantity {
  text-align: left;
  width: 50px;
  height: 30px;
  font-size: 12px;
}

.product-content-heading {
  color: #43c3b4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-73 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-74 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.div-block-74.specs {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.div-block-75 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 30px;
  display: grid;
}

.div-block-78 {
  background-color: #ffffffe6;
  background-image: url('../images/Sale-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 75px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 430px;
  margin-top: 10px;
  padding: 6px 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-79 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  inset: 10% 0% 0% auto;
}

.div-block-79.normal {
  display: none;
}

.div-block-80 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr .75fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  display: flex;
}

.product-div, .product-div.specs {
  padding-top: 20px;
}

.paragraph-12 {
  color: #000;
  font-size: 13px;
  line-height: 18px;
}

.paragraph-12.ship {
  margin-top: 20px;
}

.field-label-10 {
  color: #000;
  margin-bottom: 0;
  font-size: 9px;
}

.section-7 {
  z-index: 5;
  background-image: none;
  border-top: 10px #fff;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

.section-7.cta {
  z-index: 10;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Promedical-terapija.png'), radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 800px, auto;
  border-radius: 60px;
  margin-top: -60px;
  margin-bottom: -60px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.section-7.produkti {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  margin-bottom: -50px;
  padding-top: 0;
}

.section-7.produkti._1 {
  background-image: none;
  margin-bottom: 0;
}

.section-7.produkti._2 {
  background-color: #fff;
  background-image: none;
  margin-bottom: -60px;
}

.section-7.produkti._3 {
  background-image: none;
  margin-bottom: 0;
}

.section-7.kdo-smo {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-7.kdo-smo.mobile {
  display: none;
}

.section-7.zdravniki {
  padding-top: 50px;
}

.section-7.zdravniki.landing {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--medium-turquoise) 54%, white);
  flex-direction: column;
  align-items: center;
  margin-bottom: -40px;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.section-7.checkout {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  border-top-style: none;
  margin-bottom: -60px;
}

.section-7.top {
  border-top-style: none;
  margin-top: 0;
  padding-top: 35px;
}

.section-7.top.contact-us {
  background-image: url('../images/Contact-us-top.png'), radial-gradient(circle farthest-corner at 50% 50%, var(--white), #fff 65%, #dfdfdf 90%, var(--white));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 350px;
  display: flex;
}

.section-7.top.experts {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
}

.section-7.top.bottom {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  margin-bottom: 30px;
  padding-top: 0;
}

.section-7.top.problems {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
}

.section-7.top.program, .section-7.top.policy {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  padding-bottom: 80px;
}

.section-7.top.policy.return {
  background-image: none;
}

.section-7.top.testimonials {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  padding-bottom: 80px;
}

.section-7.top.about-us {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
}

.section-7.top.about-us.end {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  margin-bottom: -70px;
  padding-top: 0;
  padding-bottom: 20px;
}

.section-7.top.about-us.start {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section-7.top.promo {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  padding-bottom: 30px;
}

.section-7.pemf {
  padding-top: 0;
  padding-bottom: 0;
}

.section-7.pemf.mobile {
  display: none;
}

.section-7.what-does-it-help {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.section-7.how-it-works {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  padding-top: 50px;
}

.section-7.who-uses {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-7.who-uses.landing {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}

.section-7.clients, .section-7.bottom {
  margin-bottom: 30px;
}

.section-7.affiliate {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  padding-bottom: 90px;
}

.section-7.delivery {
  z-index: 10;
  background-image: linear-gradient(#fff, #fff);
  margin-bottom: -70px;
  padding-top: 20px;
  padding-bottom: 30px;
  display: block;
  position: relative;
}

.section-7.choose-us {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  padding-top: 50px;
}

.section-7.join {
  background-image: linear-gradient(#fff3, #fff3);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section-7.benefit {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  padding-top: 50px;
}

.section-7.product-highlights {
  background-image: url('../images/mat-shaded-full.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-7.faq {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  padding-top: 30px;
}

.section-7.faq-bottom {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  padding-top: 30px;
  padding-bottom: 100px;
}

.section-7.freq-chart {
  background-image: radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
  padding-top: 50px;
  padding-bottom: 60px;
}

.section-7.freq-chart._2 {
  padding-bottom: 100px;
}

.section-7.landing {
  padding-top: 0;
  padding-bottom: 0;
}

.container-17 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container-18 {
  flex-direction: column;
  align-items: center;
  max-width: 1050px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-18.landing {
  max-width: 980px;
}

.image-7 {
  max-height: 200px;
  display: none;
}

.rich-text-block-2 {
  color: #000;
  text-align: justify;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
}

.rich-text-block-2.landing {
  line-height: 15px;
}

.text-link {
  color: #000;
  font-size: 14px;
  line-height: 25px;
}

.field-label-11 {
  color: #000;
  margin-bottom: 0;
  font-size: 10px;
}

.field-label-11.contact {
  color: var(--black);
}

.rich-text-block-3 {
  color: #000;
  font-size: 13px;
  line-height: 18px;
}

.quantity-2 {
  color: #000;
  background-color: #f6f6f6;
  width: 50px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
}

.field-label-12 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 10px;
}

.rich-text-block-4 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.rich-text-block-4.product-info {
  color: #000;
  margin-top: 20px;
  font-size: 13px;
  line-height: 15px;
}

.div-block-82 {
  border: 1px solid var(--medium-turquoise);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: inline-block;
}

.card-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 120px;
  height: 120px;
}

.card-image-div:hover {
  transform: scale(1.08);
}

.card-image-div.bole-ine {
  background-image: url('../images/6450cb287fc8389088127693_Pain-relief.jpeg');
}

.card-image-div.prekrvavitev {
  background-image: url('../images/Bloodflow.jpg');
}

.card-image-div.imunski {
  background-image: url('../images/Immune-system.png');
}

.card-image-div.vnetje {
  background-image: url('../images/Inflammation.jpg');
}

.card-image-div.oksi {
  background-image: url('../images/oxygenation.jpg');
}

.card-image-div.spanec {
  background-image: url('../images/Sleep.jpg');
}

.card-image-div.stres {
  background-image: url('../images/Stress.jpg');
}

.card-image-div.energija {
  background-image: url('../images/High-energy.jpeg');
}

.card-image-div.okrevanje {
  background-image: url('../images/Healing.jpg');
}

.card-image-div.osteo {
  background-image: url('../images/Osteoporoza.jpg');
}

.problems-div {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  display: flex;
}

.problems-div.landing {
  max-width: 160px;
}

.heading-problems-card {
  color: var(--medium-turquoise);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.heading-problems-card.landing {
  font-size: 18px;
  line-height: 22px;
}

.heading-6 {
  color: var(--medium-turquoise);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-86 {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.submit-button {
  background-color: var(--medium-turquoise);
  margin-top: 10px;
  font-size: 14px;
}

.submit-button:hover {
  color: #fff;
  background-color: #333;
  transform: scale(1.05);
}

.link-4 {
  color: var(--medium-turquoise);
  padding-right: 6px;
  text-decoration: none;
}

.link-4:hover {
  color: var(--medium-turquoise);
}

.icon-2 {
  color: var(--medium-turquoise);
  margin-right: 0;
  position: relative;
}

.dropdown-list-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  background-image: none;
  margin-left: -9px;
  padding-top: 0;
  display: block;
  position: absolute;
  top: 45px;
}

.dropdown-link-2 {
  color: var(--medium-turquoise);
  border-bottom: 1px solid #fffc;
}

.dropdown-link-2:hover {
  color: var(--medium-turquoise);
  background-color: #dbdbdb;
}

.dropdown-link-2.w--current {
  color: #fff;
}

.dropdown-toggle-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 5px;
  display: flex;
}

.dropdown-toggle-4.w--open {
  height: auto;
}

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

.container-19.landing {
  background-color: #fff9;
  margin-bottom: 30px;
  padding-top: 20px;
}

.collection-item-3 {
  align-self: flex-end;
  padding-bottom: 10px;
}

.hero {
  background-image: url('../images/ambient-products.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 50px;
}

.hero.products {
  background-image: url('../images/ambient-2.png'), radial-gradient(circle farthest-corner at 50% 50%, var(--white), var(--white) 65%, #dfdfdf 90%, var(--white));
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero.products.normal {
  display: none;
}

.hero.products.small-screen {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--medium-turquoise), white);
  display: block;
}

.hero.produkti {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--medium-turquoise), white);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.video {
  width: 100%;
}

.container-21 {
  max-width: 1100px;
}

.collection-list-4 {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

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

.text-block-24 {
  font-size: 14px;
}

.text-block-25 {
  font-size: 14px;
  line-height: 22px;
}

.text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30 {
  font-size: 14px;
}

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

.field-label {
  margin-bottom: 2px;
  font-size: 10px;
}

.field-label.shipping {
  margin-bottom: 0;
}

.field-text {
  font-size: 14px;
  line-height: 20px;
}

.icon-4 {
  font-size: 15px;
}

.div-block-90 {
  margin-left: 5px;
}

.collection-list-wrapper-6.mobile {
  display: block;
}

.collection-list-wrapper-6.normal {
  flex-direction: row;
  display: block;
}

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

.mobile-image {
  display: none;
}

.collection-list-6 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-32, .text-block-33, .text-block-34, .text-block-35 {
  font-size: 14px;
  line-height: 20px;
}

.image-start.mobile {
  display: none;
}

.div-block-93 {
  align-items: center;
  display: flex;
}

.tabs-text-block {
  color: var(--medium-turquoise);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.tab-link-block {
  border: 1px solid var(--medium-turquoise);
  background-color: #fff;
  padding: 8px 10px;
}

.tab-link-block.w--current {
  background-color: #f3f3f3;
  padding-bottom: 8px;
}

.tabs-menu {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.tabs-heading {
  color: var(--medium-turquoise);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.tabs-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tabs-rich-text {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.tabs-rich-text figure {
  margin-top: 5px;
  padding-bottom: 0;
}

.tabs-rich-text p {
  font-size: 14px;
  line-height: 20px;
}

.tabs-rich-text.mobile-diseases {
  color: #000;
}

.tabs-rich-text.mobile-diseases a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

.tabs-content {
  margin-top: 20px;
}

.container-22 {
  margin-top: 0;
}

.div-block-96 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-97.mobile {
  display: none;
}

.div-block-98 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 500px;
  display: flex;
  overflow: hidden;
}

.text-block-36 {
  font-size: 10px;
  font-weight: 500;
}

.icon-mobile {
  color: #fff;
  margin-right: 0;
  display: none;
  position: relative;
}

.web-payments {
  border: 1px solid #fff;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 5px;
  padding-top: 8px;
  display: none;
}

.heading-9 {
  font-size: 18px;
}

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

.text-block-38 {
  font-size: 14px;
}

.text-block-39 {
  font-size: 14px;
  line-height: 20px;
}

.remove-button {
  line-height: 20px;
}

.cart-quantity {
  width: 50px;
  height: 30px;
  font-size: 14px;
}

.text-block-40 {
  text-align: center;
  font-size: 14px;
}

.text-block-40.paypal {
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 12px;
}

.text-block-40.paypal.web {
  display: none;
}

.text-block-41 {
  font-size: 14px;
}

.div-block-101 {
  align-self: auto;
  max-width: 1100px;
  padding-bottom: 20px;
}

.div-block-104 {
  grid-row-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.payment-logo {
  object-fit: contain;
  flex: 0 auto;
  height: 15px;
  max-height: 25px;
  padding-left: 3px;
  padding-right: 5px;
}

.payment-logo.custom-logo {
  height: 20px;
  max-height: 25px;
  padding-left: 3px;
  padding-right: 5px;
}

.payment-logo.visa-logo, .payment-logo.custom-logo-dinners {
  height: 20px;
}

.div-block-105 {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 10px;
  display: grid;
}

.div-block-105.checkout {
  grid-template-columns: .25fr 1.25fr;
  padding: 8px 0 8px 5px;
}

.div-block-106 {
  width: 60px;
  height: 60px;
}

.div-block-107 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-15 {
  max-height: 100px;
}

.image-16 {
  width: auto;
  height: auto;
  min-height: 70px;
  max-height: 90px;
}

.bold-text-5 {
  text-transform: uppercase;
}

.link-11, .link-12 {
  display: inline-block;
}

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

.checkbox-3 {
  margin-top: 0;
}

.link-13 {
  display: inline-block;
}

.link-15 {
  color: #000;
  display: inline-block;
}

.link-15.nav, .link-15.nav.landing {
  color: #fff;
}

.web-payments-2 {
  display: none;
}

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

.div-block-108 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-block-46 {
  font-size: 15px;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_label {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03112499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #45c3b5;
  border: 2px #4353ff;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button:hover {
  background-color: #909090;
  transform: scale3d(.96, .96, 1.01);
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #333;
  background-color: #f5f5f500;
  border: 1px solid #2b2b2b59;
  border-radius: 0;
  min-width: 6rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
  font-size: 12px;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_text-link {
  color: #2588ab;
  border-bottom: 2px #2588ab;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_title {
  color: #333;
  font-family: PT Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_text {
  color: #515151;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  line-height: 20px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 10px 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_button {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #45c3b5;
  border: 2px #000;
  border-radius: 0;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  background-color: #b4b4b4;
  transform: scale3d(.96, .96, 1.01);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #323232;
  background-color: #fff;
  border: 1px solid #3a3a3a;
  border-radius: 0;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #323232;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_space-medium {
  clear: none;
  text-align: left;
  margin-bottom: 2.5rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.cart-quantity-11 {
  font-size: 10px;
}

.div-block-109 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.div-block-110 {
  flex-direction: column;
  align-items: center;
  display: block;
}

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

.affiliate-heading {
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.affiliate-wrap {
  background-color: #ffffffe6;
  border: 1px solid #0000001a;
  border-radius: 20px;
  margin-top: 30px;
  padding: 20px 10px;
}

.text-block-47 {
  text-align: center;
  font-size: 14px;
  line-height: 15px;
}

.text-block-48 {
  font-size: 13px;
}

.option-list-2 {
  margin-top: 10px;
}

.paypal-2 {
  line-height: 20px;
}

.container-25 {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-25.about {
  padding-top: 0;
}

.container-25.about.pemf {
  background-color: #fffc;
  padding-top: 20px;
  padding-bottom: 0;
}

.text-block-51, .error-message-3 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.main-photo-wrapper {
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 300px;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-photo-wrapper:hover {
  transform: scale(1.2);
}

.image-18 {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-18._1 {
  z-index: 10;
}

.image-18._2 {
  z-index: 11;
  display: none;
}

.image-18._3 {
  z-index: 12;
  display: none;
}

.image-18._4 {
  z-index: 13;
  display: none;
}

.image-18._5 {
  z-index: 14;
  display: none;
}

.photo-thumbnail-wrapper {
  grid-column-gap: 20px;
  object-fit: fill;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
  display: flex;
  overflow: visible;
}

.thumbnail-link-block {
  width: 100px;
  height: 100px;
  display: inline-block;
}

.thumbnail-link-block:hover {
  transform: scale(1.05);
}

.thumbnail-link-block._5 {
  display: inline-block;
}

.thumbnail-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

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

.lottie-discount-div {
  clear: none;
  width: 100px;
  height: 100px;
  margin-right: -10px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-117 {
  z-index: 99999;
  background-image: url('../images/Spring-sale.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33%;
  height: 100px;
  display: none;
  position: absolute;
  inset: 5px auto auto;
}

.div-block-118 {
  z-index: 99999;
  width: 100px;
  margin-top: -10px;
  margin-left: 360px;
  display: none;
  position: absolute;
}

.affiliate-card-wrap {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.affiliate-card-wrap.program {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.affiliate-card {
  background-color: #ffffffe6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 210px;
  height: 300px;
  max-height: 350px;
  padding: 10px 20px;
  display: flex;
}

.affiliate-card.program {
  max-width: 290px;
  height: 300px;
}

.affiliate-card-heading {
  color: var(--medium-turquoise);
  text-align: center;
  letter-spacing: 1px;
  font-family: PT Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.affiliate-image {
  width: 200px;
  height: 150px;
  max-height: 150px;
}

.affiliate-image.contact {
  background-image: url('../images/Contact-us.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.affiliate-image.link {
  background-image: url('../images/Web-link.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.affiliate-image.promote {
  background-image: url('../images/Promote.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.affiliate-image.earn {
  background-image: url('../images/Money-bag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.affiliate-image.flex {
  background-image: url('../images/Flexibility.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.affiliate-image.ready {
  background-image: url('../images/Checklist.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.affiliate-image.auto {
  background-image: url('../images/Automatic.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.affiliate-txt {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.affiliate-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

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

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

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

.button-4.affiliate {
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.div-block-119 {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-120 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.affiliate-hero-image {
  background-image: url('../images/Affiliate.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 300px;
}

.affiliate-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.affiliate-contact-image {
  background-image: url('../images/Contact-affiliates.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
}

.footer-text {
  color: var(--medium-turquoise);
  text-align: justify;
  font-size: 13px;
  line-height: 16px;
}

.contact-us-wrap {
  clear: none;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
  display: flex;
}

.company-logo {
  background-image: url('../images/company.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

.company-logo:hover {
  transform: scale(1.1);
}

.holder-contact {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  display: grid;
}

.holder-email {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.holder-phone {
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.contact-logo {
  min-width: 50px;
  min-height: 50px;
}

.contact-logo:hover {
  transform: scale(1.1);
}

.contact-logo.email {
  background-image: url('../images/email-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.contact-logo.ig {
  background-image: url('../images/instagram.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-logo.fb {
  background-image: url('../images/facebook.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-121 {
  grid-column-gap: 15px;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.about-grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1.25fr .75fr;
  align-items: center;
  margin-bottom: 30px;
}

.about-grid-2.landing {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-heading-2 {
  color: #43c3b4;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.section-heading-2.zdravniki {
  text-align: center;
  letter-spacing: 1px;
}

.section-heading-2.zdravniki.mobile {
  letter-spacing: 1px;
  -webkit-text-stroke-color: #00a592;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}

.section-heading-2.zdravniki.mobile.black {
  color: var(--medium-turquoise);
}

.section-heading-2.works {
  margin-top: 40px;
  font-size: 30px;
  line-height: 30px;
}

.div-block-122 {
  background-color: var(--medium-turquoise);
  justify-content: space-between;
  align-items: center;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-122.landing {
  background-color: var(--medium-turquoise);
  background-image: none;
  justify-content: center;
}

.text-block-55 {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.text-block-55.orders.landing {
  color: #fff;
}

.text-block-55.landing {
  color: #fff;
  font-weight: 600;
  display: inline-block;
}

.text-block-56 {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.paragraph-light-3 {
  color: #000;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-light-3.intro {
  text-align: left;
}

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

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

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

.container-27 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.banner-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--medium-turquoise), white);
  padding-top: 20px;
  padding-bottom: 0;
}

.banner-section.background {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-section.cta {
  z-index: 2;
  margin-bottom: -60px;
  padding-bottom: 20px;
  position: relative;
}

.banner-section.landing {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--medium-turquoise) 50%, white);
  background-position: 0 0;
  padding-bottom: 20px;
}

.div-block-128 {
  background-color: #ffffffe6;
  flex-flow: column;
  justify-content: center;
  padding: 10px 20px;
  display: flex;
}

.div-block-128.highlights, .div-block-128.landing {
  background-color: #fff0;
}

.text-block-58 {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.text-block-58.order {
  color: #000;
  font-size: 11px;
  line-height: 15px;
}

.text-block-58.order:hover {
  color: #fff;
}

.div-block-129 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.collection-list-wrapper-7 {
  display: block;
}

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

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

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

.button-8.normal {
  color: #fff;
  background-color: #f0f0f0;
}

.button-8.normal:hover {
  color: #fff;
  background-color: #646464;
}

.button-8.normal.landing {
  background-color: #f0f0f0;
  padding: 12px 25px;
}

.button-8.normal.landing:hover {
  background-color: #4b4b4b;
}

.product-container {
  background-color: #ffffffa6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 5px 2px #0000004d;
}

.product-container:hover {
  transform: scale(1.1);
}

.product-container.landing {
  background-image: url('../images/Sale-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50px;
}

.product-banner-heading {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.product-image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 250px;
  height: 150px;
  max-height: 150px;
  display: flex;
}

.product-image {
  max-width: 180px;
  max-height: 110px;
}

.banner-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}

.image-container {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
}

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

.image-function {
  border-radius: 100px;
  width: 150px;
  height: 150px;
}

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

.image-function.emf {
  background-image: url('../images/emf-1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-function.cell {
  background-image: url('../images/cell.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 120px;
}

.image-function.regeneration {
  background-image: url('../images/regeneration.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-function.program-promedical {
  border-radius: 0;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-function.program-promedical.order {
  background-image: url('../images/delivery.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

.image-function.program-promedical.contact {
  background-image: url('../images/Contact-us.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-function.program-promedical.consult {
  background-image: url('../images/consult-promedical.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-function.program-promedical.results {
  background-image: url('../images/results.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-59 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-59.landing {
  color: #fff;
}

.container-28 {
  max-width: 1100px;
}

.div-block-127 {
  background-color: #ffffffe6;
  padding: 30px 30px 10px;
}

.div-block-130 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-60 {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.text-block-60.cta {
  text-align: center;
  font-size: 10px;
  line-height: 20px;
}

.promedical-program-section {
  background-image: url('../images/doctors.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 50px;
}

.promedical-program-section.div {
  position: relative;
}

.paragraph-light-5 {
  color: #000;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-light-5.program {
  text-align: center;
}

.div-block-131 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

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

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

.button-9.cc-jumbo-button {
  width: 160px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px 13px;
  font-size: 14px;
  line-height: 26px;
}

.cards-image-mask-3 {
  object-fit: fill;
  border-radius: 0%;
  padding-top: 0%;
  position: static;
  overflow: hidden;
}

.cards-image-mask-3.normal:hover {
  transform: scale(1.1);
}

.cards-image-mask-3.normal.landing {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cards-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 170px;
  max-width: none;
  height: 170px;
  position: static;
  inset: 0%;
}

.cards-image-2.landing {
  border-radius: 5px;
}

.testimonial-text-2 {
  color: #000;
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
}

.testimonial-text-2.how-it-works {
  color: #000;
}

.testimonial-text-2.landing {
  font-size: 12px;
  line-height: 20px;
}

.text-block-61 {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-61.landing {
  color: #000;
  font-size: 9px;
  line-height: 20px;
}

.text-block-61.landing:hover {
  color: #fff;
}

.div-block-132 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #ffffff59;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  max-height: 300px;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: grid;
  box-shadow: 2px 1px 8px 6px #fff3;
}

.div-block-132.dr-pawluk {
  grid-column-gap: 16px;
  justify-items: center;
  max-height: none;
  padding-top: 0;
  padding-bottom: 10px;
}

.div-block-132.dr-pawluk.landing {
  background-color: #fff0;
  border-radius: 5px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-light-6 {
  color: #000;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-light-6.expert {
  color: #000;
  text-align: justify;
  font-size: 13px;
}

.expert-heading-2 {
  color: #45c3b5;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.expert-heading-2.landing {
  color: #000;
  margin-top: 15px;
  line-height: 20px;
}

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

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

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

.button-10.landing {
  background-color: #ebebeb;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 10px;
}

.button-10.landing:hover {
  color: #fff;
  background-color: #505050;
}

.div-block-133.landing {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-123 {
  grid-column-gap: 10px;
  justify-content: space-around;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.references-text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
}

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

.people-card.natalie {
  grid-row-gap: 5px;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: 5px;
}

.link-17 {
  text-decoration: none;
  display: inline-block;
}

.div-block-125 {
  text-align: justify;
  max-width: 1150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  overflow: hidden;
}

.paragraph-light-7 {
  color: #000;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-light-7.expert {
  color: #000;
  text-align: justify;
  font-size: 13px;
}

.slider-3 {
  background-color: #0000;
  height: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.slider-3.mobile, .slider-3.phone {
  display: none;
}

.people-image {
  border-radius: 5px;
  width: 120px;
  height: 150px;
}

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

.people-image.grant-cardone {
  background-image: url('../images/Grant-Cardone.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.gwyneth-paltrow {
  background-image: url('../images/Gwyneth-Paltrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.tony {
  background-image: url('../images/Tony-Robbins.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.shaq {
  background-image: url('../images/Shaquille-O-Neal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.peter-thiel {
  background-image: url('../images/Peter-Thiel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.arnie {
  background-image: url('../images/Arnie-Kander.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.halle-berry {
  background-image: url('../images/Halle-Berry.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.dave-asprey {
  background-image: url('../images/Dave-Asprey.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.jason-tebeau {
  background-image: url('../images/Jason-Tebeau.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.pawluk {
  background-image: url('../images/Dr-Pawluk.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.floyd {
  background-image: url('../images/Floyd-Mayweather-Jr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.wlad {
  background-image: url('../images/Wladimir-Klitschko.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.deborah-mcnair {
  background-image: url('../images/Deborah-McNair.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.ronaldo {
  background-image: url('../images/Cristiano-Ronaldo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.natalie-deering {
  background-image: url('../images/Natalie.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.suzanne-somers {
  background-image: url('../images/Suzanne-Somers.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.usain-bolt {
  background-image: url('../images/Usain-Bolt.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.novak-djokovic {
  background-image: url('../images/Novak-Djokovic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.joe {
  background-image: url('../images/Joe-Rogan.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.mark {
  background-image: url('../images/Dr.-Mark-Hyman.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.oz {
  background-image: url('../images/dr-oz.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.phelps {
  background-image: url('../images/Michael-Phelps.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.r-hamilton {
  background-image: url('../images/Richard-Hamilton.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-image.tim-ferriss {
  background-image: url('../images/Tim-Ferriss.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.references-heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.references-heading.freq {
  text-align: left;
  margin-bottom: 10px;
}

.references-heading.freq-title, .references-heading.facts {
  margin-bottom: 10px;
}

.references-heading.landing {
  line-height: 20px;
}

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

.certificates {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 80px;
  height: 80px;
}

.certificates.ssl {
  background-image: url('../images/ssl.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.certificates.money-back {
  background-image: url('../images/30-day.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.certificates.checkout {
  background-image: url('../images/checkout.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-124 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.source {
  text-decoration: none;
  display: inline-block;
}

.div-block-134 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #ffffff59;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: grid;
  box-shadow: 2px 1px 8px 6px #0003;
}

.div-block-134.dr-pawluk {
  background-color: #fffc;
  justify-items: center;
}

.sources {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.field-label-15 {
  color: #000;
  margin-bottom: 0;
  font-size: 11px;
}

.container-34 {
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 920px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-34.program {
  background-color: #fffc;
  box-shadow: 0 2px 5px #0006;
}

.div-block-137 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-19 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}

.div-block-138 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

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

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

.button-12.contact {
  width: 300px;
}

.text-block-63 {
  font-size: 15px;
}

.contact-form-wrap-4 {
  border: 1px #45c3b5;
  border-radius: 20px;
  padding-top: 45px;
  padding-bottom: 20px;
}

.text-block-64 {
  color: #303030;
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
}

.checkout-disclaimer-2 {
  color: #535353;
  font-size: 12px;
  line-height: 20px;
}

.text-field-2 {
  font-size: 14px;
  line-height: 20px;
}

.additional-info {
  margin-bottom: 20px;
}

.lottie-animation-2 {
  display: none;
}

.product-info-wrapper {
  background-color: #ffffffe6;
  background-image: url('../images/Sale-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 75px;
  border-radius: 5px;
  padding: 20px;
}

.product-info {
  margin-top: 30px;
}

.collection-list-wrapper-8 {
  margin-bottom: 20px;
}

.wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.certificate {
  width: 120px;
  height: 120px;
}

.certificate._30-day {
  background-image: url('../images/30-day.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.certificate._30-day.landing {
  width: 100px;
  height: 100px;
}

.certificate.quality {
  background-image: url('../images/quality.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.certificate.quality.landing {
  width: 100px;
  height: 100px;
}

.certificate.warranty {
  background-image: url('../images/3-year-warranty.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.certificate.warranty.landing {
  width: 100px;
  height: 100px;
}

.certificate.shipping {
  background-image: url('../images/free-shipping.svg');
  background-position: 0 0;
  background-size: auto;
}

.choose-us-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.choose-us-heading.downloads {
  margin-bottom: 5px;
}

.choose-us-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: grid;
}

.choose-us-wrapper.faq {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.products-sub-heading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-139 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.about-us-heading {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.all-products-heading-div {
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-141 {
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 150px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.container-36.confirmation {
  flex-direction: column;
  align-items: center;
}

.div-block-144 {
  flex-direction: column;
  display: flex;
}

.front-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr .75fr .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.front-wrapper.landing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.mobile-hero {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--medium-turquoise), white);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 80px;
  display: none;
}

.program-promedical-wrap {
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.img-txt-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 220px;
  display: flex;
}

.div-block-149 {
  background-color: #ffffffe6;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-150 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-151 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ripples-div {
  z-index: -1;
  background-image: url('../images/ambient-products.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 1500px;
  display: none;
  position: absolute;
}

.ripples-div.all-products {
  height: 850px;
  display: none;
}

.div-block-152 {
  z-index: -1;
  background-image: url('../images/City-in-clouds.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 500px;
  position: absolute;
}

.div-block-153 {
  z-index: -1;
  background-image: url('../images/City-in-clouds.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
  position: absolute;
}

.div-block-154 {
  z-index: -1;
  background-image: url('../images/stairs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
  position: absolute;
}

.div-block-155 {
  z-index: -1;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 500px;
  display: none;
  position: absolute;
}

.spec-sheet-div {
  background-image: url('../images/PDF_1PDF.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 75px;
}

.spec-sheet-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-div {
  background-image: url('../images/UI-shaded-sm.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  height: 500px;
}

.specs-container {
  max-width: 100%;
}

.product-highlights-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-highlights-card {
  text-align: center;
  background-color: #ffffffe6;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 70px;
  padding: 10px 5px;
  display: flex;
}

.product-highlights-card:hover {
  color: #fff;
  background-color: #333;
}

.product-highlight {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.product-link {
  text-decoration: none;
}

.person-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.image-wrap {
  border-radius: 120px;
  max-width: 70px;
  max-height: 70px;
  overflow: hidden;
}

.star-wrap {
  background-image: url('../images/5-stars.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 20px;
}

.star-wrap.landing {
  height: 15px;
}

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

.f-accordian-title {
  letter-spacing: -.01em;
  padding-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.heading {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 45px;
}

.heading.faq {
  font-size: 40px;
}

.heading.contact {
  text-align: center;
  position: static;
  top: -200px;
}

.faq-dropdown-wrap {
  border: 1px solid var(--medium-turquoise);
  border-radius: 0;
  padding: 12px 10px 10px 20px;
  transition: all .3s;
  display: block;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-icon {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.div-block-28 {
  clear: none;
  text-align: left;
  background-color: #25476526;
  height: 1px;
  position: static;
  left: 50%;
}

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

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-accordian-wrapper {
  grid-row-gap: 10px;
  background-color: #ffffffe6;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  flex-direction: column;
  margin-top: 45px;
  padding: 24px;
  display: flex;
}

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

.faq-link {
  color: #0021a3;
}

.faq-text-link {
  color: #182452;
  font-weight: 700;
  text-decoration: underline;
}

.div-block-157 {
  justify-content: space-around;
  display: flex;
}

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

.freq-chart-wrapper {
  border-bottom: 1px solid #00000059;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.freq-chart-wrapper.comparison {
  display: inline-block;
}

.freq-chart-contain-white {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  padding-left: 5px;
  padding-right: 5px;
  display: grid;
}

.freq-chart-contain-white.comparison {
  border-top: 1px solid #000;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
}

.freq-chart-contain-blue {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #d8f5ff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  padding-left: 5px;
  padding-right: 5px;
  display: grid;
}

.freq-chart-contain-blue.comparison {
  border-top: 1px solid #000;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
}

.freq-chart {
  border-left: 1px solid #cecece;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
  display: flex;
}

.freq-chart.start {
  border-left-style: none;
}

.freq-chart.best {
  background-color: #33fc76;
}

.freq-chart.blue {
  background-color: #086788;
}

.freq-chart.bright {
  background-color: #d8f5ff;
}

.freq-chart-contain-start {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #086788;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  padding-left: 5px;
  padding-right: 5px;
  display: grid;
}

.freq-chart-contain-start.comparison {
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
}

.freq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding: 5px 10px 10px;
  display: grid;
}

.container-37 {
  max-width: 960px;
}

.comparison-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  border-radius: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-160 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  margin-top: 10px;
  display: grid;
}

.before-and-after {
  width: 400px;
  height: 300px;
  position: relative;
}

.before-and-after.before {
  background-image: url('../images/damaged-graysicle.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.before-and-after.after {
  z-index: 1;
  transform-origin: 100%;
  background-image: url('../images/blood-normal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  inset: -300px 0 0;
}

.div-block-161 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -300px;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  border-radius: 4px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.div-block-162, .div-block-163 {
  width: 100%;
}

.div-block-164 {
  width: 100px;
}

.div-block-165 {
  width: 100%;
}

.div-block-166 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 275px;
  display: flex;
}

.background-video {
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.landing {
  line-height: 10px;
  text-decoration: none;
}

.link-18 {
  display: inline-block;
}

.image-electricity-wrap {
  background-image: url('../images/body-electricity.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  max-width: 380px;
  height: 360px;
}

.image-19 {
  display: none;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.div-block-167 {
  width: 100%;
  height: 390px;
}

.div-block-168 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container-39 {
  max-width: 1100px;
}

.wrapper-2 {
  background-image: linear-gradient(135deg, #6dff29, #4e92ff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  inset: 0;
}

.wrapper-2.end {
  background-image: linear-gradient(135deg, #6dff29, #4e92ff);
  width: 800px;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: -30px;
  padding-bottom: 50px;
  display: none;
}

.wrapper-2.top {
  background-image: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-169 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.div-block-169.top {
  margin-bottom: 0;
}

.icon {
  color: #34ffda;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.page-title {
  color: #fff;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1;
}

.page-title.top {
  color: #000;
}

.js-clock {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: none;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-number.top {
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
}

.clock-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-size: 11px;
}

.clock-label.top {
  color: #000;
}

.div-block-170 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-171 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.section-8 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.how-it-works-div {
  margin-top: 30px;
}

.collection {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.section-9 {
  background-image: none;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container-7 {
  height: 100%;
}

.div-block-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lottie-animation-3 {
  height: 300px;
}

.paragraph-4 {
  z-index: 9999;
  text-align: center;
  margin-top: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  position: static;
  top: -200px;
}

@media screen and (min-width: 1280px) {
  .button {
    padding: 8px 20px;
  }

  .cta-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .navbar-logo {
    width: 280px;
    height: 40px;
  }

  .navigation-link {
    border-right: 1px solid #fff;
    padding: 8px 5px;
  }

  .navbar {
    margin-left: 5px;
    margin-right: 10px;
  }

  .brand.navbar {
    width: 250px;
    margin-right: 0;
  }

  .brand.navbar.w--current {
    width: 250px;
    max-height: 60px;
  }

  .footer-3-grid {
    grid-template-columns: 1fr .5fr .5fr .5fr 1.25fr;
  }

  .main-section {
    background-image: linear-gradient(#0000, #0000), url('../images/mountains.png');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .main-tagline {
    font-size: 32px;
  }

  .text-block-7, .text-block-7.order, .text-block-7.helps-with {
    font-size: 10px;
  }

  .div-block-58 {
    width: 400px;
    height: 100px;
  }

  .cart-button-2.normal {
    padding: 4px 10px;
  }

  .div-block-16 {
    width: 940px;
  }

  .div-block-64.therapy {
    grid-column-gap: 12px;
    grid-row-gap: 2px;
    justify-content: center;
    align-items: center;
    max-width: 420px;
    height: 180px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .div-block-66 {
    min-height: auto;
  }

  .image-4 {
    max-height: 120px;
  }

  .start-card-heading.normal {
    margin-top: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .start-card-heading.product {
    padding-top: 30px;
  }

  .text-block-20 {
    font-size: 14px;
  }

  .text-block-20.products {
    padding-right: 0;
  }

  .div-block-69 {
    margin-top: 0;
  }

  .div-block-69.product-page.other {
    flex-direction: column;
  }

  .div-block-69.all-products {
    margin-bottom: 0;
  }

  .add-to-cart-button.other {
    font-size: 10px;
  }

  .add-to-cart-button.order {
    font-size: 12px;
    font-weight: 500;
  }

  .container-15 {
    max-width: 1150px;
  }

  .div-block-72 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .product-heading.tudi {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .product-text {
    text-align: left;
    font-size: 13px;
  }

  .product-content-heading {
    font-size: 30px;
  }

  .div-block-78 {
    background-color: #ffffffe6;
  }

  .div-block-78:hover {
    transform: none;
  }

  .div-block-78.product {
    background-color: #fffffff2;
  }

  .div-block-79.normal {
    z-index: 9999999;
    padding: 20px 5px;
    display: none;
    position: absolute;
  }

  .section-7 {
    border-top-style: none;
  }

  .section-7.cta {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Promedical-terapija.png'), radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .section-7.produkti {
    z-index: 1;
    position: static;
  }

  .section-7.produkti._2 {
    z-index: 5;
    position: relative;
  }

  .image-7 {
    max-height: 200px;
  }

  .hero.products.normal {
    z-index: 99999;
    background-image: url('../images/ambient-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: none;
    position: static;
  }

  .hero.products.small-screen {
    display: block;
  }

  .tabs-rich-text p {
    font-size: 13px;
    line-height: 20px;
  }

  .container-24 {
    max-width: 1100px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .div-block-104 {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .payment-logo {
    height: 15px;
    max-height: 25px;
    padding-left: 3px;
    padding-right: 5px;
  }

  .div-block-105 {
    grid-column-gap: 6px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding-top: 0;
    display: grid;
  }

  .div-block-106 {
    width: 60px;
    height: 60px;
  }

  .cart-quantity-11 {
    font-size: 11px;
  }

  .container-25 {
    max-width: 800px;
  }

  .text-block-50, .error-message-2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .main-photo-wrapper {
    width: 350px;
    height: 300px;
  }

  .photo-thumbnail-wrapper {
    justify-content: space-around;
  }

  .thumbnail-link-block._1 {
    width: 100px;
    height: 100px;
  }

  .div-block-116 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-4 {
    padding: 8px 20px;
  }

  .text-block-56 {
    font-size: 10px;
  }

  .button-6 {
    padding: 8px 20px;
  }

  .text-block-58 {
    font-size: 12px;
  }

  .text-block-58.order {
    font-size: 10px;
  }

  .button-8 {
    padding: 8px 20px;
  }

  .text-block-60 {
    font-size: 12px;
  }

  .button-9 {
    padding: 8px 20px;
  }

  .text-block-61 {
    font-size: 10px;
  }

  .button-10 {
    padding: 8px 20px;
  }

  .people-image {
    width: 100px;
    height: 130px;
  }

  .paragraph-19 {
    font-size: 13px;
    line-height: 20px;
  }

  .button-12 {
    padding: 8px 20px;
  }

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

  .products-sub-heading {
    font-size: 18px;
  }

  .div-block-140 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 5px;
    display: flex;
  }

  .front-wrapper {
    place-content: center;
    place-items: center;
  }

  .div-block-155 {
    height: 1024px;
  }
}

@media screen and (min-width: 1440px) {
  .container.testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 20px;
  }

  .button {
    font-size: 13px;
  }

  .button.normal {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.contact.affiliate {
    font-size: 11px;
  }

  .button.order {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .button.contact {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .paragraph-light {
    font-size: 14px;
  }

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

  .cta-text {
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }

  .cta-wrap {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-heading-wrap {
    margin-bottom: 30px;
  }

  .text-field.cc-contact-field {
    font-size: 13px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .section-heading.reference {
    font-size: 35px;
  }

  .section-heading.zdravniki.mobile {
    font-size: 30px;
  }

  .section-heading.middle.products {
    font-size: 35px;
  }

  .navbar-logo {
    width: 280px;
    height: 45px;
  }

  .navigation-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .navbar {
    align-items: center;
    max-width: 3000px;
  }

  .brand.navbar {
    width: 300px;
    max-height: 60px;
    margin-left: 0;
  }

  .brand.navbar.w--current {
    width: 300px;
  }

  .footer-heading {
    margin-bottom: 5px;
  }

  .text-small {
    font-size: 13px;
  }

  .footer-3-grid {
    grid-template-columns: 1fr .5fr .5fr .5fr 1.25fr;
  }

  .footer {
    padding-top: 100px;
  }

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

  .margin-bottom-extra-small {
    font-size: 14px;
    line-height: 18px;
  }

  .main-tagline {
    font-size: 38px;
  }

  .cards-grid-container-2, .cards-grid-container-2.normal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-7, .text-block-7.cta, .text-block-7.order, .text-block-7.helps-with {
    font-size: 11px;
  }

  .paragraph-11, .paragraph-11.mobile-bolezni {
    font-size: 14px;
  }

  .paragraph-11.landing.x {
    line-height: 25px;
  }

  .div-block-58 {
    width: 450px;
    height: 120px;
  }

  .testimonial-card {
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 1px 1px 5px #0003;
  }

  .testimonial-author {
    font-size: 22px;
  }

  .tagline {
    font-size: 13px;
  }

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

  .text-block-8 {
    font-size: 14px;
  }

  .checkout-button {
    font-size: 15px;
  }

  .heading-serif.order-confirmed {
    font-size: 35px;
    line-height: 35px;
  }

  .normal-text.order-confirmation {
    font-size: 15px;
    line-height: 22px;
  }

  .div-block-64.therapy {
    justify-content: space-between;
    max-width: 450px;
    height: 200px;
  }

  .div-block-64.therapy.produkti {
    justify-content: flex-end;
    width: 250px;
    height: 430px;
    padding-top: 30px;
  }

  .div-block-66.products {
    min-height: 110px;
    max-height: 150px;
  }

  .image-4 {
    max-width: 220px;
    max-height: 130px;
  }

  .image-4.all-products {
    max-width: 190px;
    max-height: 110px;
  }

  .start-card-heading, .start-card-heading.normal {
    font-size: 22px;
    line-height: 25px;
  }

  .text-block-20 {
    font-size: 16px;
  }

  .text-block-20.main, .text-block-20.products {
    font-size: 14px;
  }

  .text-block-20.front {
    font-size: 13px;
  }

  .div-block-69 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .div-block-69.all-products {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .text-block-21 {
    font-size: 16px;
  }

  .text-block-22 {
    font-size: 13px;
  }

  .add-to-cart-button {
    padding: 10px 18px;
    font-size: 13px;
  }

  .add-to-cart-button.other {
    padding: 10px 18px;
    font-size: 11px;
  }

  .add-to-cart-button.produkti {
    padding: 8px 18px;
    font-size: 11px;
    font-weight: 600;
  }

  .add-to-cart-button.order {
    font-size: 13px;
  }

  .link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .link-2.all-products {
    line-height: 28px;
  }

  .div-block-72 {
    grid-template-columns: 1fr 1.5fr;
    place-content: start;
    justify-items: center;
    width: 100vw;
    height: 100%;
    padding-right: 10px;
  }

  .product-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .product-text {
    font-size: 14px;
    line-height: 22px;
  }

  .quantity {
    width: 60px;
    height: 35px;
  }

  .product-content-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-78 {
    justify-content: space-around;
    width: 230px;
    height: 440px;
  }

  .div-block-78.product {
    flex-direction: column;
  }

  .div-block-79.normal {
    flex-flow: column;
    margin-right: 15px;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 10% 0% 0% auto;
  }

  .div-block-80 {
    width: 100vw;
    height: 100%;
  }

  .product-div {
    padding-top: 30px;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 22px;
  }

  .field-label-10 {
    font-size: 10px;
  }

  .section-7 {
    border-top-style: none;
  }

  .section-7.cta {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
    margin-bottom: -90px;
  }

  .section-7.produkti._2 {
    margin-bottom: -90px;
  }

  .section-7.zdravniki.landing {
    margin-bottom: -60px;
  }

  .section-7.checkout {
    margin-bottom: -90px;
  }

  .section-7.top.about-us.end {
    margin-bottom: -80px;
  }

  .section-7.delivery {
    margin-bottom: -90px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-18 {
    max-width: 1150px;
  }

  .container-18.landing {
    max-width: 1000px;
  }

  .image-7 {
    max-height: 250px;
  }

  .rich-text-block-2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-link {
    font-size: 14px;
  }

  .field-label-11 {
    font-size: 11px;
  }

  .rich-text-block-3 {
    font-size: 14px;
  }

  .quantity-2 {
    width: 55px;
    height: 35px;
    font-size: 13px;
  }

  .field-label-12 {
    font-size: 12px;
  }

  .rich-text-block-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .rich-text-block-4.product-info {
    font-size: 14px;
    line-height: 22px;
  }

  .card-image-div {
    width: 150px;
    height: 150px;
  }

  .card-image-div.landing {
    width: 130px;
    height: 130px;
  }

  .problems-div {
    max-width: 220px;
  }

  .heading-problems-card {
    font-size: 20px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 30px;
  }

  .link-4.w--current {
    font-size: 14px;
  }

  .dropdown-toggle-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero.products.normal {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--medium-turquoise), white);
    height: auto;
    margin-top: -80px;
    padding-top: 140px;
    display: block;
    overflow: hidden;
  }

  .hero.products.small-screen {
    display: none;
  }

  .hero.produkti {
    padding-top: 60px;
  }

  .container-20 {
    max-width: 1100px;
  }

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

  .text-block-26 {
    font-size: 14px;
  }

  .textarea, .field-text {
    font-size: 15px;
    line-height: 22px;
  }

  .div-block-93 {
    align-items: center;
  }

  .tabs-heading {
    font-size: 30px;
  }

  .tabs-rich-text p, .tabs-rich-text.mobile-diseases {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-36 {
    font-size: 11px;
  }

  .text-block-38, .text-block-39 {
    font-size: 15px;
  }

  .cart-quantity {
    width: 55px;
    height: 35px;
  }

  .text-block-40 {
    font-size: 15px;
  }

  .text-block-40.paypal {
    font-size: 14px;
  }

  .text-block-41 {
    font-size: 15px;
  }

  .container-24 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .payment-logo {
    height: 20px;
  }

  .div-block-109 {
    width: 90%;
  }

  .text-block-48 {
    font-size: 15px;
  }

  .container-25 {
    max-width: 800px;
  }

  .main-photo-wrapper {
    width: 400px;
    height: 350px;
  }

  .div-block-116 {
    justify-content: center;
  }

  .affiliate-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .button-4 {
    font-size: 13px;
  }

  .section-heading-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .section-heading-2.zdravniki.mobile {
    font-size: 30px;
  }

  .div-block-122.landing {
    height: 25px;
  }

  .text-block-55 {
    font-size: 13px;
  }

  .text-block-56 {
    font-size: 11px;
  }

  .paragraph-light-3, .paragraph-light-3.intro {
    font-size: 14px;
  }

  .button-6 {
    font-size: 13px;
  }

  .banner-section.cta {
    margin-bottom: -90px;
  }

  .div-block-128.highlights {
    padding-bottom: 10px;
  }

  .text-block-58, .text-block-58.order {
    font-size: 11px;
  }

  .button-8 {
    font-size: 13px;
  }

  .button-8.normal {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-banner-heading {
    font-size: 22px;
  }

  .product-image {
    max-width: 200px;
    max-height: 120px;
  }

  .banner-text {
    font-size: 14px;
  }

  .image-container {
    margin-top: 30px;
  }

  .image-function {
    width: 180px;
    height: 180px;
  }

  .text-block-59 {
    font-size: 17px;
  }

  .div-block-127 {
    padding: 20px 15px 10px;
  }

  .div-block-130 {
    margin-bottom: 20px;
  }

  .text-block-60, .text-block-60.cta {
    font-size: 11px;
  }

  .paragraph-light-5, .paragraph-light-5.program {
    font-size: 14px;
  }

  .button-9 {
    font-size: 13px;
  }

  .cards-image-2 {
    width: 190px;
    height: 190px;
  }

  .cards-image-2.landing {
    width: 180px;
    height: 180px;
  }

  .testimonial-text-2 {
    font-size: 14px;
  }

  .testimonial-text-2.landing {
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-61 {
    font-size: 11px;
  }

  .paragraph-light-6, .paragraph-light-6.expert {
    font-size: 14px;
  }

  .expert-heading-2 {
    font-size: 22px;
  }

  .button-10 {
    font-size: 13px;
  }

  .references-text {
    font-size: 14px;
  }

  .people-card.natalie {
    grid-row-gap: 10px;
  }

  .paragraph-light-7 {
    font-size: 15px;
  }

  .paragraph-light-7.expert {
    font-size: 14px;
  }

  .people-image {
    width: 120px;
    height: 150px;
  }

  .references-heading {
    font-size: 22px;
  }

  .field-label-15 {
    margin-top: 5px;
    font-size: 12px;
  }

  .paragraph-19 {
    font-size: 14px;
  }

  .button-12 {
    font-size: 13px;
  }

  .button-12.contact {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-block-64 {
    margin-top: 20px;
  }

  .checkout-disclaimer-2 {
    line-height: 22px;
  }

  .product-info-wrapper {
    max-width: 520px;
  }

  .wrapper {
    grid-column-gap: 30px;
    margin-top: 30px;
  }

  .certificate {
    width: 130px;
    height: 130px;
  }

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

  .choose-us-heading {
    font-size: 22px;
  }

  .products-sub-heading {
    font-size: 20px;
  }

  .about-us-heading {
    font-size: 25px;
  }

  .all-products-heading-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ripples-div {
    height: 1100px;
  }

  .ripples-div.all-products {
    height: 950px;
  }

  .product-highlights-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .product-highlight {
    font-size: 16px;
  }

  .image-wrap {
    max-width: 80px;
    max-height: 80px;
  }

  .star-wrap {
    width: 110px;
    height: 25px;
  }

  .f-accordian-wrapper {
    grid-row-gap: 15px;
  }

  .container-37 {
    max-width: 1060px;
  }

  .div-block-166 {
    width: auto;
    height: 320px;
  }

  .container-new {
    max-width: 1100px;
  }

  .wrapper-2.end {
    width: 900px;
    max-width: 900px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1300px;
    position: relative;
  }

  .container.contact {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 22px;
    line-height: 32px;
  }

  .button {
    padding: 12px 25px;
    font-size: 15px;
  }

  .button.cc-jumbo-button {
    width: 180px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.problems-card {
    border-width: 2px 1px 1px;
    border-color: var(--medium-turquoise);
    margin-top: 15px;
  }

  .button.problems-card:hover {
    transform: scale(.95);
  }

  .button.problems-card.landing {
    padding: 10px 20px;
    font-size: 14px;
  }

  .button.normal {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.contact.affiliate {
    font-size: 13px;
  }

  .button.order {
    padding: 12px 20px;
  }

  .button.contact {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .label.cc-light {
    color: #525252;
    font-size: 14px;
  }

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

  .paragraph-light.mid {
    font-weight: 400;
  }

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

  .heading-jumbo-small.about-us {
    font-size: 38px;
    line-height: 40px;
  }

  .cta-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .intro-header {
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    justify-content: center;
    place-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .intro-header.landing {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section-heading-wrap {
    margin-bottom: 40px;
  }

  .text-field.cc-contact-field {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .text-field.cc-textarea.cc-contact-field {
    padding-top: 10px;
  }

  .contact-form-heading-wrap.contact {
    align-items: center;
  }

  .section-heading {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 45px;
  }

  .section-heading.reference, .section-heading.zdravniki {
    font-size: 45px;
  }

  .section-heading.zdravniki.mobile {
    font-size: 38px;
  }

  .section-heading.zdravniki.mobile.affiliate {
    line-height: 35px;
  }

  .section-heading.middle {
    margin-bottom: 30px;
    font-size: 38px;
  }

  .section-heading.middle.products {
    font-size: 40px;
  }

  .section-heading.middle.promo {
    font-size: 3.5rem;
  }

  .section-heading.pemf {
    text-align: center;
  }

  .section-heading.expert {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .section-heading.works {
    font-size: 38px;
    line-height: 40px;
  }

  .navbar-logo {
    width: 450px;
    max-width: 500px;
    height: 50px;
  }

  .navbar-logo.down {
    width: 600px;
    max-width: 600px;
    height: 80px;
  }

  .navbar-logo.navbar {
    height: 55px;
  }

  .navigation-link {
    align-items: center;
    height: 65px;
    padding: 12px 15px;
    font-size: 16px;
    display: flex;
  }

  .navigation-link.dropdown {
    height: 65px;
  }

  .nav-menu {
    flex-flow: row;
    position: relative;
  }

  .navbar {
    justify-content: space-between;
    width: 100%;
    max-width: 3000px;
    height: 65px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
  }

  .navigation-2 {
    z-index: 99999999;
    box-shadow: none;
    background-color: #fff;
  }

  .navigation-2.big {
    display: block;
  }

  .navigation-2.small {
    display: none;
  }

  .brand.navbar {
    justify-content: flex-start;
    width: 400px;
    max-height: 60px;
    padding-left: 30px;
  }

  .brand.navbar.w--current {
    justify-content: center;
    width: 400px;
    max-height: 60px;
    padding-left: 30px;
  }

  .brand.footer.w--current {
    width: 350px;
  }

  .footer-heading {
    font-size: 16px;
    font-weight: 700;
  }

  .footer-3-grid {
    grid-template-columns: 1fr .5fr .5fr .5fr 1.25fr;
    align-items: center;
  }

  .footer-column.right.left.promise {
    margin-right: 30px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
  }

  .margin-bottom-extra-small {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .footer-bottom-row {
    margin-top: 5px;
  }

  .main-section {
    background-image: linear-gradient(#0003, #0003), url('../images/alberta-2297204_1920.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
  }

  .main-section.landing {
    height: 800px;
  }

  .main-tagline {
    margin-bottom: 0;
    font-size: 45px;
  }

  .main-tagline.landing {
    font-size: 40px;
    line-height: 50px;
  }

  .cards-grid-container-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .cards-grid-container-2.normal.landing {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cards-grid-container-2.normal {
    padding-left: 0;
  }

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

  .heading-policy {
    text-transform: uppercase;
    font-size: 25px;
  }

  .heading-policy._2 {
    font-size: 25px;
  }

  .container-10 {
    max-width: 1250px;
  }

  .bold-text {
    text-transform: uppercase;
    font-size: 25px;
  }

  .div-block-55 {
    margin-top: 20px;
  }

  .text-block-7, .text-block-7.cta, .text-block-7.order {
    font-size: 13px;
  }

  .text-block-7.helps-with {
    font-size: 11px;
  }

  .paragraph-11 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-11.mobile-bolezni {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-11.contact {
    font-weight: 600;
  }

  .paragraph-11.contact-us.email, .paragraph-11.contact-us.hq {
    font-size: 16px;
  }

  .paragraph-11.landing.x {
    line-height: 30px;
  }

  .div-block-58 {
    width: 700px;
    height: 110px;
  }

  .div-block-58.landing {
    width: 600px;
    height: 100px;
  }

  .testimonial-card {
    padding: 10px 15px;
  }

  .testimonial-card.landing {
    padding: 5px 10px 0;
  }

  .testimonial-author {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .testimonial-author.landing {
    font-size: 22px;
  }

  .tagline {
    font-size: 16px;
  }

  .tagline.landing {
    font-size: 13px;
  }

  .testimonial-icon-wrapper {
    height: 70px;
  }

  .collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .cart-button-2.normal {
    padding: 10px 15px;
  }

  .text-block-8 {
    font-size: 16px;
    font-weight: 600;
  }

  .checkout-button {
    justify-content: center;
    height: 50px;
    font-size: 18px;
    display: flex;
  }

  .text-block-17 {
    font-size: 12px;
  }

  .apply-button {
    font-size: 16px;
  }

  .heading-serif {
    font-size: 55px;
  }

  .heading-serif.order-confirmed {
    font-size: 38px;
    line-height: 40px;
  }

  .normal-text {
    font-size: 24px;
    line-height: 25px;
  }

  .normal-text.order-confirmation {
    font-size: 16px;
  }

  .div-block-64.therapy {
    grid-template-columns: 1fr 1fr;
    place-content: stretch center;
    place-items: center stretch;
    max-width: 550px;
    height: 230px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    text-decoration: none;
  }

  .div-block-64.therapy.produkti {
    justify-content: flex-end;
    width: 280px;
    height: 500px;
    margin-right: 30px;
  }

  .div-block-65 {
    position: relative;
  }

  .div-block-66, .div-block-66.products {
    max-width: 250px;
    min-height: 120px;
  }

  .div-block-67 {
    max-width: 300px;
  }

  .image-4 {
    max-width: 270px;
    max-height: 180px;
  }

  .image-4.all-products {
    max-width: 230px;
    max-height: 120px;
  }

  .start-card-heading {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
  }

  .start-card-heading.normal {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .start-card-heading.product {
    padding-top: 20px;
  }

  .text-block-20 {
    color: #ff6c6e;
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-20.main {
    font-size: 16px;
  }

  .text-block-20.products, .text-block-20.front {
    font-size: 15px;
  }

  .div-block-69 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-block-69.all-products {
    grid-row-gap: 5px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .text-block-21 {
    font-size: 18px;
  }

  .text-block-21.price {
    font-size: 22px;
  }

  .text-block-22 {
    font-size: 15px;
  }

  .add-to-cart-button {
    margin-top: 10px;
    padding: 15px 30px;
    font-size: 16px;
  }

  .add-to-cart-button.other {
    margin-top: 5px;
    padding: 10px 20px;
    font-size: 13px;
  }

  .add-to-cart-button.produkti {
    margin-bottom: 5px;
    padding: 10px 22px;
    font-size: 13px;
  }

  .add-to-cart-button.order {
    font-size: 15px;
    font-weight: 500;
  }

  .default-state {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .container-15 {
    max-width: 1600px;
  }

  .link-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .link-2.all-products {
    font-size: 16px;
  }

  .div-block-72 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .product-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 45px;
  }

  .product-heading.tudi {
    font-size: 38px;
  }

  .product-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .quantity {
    width: 65px;
    height: 45px;
    font-size: 15px;
  }

  .product-content-heading {
    text-transform: uppercase;
    font-size: 40px;
  }

  .div-block-73 {
    margin-top: 5px;
  }

  .div-block-74.specs {
    grid-column-gap: 50px;
  }

  .div-block-78 {
    width: 280px;
    height: 470px;
    margin-top: 20px;
  }

  .div-block-78.product:hover {
    transform: none;
  }

  .div-block-79 {
    z-index: 99999;
    right: 5%;
  }

  .div-block-79.normal {
    margin-right: 20px;
    display: flex;
  }

  .product-div {
    padding-top: 50px;
  }

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

  .field-label-10 {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .section-7 {
    border-top-width: 30px;
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .section-7.cta {
    background-image: linear-gradient(to bottom, null, null), url('../images/Promedical-terapija.png'), radial-gradient(circle farthest-corner at 50% 50%, #383838, #222 65%, black);
    background-size: auto, 1000px, auto;
  }

  .section-7.produkti._2 {
    padding-bottom: 60px;
  }

  .section-7.zdravniki {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-7.zdravniki.landing {
    margin-bottom: -70px;
    padding-bottom: 0;
  }

  .section-7.checkout {
    border-top-style: none;
    margin-bottom: -100px;
    padding-bottom: 60px;
  }

  .section-7.top {
    padding-top: 70px;
  }

  .section-7.top.contact-us {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: block;
  }

  .section-7.top.bottom {
    padding-top: 20px;
  }

  .section-7.top.policy.return {
    background-image: none;
  }

  .section-7.top.general-info {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .section-7.top.about-us.end {
    margin-bottom: -100px;
  }

  .section-7.what-does-it-help {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section-7.how-it-works {
    border-top-style: none;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-7.who-uses {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section-7.clients {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-7.delivery {
    padding-bottom: 60px;
    position: relative;
  }

  .section-7.choose-us {
    padding-bottom: 80px;
  }

  .section-7.join {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .container-17 {
    max-width: 1350px;
    position: relative;
  }

  .container-18 {
    max-width: 1500px;
    padding-top: 20px;
    position: relative;
  }

  .container-18.landing {
    max-width: 1100px;
  }

  .image-7 {
    max-width: 1000px;
    max-height: 300px;
    margin-top: 50px;
  }

  .rich-text-block-2 {
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
  }

  .rich-text-block-2.landing {
    font-size: 14px;
    line-height: 22px;
  }

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

  .field-label-11 {
    margin-top: 5px;
    font-size: 13px;
  }

  .rich-text-block-3 {
    font-size: 16px;
    line-height: 25px;
  }

  .quantity-2 {
    width: 60px;
    height: 35px;
    font-size: 15px;
  }

  .field-label-12 {
    font-size: 12px;
  }

  .rich-text-block-4 {
    max-width: 800px;
    font-size: 16px;
    line-height: 25px;
  }

  .rich-text-block-4.product-info {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-82 {
    border-width: 2px;
    border-color: var(--medium-turquoise);
  }

  .div-block-82:hover {
    border-color: var(--medium-turquoise);
  }

  .card-image-div {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 200px;
    display: block;
  }

  .card-image-div:hover {
    transform: scale(1.08);
  }

  .card-image-div.landing {
    width: 150px;
    height: 150px;
  }

  .problems-div {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 260px;
    max-width: 300px;
  }

  .problems-div.landing {
    max-width: 200px;
  }

  .heading-problems-card {
    color: var(--medium-turquoise);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-problems-card.landing {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-6 {
    color: var(--medium-turquoise);
    font-size: 38px;
    line-height: 45px;
  }

  .div-block-86 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .collection-list-wrapper-4 {
    flex-direction: column;
    display: block;
  }

  .collection-list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .submit-button, .link-4.w--current {
    font-size: 16px;
  }

  .dropdown-list-2.w--open {
    margin-top: 10px;
    position: absolute;
    top: 45px;
  }

  .dropdown-toggle-4 {
    align-items: center;
    padding: 12px 15px;
  }

  .container-19 {
    max-width: 1350px;
  }

  .container-19.landing {
    max-width: 1200px;
  }

  .collection-item-3 {
    padding-bottom: 10px;
  }

  .hero.products.normal {
    align-items: center;
    min-height: 800px;
    display: flex;
  }

  .hero.produkti {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .container-20 {
    max-width: 1350px;
  }

  .container-20.landing, .container-21 {
    max-width: 1200px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .text-block-24 {
    font-size: 15px;
  }

  .text-block-25 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30 {
    font-size: 16px;
  }

  .field-label {
    font-size: 11px;
    font-style: normal;
  }

  .field-text {
    font-size: 16px;
    line-height: 25px;
  }

  .icon-4 {
    width: 20px;
    height: 20px;
  }

  .div-block-90 {
    flex-direction: row;
    display: flex;
  }

  .collection-list-wrapper-6.normal {
    margin-bottom: 10px;
  }

  .mobile-image {
    max-width: 320px;
  }

  .div-block-92 {
    flex-basis: 360px;
  }

  .text-block-32, .text-block-33, .text-block-34, .text-block-35 {
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-93 {
    height: 65px;
  }

  .tabs-text-block {
    font-size: 18px;
    font-weight: 600;
  }

  .tab-link-block {
    padding: 15px 25px;
  }

  .tabs-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .tabs-rich-text {
    font-family: Montserrat, sans-serif;
  }

  .tabs-rich-text img {
    max-width: 360px;
  }

  .tabs-rich-text p, .tabs-rich-text.mobile-diseases {
    font-size: 16px;
    line-height: 25px;
  }

  .container-pemf {
    max-width: 1260px;
    margin-bottom: 50px;
  }

  .container-22 {
    max-width: 1260px;
    margin-top: 0;
  }

  .text-block-36 {
    font-size: 13px;
  }

  .container-23 {
    max-width: 1250px;
  }

  .heading-9 {
    font-size: 22px;
  }

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

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

  .text-block-38 {
    font-size: 18px;
  }

  .text-block-39 {
    font-size: 17px;
  }

  .cart-quantity {
    width: 60px;
    font-size: 16px;
  }

  .text-block-40 {
    font-size: 18px;
  }

  .text-block-40.paypal {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .text-block-41 {
    font-size: 18px;
  }

  .container-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    min-width: 90px;
    max-width: 150px;
    min-height: 80px;
    max-height: 100px;
  }

  .div-block-108 {
    justify-content: space-between;
  }

  .text-block-46 {
    font-size: 17px;
  }

  .fs-cc-prefs_component {
    display: none;
  }

  .cart-quantity-11 {
    font-size: 13px;
  }

  .div-block-109 {
    grid-row-gap: 10px;
    width: 100%;
  }

  .affiliate-heading {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-48 {
    font-size: 17px;
  }

  .paypal-2 {
    height: 50px;
    font-size: 18px;
    line-height: 28px;
  }

  .container-25 {
    max-width: 1000px;
    position: relative;
  }

  .link-block {
    height: 130px;
  }

  .city {
    font-size: 15px;
  }

  .main-photo-wrapper {
    border: 1px #fff;
    width: 500px;
    height: 400px;
  }

  .photo-thumbnail-wrapper {
    grid-column-gap: 20px;
    margin-top: 50px;
  }

  .div-block-116 {
    justify-content: center;
  }

  .lottie-discount-div {
    width: 150px;
    height: 150px;
    margin-top: -30px;
    margin-right: -30px;
  }

  .div-block-117 {
    height: 160px;
  }

  .div-block-118 {
    margin-left: 470px;
  }

  .lottie-animation {
    width: 150px;
    height: 150px;
  }

  .affiliate-card-wrap {
    grid-column-gap: 10px;
  }

  .affiliate-card {
    max-width: 320px;
  }

  .affiliate-card-heading {
    font-size: 28px;
  }

  .affiliate-image {
    width: 230px;
    height: 170px;
    max-height: 170px;
  }

  .affiliate-txt {
    font-size: 16px;
    line-height: 22px;
  }

  .button-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .button-4.affiliate {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-119 {
    margin-top: 20px;
  }

  .affiliate-hero-image {
    width: 550px;
    height: 320px;
  }

  .affiliate-contact-image {
    width: 550px;
  }

  .footer-text {
    font-size: 15px;
    line-height: 20px;
  }

  .contact-us-wrap {
    max-width: 500px;
  }

  .company-logo {
    width: 120px;
    height: 120px;
  }

  .holder-contact {
    max-width: 300px;
  }

  .contact-logo.email {
    width: 70px;
    height: 70px;
  }

  .contact-logo.ig, .contact-logo.fb {
    min-width: 70px;
    min-height: 70px;
  }

  .section-heading-2 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 40px;
  }

  .section-heading-2.zdravniki {
    font-size: 38px;
  }

  .section-heading-2.zdravniki.mobile {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 45px;
  }

  .section-heading-2.works {
    font-size: 38px;
    line-height: 40px;
  }

  .section-heading-2.mission {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .div-block-122 {
    height: 20px;
    padding-left: 30px;
  }

  .div-block-122.landing {
    height: 30px;
  }

  .text-block-55, .text-block-55.orders {
    font-size: 14px;
  }

  .text-block-56 {
    font-size: 13px;
  }

  .paragraph-light-3 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-light-3.intro {
    color: #000;
    font-size: 16px;
    line-height: 28px;
  }

  .button-6 {
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .container-27 {
    max-width: 1350px;
    position: relative;
  }

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

  .div-block-128 {
    padding: 20px 40px 40px;
  }

  .div-block-128.highlights {
    padding-bottom: 0;
  }

  .text-block-58 {
    font-size: 13px;
  }

  .text-block-58.order {
    font-size: 14px;
  }

  .div-block-129 {
    margin-top: 40px;
  }

  .button-8 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .button-8.normal {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-8.normal.landing {
    padding: 20px 35px;
  }

  .product-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-container.landing {
    background-size: 70px;
  }

  .product-banner-heading {
    font-size: 25px;
  }

  .product-image-wrapper {
    max-width: 300px;
    height: 180px;
    max-height: 180px;
  }

  .product-image {
    max-width: 280px;
    max-height: 150px;
  }

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

  .image-container {
    justify-content: space-around;
    margin-top: 60px;
  }

  .image-function {
    width: 200px;
    height: 200px;
  }

  .text-block-59 {
    margin-top: 20px;
    font-size: 20px;
  }

  .text-block-59.faq {
    margin-top: 0;
    font-size: 18px;
  }

  .container-28 {
    max-width: 1200px;
  }

  .div-block-127 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-130 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-60 {
    font-size: 15px;
  }

  .text-block-60.cta {
    font-size: 13px;
  }

  .promedical-program-section {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .paragraph-light-5 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-light-5.program {
    color: #000;
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-131 {
    margin-top: 30px;
  }

  .button-9 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .button-9.cc-jumbo-button {
    width: 180px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cards-image-mask-3.normal {
    padding-right: 0;
  }

  .cards-image-2 {
    width: 230px;
    height: 230px;
  }

  .cards-image-2.landing {
    width: 200px;
    height: 200px;
  }

  .testimonial-text-2 {
    color: #000;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: italic;
    line-height: 28px;
  }

  .testimonial-text-2.landing {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-61 {
    font-size: 13px;
  }

  .text-block-61.landing {
    font-size: 11px;
  }

  .div-block-132.dr-pawluk {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-132.dr-pawluk.landing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-light-6 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-light-6.expert {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .expert-heading-2 {
    color: var(--medium-turquoise);
    margin-bottom: 10px;
    font-size: 28px;
  }

  .expert-heading-2.landing {
    color: #000;
    line-height: 30px;
  }

  .button-10 {
    padding: 12px 25px;
    font-size: 15px;
  }

  .div-block-123 {
    justify-content: space-around;
    margin-bottom: 50px;
  }

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

  .people-card.natalie {
    grid-row-gap: 10px;
  }

  .div-block-125 {
    max-width: 1450px;
  }

  .paragraph-light-7 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-light-7.expert {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
  }

  .slider-3.normal {
    max-width: 1700px;
  }

  .people-image {
    width: 130px;
    height: 160px;
  }

  .references-heading {
    font-size: 25px;
  }

  .references-heading.landing {
    font-size: 23px;
    line-height: 22px;
  }

  .certificates {
    width: 100px;
    height: 100px;
  }

  .field-label-15 {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 14px;
  }

  .container-34 {
    max-width: 1000px;
    position: relative;
  }

  .paragraph-19 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-138 {
    justify-content: space-between;
  }

  .button-12 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .button-12.contact {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .text-block-63 {
    font-size: 17px;
  }

  .product-info-wrapper {
    max-width: 600px;
  }

  .collection-list-wrapper-8 {
    margin-top: 20px;
  }

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

  .certificate {
    width: 140px;
    height: 140px;
  }

  .certificate._30-day.landing, .certificate.quality.landing, .certificate.warranty.landing {
    width: 120px;
    height: 120px;
  }

  .products-sub-heading {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .container-35 {
    max-width: 1200px;
  }

  .collection-item-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-139 {
    place-content: center;
  }

  .about-us-heading {
    margin-top: 30px;
    font-size: 30px;
  }

  .div-block-141 {
    min-height: 110px;
  }

  .container-36 {
    max-width: 1100px;
  }

  .container-36.confirmation {
    flex-direction: column;
  }

  .div-block-142 {
    flex-basis: 350px;
  }

  .div-block-143 {
    flex-basis: 900px;
  }

  .front-wrapper.landing {
    flex-direction: column;
    justify-content: space-around;
  }

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

  .img-txt-wrap {
    max-width: 280px;
  }

  .ripples-div {
    height: 1300px;
  }

  .ripples-div.all-products {
    height: 1100px;
  }

  .div-block-152 {
    height: 650px;
  }

  .div-block-153 {
    height: 700px;
  }

  .div-block-155 {
    height: 1200px;
    display: block;
  }

  .image-div {
    background-image: url('../images/UI-shaded.png');
  }

  .product-highlights-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: stretch;
    max-width: 900px;
  }

  .product-highlights-card {
    width: 180px;
    height: 80px;
  }

  .product-highlight {
    font-size: 18px;
  }

  .person-wrap {
    grid-column-gap: 20px;
    margin-left: 20px;
  }

  .image-wrap {
    max-width: 100px;
    max-height: 100px;
  }

  .image-wrap.landing {
    max-width: 80px;
    max-height: 80px;
  }

  .star-wrap {
    width: 130px;
  }

  .star-wrap.landing {
    width: 100px;
  }

  .f-accordian-title {
    font-size: 28px;
  }

  .f-paragraph-small {
    margin-top: 16px;
    font-size: 18px;
  }

  .container-37, .container-38 {
    max-width: 1200px;
  }

  .image-wrapper {
    max-width: 800px;
  }

  .div-block-166 {
    width: 570px;
    height: 350px;
  }

  .container-new {
    max-width: 1200px;
  }

  .div-block-168 {
    grid-template-columns: .5fr .75fr;
  }

  .container-39 {
    max-width: 1200px;
  }

  .wrapper-2.end {
    background-image: linear-gradient(135deg, #6dff29, #4e92ff);
    width: 1000px;
    max-width: 1000px;
    margin-bottom: -30px;
  }

  .left-arrow-3 {
    margin-left: -30px;
  }

  .right-arrow-3 {
    margin-right: -30px;
  }

  .icon-7, .icon-8 {
    color: #363636;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.testimonials.landing {
    padding-left: 0;
    padding-right: 0;
  }

  .container.contact {
    margin-left: 0;
    margin-right: 100px;
  }

  .container.contact-us {
    align-items: center;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 18px;
    line-height: 25px;
  }

  .button {
    justify-content: center;
    padding: 10px 15px;
  }

  .button.cc-jumbo-button {
    width: 130px;
    padding: 10px 0;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.problems-card.landing {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.normal {
    margin-top: 15px;
  }

  .button.contact.affiliate {
    font-size: 11px;
    font-weight: 500;
  }

  .paragraph-light {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

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

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

  .heading-jumbo-small.about-us {
    line-height: 35px;
  }

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

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

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

  .navigation {
    padding: 25px 30px;
  }

  .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: #0000;
  }

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

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 30px 50px;
  }

  .intro-header {
    justify-content: center;
    margin-bottom: 20px;
  }

  .about-story-wrap {
    width: 80%;
  }

  .contact-form-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template-areas: "."
                         ".";
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  .get-in-touch-form.affiliates {
    align-items: end;
  }

  .text-field.cc-textarea.cc-contact-field {
    height: 150px;
  }

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

  .home-content-wrap.way {
    margin-top: 30px;
  }

  .home-section-wrap {
    margin-bottom: 0;
  }

  .section-heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .section-heading.reference {
    font-size: 30px;
  }

  .section-heading.zdravniki.mobile {
    font-size: 30px;
    line-height: 30px;
  }

  .section-heading.middle {
    font-size: 30px;
  }

  .section-heading.middle.products {
    color: #333;
    font-size: 35px;
  }

  .section-heading.middle.promo {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .section-heading.expert {
    margin-bottom: 30px;
  }

  .section-heading.works {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .about-grid {
    grid-column-gap: 18px;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1.5fr 1fr;
    margin-bottom: 30px;
  }

  .about-grid.cc-about-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr;
    grid-template-areas: "."
                         ".";
    margin-bottom: 20px;
  }

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

  .navbar-logo {
    width: 350px;
    max-width: 500px;
    height: 50px;
  }

  .navbar-logo.down {
    width: 230px;
    max-width: 280px;
    height: 40px;
  }

  .menu-button-2 {
    z-index: 99;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    display: block;
  }

  .menu-button-2:active {
    background-color: #333;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .navigation-link {
    background-color: #fff;
    border-bottom: 1px solid #ffffffb3;
    border-left-style: none;
    border-right-style: none;
    padding: 12px 10px 12px 20px;
    display: block;
  }

  .navigation-link:hover {
    color: var(--medium-turquoise);
    background-color: #e6e6e6;
  }

  .navigation-link.w--current {
    background-color: #e7e7e7;
    align-self: auto;
  }

  .nav-menu {
    z-index: 1;
    text-align: left;
    background-color: #333;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    position: absolute;
    inset: 80px 0% auto auto;
  }

  .navbar {
    align-items: center;
    max-height: 60px;
    padding-right: 12px;
  }

  .brand.navbar {
    justify-content: center;
    margin-left: 0;
  }

  .brand.navbar.w--current {
    justify-content: flex-start;
    width: 350px;
    padding-left: 20px;
  }

  .brand.footer.w--current {
    justify-content: flex-start;
    width: 230px;
  }

  .footer-heading {
    font-size: 14px;
    line-height: 20px;
  }

  .text-small {
    font-size: 12px;
  }

  .footer-3-grid {
    grid-column-gap: 10px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1.25fr;
  }

  .footer-column {
    flex: 1;
    margin-left: 0;
  }

  .footer-column.right {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-column.right.left.promise {
    display: none;
  }

  .footer-column.logo {
    justify-content: center;
    align-items: center;
  }

  .footer {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .container-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .margin-bottom-extra-small {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 20px;
  }

  .footer-bottom-row {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .main-section {
    background-image: linear-gradient(#0000, #0000), url('../images/alberta-2297204_1920.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 900px;
    padding-right: 10px;
  }

  .main-tagline {
    font-size: 30px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .cards-grid-container-2.mobile {
    display: none;
  }

  .cards-grid-container-2.normal {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-10 {
    line-height: 22px;
  }

  .div-block-54, .div-block-56 {
    padding-top: 0;
  }

  .text-block-7, .text-block-7.order, .text-block-7.helps-with {
    font-size: 11px;
  }

  .text-block-7.helps-with.landing {
    font-size: 9px;
  }

  .paragraph-11 {
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-11.contact-us.email, .paragraph-11.contact-us.hq {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-11.disclaimer.normal {
    display: none;
  }

  .paragraph-11.disclaimer.mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .div-block-58 {
    width: 400px;
    height: 80px;
  }

  .testimonial-card {
    margin-bottom: 5px;
  }

  .testimonial-author {
    font-size: 20px;
  }

  .div-block-61 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-62 {
    padding-top: 0;
  }

  .cart-button-2.normal {
    margin-right: 12px;
    padding: 8px 15px;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-gap-row-64px-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .apply-button {
    font-size: 15px;
  }

  .div-block-16 {
    width: 730px;
  }

  .heading-serif {
    font-size: 40px;
  }

  .heading-serif.order-confirmed {
    font-size: 30px;
  }

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

  .normal-text.order-confirmation {
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }

  .div-block-64.therapy {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    width: 320px;
    height: 340px;
    padding: 5px;
  }

  .div-block-64.therapy.produkti {
    width: 250px;
    height: 410px;
  }

  .div-block-66 {
    margin-bottom: 10px;
  }

  .div-block-66.products {
    max-height: 100px;
  }

  .image-4 {
    max-width: 240px;
  }

  .image-4.all-products {
    max-width: 200px;
  }

  .start-card-heading {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .start-card-heading.mobile {
    display: block;
  }

  .start-card-heading.normal {
    display: none;
  }

  .text-block-20 {
    text-align: center;
    padding-right: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-20.main {
    padding-right: 10px;
    font-size: 16px;
  }

  .text-block-20.products, .text-block-20.front {
    padding-right: 0;
  }

  .div-block-69 {
    flex-direction: column;
    margin-top: 10px;
  }

  .div-block-69.product-page {
    flex-direction: row;
  }

  .div-block-69.product-page.other {
    flex-direction: column;
  }

  .text-block-21 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-22 {
    text-align: center;
    line-height: 22px;
  }

  .div-block-70.products {
    margin-top: 10px;
  }

  .add-to-cart-button {
    padding: 8px 15px;
    font-size: 12px;
  }

  .add-to-cart-button.produkti {
    font-size: 11px;
  }

  .link-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-72 {
    flex-direction: column;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .product-heading {
    margin-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .product-heading.tudi {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .product-text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .product-content-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-73 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-74.specs {
    grid-column-gap: 5px;
    justify-items: center;
    padding-right: 10px;
  }

  .div-block-78 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 420px;
  }

  .div-block-79 {
    flex-direction: column;
    position: relative;
  }

  .div-block-79.mobile {
    margin-top: 20px;
  }

  .div-block-80 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-div {
    padding-top: 20px;
  }

  .paragraph-12 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .section-7 {
    padding-top: 50px;
  }

  .section-7.cta {
    background-image: linear-gradient(#0000, #0000), url('../images/Promedical-terapija.png'), radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
    background-size: auto, 600px, auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-7.kdo-smo {
    padding-bottom: 0;
  }

  .section-7.kdo-smo.normal {
    display: none;
  }

  .section-7.kdo-smo.mobile {
    display: block;
  }

  .section-7.top.problems {
    padding-top: 20px;
  }

  .section-7.top.policy.ship {
    padding-bottom: 100px;
  }

  .section-7.top.general-info {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .section-7.top.promo {
    padding-bottom: 30px;
  }

  .section-7.pemf.normal {
    display: none;
  }

  .section-7.pemf.mobile {
    display: block;
  }

  .section-7.what-does-it-help.landing, .section-7.how-it-works {
    padding-top: 20px;
  }

  .section-7.bottom {
    padding-bottom: 30px;
  }

  .section-7.affiliate {
    padding-top: 20px;
  }

  .section-7.join {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .section-7.benefit {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    max-height: 180px;
  }

  .rich-text-block-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .rich-text-block-2.landing {
    font-size: 12px;
  }

  .text-link {
    font-size: 14px;
    line-height: 22px;
  }

  .rich-text-block-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .field-label-12 {
    margin-bottom: 5px;
  }

  .rich-text-block-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .rich-text-block-4.product-info {
    text-align: left;
    font-size: 14px;
    line-height: 15px;
  }

  .card-image-div {
    width: 150px;
    height: 150px;
  }

  .card-image-div.landing {
    width: 110px;
    height: 110px;
  }

  .problems-div {
    max-width: 220px;
  }

  .heading-problems-card {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-problems-card.landing {
    margin-bottom: 5px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-86 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }

  .link-4:hover {
    color: #fff;
  }

  .icon-2 {
    margin-left: 0;
    display: none;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 0;
    display: flex;
    position: absolute;
    top: 45px;
  }

  .dropdown-link-2 {
    border-bottom-color: var(--medium-turquoise);
    width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle-4 {
    padding: 12px 10px 12px 20px;
  }

  .container-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero.products.normal {
    display: none;
  }

  .hero.products.small-screen {
    padding-top: 20px;
    display: none;
  }

  .hero.produkti {
    background-attachment: scroll;
    justify-content: center;
    display: none;
  }

  .video {
    margin-top: 20px;
  }

  .icon-3 {
    color: var(--medium-turquoise);
  }

  .image-9, .image-10 {
    width: 40px;
  }

  .collection-list-wrapper-5 {
    flex-flow: column;
    display: flex;
  }

  .collection-list-4 {
    grid-column-gap: 20px;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .collection-item-4, .div-block-89 {
    flex-direction: row;
    display: block;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 25px;
  }

  .text-block-24, .text-block-25 {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-26 {
    font-size: 15px;
  }

  .text-block-27 {
    line-height: 22px;
  }

  .text-block-28 {
    font-size: 14px;
  }

  .text-block-29, .text-block-30 {
    font-size: 15px;
  }

  .textarea {
    font-size: 14px;
  }

  .field-label {
    line-height: 15px;
  }

  .field-text {
    font-family: PT Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-90 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-image, .image-start.normal {
    display: none;
  }

  .image-start.mobile {
    max-width: 400px;
    display: block;
  }

  .tabs-text-block {
    font-size: 16px;
  }

  .tab-link-block {
    padding: 10px 20px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .tabs-heading {
    font-size: 26px;
    line-height: 35px;
  }

  .tabs-rich-text {
    font-size: 15px;
    line-height: 22px;
  }

  .tabs-rich-text figure {
    padding-bottom: 0;
  }

  .tabs-content {
    margin-top: 10px;
  }

  .container-22 {
    margin-top: 0;
  }

  .div-block-97.mobile {
    display: none;
  }

  .text-block-36 {
    font-size: 12px;
  }

  .icon-mobile {
    color: var(--medium-turquoise);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    display: block;
  }

  .div-block-101 {
    max-width: 600px;
  }

  .payment-logo, .payment-logo.custom-logo, .payment-logo.visa-logo, .payment-logo.custom-logo-dinners {
    height: 18px;
  }

  .div-block-108 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-end;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .div-block-109 {
    width: 100%;
  }

  .affiliate-heading {
    font-size: 16px;
  }

  .container-25.about {
    padding-top: 0;
  }

  .main-photo-wrapper {
    width: 300px;
    height: 200px;
    margin-top: 20px;
  }

  .photo-thumbnail-wrapper {
    grid-row-gap: 5px;
    flex-direction: row;
    margin-top: 25px;
  }

  .thumbnail-link-block {
    width: 80px;
    height: 80px;
  }

  .div-block-116 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .div-block-116.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-items: center;
    display: grid;
  }

  .div-block-117 {
    width: 400px;
    inset: 0% auto auto;
  }

  .affiliate-card-wrap {
    grid-column-gap: 5px;
  }

  .affiliate-card {
    height: 260px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .affiliate-card-heading {
    line-height: 25px;
  }

  .affiliate-image {
    width: 160px;
    height: 130px;
  }

  .button-4 {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .affiliate-hero-image {
    width: 350px;
  }

  .affiliate-contact-image {
    width: 300px;
  }

  .company-logo {
    width: 80px;
    height: 80px;
  }

  .contact-logo {
    min-width: 45px;
    min-height: 45px;
  }

  .about-grid-2 {
    grid-column-gap: 18px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1.5fr;
    margin-bottom: 30px;
  }

  .section-heading-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .section-heading-2.zdravniki.mobile {
    font-size: 30px;
    line-height: 30px;
  }

  .section-heading-2.works {
    font-size: 28px;
    line-height: 30px;
  }

  .section-heading-2.mission {
    text-align: center;
  }

  .text-block-56 {
    font-size: 11px;
  }

  .paragraph-light-3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-light-3.intro {
    text-align: center;
  }

  .button-6 {
    justify-content: center;
    margin-top: 30px;
    padding: 10px 15px;
  }

  .container-27 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-section {
    background-attachment: fixed;
  }

  .div-block-128.landing {
    padding-bottom: 30px;
  }

  .text-block-58, .text-block-58.order {
    font-size: 11px;
  }

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

  .button-8 {
    justify-content: center;
    padding: 10px 15px;
  }

  .product-container {
    justify-content: space-between;
    min-height: 220px;
  }

  .product-banner-heading {
    line-height: 25px;
  }

  .product-image-wrapper {
    height: 100px;
  }

  .product-image {
    max-height: 100px;
  }

  .banner-text {
    line-height: 20px;
  }

  .image-container {
    grid-column-gap: 20px;
    justify-content: space-around;
    margin-top: 30px;
  }

  .card-holder {
    max-width: 230px;
  }

  .image-function {
    width: 130px;
    height: 130px;
  }

  .text-block-59 {
    font-size: 18px;
  }

  .container-28 {
    max-width: 730px;
  }

  .div-block-127 {
    padding: 20px 10px 10px;
  }

  .div-block-130 {
    margin-bottom: 20px;
  }

  .text-block-60 {
    font-size: 12px;
  }

  .text-block-60.cta {
    font-size: 11px;
  }

  .promedical-program-section {
    background-attachment: scroll;
  }

  .paragraph-light-5 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .button-9 {
    justify-content: center;
    padding: 10px 15px;
  }

  .button-9.cc-jumbo-button {
    width: 130px;
    padding: 10px 0;
  }

  .cards-image-mask-3.normal {
    overflow: hidden;
  }

  .cards-image-2 {
    width: 180px;
    height: 180px;
  }

  .cards-image-2.landing {
    width: 150px;
    height: 150px;
  }

  .testimonial-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-61 {
    font-size: 11px;
  }

  .div-block-132 {
    grid-column-gap: 31px;
  }

  .div-block-132.dr-pawluk {
    grid-column-gap: 15px;
    grid-template-columns: .5fr 1.25fr;
    padding: 10px 5px;
  }

  .paragraph-light-6 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-light-6.expert {
    margin-top: 20px;
  }

  .expert-heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .expert-heading-2.landing {
    text-align: center;
    line-height: 22px;
  }

  .button-10 {
    justify-content: center;
    padding: 10px 15px;
  }

  .div-block-123 {
    grid-column-gap: 5px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .references-text {
    line-height: 15px;
  }

  .people-card.natalie {
    justify-content: center;
  }

  .div-block-125 {
    max-width: 720px;
  }

  .slide-nav.landing {
    font-size: 12px;
  }

  .paragraph-light-7 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-light-7.expert {
    margin-top: 20px;
    font-size: 14px;
  }

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

  .slider-3.normal {
    display: none;
  }

  .slider-3.mobile {
    display: block;
  }

  .slider-3.phone {
    display: none;
  }

  .people-image {
    width: 100px;
    height: 130px;
  }

  .references-heading {
    font-size: 18px;
    line-height: 20px;
  }

  .references-heading.landing {
    line-height: 18px;
  }

  .heading-div {
    padding-top: 0;
  }

  .div-block-134 {
    grid-column-gap: 31px;
  }

  .div-block-134.dr-pawluk {
    max-height: none;
  }

  .container-34.program {
    max-width: 700px;
  }

  .paragraph-19 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-138 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .button-12 {
    justify-content: center;
    padding: 10px 15px;
  }

  .contact-form-wrap-4 {
    padding-top: 20px;
  }

  .text-block-64, .checkout-disclaimer-2 {
    line-height: 22px;
  }

  .choose-us-heading.downloads {
    margin-bottom: 10px;
  }

  .container-35 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-139 {
    justify-items: start;
  }

  .container-36.confirmation {
    align-items: center;
  }

  .front-wrapper {
    grid-template-columns: 1.5fr .75fr .75fr .75fr;
  }

  .div-block-146 {
    grid-column-gap: 30px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-right: 30px;
    display: flex;
  }

  .div-block-147 {
    padding-left: 0;
    padding-right: 0;
  }

  .who-uses-title {
    align-items: center;
    min-height: 40px;
    max-height: 40px;
    display: flex;
  }

  .who-uses-title.bottom {
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 30px;
    max-height: 30px;
    margin-top: 5px;
  }

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

  .mobile-hero {
    display: block;
  }

  .mobile-hero.product {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .ripples-div {
    background-image: url('../images/mobile-back-products.jpg');
    height: 1800px;
  }

  .ripples-div.all-products {
    height: 1300px;
  }

  .div-block-152 {
    height: 550px;
  }

  .div-block-155 {
    height: 860px;
  }

  .image-div {
    background-size: contain;
  }

  .star-wrap {
    width: 80px;
  }

  .heading {
    font-size: 40px;
  }

  .f-accordian-list {
    width: 100%;
  }

  .container-37 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-160 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .image-wrapper {
    max-width: 370px;
  }

  .div-block-166 {
    height: 220px;
    max-height: 230px;
  }

  .container-new {
    max-width: 770px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-168 {
    flex-direction: column;
    display: flex;
  }

  .container-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-2.end {
    width: 700px;
  }

  .wrapper-2.top {
    padding-bottom: 0;
  }

  .page-title.top {
    font-size: .8rem;
  }

  .clock-number, .clock-number.top {
    font-size: 4rem;
    line-height: 60px;
  }

  .clock-label, .clock-label.top {
    font-size: 10px;
  }

  .bold-text-7 {
    display: inline;
  }

  .section-9 {
    min-height: 600px;
  }

  .lottie-animation-3 {
    height: 200px;
    margin-bottom: 50px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 30px;
  }
}

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

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container.contact {
    background-color: #fffc;
    margin-right: 50px;
  }

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

  .paragraph-bigger.cc-bigger-light {
    font-size: 16px;
    line-height: 22px;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.cc-jumbo-button {
    width: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button.problems-card {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button.normal {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .button.contact {
    width: 200px;
    font-size: 12px;
  }

  .button.order {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .button.contact {
    font-size: 12px;
  }

  .label.cc-light {
    font-size: 10px;
  }

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

  .paragraph-light {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }

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

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

  .heading-jumbo-small.about-us {
    font-size: 25px;
    line-height: 30px;
  }

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

  .navigation, .cta-wrap {
    padding: 20px 30px;
  }

  .contact-form-wrap {
    padding: 10px;
  }

  .contact-form-wrap.hq {
    margin-bottom: 30px;
    padding: 10px;
  }

  .contact-form-grid {
    grid-template-rows: auto;
  }

  .get-in-touch-form.program-promedical {
    grid-template-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .text-field.cc-contact-field {
    text-align: left;
    margin-bottom: 5px;
    padding: 15px 20px 15px 10px;
    font-size: 10px;
  }

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

  .text-field.cc-textarea.cc-contact-field {
    height: 150px;
  }

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

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

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    margin-top: 20px;
  }

  .section-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .section-heading.zdravniki.mobile {
    font-size: 28px;
  }

  .section-heading.zdravniki.mobile.affiliate {
    font-size: 25px;
    line-height: 25px;
  }

  .section-heading.middle {
    font-size: 28px;
  }

  .section-heading.middle.promo {
    font-size: 2.2rem;
    line-height: 45px;
  }

  .section-heading.expert {
    text-align: center;
  }

  .section-heading.works {
    font-size: 26px;
  }

  .section-heading.hq {
    display: none;
  }

  .about-grid {
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .navbar-logo {
    background-size: cover;
    width: 230px;
    height: 40px;
    display: inline-block;
  }

  .navbar-logo.down {
    width: 230px;
    max-width: 230px;
    height: 40px;
  }

  .menu-button-2 {
    padding-left: 18px;
  }

  .menu-button-2.w--open {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .navigation-link {
    background-color: #fff;
    background-image: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 400;
  }

  .navigation-link:hover {
    color: var(--medium-turquoise);
    background-color: #e2e2e2;
  }

  .navigation-link.w--current {
    background-color: #d8d8d8;
  }

  .nav-menu {
    overflow: scroll;
  }

  .navbar {
    justify-content: space-between;
    max-height: 50px;
    padding-left: 10px;
    padding-right: 4px;
  }

  .navigation-2.big {
    display: block;
  }

  .navigation-2.small {
    display: none;
  }

  .brand {
    flex-direction: column;
    align-items: center;
    width: 180px;
    max-height: 150px;
  }

  .brand.w--current {
    width: 140px;
  }

  .brand.navbar {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 230px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .brand.navbar.w--current {
    width: 250px;
    padding-left: 0;
  }

  .brand.footer.w--current {
    width: 230px;
  }

  .footer-heading {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .text-small {
    font-size: 11px;
  }

  .footer-3-grid {
    grid-column-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr .5fr 1.25fr;
    justify-content: center;
    justify-items: center;
  }

  .footer {
    margin-top: 0;
    padding-top: 60px;
  }

  .container-2 {
    padding-left: 2px;
    padding-right: 10px;
  }

  .margin-bottom-extra-small {
    font-size: 11px;
    line-height: 18px;
  }

  .main-section {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 700px;
    margin-top: -80px;
    padding-right: 10px;
  }

  .main-section.landing {
    height: 600px;
  }

  .main-tagline {
    font-size: 25px;
  }

  .main-tagline.landing {
    line-height: 30px;
  }

  .cards-grid-container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cards-grid-container-2.mobile {
    display: block;
  }

  .cards-grid-container-2.mobile.landing {
    display: flex;
  }

  .cards-grid-container-2.normal {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .cards-grid-container-2.normal.landing {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: none;
  }

  .cards-grid-container-2.normal {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-10 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-policy {
    font-size: 16px;
  }

  .heading-policy._2 {
    font-size: 20px;
  }

  .container-10 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .div-block-54 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-55 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7, .text-block-7.cta, .text-block-7.order, .text-block-7.helps-with {
    font-size: 9px;
  }

  .paragraph-11 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-11.freq-start.comparison {
    font-size: 14px;
    line-height: 15px;
  }

  .paragraph-11.landing.x.big {
    line-height: 30px;
  }

  .div-block-58 {
    width: 300px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-card.landing {
    margin-bottom: 15px;
  }

  .testimonial-author {
    font-size: 18px;
  }

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

  .cart-button-2 {
    clear: none;
    justify-content: flex-start;
    padding: 5px 10px;
    display: flex;
    position: static;
  }

  .cart-button-2.normal {
    padding: 6px 12px;
  }

  .text-block-8 {
    font-size: 13px;
  }

  .error-message {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .checkout-button {
    line-height: 20px;
  }

  .cart-container {
    background-color: #fff;
    min-width: 400px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-top-32px-2 {
    margin-top: 24px;
  }

  .brix---badge-secondary-small-bold-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-64px-2 {
    grid-row-gap: 68px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

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

  .apply-button {
    font-size: 13px;
  }

  .div-block-16 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 480px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-serif {
    font-size: 30px;
  }

  .heading-serif.order-confirmed {
    font-size: 25px;
    line-height: 40px;
  }

  .normal-text {
    max-width: 90%;
    padding-left: 10px;
    font-size: 16px;
  }

  .normal-text.order-confirmation {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    line-height: 20px;
  }

  .div-block-63 {
    flex-wrap: wrap;
    width: auto;
    min-width: auto;
    max-width: 480px;
  }

  .div-block-64.therapy {
    align-content: end;
    width: 190px;
    height: 300px;
  }

  .div-block-64.therapy.produkti {
    width: 220px;
    height: 400px;
  }

  .div-block-65 {
    flex-flow: column;
    flex: 0 auto;
    align-content: center;
    align-self: auto;
    display: flex;
  }

  .div-block-66 {
    max-height: 100px;
  }

  .image-4 {
    max-width: 150px;
    max-height: 100px;
  }

  .start-card-heading {
    font-size: 22px;
    line-height: 25px;
  }

  .start-card-heading.mobile {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-20 {
    text-align: center;
    font-size: 13px;
  }

  .text-block-20.main {
    font-size: 14px;
  }

  .text-block-21 {
    text-align: center;
    font-size: 14px;
  }

  .text-block-22 {
    text-align: center;
    font-size: 11px;
    line-height: 12px;
  }

  .add-to-cart-button, .add-to-cart-button.other {
    font-size: 12px;
  }

  .add-to-cart-button.produkti {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .div-block-72 {
    grid-column-gap: 0px;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 20px;
    display: flex;
  }

  .product-heading {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
  }

  .product-heading.tudi {
    font-size: 28px;
  }

  .product-text {
    font-size: 12px;
    line-height: 20px;
  }

  .product-content-heading {
    font-size: 28px;
  }

  .div-block-73 {
    margin-top: 5px;
  }

  .div-block-74 {
    flex-direction: column;
    display: flex;
  }

  .div-block-74.specs {
    grid-row-gap: 10px;
    align-items: center;
  }

  .div-block-78 {
    background-color: #ffffffe6;
    width: 210px;
    height: 410px;
  }

  .div-block-79 {
    padding-left: 0;
    padding-right: 0;
  }

  .product-div {
    padding-top: 10px;
  }

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

  .field-label-10 {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .section-7 {
    padding: 20px 10px;
  }

  .section-7.kdo-smo {
    padding-top: 20px;
  }

  .section-7.kdo-smo.mobile {
    padding-bottom: 20px;
  }

  .section-7.top.about-us.end {
    margin-bottom: -60px;
  }

  .section-7.what-does-it-help {
    padding-top: 10px;
  }

  .section-7.how-it-works {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-7.who-uses {
    padding-left: 0;
    padding-right: 0;
  }

  .section-7.who-uses.landing {
    padding-bottom: 20px;
  }

  .section-7.clients {
    padding-bottom: 50px;
  }

  .section-7.delivery {
    margin-bottom: -60px;
  }

  .section-7.product-highlights {
    background-image: url('../images/mat-shaded-full.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-7.land {
    padding-left: 5px;
    padding-right: 5px;
  }

  .rich-text-block-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-link {
    font-size: 12px;
    line-height: 20px;
  }

  .field-label-11 {
    font-size: 10px;
  }

  .rich-text-block-3 {
    font-size: 13px;
  }

  .quantity-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .field-label-12 {
    margin-bottom: 0;
    font-size: 10px;
  }

  .rich-text-block-4 {
    font-size: 13px;
    line-height: 20px;
  }

  .rich-text-block-4.product-info {
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-82.landing {
    padding: 5px;
  }

  .card-image-div {
    border-radius: 40px;
    width: 120px;
    height: 120px;
  }

  .card-image-div.landing {
    border-radius: 20px;
    width: 90px;
    height: 90px;
  }

  .problems-div {
    max-width: 150px;
  }

  .problems-div.landing {
    max-width: 140px;
  }

  .heading-problems-card {
    font-size: 20px;
    font-weight: 700;
  }

  .heading-problems-card.landing {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-6 {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
  }

  .link-4.w--current {
    font-size: 13px;
    font-weight: 400;
  }

  .dropdown-link-2 {
    padding: 5px 10px;
  }

  .dropdown-toggle-4 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .container-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-19.landing {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero.products.normal, .hero.products.small-screen {
    display: none;
  }

  .hero.produkti {
    padding-bottom: 40px;
  }

  .icon-3 {
    color: var(--medium-turquoise);
  }

  .image-9 {
    width: 40px;
  }

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

  .heading-8 {
    font-size: 17px;
  }

  .text-block-24 {
    font-size: 14px;
  }

  .text-block-26 {
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-27 {
    font-family: PT Sans, sans-serif;
    line-height: 20px;
  }

  .text-block-28, .text-block-29, .text-block-30 {
    font-size: 13px;
  }

  .field-label {
    font-size: 10px;
  }

  .icon-4 {
    font-size: 14px;
  }

  .div-block-90 {
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-6 {
    flex-flow: row;
    margin-top: 20px;
    display: block;
  }

  .collection-list-wrapper-6.mobile {
    flex-direction: row;
    display: block;
  }

  .collection-list-wrapper-6.normal {
    display: none;
  }

  .collection-item-5 {
    flex-wrap: nowrap;
    display: block;
  }

  .collection-list-5 {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-image {
    max-height: 150px;
    display: none;
  }

  .collection-list-6 {
    display: flex;
  }

  .block-content-2 {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .div-block-92 {
    width: 460px;
    position: static;
  }

  .text-block-32, .text-block-33, .text-block-34, .text-block-35 {
    font-size: 14px;
  }

  .block-content-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .order-item {
    margin-bottom: 10px;
  }

  .image-start.mobile {
    max-width: 250px;
  }

  .tabs-text-block {
    font-size: 14px;
    line-height: 22px;
  }

  .tab-link-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tabs-rich-text {
    font-size: 14px;
  }

  .tabs-rich-text p {
    font-size: 12px;
    line-height: 18px;
  }

  .tabs-rich-text.mobile-diseases {
    font-size: 12px;
  }

  .tabs-content {
    margin-top: 0;
  }

  .container-pemf, .container-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-96 {
    display: none;
  }

  .div-block-97 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-97.mobile {
    justify-content: flex-start;
    display: flex;
  }

  .text-block-36 {
    font-size: 10px;
  }

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

  .cart-header {
    padding: 10px 20px;
  }

  .cart-list {
    padding-left: 10px;
    padding-right: 15px;
  }

  .cart-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-99 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .text-block-38 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-39, .remove-button {
    font-size: 14px;
    line-height: 20px;
  }

  .cart-quantity {
    width: 50px;
    padding-left: 10px;
  }

  .cart-footer {
    padding: 10px 15px 15px;
  }

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

  .text-block-40, .text-block-41 {
    font-size: 15px;
    line-height: 20px;
  }

  .payment-logo {
    padding-right: 0;
  }

  .div-block-105.checkout {
    justify-items: center;
  }

  .image-16 {
    min-height: 50px;
    max-height: 70px;
  }

  .text-block-46 {
    font-size: 14px;
    line-height: 22px;
  }

  .fs-cc-prefs_label {
    font-size: 13px;
  }

  .fs-cc-banner_button {
    padding-top: .325rem;
    padding-bottom: .325rem;
    font-size: 14px;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    background-color: #fff;
  }

  .fs-cc-manager_component {
    left: 5px;
  }

  .fs-cc-prefs_form {
    max-height: 50vh;
  }

  .fs-cc-banner_text-link {
    font-size: 10px;
  }

  .fs-cc-prefs_space-small {
    margin-bottom: .25rem;
  }

  .fs-cc-prefs_title {
    font-size: 14px;
  }

  .fs-cc-prefs_content {
    padding-bottom: 1rem;
  }

  .fs-cc-prefs_text {
    font-size: 12px;
    line-height: 15px;
  }

  .fs-cc-prefs_option {
    padding-top: .1rem;
    padding-bottom: .4rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-end;
  }

  .fs-cc-prefs_button {
    padding-top: .425rem;
    padding-bottom: .425rem;
    font-size: 14px;
  }

  .fs-cc-banner_buttons-wrapper {
    padding-left: 0;
  }

  .fs-cc-banner_text {
    font-size: 10px;
  }

  .fs-cc-prefs_space-medium {
    margin-bottom: .6rem;
  }

  .div-block-109 {
    width: 80%;
  }

  .affiliate-heading {
    font-size: 13px;
    line-height: 20px;
  }

  .container-25 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .main-photo-wrapper {
    width: 300px;
    height: 200px;
  }

  .thumbnail-link-block {
    width: 70px;
    height: 70px;
  }

  .lottie-discount-div {
    margin-top: -30px;
    margin-right: -20px;
  }

  .div-block-118 {
    display: none;
  }

  .affiliate-card-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .affiliate-card.program {
    max-width: 200px;
  }

  .button-4 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .affiliate-hero-image {
    width: auto;
    max-width: 350px;
  }

  .affiliate-contact {
    grid-template-columns: 1.5fr 1fr;
  }

  .affiliate-contact-image {
    width: auto;
    max-width: 300px;
  }

  .footer-text {
    font-size: 11px;
  }

  .holder-contact {
    flex-direction: column;
    display: flex;
  }

  .about-grid-2 {
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .section-heading-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .section-heading-2.zdravniki.mobile {
    font-size: 28px;
  }

  .section-heading-2.works {
    font-size: 26px;
  }

  .section-heading-2.contact-us {
    text-align: center;
  }

  .div-block-122.landing {
    height: 30px;
  }

  .text-block-55, .text-block-55.orders {
    font-size: 12px;
  }

  .text-block-55.landing.ship {
    margin-top: 3px;
    margin-left: 0;
  }

  .text-block-56 {
    font-size: 9px;
  }

  .paragraph-light-3 {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .paragraph-light-3.intro {
    font-size: 12px;
    line-height: 18px;
  }

  .button-6 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .banner-section {
    background-attachment: fixed;
    padding-top: 30px;
  }

  .div-block-128 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-58, .text-block-58.order {
    font-size: 10px;
  }

  .collection-list-wrapper-7 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .button-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .product-container {
    flex-direction: column;
    flex: 1;
    min-width: 100px;
    max-width: 180px;
    min-height: 150px;
    max-height: 200px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-container:hover {
    transform: scale(1.05);
  }

  .product-container.landing {
    padding-top: 20px;
  }

  .product-banner-heading {
    font-size: 18px;
    line-height: 20px;
  }

  .product-image-wrapper {
    max-width: 130px;
    height: auto;
    min-height: 90px;
    max-height: 150px;
  }

  .product-image {
    flex: 1;
    min-width: 100px;
    max-width: 180px;
    min-height: 50px;
    max-height: 90px;
  }

  .banner-text {
    font-size: 12px;
  }

  .image-container {
    grid-column-gap: 10px;
    justify-content: space-around;
  }

  .card-holder {
    max-width: 150px;
  }

  .text-block-59 {
    font-size: 14px;
  }

  .text-block-60, .text-block-60.cta {
    font-size: 10px;
  }

  .paragraph-light-5 {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .paragraph-light-5.program {
    font-size: 12px;
  }

  .button-9 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-9.cc-jumbo-button {
    width: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cards-image-2 {
    width: 130px;
    height: 150px;
  }

  .cards-image-2.landing {
    height: 120px;
  }

  .testimonial-text-2 {
    text-align: justify;
    font-size: 12px;
    line-height: 18px;
  }

  .testimonial-text-2.landing {
    display: block;
  }

  .text-block-61 {
    font-size: 9px;
  }

  .text-block-61.landing {
    font-size: 8px;
  }

  .div-block-132 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr 1.5fr;
  }

  .div-block-132.dr-pawluk {
    grid-column-gap: 5px;
    flex-direction: column;
    grid-template-columns: .5fr 1.75fr;
    max-height: none;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-132.dr-pawluk.landing {
    flex-direction: column;
  }

  .paragraph-light-6 {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .paragraph-light-6.expert {
    font-size: 12px;
    line-height: 18px;
  }

  .expert-heading-2 {
    font-size: 20px;
  }

  .button-10 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-123 {
    grid-column-gap: 2px;
  }

  .references-text {
    font-size: 12px;
  }

  .people-card.natalie {
    flex: 1;
    max-width: 110px;
    min-height: 220px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .div-block-125 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-nav {
    font-size: 12px;
  }

  .paragraph-light-7 {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .paragraph-light-7.expert {
    font-size: 12px;
    line-height: 18px;
  }

  .slider-3.mobile {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .slider-3.phone {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .people-image {
    flex: 0 auto;
    width: auto;
    min-width: 80px;
    max-width: 130px;
    height: auto;
    min-height: 110px;
    max-height: 130px;
  }

  .references-heading {
    font-size: 16px;
    line-height: 18px;
  }

  .references-heading.landing {
    font-size: 15px;
    line-height: 15px;
  }

  .certificates {
    width: 60px;
    height: 60px;
  }

  .div-block-134 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr 1.5fr;
  }

  .div-block-134.dr-pawluk {
    grid-template-columns: .75fr 1.75fr;
    max-height: none;
    padding-right: 20px;
  }

  .field-label-15 {
    font-size: 10px;
  }

  .container-34 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-19 {
    font-size: 12px;
    line-height: 18px;
  }

  .button-12 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-12.contact {
    font-size: 11px;
  }

  .text-block-63 {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-form-wrap-4 {
    padding: 30px;
  }

  .text-field-2 {
    font-size: 13px;
  }

  .product-info-wrapper {
    padding-top: 40px;
  }

  .certificate {
    width: 100px;
    height: 100px;
  }

  .certificate._30-day.landing, .certificate.quality.landing, .certificate.warranty.landing {
    width: 90px;
    height: 90px;
  }

  .choose-us-heading {
    font-size: 18px;
  }

  .choose-us-heading.downloads {
    margin-bottom: 0;
  }

  .choose-us-heading.landing {
    margin-top: 0;
    line-height: 20px;
  }

  .choose-us-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: .5fr 1.5fr;
  }

  .container-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-35.highlights {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-7 {
    flex: 1;
    justify-content: center;
    align-items: stretch;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .about-us-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-141 {
    min-width: 130px;
    max-width: 130px;
  }

  .div-block-146 {
    grid-column-gap: 10px;
    margin-bottom: 20px;
  }

  .collection-list-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .div-block-148 {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .icon-5 {
    margin-left: 10px;
  }

  .icon-5.land {
    color: #777;
  }

  .icon-6 {
    margin-right: 10px;
  }

  .icon-6.land {
    color: #777;
  }

  .program-promedical-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .img-txt-wrap {
    max-width: 180px;
  }

  .ripples-div {
    height: 2200px;
  }

  .ripples-div.all-products {
    height: 2100px;
  }

  .div-block-152 {
    height: 500px;
  }

  .div-block-153 {
    height: 850px;
  }

  .div-block-154 {
    height: 550px;
  }

  .div-block-155 {
    height: 700px;
  }

  .spec-sheet-div {
    width: 50px;
    height: 65px;
  }

  .image-div {
    height: 300px;
  }

  .product-highlights-card {
    width: 130px;
    height: 70px;
  }

  .f-accordian-title {
    font-size: 20px;
    line-height: 22px;
  }

  .heading {
    text-align: center;
    font-size: 30px;
  }

  .heading.faq {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading.contact {
    margin-top: 0;
    position: static;
  }

  .f-paragraph-small {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .f-accordian-wrapper {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .freq-grid {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .div-block-160 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .image-wrapper {
    max-width: 400px;
  }

  .div-block-166 {
    width: 400px;
    height: 300px;
  }

  .landing {
    flex-direction: column;
    display: flex;
  }

  .div-block-167 {
    height: 240px;
  }

  .wrapper-2.end {
    max-width: 460px;
    margin-bottom: -20px;
  }

  .page-title.top {
    font-size: .7rem;
  }

  .box {
    width: 80px;
    height: 80px;
  }

  .clock-number.top {
    font-size: 3.5rem;
  }

  .clock-label {
    margin-top: 5px;
  }

  .ref-head-div {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .right-arrow-4 {
    margin-right: -15px;
  }

  .left-arrow-4 {
    margin-left: -15px;
  }

  .section-9 {
    min-height: 500px;
  }

  .div-block-34 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    position: static;
  }
}

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

  .container.contact {
    margin-right: 10px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 15px;
    line-height: 20px;
  }

  .button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button.cc-jumbo-button {
    width: 120px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
  }

  .button.problems-card {
    padding-left: 15px;
  }

  .button.problems-card.landing {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button.contact {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
  }

  .button.contact.affiliate {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.contact {
    margin-top: 5px;
    font-size: 10px;
  }

  .label.cc-light {
    margin-top: 0;
  }

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

  .paragraph-light {
    font-size: 12px;
    line-height: 18px;
  }

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

  .heading-jumbo-small {
    font-size: 22px;
    line-height: 25px;
  }

  .menu {
    margin-left: 15px;
  }

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

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

  .cta-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }

  .intro-header {
    grid-row-gap: 10px;
  }

  .motto-wrap {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .about-story-wrap {
    width: 100%;
    margin: 20px 0;
  }

  .contact-form-wrap {
    padding: 20px 10px;
  }

  .contact-form-wrap.hq {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    position: static;
  }

  .contact-form-grid {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .get-in-touch-form.program-promedical {
    grid-column-gap: 5px;
    grid-template-columns: 1fr;
  }

  .text-field.cc-contact-field {
    padding: 15px 10px 15px 2px;
    font-size: 11px;
  }

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

  .home-content-wrap {
    margin-top: 0;
  }

  .home-content-wrap.way {
    margin-top: 10px;
  }

  .home-section-wrap {
    margin-bottom: 20px;
  }

  .section-heading {
    font-size: 22px;
    line-height: 22px;
  }

  .section-heading.reference {
    font-size: 25px;
    line-height: 25px;
  }

  .section-heading.zdravniki {
    line-height: 25px;
  }

  .section-heading.zdravniki.mobile {
    margin-top: 30px;
    font-size: 25px;
    line-height: 25px;
  }

  .section-heading.zdravniki.mobile.affiliate {
    font-size: 20px;
  }

  .section-heading.middle {
    font-size: 25px;
  }

  .section-heading.middle.products {
    font-size: 30px;
    line-height: 30px;
  }

  .section-heading.middle.promo {
    line-height: 40px;
  }

  .section-heading.expert {
    text-align: center;
  }

  .section-heading.works {
    font-size: 22px;
    line-height: 25px;
  }

  .about-grid {
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .about-grid.cc-about-2 {
    padding-top: 20px;
  }

  .navbar-logo {
    min-width: 170px;
    min-height: 30px;
  }

  .navbar-logo.navbar {
    width: auto;
    min-width: 170px;
    height: auto;
    min-height: 30px;
  }

  .menu-button-2 {
    padding: 10px 12px 6px;
  }

  .navigation-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-link.w--current {
    padding: 10px 24px;
  }

  .navbar {
    max-height: 50px;
    padding-left: 2px;
    padding-right: 0;
  }

  .brand.navbar {
    justify-content: flex-start;
    width: 200px;
    max-height: 160px;
  }

  .brand.navbar.w--current {
    width: auto;
    min-width: 160px;
  }

  .footer-heading {
    text-align: right;
    font-size: 13px;
    line-height: 16px;
  }

  .text-small {
    text-align: center;
    font-size: 10px;
  }

  .footer-3-grid {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr .75fr 1fr;
  }

  .footer-column {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer {
    z-index: -5;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
  }

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

  .margin-bottom-extra-small {
    font-size: 11px;
    line-height: 13px;
  }

  .footer-bottom-row {
    text-align: left;
    align-items: center;
    margin-top: 5px;
  }

  .main-section {
    padding-top: 120px;
    overflow: hidden;
  }

  .main-tagline {
    text-align: center;
    font-size: 25px;
  }

  .main-tagline.landing {
    font-size: 22px;
    line-height: 30px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    display: grid;
  }

  .cards-grid-container-2.mobile {
    padding-top: 0;
    display: none;
  }

  .cards-grid-container-2.mobile.landing {
    flex-direction: column;
    display: flex;
  }

  .cards-grid-container-2.normal {
    display: none;
  }

  .paragraph-10 {
    font-size: 12px;
  }

  .heading-policy {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-policy._2 {
    font-size: 18px;
    line-height: 22px;
  }

  .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-55 {
    padding-top: 20px;
  }

  .div-block-56 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7 {
    font-size: 10px;
    line-height: 26px;
  }

  .text-block-7.helps-with {
    letter-spacing: 1px;
  }

  .text-block-7.helps-with.landing {
    font-size: 8px;
    line-height: 18px;
  }

  .paragraph-11 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-11.mobile-bolezni {
    font-size: 12px;
    line-height: 18px;
    display: block;
  }

  .paragraph-11.freq-start.comparison {
    font-size: 13px;
  }

  .paragraph-11.comparison {
    font-size: 11px;
    line-height: 15px;
  }

  .paragraph-11.disclaimer.mobile {
    font-size: 9px;
    line-height: 12px;
  }

  .div-block-58 {
    width: 300px;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
  }

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

  .tagline {
    font-size: 10px;
  }

  .div-block-61 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-62 {
    padding: 0;
  }

  .cart-button-2.normal {
    margin-right: 0;
    padding: 3px 6px;
    display: flex;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .cart-container {
    min-width: 250px;
    max-width: 600px;
    height: 600px;
    margin-top: 40px;
    font-size: 15px;
  }

  .brix---btn-secondary-2, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---badge-secondary-small-bold-2 {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right-2 {
    top: 14px;
    right: 14px;
  }

  .brix---grid-3-columns-gap-row-64px-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    width: auto;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-serif {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 26px;
  }

  .heading-serif.order-confirmed {
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .normal-text {
    object-fit: fill;
    font-size: 14px;
    font-style: normal;
    overflow: hidden;
  }

  .normal-text.order-confirmation {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-64.therapy {
    grid-row-gap: 5px;
    width: 160px;
    height: 300px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .div-block-64.therapy.produkti {
    width: 160px;
    height: 380px;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 2px;
  }

  .div-block-65 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-66.products {
    min-height: 80px;
  }

  .image-4 {
    max-width: 140px;
    max-height: 90px;
  }

  .image-4:hover {
    transform: none;
  }

  .image-4.all-products {
    max-width: 140px;
    max-height: 80px;
  }

  .start-card-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
  }

  .start-card-heading.all-products {
    font-family: PT Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
  }

  .text-block-20.main {
    font-size: 13px;
  }

  .div-block-69 {
    margin-top: 5px;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .text-block-22 {
    font-size: 10px;
    line-height: 12px;
  }

  .add-to-cart-button {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

  .add-to-cart-button.other {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
  }

  .add-to-cart-button.produkti {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
  }

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

  .link-2 {
    margin-top: 0;
  }

  .div-block-72 {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .product-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .product-heading.tudi {
    font-size: 22px;
  }

  .product-text {
    font-size: 12px;
    line-height: 18px;
  }

  .quantity {
    width: 50px;
    height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .product-content-heading {
    font-size: 25px;
    line-height: 25px;
  }

  .div-block-74 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: stretch;
  }

  .div-block-75 {
    flex-direction: column;
    display: flex;
  }

  .div-block-78 {
    width: 160px;
    height: 370px;
    padding: 5px 2px;
  }

  .div-block-79 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-80 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .product-div {
    padding-top: 0;
  }

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

  .field-label-10 {
    margin-bottom: 0;
    font-size: 9px;
  }

  .section-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-7.cta {
    background-image: linear-gradient(#fff3, #fff3), url('../images/Promedical-terapija.png'), radial-gradient(circle, #fff, #fff 65%, #dfdfdf 90%, #fff);
    background-size: auto, 300px, auto;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-7.kdo-smo.mobile {
    overflow: hidden;
  }

  .section-7.zdravniki {
    padding-top: 0;
    overflow: hidden;
  }

  .section-7.zdravniki.landing {
    z-index: 2;
    margin-bottom: -40px;
    overflow: visible;
  }

  .section-7.top.experts {
    padding-top: 10px;
  }

  .section-7.top.bottom {
    padding-bottom: 50px;
    overflow: hidden;
  }

  .section-7.top.problems {
    padding-top: 30px;
  }

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

  .section-7.top.about-us {
    padding-bottom: 50px;
  }

  .section-7.top.promo {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .section-7.pemf.mobile {
    overflow: hidden;
  }

  .section-7.what-does-it-help {
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }

  .section-7.how-it-works {
    overflow: hidden;
  }

  .section-7.who-uses {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
  }

  .section-7.who-uses.landing {
    padding-bottom: 0;
  }

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

  .section-7.clients.test {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

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

  .section-7.join {
    padding-top: 0;
  }

  .section-7.product-highlights {
    background-image: url('../images/mat-shaded-full.png');
    background-position: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-7.faq-bottom {
    padding-bottom: 80px;
  }

  .section-7.comparison {
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .image-7 {
    max-height: 140px;
  }

  .rich-text-block-2 {
    font-size: 11px;
    line-height: 16px;
  }

  .rich-text-block-2.landing {
    font-size: 11px;
  }

  .text-link {
    font-size: 12px;
    line-height: 18px;
  }

  .field-label-11 {
    margin-bottom: 0;
    font-size: 9px;
    line-height: 15px;
  }

  .field-label-11.contact {
    font-size: 9px;
  }

  .rich-text-block-3 {
    font-size: 11px;
    line-height: 16px;
  }

  .quantity-2 {
    width: 50px;
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
  }

  .field-label-12 {
    margin-bottom: 0;
    font-size: 10px;
  }

  .rich-text-block-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-82:hover {
    padding: 5px;
  }

  .card-image-div {
    border-radius: 20px;
    width: 100px;
    height: 100px;
  }

  .card-image-div:hover {
    transform: scale(1.03);
  }

  .problems-div {
    align-items: center;
    max-width: 120px;
  }

  .problems-div.landing {
    max-width: 120px;
  }

  .heading-problems-card {
    margin-bottom: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
  }

  .heading-problems-card.landing {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-6 {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
  }

  .collection-list-3 {
    grid-column-gap: 5px;
  }

  .dropdown-link-2 {
    width: 180px;
    margin-left: 10px;
  }

  .dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-item-3 {
    align-self: flex-end;
    padding-bottom: 0;
  }

  .hero.products.normal {
    display: none;
  }

  .hero.products.small-screen {
    padding-top: 30px;
    display: none;
  }

  .collection-list-4 {
    grid-column-gap: 5px;
  }

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

  .field-text {
    font-family: Montserrat, sans-serif;
  }

  .div-block-90 {
    grid-column-gap: 5px;
    align-items: center;
    margin-left: 0;
  }

  .collection-item-5 {
    padding-left: 2px;
    padding-right: 2px;
  }

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

  .mobile-image {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    max-height: 200px;
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
  }

  .div-block-92 {
    width: 302px;
  }

  .block-content-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-start.normal {
    display: none;
  }

  .image-start.mobile {
    flex: 0 auto;
    padding-bottom: 20px;
    display: block;
  }

  .bold-text-4 {
    line-height: 25px;
  }

  .collection-item-6 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .div-block-93 {
    grid-column-gap: 5px;
    justify-content: space-between;
  }

  .block-content-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-text-block {
    font-size: 12px;
  }

  .tab-link-block {
    padding: 8px 10px;
  }

  .tab-link-block.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    display: flex;
  }

  .tabs-heading {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .tabs-started-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-rich-text {
    font-size: 13px;
    line-height: 18px;
  }

  .tabs-rich-text img {
    display: block;
  }

  .tabs-rich-text figure {
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .tabs-rich-text.mobile-diseases {
    display: none;
  }

  .container-pemf {
    padding-left: 0;
    padding-right: 0;
  }

  .container-22 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-12 {
    max-height: 180px;
    display: block;
  }

  .div-block-98 {
    clear: none;
    flex-direction: row;
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    display: block;
  }

  .text-block-36 {
    font-size: 10px;
  }

  .web-payments {
    padding-top: 0;
  }

  .div-block-104 {
    justify-content: flex-start;
  }

  .payment-logo.visa-logo {
    height: 15px;
  }

  .div-block-105 {
    grid-template-columns: .25fr 1fr;
  }

  .div-block-108 {
    flex-direction: column;
  }

  .text-block-46 {
    font-size: 13px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    font-size: 13px;
  }

  .fs-cc-manager_component {
    display: none;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem .6rem;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-prefs_component {
    margin-top: 80px;
    padding: 1.5rem;
    display: none;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
    font-size: 13px;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: 11px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_space-medium {
    text-align: center;
  }

  .div-block-109 {
    width: 100%;
  }

  .affiliate-heading {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .affiliate-wrap {
    margin-top: 10px;
  }

  .main-photo-wrapper {
    width: 230px;
    height: 140px;
    margin-top: 0;
  }

  .main-photo-wrapper:hover {
    transform: scale(1.05);
  }

  .photo-thumbnail-wrapper {
    grid-column-gap: 5px;
    justify-content: center;
  }

  .thumbnail-link-block._1.w--current, .thumbnail-link-block._2 {
    width: 65px;
    height: 65px;
  }

  .lottie-discount-div {
    margin-top: -20px;
  }

  .div-block-117 {
    width: 350px;
    height: 80px;
    top: 30px;
  }

  .affiliate-card-wrap {
    justify-content: center;
  }

  .affiliate-card-wrap.program {
    grid-column-gap: 0px;
  }

  .affiliate-card {
    max-width: 150px;
    height: 210px;
  }

  .affiliate-card.program {
    justify-content: space-between;
    max-width: 150px;
    height: 250px;
  }

  .affiliate-card-heading {
    font-size: 22px;
    line-height: 20px;
  }

  .affiliate-image {
    width: 130px;
    height: 100px;
  }

  .affiliate-txt {
    font-size: 12px;
    line-height: 15px;
  }

  .affiliate-image-wrapper {
    height: 100px;
  }

  .div-block-120 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .affiliate-hero-image {
    min-width: 300px;
    height: auto;
    min-height: 180px;
  }

  .affiliate-contact {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .affiliate-contact-image {
    min-width: 300px;
    min-height: 180px;
  }

  .holder-contact {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-grid-2 {
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .section-heading-2 {
    font-size: 22px;
    line-height: 22px;
  }

  .section-heading-2.zdravniki {
    line-height: 25px;
  }

  .section-heading-2.zdravniki.mobile {
    margin-top: 30px;
    font-size: 25px;
    line-height: 25px;
  }

  .section-heading-2.works {
    font-size: 22px;
    line-height: 25px;
  }

  .section-heading-2.contact-us {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-122 {
    grid-column-gap: 0px;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    max-height: 30px;
    padding: 2px;
    display: flex;
  }

  .text-block-55 {
    margin-left: 0;
    font-size: 10px;
    line-height: 15px;
  }

  .text-block-55.orders {
    text-align: right;
    margin-left: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-55.landing.ship {
    margin-top: 0;
    line-height: 12px;
  }

  .text-block-56 {
    font-size: 10px;
    line-height: 26px;
  }

  .paragraph-light-3 {
    font-size: 13px;
    line-height: 20px;
  }

  .button-6 {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-58 {
    font-size: 10px;
    line-height: 26px;
  }

  .button-8 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-8.normal {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .product-container.landing {
    padding-left: 10px;
  }

  .banner-text {
    line-height: 18px;
  }

  .image-container {
    grid-column-gap: 5px;
  }

  .image-function {
    width: 100px;
    max-width: 120px;
    height: 100px;
    max-height: 120px;
  }

  .image-function.program-promedical {
    width: 120px;
    height: 120px;
  }

  .text-block-59 {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
  }

  .div-block-130 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-60 {
    font-size: 10px;
    line-height: 26px;
  }

  .promedical-program-section {
    padding-top: 50px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }

  .paragraph-light-5 {
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-light-5.program {
    line-height: 18px;
  }

  .button-9 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-9.cc-jumbo-button {
    width: 120px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
  }

  .cards-image-2.landing {
    width: 130px;
  }

  .testimonial-text-2 {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }

  .testimonial-text-2.landing {
    line-height: 18px;
    display: block;
  }

  .text-block-61 {
    font-size: 10px;
    line-height: 26px;
  }

  .div-block-132 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    max-height: 600px;
    display: grid;
  }

  .paragraph-light-6 {
    font-size: 13px;
    line-height: 20px;
  }

  .expert-heading-2 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .button-10 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-123 {
    padding-bottom: 5px;
  }

  .references-text {
    font-size: 10px;
    line-height: 10px;
  }

  .people-card.natalie {
    grid-row-gap: 0px;
    min-height: 180px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .slide-nav {
    font-size: 9px;
  }

  .paragraph-light-7 {
    font-size: 13px;
    line-height: 20px;
  }

  .slider-3.mobile {
    display: none;
  }

  .slider-3.phone {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .people-image {
    min-width: 65px;
    max-width: 100px;
    min-height: 90px;
    max-height: 120px;
  }

  .references-heading {
    font-size: 14px;
    line-height: 15px;
  }

  .references-heading.landing {
    font-size: 13px;
    line-height: 13px;
  }

  .div-block-134 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    max-height: 600px;
    display: grid;
  }

  .div-block-134.dr-pawluk {
    max-height: none;
    display: flex;
  }

  .field-label-15 {
    margin-bottom: 2px;
    font-size: 9px;
  }

  .div-block-137 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-19 {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-138 {
    flex-direction: column;
  }

  .button-12 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-12.contact {
    width: auto;
    min-width: 250px;
    margin-top: 5px;
    font-size: 10px;
  }

  .text-block-63 {
    font-size: 13px;
  }

  .contact-form-wrap-4 {
    padding: 5px 10px 10px;
  }

  .product-info-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-products {
    padding-left: 10px;
    padding-right: 10px;
  }

  .certificate {
    width: 90px;
    height: 90px;
  }

  .choose-us-heading {
    margin-top: 10px;
  }

  .choose-us-heading.downloads {
    margin-top: 0;
  }

  .choose-us-wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .choose-us-text-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .products-sub-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .container-35 {
    overflow: hidden;
  }

  .container-35.land {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-139 {
    grid-column-gap: 0px;
  }

  .about-us-heading {
    font-size: 18px;
  }

  .all-products-heading-div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .front-wrapper {
    flex-direction: column;
    display: flex;
  }

  .div-block-146 {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding-right: 0;
  }

  .collection-list-7 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .icon-5 {
    color: #7e7e7e;
    margin-left: 20px;
  }

  .icon-6 {
    color: #7e7e7e;
    margin-right: 20px;
  }

  .right-arrow-2 {
    margin-right: -20px;
  }

  .left-arrow-2 {
    margin-left: -20px;
  }

  .img-txt-wrap {
    max-width: 150px;
  }

  .ripples-div {
    height: 2600px;
  }

  .ripples-div.all-products {
    height: 2000px;
  }

  .div-block-152 {
    height: 600px;
  }

  .div-block-153 {
    height: 1200px;
  }

  .div-block-154 {
    height: 680px;
  }

  .div-block-155 {
    height: 650px;
  }

  .image-div {
    background-position: 50%;
    background-size: 480px;
  }

  .product-highlights-card {
    height: 60px;
  }

  .product-highlight {
    font-size: 14px;
  }

  .image-wrap {
    max-width: 60px;
    max-height: 60px;
  }

  .star-wrap {
    width: 70px;
  }

  .f-accordian-title {
    padding-right: 20px;
    font-size: 18px;
  }

  .heading {
    margin-top: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading.faq {
    font-size: 25px;
  }

  .f-paragraph-small {
    font-size: 13px;
  }

  .f-accordian-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-157 {
    flex-wrap: wrap;
  }

  .freq-chart-contain-white.comparison {
    padding-left: 2px;
    padding-right: 2px;
  }

  .freq-chart.start.blue {
    padding: 3px 2px;
  }

  .freq-chart.best {
    padding-left: 2px;
    padding-right: 2px;
  }

  .freq-chart.white, .freq-chart.bright {
    padding: 3px 2px;
  }

  .container-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-159 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-wrapper {
    max-width: 360px;
  }

  .div-block-166 {
    width: auto;
    min-width: 360px;
    max-width: 400px;
  }

  .div-block-167 {
    height: 200px;
  }

  .container-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-2.end {
    z-index: 5;
    background-image: linear-gradient(135deg, #6dff29, #4e92ff);
    flex: 1;
    width: auto;
    min-width: 320px;
    max-width: 360px;
    margin-bottom: -20px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .div-block-169 {
    max-width: 90%;
    font-size: 14px;
  }

  .page-title {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .page-title.top {
    line-height: 30px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    width: 80px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .clock-number.top {
    font-size: 3rem;
  }

  .bold-text-6 {
    display: inline;
  }

  .div-block-34 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lottie-animation-3 {
    height: 150px;
    margin-bottom: 30px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 20px;
  }
}

#w-node-_7dadeebc-2e03-6d3c-8cfd-677d1922cdd6-2bba3ae0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_66f39926-49ac-3d66-908c-9bc467680b62-2bba3ae0, #w-node-_72241c43-3ecb-da96-6216-85c2fc85af52-2bba3ae0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cea9423-cc0c-ccdb-4ef9-2dc4759eccd6-2bba3ae0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3cea9423-cc0c-ccdb-4ef9-2dc4759ecd04-2bba3ae0 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-f7cb4143-e5a9-b3e3-fa1f-57afedc53f8f-2bba3ae0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_560e21d6-e3bc-26c0-5cfc-7217220a2bd8-2bba3ae0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_560e21d6-e3bc-26c0-5cfc-7217220a2bea-2bba3ae0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dc640851-35ef-b3cf-85bf-90f8f74e1735-2bba3ae0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f98305fc-dd22-98f7-428d-6ee6344566f9-2bba3ae0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f98305fc-dd22-98f7-428d-6ee63445671b-2bba3ae0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-f98305fc-dd22-98f7-428d-6ee63445671d-2bba3ae0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f98305fc-dd22-98f7-428d-6ee63445671e-2bba3ae0 {
  justify-self: start;
}

#w-node-f98305fc-dd22-98f7-428d-6ee634456720-2bba3ae0 {
  place-self: start center;
}

#w-node-f98305fc-dd22-98f7-428d-6ee634456732-2bba3ae0 {
  align-self: auto;
}

#w-node-f98305fc-dd22-98f7-428d-6ee634456733-2bba3ae0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-f98305fc-dd22-98f7-428d-6ee634456735-2bba3ae0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f98305fc-dd22-98f7-428d-6ee634456736-2bba3ae0 {
  justify-self: start;
}

#w-node-f98305fc-dd22-98f7-428d-6ee634456738-2bba3ae0 {
  place-self: start center;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf4-2bba3ae0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf5-2bba3ae0 {
  justify-self: start;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf2-2bba3ae0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf7-2bba3ae0 {
  place-self: start center;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe09-2bba3ae0 {
  align-self: auto;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0c-2bba3ae0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0d-2bba3ae0 {
  justify-self: start;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0a-2bba3ae0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0f-2bba3ae0 {
  place-self: start center;
}

#w-node-_2ace9037-0e3d-704c-2af1-adaac455fd4f-2bba3ae4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2ce84bb-4207-8a73-2736-a17409eaeeb8-2bba3ae9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3ec3b929-ff89-2f41-406e-12928c228f1a-2bba3ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ef3f7ab-13ed-e04f-8a01-56ad3fd34132-2bba3ae9, #w-node-_9f55167b-5a64-e4d5-c75e-efe03a2b2050-2bba3ae9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9f55167b-5a64-e4d5-c75e-efe03a2b2052-2bba3ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f55167b-5a64-e4d5-c75e-efe03a2b2054-2bba3ae9, #w-node-_02e7be75-504f-412e-895f-cf9d7f10643a-2bba3ae9, #w-node-_4d87a8e6-f29b-476c-9bf9-42002e2f8279-2bba3ae9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4d87a8e6-f29b-476c-9bf9-42002e2f827b-2bba3ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aef06eab-94f4-597e-2ed2-993d172ef12a-2bba3ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-aef06eab-94f4-597e-2ed2-993d172ef129-2bba3ae9 {
  justify-self: auto;
}

#w-node-_7d338f43-ad49-3022-8080-c27456231487-2bba3ae9, #w-node-_5649e3ed-dfc6-503b-a386-3d9a05637ea4-2bba3ae9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-cbf29da4-904b-73e7-09f9-53a3c7c75bc0-2bba3ae9, #w-node-_4fe4300f-60b0-af4b-b282-c3761dfa61bd-2bba3ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31548a63-0efc-89d7-35e7-4ae05f012f55-2bba3ae9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_31548a63-0efc-89d7-35e7-4ae05f012f56-2bba3ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f94fd433-6841-7ce0-650a-5510808a757a-2bba3ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-f94fd433-6841-7ce0-650a-5510808a757b-2bba3ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f94fd433-6841-7ce0-650a-5510808a757c-2bba3ae9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-f94fd433-6841-7ce0-650a-5510808a757d-2bba3ae9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b648afde-7f1a-a72f-3b8e-ecd2a9cea6ae-2bba3ae9, #w-node-c7c7e164-c52c-463d-1e68-2e0839734117-2bba3aea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a33ee-2bba3aef {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a33f0-2bba3aef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a33f1-2bba3aef {
  justify-self: start;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a33f3-2bba3aef {
  place-self: start center;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3405-2bba3aef {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3407-2bba3aef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3408-2bba3aef {
  justify-self: start;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a340a-2bba3aef {
  place-self: start center;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a341f-2bba3aef {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3421-2bba3aef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3422-2bba3aef {
  justify-self: start;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3424-2bba3aef {
  place-self: start center;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3432-2bba3aef {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3434-2bba3aef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3435-2bba3aef {
  justify-self: start;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3437-2bba3aef {
  place-self: start center;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3455-2bba3aef {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3457-2bba3aef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3458-2bba3aef {
  justify-self: start;
}

#w-node-_20442049-5eed-cfad-60ef-fdbdcb1a345a-2bba3aef {
  place-self: start center;
}

#w-node-_301e53f4-b769-bb88-1ee0-4de30afea67d-2bba3af6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e3a3b4f3-3ca0-353d-3e7f-742a1cd7f09c-2bba3af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dadeebc-2e03-6d3c-8cfd-677d1922cdd6-2bba3afc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_66f39926-49ac-3d66-908c-9bc467680b62-2bba3afc, #w-node-_72241c43-3ecb-da96-6216-85c2fc85af52-2bba3afc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cea9423-cc0c-ccdb-4ef9-2dc4759eccd6-2bba3afc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3cea9423-cc0c-ccdb-4ef9-2dc4759eccea-2bba3afc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68cb18e4-8b83-8133-5534-8e9d8a40e6a0-2bba3afc, #w-node-_6dc3d527-a4ca-bb7c-2a7a-69e8ee4c380a-2bba3afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f98305fc-dd22-98f7-428d-6ee6344566f9-2bba3afc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f98305fc-dd22-98f7-428d-6ee63445671d-2bba3afc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f98305fc-dd22-98f7-428d-6ee63445671e-2bba3afc {
  justify-self: start;
}

#w-node-f98305fc-dd22-98f7-428d-6ee63445671b-2bba3afc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-f98305fc-dd22-98f7-428d-6ee634456720-2bba3afc {
  place-self: start center;
}

#w-node-f98305fc-dd22-98f7-428d-6ee634456732-2bba3afc {
  align-self: auto;
}

#w-node-f98305fc-dd22-98f7-428d-6ee634456736-2bba3afc {
  justify-self: start;
}

#w-node-f98305fc-dd22-98f7-428d-6ee634456733-2bba3afc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-f98305fc-dd22-98f7-428d-6ee634456738-2bba3afc {
  place-self: start center;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf4-2bba3afc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf5-2bba3afc {
  justify-self: start;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf2-2bba3afc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf7-2bba3afc {
  place-self: start center;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe09-2bba3afc {
  align-self: auto;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0c-2bba3afc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0d-2bba3afc {
  justify-self: start;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0a-2bba3afc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0f-2bba3afc {
  place-self: start center;
}

@media screen and (min-width: 1920px) {
  #w-node-f98305fc-dd22-98f7-428d-6ee63445671b-2bba3ae0, #w-node-f98305fc-dd22-98f7-428d-6ee634456733-2bba3ae0, #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf2-2bba3ae0, #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0a-2bba3ae0 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-aef06eab-94f4-597e-2ed2-993d172ef12a-2bba3ae9, #w-node-f94fd433-6841-7ce0-650a-5510808a757a-2bba3ae9 {
    align-self: center;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a33ee-2bba3aef, #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3405-2bba3aef, #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a341f-2bba3aef, #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3432-2bba3aef, #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3455-2bba3aef {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be705858c-2bba3af6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee63445671b-2bba3afc, #w-node-f98305fc-dd22-98f7-428d-6ee634456733-2bba3afc, #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf2-2bba3afc, #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0a-2bba3afc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_02e7be75-504f-412e-895f-cf9d7f10643a-2bba3ae9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4d87a8e6-f29b-476c-9bf9-42002e2f8279-2bba3ae9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_02e7be75-504f-412e-895f-cf9d7f10643a-2bba3ae9, #w-node-_4d87a8e6-f29b-476c-9bf9-42002e2f8279-2bba3ae9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3cea9423-cc0c-ccdb-4ef9-2dc4759eccd6-2bba3ae0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3cea9423-cc0c-ccdb-4ef9-2dc4759ecd04-2bba3ae0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f7cb4143-e5a9-b3e3-fa1f-57afedc53f8f-2bba3ae0, #w-node-_560e21d6-e3bc-26c0-5cfc-7217220a2bd8-2bba3ae0, #w-node-_560e21d6-e3bc-26c0-5cfc-7217220a2bea-2bba3ae0, #w-node-dc640851-35ef-b3cf-85bf-90f8f74e1735-2bba3ae0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_029a0b75-f3dd-8617-16ca-99c01436ea9a-1436ea97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ec3b929-ff89-2f41-406e-12928c228f1a-2bba3ae9, #w-node-_9f55167b-5a64-e4d5-c75e-efe03a2b2052-2bba3ae9, #w-node-_4d87a8e6-f29b-476c-9bf9-42002e2f827b-2bba3ae9 {
    justify-self: auto;
  }

  #w-node-aef06eab-94f4-597e-2ed2-993d172ef12a-2bba3ae9 {
    align-self: center;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be705858c-2bba3af6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_3cea9423-cc0c-ccdb-4ef9-2dc4759eccd6-2bba3afc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_36b545cf-bcac-34d1-9d33-550af09041cf-2bba3afc {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7dadeebc-2e03-6d3c-8cfd-677d1922cdd6-2bba3ae0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee63445671e-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456720-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456736-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456738-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf5-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf2-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf7-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0d-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0f-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_029a0b75-f3dd-8617-16ca-99c01436ea9a-1436ea97 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_029a0b75-f3dd-8617-16ca-99c01436eaa8-1436ea97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36844513-65ad-8df2-ce63-78b8094868ca-1436ea97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a33f1-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a33f3-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3408-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a340a-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3422-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3424-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3435-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3437-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3458-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a345a-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_7dadeebc-2e03-6d3c-8cfd-677d1922cdd6-2bba3afc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee63445671e-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456720-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456736-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456738-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf5-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf2-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf7-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0d-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0f-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3cea9423-cc0c-ccdb-4ef9-2dc4759eccd6-2bba3ae0, #w-node-f7cb4143-e5a9-b3e3-fa1f-57afedc53f8f-2bba3ae0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f7cb4143-e5a9-b3e3-fa1f-57afedc53fa3-2bba3ae0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_560e21d6-e3bc-26c0-5cfc-7217220a2bd8-2bba3ae0, #w-node-dc640851-35ef-b3cf-85bf-90f8f74e1735-2bba3ae0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee63445671e-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456720-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456732-2bba3ae0 {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456736-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456738-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf5-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf7-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe09-2bba3ae0 {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0d-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0f-2bba3ae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_029a0b75-f3dd-8617-16ca-99c01436ea9a-1436ea97 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-aef06eab-94f4-597e-2ed2-993d172ef129-2bba3ae9, #w-node-f94fd433-6841-7ce0-650a-5510808a7579-2bba3ae9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f94fd433-6841-7ce0-650a-5510808a757c-2bba3ae9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a33f1-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a33f3-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3408-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a340a-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3422-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3424-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3435-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3437-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a3458-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_20442049-5eed-cfad-60ef-fdbdcb1a345a-2bba3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_301e53f4-b769-bb88-1ee0-4de30afea67d-2bba3af6 {
    justify-self: center;
  }

  #w-node-_3cea9423-cc0c-ccdb-4ef9-2dc4759eccd6-2bba3afc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee63445671e-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456720-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456732-2bba3afc {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456736-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-f98305fc-dd22-98f7-428d-6ee634456738-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf5-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfdf7-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe09-2bba3afc {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0d-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-ff14a4b3-2d03-3bb8-5389-6ab6c92bfe0f-2bba3afc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }
}


@font-face {
  font-family: 'Blair itc';
  src: url('../fonts/blair-itc-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blair itc';
  src: url('../fonts/blair-itc-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blair itc';
  src: url('../fonts/blair-itc-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptc 55 F';
  src: url('../fonts/PTC55F.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptc 75 F';
  src: url('../fonts/PTC75F.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}