:root {
  --text: #1a1715;
  --blue: #69564f;
  --gainsboro: #dfdfdf;
  --smoke: whitesmoke;
  --grey: #afafaf;
  --white-smoke: #eef0f4;
  --white: white;
  --lightest-blue: #e1dddc;
  --azure: #d2e4e0;
  --black: black;
  --light-blue: #ccb897;
  --green: #8ea5a0;
  --plum: #ec8675;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

body {
  color: var(--text);
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Sato;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sato;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
}

p {
  margin-bottom: 30px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

a {
  color: var(--blue);
  letter-spacing: .5px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .5s;
}

a:hover {
  opacity: .8;
}

ul {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-left: 20px;
}

li {
  align-items: center;
  margin-bottom: 15px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  list-style-type: disc;
}

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

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid var(--gainsboro);
  background-color: var(--smoke);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6em;
}

figcaption {
  color: var(--grey);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 15px;
  font-style: italic;
}

.section {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section.border-bottom {
  border-bottom: 1px solid var(--gainsboro);
}

.section.hero {
  background-color: var(--white-smoke);
}

.section.social-proof {
  background-color: var(--blue);
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.section.features.cenovnik {
  padding-top: 150px;
  padding-bottom: 50px;
}

.section.features.usluge {
  padding-bottom: 50px;
}

.section.free-classes {
  background-color: var(--white-smoke);
}

.section.premium-classes {
  background-color: var(--blue);
  color: var(--white);
  background-image: url('../images/Lines-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50vw;
}

.section.photo-section {
  color: var(--white);
  text-align: center;
  justify-content: center;
  min-height: 70vh;
  overflow: hidden;
}

.section.call-section {
  justify-content: flex-start;
  padding-top: 250px;
}

.section.newsletter-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  justify-content: center;
  min-height: 70vh;
}

.section.footer-insta {
  background-color: var(--lightest-blue);
  justify-content: center;
  overflow: hidden;
}

.section.footer-section {
  background-color: var(--blue);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.free-w-hero {
  background-color: var(--smoke);
  overflow: hidden;
}

.section.about-hero {
  background-color: var(--white-smoke);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.section.about-s2 {
  text-align: center;
}

.section.about-section-3 {
  justify-content: flex-start;
  padding-bottom: 150px;
}

.section.about-section-4 {
  justify-content: flex-start;
  padding-bottom: 50px;
}

.section.contact-hero {
  background-color: var(--smoke);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
  justify-content: center;
  min-height: 100vh;
}

.section.author-hero {
  background-color: var(--azure);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.section.usluge {
  background-color: var(--azure);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
  justify-content: center;
}

.section.usluge.masaze.specijalni-tretman {
  background-color: #ec86751a;
  margin-top: 150px;
}

.section.about-section-1 {
  justify-content: flex-start;
  padding-bottom: 50px;
}

.section.faq {
  padding-top: 50px;
}

.section.recenzije {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.recenzije._2 {
  padding-top: 0;
  padding-bottom: 50px;
}

.section.free-w-hero-usluge {
  background-color: var(--smoke);
  overflow: hidden;
}

.section.pading-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  z-index: 2;
  width: 95%;
  max-width: 1280px;
  position: relative;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.free-plan-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container.grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.insta-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.footer-container {
  grid-column-gap: 10px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.container.payment-logos {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container.video-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  display: grid;
}

.container.blog-container {
  margin-top: 100px;
}

.container.blog-content-container {
  max-width: 800px;
  margin-top: 100px;
}

.container.shop-container {
  margin-top: 100px;
}

.container.licence-container {
  margin-bottom: 100px;
}

.container.grid-reverse {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.usluge {
  max-width: 1000px;
  margin-top: 100px;
}

.container.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.jumbo {
  font-size: 90px;
  line-height: 1.1em;
}

.jumbo.blue {
  color: var(--blue);
}

.style-guide-labels {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.style-guide-labels.no-margin {
  margin-bottom: 0;
}

.style-guide-labels.invert {
  margin-top: 15px;
  margin-bottom: 0;
}

.spacer-100px {
  width: 100px;
  height: 100px;
}

.guide-heading {
  border-bottom: 1px solid var(--gainsboro);
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

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

.big-paragraph {
  font-size: 20px;
}

.big-paragraph.max-500 {
  font-family: Red Hat Display, sans-serif;
}

.big-paragraph.max-600, .big-paragraph.max-500, .big-paragraph.max-500, .big-paragraph.max-500, .big-paragraph.max-500 {
  font-family: Red Hat Display, sans-serif;
}

.big-paragraph.max-350 {
  max-width: 350px;
}

.style-grid-two-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.style-grid-two-c.no-margin {
  margin-bottom: 0;
}

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

.column.white-button-column {
  background-color: var(--black);
  padding: 15px;
}

.column.max-600 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
}

.column.flex-center {
  align-items: center;
}

.column.feature-column {
  align-items: center;
  width: 30%;
  margin-bottom: auto;
}

.column.feature-column.linkovano {
  color: var(--text);
}

.column.feature-headline {
  align-items: center;
}

.column.hero-image-column, .column.author-column {
  z-index: 2;
  align-items: center;
}

.column.o-nama {
  align-items: center;
}

.column.o-nama.video, .column.max-800 {
  text-align: left;
}

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

.label {
  color: var(--blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.label.small {
  font-size: 12px;
  line-height: 1.4em;
}

.label.big {
  font-size: 16px;
  line-height: 1.8em;
}

.label.grey-label {
  color: var(--gainsboro);
  font-family: Poppins, sans-serif;
}

.label._30-margin {
  margin-bottom: 30px;
}

.label._15-margin {
  margin-bottom: 15px;
  font-family: Red Hat Display, sans-serif;
}

.label.footer-label {
  color: var(--white);
  margin-bottom: 15px;
}

._30px-spacer {
  width: 30px;
  height: 30px;
}

.caps {
  text-transform: uppercase;
}

.nav-link {
  color: var(--blue);
  cursor: pointer;
  border-bottom-style: none;
  margin-right: 7px;
  padding: 10px 15px;
  font-family: Red Hat Display, sans-serif;
  font-weight: 500;
  transition: all .5s;
  display: block;
}

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

.nav-link.w--current {
  color: var(--blue);
  font-weight: 500;
}

.nav-link.dropdown {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.color-block {
  background-color: var(--blue);
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
}

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

.color-block.not-purple {
  background-color: var(--light-blue);
}

.color-block.lavender {
  background-color: var(--green);
}

.color-block.pink {
  background-color: var(--lightest-blue);
}

.color-block.white {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
}

.color-block.smoke {
  background-color: var(--smoke);
}

.color-block.gainsboro {
  background-color: var(--gainsboro);
}

.color-block.color-8 {
  background-color: var(--grey);
}

.color-block.black {
  background-color: var(--black);
}

.color-block.pinky-final {
  background-color: var(--plum);
}

.color-block.pale-white {
  background-color: var(--white-smoke);
}

.style-grid-four-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.style-grid-four-c.no-margin {
  margin-bottom: 0;
}

.style-grid-ten-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon {
  width: 40px;
  height: 40px;
}

.illustrations {
  height: 200px;
}

.brand-guidelines-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: fixed;
  inset: auto 0% 0%;
}

.guidelines-link {
  text-align: center;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s, color .2s, opacity .2s;
  display: flex;
}

.guidelines-link:hover, .guidelines-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.guidelines-link.last {
  border-right-style: none;
  transition: background-color .2s, color .2s, opacity .2s;
}

.brand-link {
  z-index: 99;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
  position: fixed;
  top: 50px;
}

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

.ninja-image-wrap {
  z-index: 999;
  height: 180px;
  position: fixed;
  bottom: 100px;
  right: 50px;
}

.ninja-image {
  object-fit: contain;
  height: 100%;
  display: block;
}

.style-grid-three-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-download-wrap {
  background-color: var(--smoke);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  display: flex;
}

.logo-download-wrap.dark {
  background-color: var(--black);
}

.logo-download-icon {
  height: 30px;
}

.logo-download-icon.small-icons {
  height: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

.sideflex {
  flex-wrap: wrap;
  display: flex;
}

.download-links {
  margin-right: 15px;
}

.button {
  background-color: var(--blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  min-width: 200px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button:hover {
  background-color: var(--light-blue);
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.button.white {
  background-color: var(--white);
  color: var(--blue);
  background-image: url('../images/Vector-4-1.svg');
}

.button.green {
  background-color: var(--green);
}

.button.small {
  background-color: var(--blue);
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.small:hover {
  background-position: 25px;
}

.button.small-white {
  background-color: var(--white);
  color: var(--blue);
  background-image: url('../images/Vector-4-1.svg');
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.small-white:hover {
  background-position: 25px;
}

.button.small-blue {
  background-color: var(--blue);
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.small-blue:hover {
  background-position: 25px;
}

.button.checkout-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.categories-button {
  color: var(--blue);
  background-color: #0000;
  background-image: none;
  min-width: auto;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}

.button.categories-button:hover {
  background-position: 25px;
}

.button.categories-button.w--current {
  background-color: var(--green);
  color: var(--white);
}

.button.discount {
  background-color: var(--green);
  height: 40px;
  padding: 5px 10px 5px 30px;
}

.link {
  border-bottom-color: var(--blue);
  color: var(--blue);
  background-image: url('../images/Vector-4-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  padding-left: 13px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1);
}

.link:hover {
  background-position: 7px;
  border-bottom-color: #20349200;
  padding-left: 20px;
}

.link.white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.link.white:hover {
  border-bottom-color: #fff0;
}

.link.color {
  border-bottom-color: var(--light-blue);
  color: var(--light-blue);
}

.link.color:hover {
  border-bottom-color: #9364f800;
}

.cta-card {
  background-color: var(--green);
  color: var(--blue);
  width: 100%;
  padding: 50px;
}

.cta-card.center-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-card.full-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.cta-card.full-card-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

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

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

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

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

.spacing-30-px {
  width: 50px;
  height: 50px;
}

.form-field {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.form-field:focus, .form-field.-wfp-focus {
  border-bottom-color: var(--lightest-blue);
}

.form-field::placeholder {
  color: var(--blue);
}

.form-field.checkout-field {
  height: 40px;
  margin-bottom: 10px;
}

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

.form-block {
  background-color: var(--green);
  color: var(--blue);
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
  padding: 50px;
}

.form-block.full-form {
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

._10px-spacer {
  width: 10px;
  height: 10px;
}

.sucess-message {
  border: 1px solid var(--blue);
  background-color: #0000;
  border-radius: 6px;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 20px;
  line-height: 1.6em;
}

.sideflex-form {
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

.brand {
  border-bottom-style: none;
  height: 60px;
  padding-left: 0;
}

.brand.w--current {
  height: 60px;
}

.brand._404-brand {
  align-self: center;
  margin-bottom: 30px;
}

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

.scribble-text {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Permanent Marker, sans-serif;
  font-weight: 400;
}

.scribble-text.slider-name {
  color: var(--green);
  margin-bottom: -15px;
  position: relative;
}

.scribble-text.slider-name.hero {
  color: var(--light-blue);
  margin-bottom: 0;
  font-family: Permanent Marker, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1em;
}

.scribble-text.compare-at {
  color: var(--grey);
  margin-left: 15px;
  font-size: 12px;
  text-decoration: line-through;
}

.scribble-text.cart-price {
  color: var(--plum);
  margin-bottom: 5px;
  font-size: 16px;
}

.scribble-text.list-text {
  color: var(--green);
  width: 35px;
  margin-right: 15px;
  font-size: 25px;
}

.scribble-text.shipping-price {
  color: var(--grey);
  font-size: 12px;
}

.red-hat {
  font-family: Red Hat Display, sans-serif;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.hero-slider-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-slider-content.onama {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1.25fr 1.5fr;
}

.hero-slider-content.privacy {
  grid-template-columns: 1fr;
  place-items: center;
}

.hero-slider-image-wrap {
  border-radius: 10px;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.hero-slider-image-wrap.o-nama {
  height: 500px;
}

.hero-slider-image-wrap.video {
  display: flex;
}

.hero-slider-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.hero-slider-image._1 {
  object-fit: cover;
  object-position: 65% 100%;
  width: 615px;
  height: 700px;
}

.hero-slider-image._2 {
  object-position: 50% 100%;
  width: 615px;
  height: 700px;
}

.hero-slider-image._3 {
  object-fit: cover;
  object-position: 50% 50%;
}

.brand-logo {
  object-fit: contain;
  height: 100%;
}

.hero-nav-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 100px;
  margin-bottom: 50px;
  padding-left: 50px;
  display: flex;
  left: 0;
}

.hero-nav-arrow.right-arrow {
  align-items: flex-end;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 85px;
  left: 25%;
}

.arrow-nav {
  border: 1px solid var(--blue);
  background-color: #08115833;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.arrow-nav:hover {
  padding-left: 10px;
}

.arrow-nav.left-arrow:hover {
  padding-left: 0;
  padding-right: 10px;
}

.slide-nav {
  margin-top: 50px;
  font-size: 8px;
  display: none;
  top: 100%;
}

.blue-line {
  background-color: var(--blue);
  width: 150%;
  height: 10vh;
  position: absolute;
  top: -35px;
  transform: rotate(-2deg);
}

.blue-line.bottom {
  top: auto;
  bottom: -35px;
}

._10-margin {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.page-wrap {
  overflow: hidden;
}

.page-wrap.no-overflow {
  overflow: visible;
}

.feature-image-mask {
  z-index: 2;
  border-radius: 10px;
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

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

.feature-max {
  z-index: 2;
  max-width: 300px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  position: relative;
}

.feature-img-and-graident {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.feature-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--green), #8ea5a000 71%);
  border-radius: 50%;
  width: 150%;
  height: 150%;
  position: absolute;
}

.product-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.product-list.no-items {
  background-color: var(--plum);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.product-card {
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  transition: box-shadow .5s, transform .6s cubic-bezier(.23, 1, .32, 1), opacity .5s;
  display: flex;
  overflow: hidden;
}

.product-card:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 30px #0000000d;
}

.product-image-wrap {
  width: 100%;
  height: 400px;
}

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

.product-description {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: relative;
}

.section-bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-bg-image.top-align {
  object-position: 50% 50%;
}

.section-lines {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.description-image-wrap {
  border-radius: 10px;
  width: 80%;
  height: 500px;
  overflow: hidden;
}

.description-image {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
}

.description-image.petar {
  object-position: 50% 30%;
}

.description-image.stefan {
  object-position: 50% 20%;
}

.description-bg {
  background-color: var(--light-blue);
  background-image: url('../images/Shapes.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 60%;
  position: absolute;
  top: 150px;
  right: 0;
}

.description-bg.left {
  top: 50px;
  left: 0;
  right: auto;
}

.description-bg.about-bg {
  height: 70%;
  top: 50px;
}

.description-bg.reverse {
  left: 0;
  right: auto;
}

.newsletter-form {
  background-color: var(--lightest-blue);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 100px;
}

.form-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.max-600.center {
  margin-left: auto;
  margin-right: auto;
}

.blog-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.blog-item {
  text-align: left;
  border-bottom-style: none;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-height: 600px;
  padding: 150px 30px 30px;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), opacity .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 30px #0000000d;
}

.blog-item.usluga {
  padding-top: 20px;
}

.blog-content {
  z-index: 2;
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.blog-content.post-content {
  padding: 50px;
}

.blog-content.usluge {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 50px;
  display: flex;
}

.author-sideflex {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.author-image-mask {
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  overflow: hidden;
}

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

.blog-item-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.insta-row {
  align-items: center;
  width: 150vw;
  margin-bottom: 100px;
  display: flex;
}

.insta-row.row-2 {
  margin-bottom: 0;
  margin-left: -50vw;
}

.insta-post-wrap {
  border-radius: 10px;
  flex: none;
  width: 400px;
  height: 400px;
  margin-right: 100px;
  overflow: hidden;
}

.category-label {
  background-color: var(--lightest-blue);
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 2px 5px;
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  left: 0;
}

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

.insta-section-line {
  z-index: 2;
  background-color: var(--light-blue);
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(2deg);
}

.social-wrap {
  color: var(--white);
  flex: none;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

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

.social-icon {
  height: 50px;
  margin-right: 15px;
  display: block;
}

.social-icon.author-links {
  height: 30px;
  margin-right: 0;
}

.footer-contact-link {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.footer-link {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.footer-link.w--current {
  font-size: 18px;
  font-weight: 400;
}

.footer-brand {
  border-bottom-style: none;
  height: 50px;
  padding-left: 0;
}

.payment-trustmark-wrap {
  background-color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45px;
  margin-right: 15px;
  padding: 5px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 15px #0000001a;
}

.payment-trustmark-wrap.big-trustmark {
  padding: 0;
}

.payment-trustmark-wrap.powered-by {
  color: var(--black);
  width: auto;
  font-size: 10px;
}

.trustmark-image {
  height: 13px;
  display: block;
}

.trustmark-image.smaller {
  height: 10px;
}

.trustmark-image.big {
  object-fit: contain;
  width: 100%;
  height: auto;
}

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

.price-wrap {
  color: var(--plum);
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
}

.product-item {
  flex-direction: column;
  display: flex;
}

.blog-list-wrapper {
  width: 100%;
  margin-top: 100px;
}

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

.cart {
  margin-left: 20px;
}

.cart-quantity {
  color: var(--blue);
  background-color: #0000;
  margin-left: 0;
}

.cart-button {
  color: var(--blue);
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
}

.cart-text {
  font-size: 20px;
}

.cart-container {
  border-radius: 10px;
  overflow: hidden;
}

.cart-image-wrap {
  object-fit: fill;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  overflow: hidden;
}

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

.cart-quantity-1 {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.cart-quantity-1:focus {
  border-bottom-color: var(--lightest-blue);
}

.cart-quantity-1::placeholder {
  color: var(--blue);
}

.cart-close {
  width: 10px;
  font-size: 10px;
}

.cart-product-name {
  margin-bottom: 5px;
  font-family: Sato;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.cart-item {
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.remove-button {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 500;
}

.cart-list {
  padding: 20px 20px 0;
}

.cart-footer {
  padding: 20px;
}

.error-state {
  background-color: var(--plum);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  margin: 10px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.empty-state {
  text-align: center;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-image-mask {
  border-radius: 10px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.free-workout-shape {
  z-index: 2;
  height: 350px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.hero-line {
  z-index: 2;
  background-color: var(--lightest-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(2deg);
}

.hero-line.shop-line {
  background-color: var(--blue);
  color: var(--white);
}

.hero-line.blog-line {
  background-color: var(--lightest-blue);
  color: var(--blue);
}

.about-video-wrap {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: none;
  position: relative;
  overflow: hidden;
}

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

.play-button-wrap {
  border: 1px solid var(--white);
  background-color: #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.play-button {
  height: 30px;
}

.contact-form {
  background-color: var(--lightest-blue);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 50px;
}

.contact-link {
  color: var(--blue);
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6em;
}

.contact-form-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.text-area {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 10px;
  height: 60px;
  min-height: 300px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.text-area:focus {
  border-bottom-color: var(--lightest-blue);
}

.text-area::placeholder {
  color: var(--blue);
}

.blog-categories {
  border-bottom: 1px solid var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.categories-sideflex {
  align-items: center;
  display: flex;
}

.categories-list {
  display: flex;
}

.social-links-wrap {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  padding: 21px;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.social-links {
  filter: invert();
}

.checkout-form {
  padding-top: 150px;
}

.checkout-block {
  background-color: var(--white);
  border-style: none;
  border-radius: 10px;
  overflow: hidden;
}

.payment-logos-sideflex {
  z-index: 2;
  align-items: stretch;
  width: 95%;
  max-width: 1450px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.block-header {
  border-style: none none solid;
  border-bottom-color: var(--white-smoke);
  align-items: center;
  padding: 15px 20px;
}

.block-content {
  border: 1px #000;
  padding: 20px;
}

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

.shipping-method {
  background-color: var(--smoke);
  border-bottom-style: none;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.order-item {
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.selector {
  background-color: #2034921a;
  border-style: none;
  height: 40px;
}

.selector.big-selector {
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
}

.sticky-form {
  position: sticky;
  top: 150px;
}

.add-to-cart-sideflex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.add-to-cart {
  width: 100%;
}

.cart-quantity-2 {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.cart-quantity-2:focus {
  border-bottom-color: var(--lightest-blue);
}

.cart-quantity-2::placeholder {
  color: var(--blue);
}

.utility-page-wrap {
  background-color: var(--white-smoke);
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  display: flex;
}

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

.protected-page-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-buttons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.option {
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-size: 12px;
}

.option-list {
  padding-top: 0;
}

.span {
  margin-left: 2px;
  margin-right: 5px;
}

.field-label, .shipping-label {
  font-weight: 700;
}

.hide {
  display: none;
}

.footer-copyright-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .7;
  align-items: center;
  display: flex;
}

.small-text {
  font-size: 14px;
  line-height: 1.35em;
}

.copyright-link {
  color: var(--white);
  text-decoration: underline;
}

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

.text-block._1 {
  font-size: 16px;
  font-weight: 700;
}

.tabs-wrapper {
  margin-top: 50px;
}

.round_tab-menu {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 3.5rem;
  display: flex;
}

.round-tab {
  background-color: var(--gainsboro);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 20px;
  line-height: 20px;
  display: flex;
}

.round-tab:hover {
  background-color: #fff;
}

.round-tab.w--current {
  background-color: var(--light-blue);
  color: #000;
  box-shadow: 4px 4px 14px #5d6ec70a;
}

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

.text-weight-medium {
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-weight: 700;
}

.slider-tab {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.features-tab-wrapper {
  padding: 20px;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 20%;
  padding: 0 20px 0 0;
  display: flex;
}

.feature-tab-menu.hero-slider-image, .feature-tab-menu.hide {
  display: none;
}

.arrow-tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--gainsboro);
  text-align: center;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.arrow-tab.w--current {
  background-color: var(--light-blue);
  color: var(--text);
  background-image: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.tab-text {
  margin-bottom: 0;
}

.feature-tab-content {
  flex: 1;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f2f5fd;
  border-radius: 6px;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.feature_content-detail.usluge {
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
}

.heading-style-h4 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.button-icon {
  color: #3370ff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.usluge-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.features-text {
  max-width: 250px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.table_cell {
  padding: 15px;
  font-family: Red Hat Display, sans-serif;
}

.table_row.line {
  border-bottom: 2px solid var(--blue);
}

.table_header {
  padding-bottom: 15px;
  font-family: Red Hat Display, sans-serif;
}

.table_component {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.line {
  border-bottom: 2px solid var(--light-blue);
}

.book-apointment {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-small {
  flex: none;
}

.padding-bottom.padding-medium {
  flex: 1;
}

.video-wrap {
  border-radius: 25px;
  height: 100%;
  position: relative;
}

.wb-video-styles-controller {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.none {
  display: none;
}

.relative {
  border-radius: 20px;
  max-width: 650px;
  overflow: hidden;
}

.bg-gradient {
  background-image: linear-gradient(207deg, #fff0 51%, var(--green) 90%);
  position: absolute;
  inset: 0%;
}

.h2 {
  font-size: 50px;
}

.desktop-hide {
  display: none;
}

.modal-wrapper2 {
  z-index: 1001;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: absolute;
  inset: 0%;
}

.modal {
  z-index: 2;
  background-color: var(--smoke);
  background-image: url('../images/Green-Lines.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  max-width: 22.7rem;
  padding: 2rem;
  position: relative;
}

.modal_close {
  opacity: .6;
  cursor: pointer;
  background-color: #0000;
  padding: .94rem;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal_close:hover {
  opacity: 1;
}

.paragraph-2 {
  color: var(--blue);
  font-weight: 500;
}

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

.reject-button {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 28px;
  font-weight: 700;
}

.accept-button {
  background-color: var(--blue);
  color: #fff;
  border-radius: 10px;
  padding: 12px 28px;
  font-weight: 700;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-heading {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: var(--light-blue);
  border-radius: 10px;
  width: 350px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.5rem 2rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

.heading-style-h3 {
  color: var(--black);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h3.usluge {
  text-align: center;
}

.list-item-2 {
  list-style-type: square;
}

.cc-paragraph {
  margin-top: 10px;
  line-height: 1.6em;
}

.cookie-banner-content---brix {
  text-align: center;
}

.paragraph.cookie-banner-paragraph---brix {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary.cookie-banner-button---brix {
  background-color: var(--blue);
  border-radius: 10px;
  flex-wrap: nowrap;
  max-width: 160px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.button-primary.cookie-banner-button---brix.odbi {
  background-color: var(--light-blue);
  color: var(--black);
}

.button-cookie-icon---brix {
  margin-right: 8px;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.heading {
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
}

.flex-cc {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.show {
  display: block;
}

.cookie-banner {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  padding: 34px 32px 34px 40px;
  display: none;
  position: fixed;
  inset: auto auto 32px 32px;
  box-shadow: 0 6px 23px #14142b14;
}

.button-cta {
  background-color: var(--blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0 solid #000;
  border-radius: 6px;
  min-width: 200px;
  margin-top: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button-cta:hover {
  background-color: var(--light-blue);
  background-image: none;
  padding-left: 20px;
  transform: translate(0, -3px);
}

.button-cta.desktop-hide {
  display: none;
}

.heading-style-h2 {
  font-size: 48px;
}

.list {
  list-style-type: disc;
}

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

.medium-paragraph.max-500.no-margin {
  font-family: Red Hat Display, sans-serif;
}

.icon-2.accordion-icon {
  color: var(--light-blue);
  cursor: pointer;
  font-family: Materialicons;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.mapa {
  border: 0 solid #000;
  width: 500px;
  height: 400px;
}

.paragraph-3 {
  font-family: Redhatdisplay;
}

.hero-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-content.onama {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1.25fr 1.5fr;
}

.hero-content.privacy {
  grid-template-columns: 1fr;
  place-items: center;
}

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

.hero--image._1 {
  object-fit: cover;
  object-position: 65% 100%;
  width: 615px;
  height: 700px;
}

.hero--image._2 {
  object-position: 50% 100%;
  width: 615px;
  height: 700px;
}

.hero--image._3 {
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-image-wrap {
  border-radius: 10px;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.hero-image-wrap.o-nama {
  height: 500px;
}

.politika-privatnosti-link {
  color: var(--black);
  text-decoration: underline;
}

.usluge-slika {
  z-index: 0;
  object-fit: cover;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
}

.usluge-rich-text h2 {
  text-align: center;
}

.usluge-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.usluge-content.onama {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1.25fr 1.5fr;
}

.usluge-content.privacy {
  grid-template-columns: 1fr;
  place-items: center;
}

.icon-3 {
  margin-right: 0;
  position: static;
}

.nav-link-wrap {
  color: #000;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  height: 100%;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.nav-link-wrap:hover {
  color: #8c54ff;
}

.dropdown-wrapper {
  margin-right: 7px;
  padding: 10px 15px;
  font-weight: 500;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding: 0;
  transition: all .5s;
  display: flex;
}

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

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.dropdown-column-wrapper.w--open {
  border-radius: 10px;
  margin-top: 10px;
}

.dropdown-pd, .dropdown-pd.pd-48px {
  padding: 40px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-200 {
  line-height: 20px;
}

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

.text-200.bold.color-neutral-800.mg-bottom-24px {
  text-align: center;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  place-items: stretch start;
}

.dropdown-link {
  text-align: center;
  width: 100%;
  padding: 5px;
  line-height: 20px;
  transition: all .5s;
}

.dropdown-link:hover {
  opacity: 1;
  color: var(--black);
}

.dropdown-link.w--current, .text-block-2 {
  color: var(--blue);
}

.pading-top {
  margin-top: 50px;
}

.navigation-link {
  color: var(--smoke);
  text-align: center;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
}

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

.quote {
  font-size: 32px;
  font-weight: 700;
}

.flex-cc-v2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.text-black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  display: grid;
}

.phone {
  color: var(--blue);
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 25px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 20px;
  }

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

  .section.call-section, .section.about-section-3, .section.about-section-4, .section.about-section-1 {
    padding-top: 200px;
  }

  .container.nav-container {
    position: static;
  }

  .jumbo {
    font-size: 70px;
  }

  .column.feature-column {
    width: 47%;
  }

  .nav-link {
    color: var(--blue);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style-grid-three-c {
    grid-template-columns: 1fr 1fr;
  }

  .brand {
    z-index: 2;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--lightest-blue);
    text-align: center;
    flex-direction: column;
    width: 50vw;
    padding: 100px 50px 50px;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: var(--blue);
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .hero-slider-content.onama {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1.25fr;
  }

  .hero-slider-image-wrap {
    overflow: hidden;
  }

  .hero-nav-arrow.right-arrow {
    padding-right: 50px;
  }

  .hero-nav-arrow.left-arrow {
    padding-left: 15px;
  }

  .feature-image-mask {
    width: 300px;
    height: 300px;
  }

  .product-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .product-image-wrap {
    height: 250px;
  }

  .product-description {
    padding: 20px;
  }

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

  .description-bg {
    top: 100px;
  }

  .newsletter-form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .blog-item {
    min-height: 350px;
    padding: 100px 20px 20px;
  }

  .blog-content {
    padding: 15px;
  }

  .insta-post-wrap {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }

  .insta-section-line {
    height: 150px;
  }

  .social-wrap {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .social-icon {
    height: 30px;
  }

  .price-wrap {
    order: -1;
    margin-bottom: 15px;
    display: flex;
    position: relative;
    top: 0;
    right: 0;
  }

  .cart {
    z-index: 2;
  }

  .hero-line {
    height: 150px;
  }

  .about-video-wrap {
    height: 450px;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-top: 100px;
  }

  .sticky-form {
    flex: 1;
    position: relative;
    top: 0;
  }

  .shipping-container {
    flex-wrap: wrap;
  }

  .round_tab-menu {
    grid-row-gap: 15px;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .arrow-tab {
    justify-content: center;
    width: 100%;
    height: 3rem;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .video-wrap {
    object-fit: contain;
    height: 500px;
    overflow: hidden;
  }

  .cookie-banner {
    bottom: 24px;
    left: 24px;
  }

  .heading-style-h2 {
    font-size: 40px;
  }

  .mapa {
    width: 300px;
  }

  .hero-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .hero-content.onama {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1.25fr;
  }

  .hero-image-wrap {
    overflow: hidden;
  }

  .usluge-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .usluge-content.onama {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1.25fr;
  }

  .dropdown-wrapper {
    margin-bottom: 15px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .dropdown-toggle, .dropdown-toggle.w--open {
    justify-content: center;
    align-items: center;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 48px 0 32px;
  }

  .grid-1-column.dropdown-link-column {
    place-items: center;
  }

  .flex-cc-v2 {
    flex-flow: column;
  }

  .text-black {
    padding-left: 20px;
  }

  .phone {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-family: Red Hat Display, sans-serif;
  }

  .section.social-proof {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.features.cenovnik {
    padding-top: 50px;
  }

  .section.call-section {
    padding-top: 100px;
  }

  .section.about-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-section-4 {
    padding-top: 100px;
  }

  .section.about-section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .container.footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .container.video-container {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .container.grid-reverse {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .jumbo {
    font-size: 50px;
  }

  .big-paragraph {
    font-family: Red Hat Display, sans-serif;
  }

  .style-grid-two-c {
    grid-template-columns: 1fr;
  }

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

  .style-grid-four-c.no-margin {
    grid-template-columns: 1fr 1fr;
  }

  .style-grid-ten-c {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ninja-image-wrap {
    height: 100px;
    bottom: 80px;
    right: 25px;
  }

  .form-block {
    padding: 30px;
  }

  .scribble-text.slider-name {
    margin-bottom: -7px;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero-slider-content.onama {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .hero-slider-image-wrap {
    height: 400px;
  }

  .hero-slider-image._1 {
    object-fit: cover;
    object-position: 50% 30%;
    width: 100%;
    height: 100%;
  }

  .hero-slider-image._2 {
    width: 100%;
    height: 100%;
  }

  .hero-nav-arrow.right-arrow {
    margin-top: 600px;
    margin-bottom: auto;
    margin-right: 0;
    padding-right: 15px;
    left: auto;
  }

  .hero-nav-arrow.left-arrow {
    margin-top: 600px;
  }

  .feature-image-mask {
    width: 240px;
    height: 240px;
  }

  .feature-max {
    max-width: 220px;
  }

  .product-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .description-image-wrap {
    height: 350px;
  }

  .description-image-wrap.o-nama {
    height: 500px;
  }

  .description-image {
    object-position: 50% 40%;
  }

  .description-image.stefan {
    object-position: 50% 15%;
  }

  .description-bg {
    width: 95vw;
    height: 40%;
    top: auto;
    bottom: 0;
  }

  .description-bg.left {
    top: auto;
  }

  .description-bg.about-bg {
    height: 40%;
    top: auto;
  }

  .description-bg.reverse {
    inset: 0 0 auto auto;
  }

  .blog-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .insta-section-line {
    flex-flow: wrap;
  }

  .social-wrap {
    justify-content: flex-end;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .social-wrap.left-social {
    justify-content: flex-start;
  }

  .footer-contact-link {
    font-size: 20px;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-brand {
    align-self: center;
    height: 50px;
  }

  .cart {
    margin-left: 10px;
  }

  .hero-image-mask {
    height: 350px;
  }

  .hero-line {
    flex-flow: wrap;
    height: 125px;
    padding-left: 30vw;
    padding-right: 30vw;
  }

  .contact-link {
    font-size: 20px;
  }

  .footer-copyright-wrapper {
    flex-flow: column;
  }

  .round_tab-menu {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .round-tab {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .features-tab-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-menu {
    flex-flow: wrap;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem 1rem;
  }

  .heading-style-h4 {
    font-size: 1.1rem;
  }

  .features-text {
    max-width: 220px;
  }

  .table_cell {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .relative {
    width: 75%;
  }

  .heading-style-h3 {
    font-size: 1.1rem;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .cookie-banner {
    border-radius: 18px;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .heading-style-h2 {
    font-size: 36px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .mapa {
    width: 100%;
    height: 300px;
  }

  .hero-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero-content.onama {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .hero--image._1 {
    object-fit: cover;
    object-position: 50% 30%;
    width: 100%;
    height: 100%;
  }

  .hero--image._2 {
    width: 100%;
    height: 100%;
  }

  .hero-image-wrap {
    height: 400px;
  }

  .usluge-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .usluge-content.onama {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

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

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .flex-cc-v2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-black {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-family: Red Hat Display, sans-serif;
  }

  ul {
    padding-left: 25px;
  }

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

  .section.features.cenovnik.manji-pading {
    padding-top: 75px;
  }

  .section.call-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.footer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.about-section-3 {
    padding-bottom: 100px;
  }

  .section.hero-usluge {
    margin-top: 50px;
  }

  .container.footer-container {
    grid-template-columns: 1fr;
  }

  .container.grid-reverse {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .container.grid-3, .container.grid-4 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .jumbo {
    font-size: 45px;
  }

  .big-paragraph.max-500 {
    font-size: 18px;
  }

  .column.feature-column {
    width: 100%;
  }

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

  .brand-guidelines-nav {
    grid-template-columns: 1fr 1fr;
  }

  .guidelines-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .ninja-image-wrap {
    bottom: 115px;
  }

  .style-grid-three-c {
    grid-template-columns: 1fr;
  }

  .button.form-button {
    width: 100%;
    margin-top: 15px;
  }

  .button.categories-button {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.discount {
    flex: 0 100%;
    margin-left: 0;
  }

  .cta-card {
    padding: 30px;
  }

  .cta-card.full-card {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-card.full-card-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-image {
    min-height: 250px;
  }

  .spacing-30-px {
    display: none;
  }

  .spacing-30-px.show {
    display: block;
  }

  .form-field {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block {
    padding: 20px;
  }

  .form-block.full-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sideflex-form {
    flex-wrap: wrap;
  }

  .nav-menu {
    width: 100vw;
  }

  .scribble-text.slider-name.hero {
    font-size: 28px;
  }

  .hero-slider-image-wrap {
    height: 300px;
    overflow: hidden;
  }

  .hero-slider-image-wrap.o-nama {
    height: 250px;
  }

  .hero-slider-image {
    border-radius: 10px;
  }

  .hero-slider-image._1 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .hero-slider-image._2 {
    object-position: 50% 82%;
    width: 100%;
    height: 100%;
  }

  .hero-nav-arrow.right-arrow {
    width: 100px;
    height: 70px;
    margin-top: 550px;
  }

  .hero-nav-arrow.left-arrow {
    width: 100px;
    height: 70px;
    margin-top: 550px;
    margin-bottom: 0;
  }

  .arrow-nav {
    width: 50px;
    height: 50px;
  }

  .feature-image-mask {
    width: 200px;
    height: 200px;
  }

  .feature-max {
    max-width: 250px;
  }

  .section-bg-image.home {
    object-position: 65% 50%;
  }

  .newsletter-form {
    padding: 30px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .insta-post-wrap {
    width: 150px;
    height: 150px;
  }

  .insta-section-line {
    align-content: center;
  }

  .social-wrap {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-icon {
    margin-right: 10px;
  }

  .footer-contact-link {
    font-size: 16px;
  }

  .footer-brand {
    margin-bottom: 0;
  }

  .cart-quantity-1 {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-video-wrap {
    height: 300px;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .text-area {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-categories, .categories-list {
    flex-wrap: wrap;
  }

  .checkout-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .sticky-form {
    width: 100%;
  }

  .add-to-cart-sideflex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .cart-quantity-2 {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-buttons {
    grid-template-columns: 1fr;
  }

  .shipping-container {
    overflow: hidden;
  }

  .option-2 {
    flex-wrap: wrap;
  }

  .footer-copyright-wrapper {
    flex-direction: column;
  }

  .small-text {
    font-size: 12px;
    line-height: 1.35em;
  }

  .small-text.footer-copyright-divider {
    display: none;
  }

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

  .round_tab-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .round-tab {
    text-align: center;
    border-radius: 16px;
    flex: 0 auto;
    padding: 18px;
    font-size: .9rem;
  }

  .subheader-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .text-weight-medium {
    font-size: 16px;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 0;
    overflow: auto;
  }

  .arrow-tab {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tab-text {
    flex: none;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_content-detail {
    padding: 2rem .25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .relative {
    width: 100%;
  }

  .desktop-hide {
    margin-bottom: 20px;
    display: block;
  }

  .mobile-hide, .modal-wrapper2 {
    display: none;
  }

  .modal {
    margin-left: 15px;
    margin-right: 15px;
  }

  .flex {
    width: 100%;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }

  .paragraph.cookie-banner-paragraph---brix {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .cookie-banner {
    padding: 10px 14px;
    display: none;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .button-cta.desktop-hide {
    display: block;
  }

  .heading-style-h2 {
    font-size: 30px;
  }

  .header-center-box._75 {
    width: 90%;
  }

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

  .hero--image._1 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .hero--image._2 {
    object-position: 50% 82%;
    width: 100%;
    height: 100%;
  }

  .hero-image-wrap {
    height: 300px;
    overflow: hidden;
  }

  .hero-image-wrap.o-nama {
    height: 250px;
  }

  .dropdown-toggle.w--open {
    justify-content: center;
    align-items: center;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }
}

#w-node-_6b2f3ab9-9bfe-9bda-0baa-5f4539e282fa-90d1350e {
  order: 9999;
}

#w-node-_6b2f3ab9-9bfe-9bda-0baa-5f4539e282ff-90d1350e, #w-node-f2bd7fdc-a738-1450-b4f9-1b53880bc1f6-90d1350e, #w-node-b6ee397e-34f8-d374-0a5c-1ecf5c1e630e-90d1350e {
  place-self: center;
}

#w-node-_48f1e152-304c-af08-bac2-2094cbc0c067-90d1350e {
  align-self: center;
}

#w-node-d7b1a011-026b-afea-5499-7750c3a8ba54-90d1350e {
  justify-self: center;
}

#w-node-_8d350ed8-e9a4-eb03-1dcf-82faec0a87df-90d1350e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a1f3541b-8ac6-02e9-2bfb-f4ccef7091c4-90d1350e, #w-node-_37788f4b-ad74-aae0-6d71-d6ee9c70cbb3-90d1350e, #w-node-d257872e-17d4-a66e-615d-4f13532acdfd-90d1350e {
  place-self: center;
}

#w-node-_2cc2f64f-9904-746b-f2da-254147b81482-90d1350e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ebb1dbfe-2c0e-a68c-ea16-9f5cf4b4fcee-90d1350e {
  order: 9999;
  align-self: center;
}

#w-node-ebb1dbfe-2c0e-a68c-ea16-9f5cf4b4fcff-90d1350e {
  justify-self: center;
}

#w-node-_73322ea8-c026-476f-f81d-9e80dafafbbc-dafafbb9 {
  place-self: center start;
}

#w-node-_73322ea8-c026-476f-f81d-9e80dafafbcd-dafafbb9 {
  align-self: center;
}

#Describe-Your-Goals-2.w-node-_73322ea8-c026-476f-f81d-9e80dafafbd4-dafafbb9, #w-node-_73322ea8-c026-476f-f81d-9e80dafafbd5-dafafbb9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ac6e14c-5d80-b4fb-1311-8131a2fe412d-a2fe412d {
  place-self: center;
}

#w-node-_3776ba93-ab42-ccb3-a7f8-b7b802416759-7c5def09 {
  align-self: start;
}

#w-node-f2bd7fdc-a738-1450-b4f9-1b53880bc1f6-90d13515 {
  place-self: center start;
}

#w-node-_54e77a06-7cf4-9bdc-c074-2308bea371d9-90d13515 {
  align-self: center;
}

#w-node-_8d350ed8-e9a4-eb03-1dcf-82faec0a87df-90d13515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f1e152-304c-af08-bac2-2094cbc0c067-90d13515 {
  align-self: center;
}

#w-node-d7b1a011-026b-afea-5499-7750c3a8ba54-90d13515 {
  place-self: center;
}

#w-node-f2bd7fdc-a738-1450-b4f9-1b53880bc1f6-90d1351a {
  place-self: center start;
}

#w-node-aa2731c4-ac7b-fa72-caa7-5b2b0a16254a-90d1351a {
  align-self: center;
}

#Describe-Your-Goals.w-node-_8c6a0f55-9940-658b-7324-98313b6aa3d7-90d1351a, #w-node-aa2731c4-ac7b-fa72-caa7-5b2b0a162553-90d1351a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49560afd-8e03-a254-d6cb-d71c46b1fada-90d13520, #w-node-f2bd7fdc-a738-1450-b4f9-1b53880bc1f6-90d13523, #w-node-_2f948e82-26d6-2d8c-c7c2-ae300fc89c01-90d13523 {
  place-self: center start;
}

#w-node-c4afbd8f-6d57-68e1-e136-14c3f289a785-90d13528, #w-node-c30e790f-5350-ebc1-ef55-9d63aaabe6bb-90d13528, #w-node-_6b4b1133-ed06-edaf-39f3-d248dca27598-90d13528, #w-node-d9398ea3-6517-c232-2266-ca68f089e096-90d13528, #w-node-_95c4563d-7fa6-c60c-508b-b7e7aa9a9749-90d13528, #w-node-_7a6b88ac-5bed-b0c6-36c5-01c2b13f8efd-90d13528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a94111be-4518-0195-8561-cd64f46f2dcf-90d13528, #w-node-c5a38ae9-7159-4788-baa4-0b53fcead7fe-90d13528, #w-node-b3721b4e-17ed-ea24-3514-60d02a7c757b-90d13528, #w-node-_8e403645-3d22-b8bb-1e31-a96970bc5c80-90d13528, #w-node-_3957a434-62bc-e60b-ff4a-3adf28e5bd22-90d13528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22536c60-a083-e38f-f93d-2209b906c5fa-90d13528 {
  place-self: center;
}

#w-node-_55b6e3f5-796d-4813-5785-b863d46bf0cf-90d13528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4ed2ceed-0c93-6230-19b5-df523ffcf7a4-90d13528 {
  place-self: center;
}

#w-node-dc1e38b4-611b-5fd7-813d-a307e6e02159-90d13528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_85d669cf-ad44-3904-2d33-0145c64fc56b-afd3663b {
  place-self: center start;
}

#w-node-_1e864d2e-fd70-8159-2b7a-6f35500a103c-be480938 {
  place-self: center;
}

#w-node-_6f312f0e-b86d-b839-0401-1dd5b5669c5b-be480938, #w-node-_6f312f0e-b86d-b839-0401-1dd5b5669c6a-be480938 {
  place-self: center start;
}

#w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5cb-f560fef9 {
  order: 9999;
}

#w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5ce-f560fef9 {
  place-self: center;
}

#w-node-_669bd089-569e-c86e-2d4c-28e5d9a67447-f560fef9 {
  order: 9999;
  place-self: center start;
}

#w-node-_1fa7d495-878a-409a-8e3e-f1ecac1381f0-f560fef9 {
  align-self: center;
}

#w-node-_1fa7d495-878a-409a-8e3e-f1ecac1381f7-f560fef9 {
  justify-self: center;
}

#w-node-_7f517321-6dc2-58c8-3f23-256487b62162-f560fef9 {
  order: 9999;
  align-self: center;
}

#w-node-_7f517321-6dc2-58c8-3f23-256487b62173-f560fef9 {
  justify-self: center;
}

#w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-f560fef9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a3afe2bc-7697-0fa9-eafb-1aaaef497498-f560fef9 {
  align-self: center;
}

#w-node-a3afe2bc-7697-0fa9-eafb-1aaaef4974b1-f560fef9 {
  justify-self: center;
}

#w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5cb-837528eb {
  order: 9999;
}

#w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5ce-837528eb {
  place-self: center;
}

#w-node-_669bd089-569e-c86e-2d4c-28e5d9a67447-837528eb {
  order: 9999;
  place-self: center start;
}

#w-node-_1fa7d495-878a-409a-8e3e-f1ecac1381f0-837528eb {
  align-self: center;
}

#w-node-_1fa7d495-878a-409a-8e3e-f1ecac1381f7-837528eb {
  justify-self: center;
}

#w-node-_7f517321-6dc2-58c8-3f23-256487b62162-837528eb {
  order: 9999;
  align-self: center;
}

#w-node-_7f517321-6dc2-58c8-3f23-256487b62173-837528eb {
  justify-self: center;
}

#w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-837528eb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a3afe2bc-7697-0fa9-eafb-1aaaef497498-837528eb {
  align-self: center;
}

#w-node-a3afe2bc-7697-0fa9-eafb-1aaaef4974b1-837528eb {
  justify-self: center;
}

#w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5cb-abbffbaf {
  order: 9999;
}

#w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5ce-abbffbaf {
  place-self: center;
}

#w-node-_669bd089-569e-c86e-2d4c-28e5d9a67447-abbffbaf {
  order: 9999;
  place-self: center start;
}

#w-node-_1fa7d495-878a-409a-8e3e-f1ecac1381f0-abbffbaf {
  align-self: center;
}

#w-node-_1fa7d495-878a-409a-8e3e-f1ecac1381f7-abbffbaf {
  justify-self: center;
}

#w-node-_5cd8de0b-b20d-8fc5-eaaf-30def37dda1c-abbffbaf {
  order: 9999;
  place-self: center start;
}

#w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-abbffbaf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a3afe2bc-7697-0fa9-eafb-1aaaef497498-abbffbaf {
  align-self: center;
}

#w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5cb-725b8e3e {
  order: 9999;
}

#w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5ce-725b8e3e {
  place-self: center;
}

#w-node-_669bd089-569e-c86e-2d4c-28e5d9a67447-725b8e3e {
  order: 9999;
  place-self: center start;
}

#w-node-_475881c0-fb54-0d94-fe96-c33ec529d80c-725b8e3e {
  align-self: center;
}

#w-node-_7f517321-6dc2-58c8-3f23-256487b62162-725b8e3e {
  order: 9999;
  align-self: center;
}

#w-node-_7f517321-6dc2-58c8-3f23-256487b62173-725b8e3e {
  justify-self: center;
}

#w-node-a3afe2bc-7697-0fa9-eafb-1aaaef497498-725b8e3e {
  align-self: center;
}

#w-node-a3afe2bc-7697-0fa9-eafb-1aaaef4974b1-725b8e3e {
  justify-self: center;
}

#w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-725b8e3e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5cb-306687a8 {
  order: 9999;
}

#w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5ce-306687a8 {
  place-self: center;
}

#w-node-_669bd089-569e-c86e-2d4c-28e5d9a67447-306687a8 {
  order: 9999;
  place-self: center start;
}

#w-node-_1fa7d495-878a-409a-8e3e-f1ecac1381f0-306687a8 {
  align-self: center;
}

#w-node-_1fa7d495-878a-409a-8e3e-f1ecac1381f7-306687a8 {
  justify-self: center;
}

#w-node-e4233b07-0c20-5759-ef30-fabfc9c442af-306687a8 {
  order: 9999;
  place-self: center start;
}

#w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-306687a8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_8d350ed8-e9a4-eb03-1dcf-82faec0a87df-90d1350e, #w-node-_2cc2f64f-9904-746b-f2da-254147b81482-90d1350e {
    grid-column: span 2 / span 2;
  }

  #Describe-Your-Goals-2.w-node-_73322ea8-c026-476f-f81d-9e80dafafbd4-dafafbb9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_73322ea8-c026-476f-f81d-9e80dafafbd5-dafafbb9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3776ba93-ab42-ccb3-a7f8-b7b802416759-7c5def09 {
    justify-self: center;
  }

  #w-node-a75b36cf-74c4-6758-2c20-3ce3f724bdd3-90d13515 {
    align-self: center;
  }

  #w-node-_3a7d5772-7f47-7fed-e944-7964f45e6597-f45e658c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Describe-Your-Goals.w-node-_8c6a0f55-9940-658b-7324-98313b6aa3d7-90d1351a {
    grid-column: span 1 / span 1;
  }

  #w-node-aa2731c4-ac7b-fa72-caa7-5b2b0a162553-90d1351a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a4117be-63e6-53ab-4059-748ed4c15318-a372fc76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-f560fef9, #w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-837528eb, #w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-abbffbaf, #w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-725b8e3e, #w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-306687a8 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6b2f3ab9-9bfe-9bda-0baa-5f4539e282fa-90d1350e, #w-node-_54e77a06-7cf4-9bdc-c074-2308bea371d9-90d1350e, #w-node-b6ee397e-34f8-d374-0a5c-1ecf5c1e6309-90d1350e {
    order: 9999;
  }

  #w-node-_8d350ed8-e9a4-eb03-1dcf-82faec0a87df-90d1350e, #w-node-_2cc2f64f-9904-746b-f2da-254147b81482-90d1350e {
    grid-column: span 1 / span 1;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b454-2c54b452, #w-node-_12e5b2db-6387-1b02-6b89-1eb3fb81504c-2c54b452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a75b36cf-74c4-6758-2c20-3ce3f724bdd3-90d13515 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_8d350ed8-e9a4-eb03-1dcf-82faec0a87df-90d13515 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2454-90d13528, #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2463-90d13528, #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2472-90d13528 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85d669cf-ad44-3904-2d33-0145c64fc5a4-afd3663b {
    order: -9999;
  }

  #w-node-_85d669cf-ad44-3904-2d33-0145c64fc5b2-afd3663b, #w-node-_9a4117be-63e6-53ab-4059-748ed4c15347-a372fc76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5cb-f560fef9 {
    order: 9999;
  }

  #w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-f560fef9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5cb-837528eb {
    order: 9999;
  }

  #w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-837528eb {
    grid-column: span 1 / span 1;
  }

  #w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5cb-abbffbaf {
    order: 9999;
  }

  #w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-abbffbaf {
    grid-column: span 1 / span 1;
  }

  #w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5cb-725b8e3e {
    order: 9999;
  }

  #w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-725b8e3e {
    grid-column: span 1 / span 1;
  }

  #w-node-_6789bf59-1c34-b252-ea09-ee6d2ca8d5cb-306687a8 {
    order: 9999;
  }

  #w-node-fb2d242e-40d3-b2f6-bf0a-b4cd83ccff9d-306687a8 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b454-2c54b452 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b461-2c54b452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b46f-2c54b452, #w-node-_12e5b2db-6387-1b02-6b89-1eb3fb81504c-2c54b452, #w-node-_1ce3aefb-3552-c380-f94e-fb224d06c423-2c54b452 {
    order: -9999;
  }

  #w-node-_73322ea8-c026-476f-f81d-9e80dafafbd5-dafafbb9, #w-node-_3a7d5772-7f47-7fed-e944-7964f45e6597-f45e658c, #w-node-aa2731c4-ac7b-fa72-caa7-5b2b0a162553-90d1351a, #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2454-90d13528, #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2463-90d13528, #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2472-90d13528 {
    grid-column: span 1 / span 1;
  }

  #w-node-_85d669cf-ad44-3904-2d33-0145c64fc5b2-afd3663b {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_85d669cf-ad44-3904-2d33-0145c64fc5b5-afd3663b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85d669cf-ad44-3904-2d33-0145c64fc5bd-afd3663b {
    order: -9999;
  }

  #w-node-_9a4117be-63e6-53ab-4059-748ed4c15318-a372fc76 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a4117be-63e6-53ab-4059-748ed4c15347-a372fc76 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_9a4117be-63e6-53ab-4059-748ed4c1534a-a372fc76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a4117be-63e6-53ab-4059-748ed4c15352-a372fc76 {
    order: -9999;
  }
}


