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

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

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

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 28px;
  line-height: 165%;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 32px;
  line-height: 130%;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
}

p {
  margin-bottom: 0px;
  color: rgba(61, 58, 50, 0.9);
  line-height: 170%;
}

strong {
  line-height: 140%;
  font-weight: 700;
}

em {
  color: rgba(61, 58, 50, 0.92);
  line-height: 180%;
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 3px;
  border-color: #b05c3f;
  color: rgba(61, 58, 50, 0.9);
  font-size: 18px;
  line-height: 155%;
}

.druga-slika {
  display: none;
  min-height: 100vh;
  background-image: url('../images/hidromasazna-kada.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.treca-slika {
  display: none;
  min-height: 100vh;
  background-image: url('../images/bazen-naslovna.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cetvrta-slika {
  display: none;
  min-height: 100vh;
  background-image: url('../images/parno-naslovna.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.peta-slika {
  display: none;
  min-height: 100vh;
}

.prva-slika {
  min-height: 100vh;
  background-image: url('../images/tapidarijumi-naslovna.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar {
  background-color: transparent;
}

.slide {
  min-height: 100vh;
  background-image: url('../images/parno-naslovna.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mask {
  min-height: 100vh;
}

.navbar-2 {
  background-color: transparent;
}

.slider {
  padding-top: 0px;
  background-color: transparent;
}

.slider-2 {
  height: 800px;
}

.slide-2 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/tapidarijumi-naslovna-3-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2.slide-3 {
  background-image: linear-gradient(180deg, null, null), url('../images/Medical-wellness-wellness-life-logo.png');
}

.slide-2.slika-4 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hidromasazna-kada-1-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2.slika-5 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/naslovna-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2.slika2 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/parno-naslovna-1-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2.slika-1 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bazen-naslovna-1-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.navbar-3 {
  background-color: transparent;
}

.nav-link {
  color: #fff;
}

.slide-3 {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/bazen-naslovna.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide-4 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/hidromasazna-kada.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/tapidarijumi-naslovna.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-2 {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.nav-link-2 {
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 20px;
}

.nav-link-2.w--current {
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

.nav-link-2.cene {
  padding-right: 0px;
  padding-left: 0px;
}

.container-3 {
  max-width: 1140px;
}

.button {
  margin-top: 25px;
  margin-left: 170px;
  padding: 10px 40px;
  border-radius: 6px;
  background-color: #b05c3f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.button:hover {
  background-color: #f5f7fa;
  color: rgba(61, 58, 50, 0.9);
}

.button.combo {
  margin-top: 0px;
  margin-left: 0px;
}

.button.combo.saune-combo.novo {
  margin-top: 25px;
}

.button.combo.novo:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #b05c3f;
  background-color: transparent;
  color: #b05c3f;
}

.doljnja-kutija {
  position: absolute;
  top: auto;
  bottom: 0%;
  display: flex;
  width: 100%;
  height: 66px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.heading {
  max-width: 720px;
  margin: 89px 0px 0px 170px;
  font-family: 'DM Serif Display', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.paragraph {
  width: 500px;
  margin-top: 30px;
  margin-left: 170px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 18px;
  line-height: 180.7%;
}

.flex-box {
  display: flex;
  width: 160px;
  margin-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 auto;
}

.flex-box.flex-box2 {
  width: 284px;
  margin-right: 0px;
}

.flex-box.flex-box3 {
  width: 136px;
}

.slika {
  width: 34px;
  height: 34px;
  background-image: url('../images/clock-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.slika.slika2 {
  background-image: url('../images/placeholder.svg');
}

.slika.slika3 {
  background-image: url('../images/telephone.svg');
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 18px;
  line-height: 103.7%;
  font-weight: 600;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

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

.section-3 {
  min-height: 700px;
  padding-top: 145px;
  border-radius: 11px;
  background-color: #f5f7fa;
}

.flex {
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  justify-content: space-between;
  align-items: stretch;
}

.leva-strana {
  width: 100%;
  height: 453px;
  max-width: 442px;
  border-radius: 11px;
  background-image: url('../images/59599887_1239173146249026_8783581043740377088_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.desna-strana {
  margin-left: 90px;
}

.button.combo-button {
  margin-left: 0px;
}

.button.combo-button.novo:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #b05c3f;
  background-color: transparent;
  color: #b05c3f;
}

.paragraph-3 {
  max-width: 590px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  line-height: 175.7%;
  text-align: justify;
}

.heading-2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 48px;
  line-height: 65.81px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-3 {
  margin-top: -12px;
  margin-bottom: 26px;
  font-family: 'DM Serif Display', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 14px;
  line-height: 199.7%;
  font-weight: 400;
  letter-spacing: 3.5px;
}

.div-block {
  width: 1px;
  height: 125px;
  margin-top: -199px;
  margin-left: -29px;
  background-color: rgba(0, 0, 0, 0.7);
}

.section-4 {
  height: 780px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #82a199;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 67px;
  padding-top: 64px;
  font-family: 'DM Serif Display', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 103.7%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.kartica {
  position: relative;
  height: 401px;
  max-width: 269px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.krug {
  position: absolute;
  left: 94px;
  top: 28px;
  right: 95px;
  bottom: 0%;
  width: 80px;
  height: 80px;
  margin-top: 19px;
  border-radius: 100px;
  background-color: #6d7f7a;
}

.image-2 {
  margin-top: 17px;
  margin-right: 17px;
  margin-left: 17px;
}

.naslov-kartice {
  margin-top: 0px;
  margin-left: 22px;
  padding-top: 171px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 16px;
  line-height: 189.2%;
}

.tekst-karice {
  height: 140px;
  max-width: 226px;
  margin-left: 22px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-weight: 300;
  text-align: justify;
}

.tekst-karice.tekst-karice2 {
  width: auto;
  max-width: 226px;
}

.tekst-karice.tekst-karice3 {
  width: auto;
  max-width: 226px;
}

.glavni-flex {
  display: flex;
  margin-top: 45px;
  justify-content: space-between;
  align-content: space-between;
}

.section-5 {
  padding-bottom: 200px;
  padding-left: 30px;
  background-color: #f5f7fa;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.section-5.overflow-hidden {
  overflow: hidden;
  padding-bottom: 200px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 42px;
  font-family: 'DM Serif Display', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 48px;
  line-height: 189.2%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.paralax-slide {
  width: 361px;
  margin-right: 86px;
}

.slide-8 {
  width: 361px;
  height: 522px;
}

.parallax-mask {
  overflow: visible;
  width: 361px;
  height: auto;
}

.parallax-button {
  position: absolute;
  display: block;
  width: 66px;
  height: 66px;
  margin-top: 577px;
  margin-right: 16px;
  margin-left: 975px;
  border: 1px solid #000;
  border-radius: 50%;
}

.parallax-button.drugo-dugme {
  left: auto;
  top: 0px;
  right: 10%;
  bottom: 0%;
  margin-left: 0px;
}

.slide-nav-2 {
  display: none;
}

.parallax-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.karica-parallax {
  position: relative;
  min-height: 522px;
}

.karica-parallax:hover {
  box-shadow: -4px 7px 20px 2px rgba(0, 0, 0, 0.2);
}

.image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.parallax-slika {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bazen11-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.heading-6 {
  width: 261px;
  height: 100px;
  margin-bottom: 23px;
  font-family: 'DM Serif Display', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 48px;
  line-height: 103.7%;
  font-weight: 400;
}

.paragraph-4 {
  margin-bottom: 45px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 14px;
  line-height: 170.2%;
  font-weight: 400;
  text-align: justify;
}

.paragraph-5 {
  margin-bottom: 0px;
  color: #fff;
  line-height: 103.7%;
}

.flex-parallax {
  display: flex;
  width: 67px;
  justify-content: space-between;
  align-items: center;
}

.div-block-4 {
  width: 14px;
  background-image: url('../images/Arrow-3-3.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-4 {
  margin-top: 2px;
  margin-left: 12px;
}

.paralax-tekst {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 35px;
  padding-right: 31px;
  padding-left: 23px;
}

.parallax-wrapper {
  position: absolute;
  left: -7%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.image-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.parallax-wraper {
  position: absolute;
  left: -8%;
  top: 0%;
  right: -8%;
  bottom: 0%;
}

.icon {
  color: #131313;
}

.icon-2 {
  color: #000;
}

.div-block-5 {
  position: absolute;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bazen11.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  transition: opacity 325ms ease;
}

.image-7 {
  margin: 20px 12px 5px 17px;
}

.image-7.rotirana {
  margin-right: 17px;
  transform: rotate(180deg);
}

.image-8 {
  margin: 20px 14px 5px 12px;
}

.paralax-tekst-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 35px;
  padding-right: 31px;
  padding-left: 23px;
}

.saune {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sauna-za-sajt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.infracrvene-kabine {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/infracrvena-kabina-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.parna-kupatila {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/parno-kupatilo3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slane-sobe {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slana-soba-za-sajt1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.stolovi-za-masazu {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sto-za-mas-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sobe-za-odmor {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/soba-za-odmor-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.tople-klupe {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tapp.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.tusevi {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: url('../images/TUS-SAJTTT.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kade {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hidro-kadaa.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 100px;
  font-family: 'DM Serif Display', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}

.div-block-26 {
  max-width: 752px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-29 {
  display: inline-block;
}

.div-block-28 {
  position: absolute;
  left: 119px;
  top: 76.203px;
  display: flex;
  min-height: 217px;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  align-content: stretch;
  border-radius: 0px;
  text-align: left;
}

.div-block-28.social-icons {
  left: 325px;
  top: 17.203px;
  min-height: auto;
  min-width: 61px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.grid-3 {
  align-items: stretch;
  grid-column-gap: 36px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.recaptcha {
  margin-bottom: 15px;
}

.paragraph-7 {
  font-size: 15px;
}

.field-label-4 {
  margin-top: 53px;
  margin-bottom: 34px;
  opacity: 0.7;
  color: #171819;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-32 {
  height: 760px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}

.text-field-2 {
  padding-top: 14px;
  padding-left: 1px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #3d3a32;
}

.text-field-2::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.text-field-2::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.text-field-2::placeholder {
  font-size: 16px;
  font-weight: 300;
}

.form {
  max-width: 625px;
  margin-right: 64px;
  margin-left: 63px;
}

.field-label {
  min-width: 119px;
  opacity: 0.7;
  color: #171819;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-block {
  margin-top: 0px;
  padding-top: 33px;
}

.image-24 {
  position: absolute;
  margin-top: 23px;
  margin-left: -385px;
}

.text-field {
  display: block;
  padding-left: 1px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #3d3a32 #9f889b #3d3a32 #3d3a32;
}

.text-field::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.text-field::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.text-field::placeholder {
  font-size: 16px;
  font-weight: 300;
}

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

.contact-section {
  padding-top: 71px;
  padding-bottom: 100px;
  background-color: #f5f7fa;
}

.field-label-3 {
  margin-top: 56px;
  opacity: 0.7;
  color: #171819;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-3 {
  padding-top: 14px;
  padding-left: 1px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #3d3a32;
  background-color: transparent;
}

.text-field-3::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.text-field-3::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.text-field-3::placeholder {
  font-size: 16px;
  font-weight: 300;
}

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

.div-block-27 {
  position: relative;
  display: none;
  max-width: 405px;
  min-height: 390px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row;
  align-items: center;
}

.textarea {
  min-height: 163px;
  margin-bottom: 21px;
  border: 1px solid #3d3a32;
}

.textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
}

.textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
}

.textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}

.paragraph-8 {
  margin-top: 10px;
  font-size: 15px;
}

.field-label-2 {
  opacity: 0.7;
  color: #171819;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.submit-button {
  margin-top: 11px;
  padding: 11px 55px;
  border-radius: 5px;
  background-color: #6d7f7a;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 108.2%;
}

.submit-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(61, 58, 50, 0.9);
  background-color: #fff;
  color: rgba(61, 58, 50, 0.9);
}

.bela {
  color: #fff;
}

.heading-11 {
  margin-right: 0px;
  margin-bottom: 37px;
  margin-left: 0px;
  padding-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 36px;
  line-height: 49px;
}

.heading-11.combo {
  margin-top: 0px;
  margin-bottom: 37px;
  padding-left: 0px;
  font-size: 32px;
}

.div-block-33 {
  display: -ms-grid;
  display: grid;
  padding-right: 30px;
  padding-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-34 {
  width: 1px;
  height: 390px;
  margin-top: -413px;
  margin-left: -19px;
  background-color: rgba(0, 0, 0, 0.8);
}

.div-block-35 {
  margin-top: 0px;
  margin-left: 58px;
}

.div-block-36 {
  display: -ms-grid;
  display: grid;
  padding-left: 30px;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-9 {
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 30px;
  line-height: 40.85px;
  font-weight: 600;
}

.paragraph-10 {
  margin-bottom: 14px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 18px;
  line-height: 30.79px;
}

.flex-box-footer {
  display: flex;
  margin-bottom: 39px;
  flex-direction: column;
  justify-content: space-between;
}

.div-block-37 {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
}

.p-footer {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 132.7%;
  text-decoration: none;
}

.section-6 {
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: #82a199;
}

.div-block-38 {
  width: 100%;
  height: 1px;
  max-width: 1140px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

.div-block-40 {
  display: flex;
  margin-top: 7px;
  justify-content: space-between;
}

.image-30 {
  margin-right: 22px;
  padding-top: 0px;
}

.link-block {
  margin-top: 15px;
  padding-right: 0px;
}

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

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

.link-block-3.link {
  margin-bottom: 7px;
}

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

.link-block-5 {
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-5.d {
  margin-bottom: 0px;
}

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

.link-block-7 {
  margin-bottom: 7px;
  text-decoration: none;
}

.link-block-8 {
  margin-bottom: 7px;
  text-decoration: none;
}

.link-block-9 {
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-9.d {
  margin-bottom: 0px;
}

.link-block-10 {
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-10.d {
  margin-bottom: 0px;
}

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

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

.link-block-13 {
  max-width: 75px;
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-14 {
  max-width: 200px;
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-15 {
  max-width: 145px;
  margin-bottom: 10px;
  text-decoration: none;
}

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

.link-block-17 {
  margin-bottom: 7px;
  text-decoration: none;
}

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

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

.link-block-20 {
  max-width: 78px;
  margin-bottom: 10px;
  text-decoration: none;
}

.div-block-41 {
  display: flex;
  height: 290px;
  margin-right: 0px;
  margin-bottom: 89px;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-42 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.div-block-43 {
  flex: 0 0 auto;
}

.div-block-44 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.collection-item {
  padding-right: 13px;
  padding-left: 13px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex: 0 auto;
}

.paragraph-11 {
  margin-bottom: 0px;
  padding-top: 2px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 24px;
  line-height: 180.7%;
  font-weight: 600;
  text-align: center;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 75px;
  padding-top: 80px;
  font-family: 'DM Serif Display', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 48px;
  line-height: 180.7%;
  font-weight: 400;
  text-align: center;
}

.heading-13 {
  margin-bottom: 31px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 36px;
  line-height: 144.7%;
  font-weight: 600;
}

.paragraph-12 {
  margin-bottom: 90px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 14px;
  line-height: 180.7%;
}

.div-block-45 {
  position: relative;
  height: 51px;
  border-radius: 0px 0px 20px 20px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.section-7 {
  background-color: #f5f7fa;
}

.collection-list-wrapper {
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list {
  padding-right: 0px;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
      grid-template-areas: ". ."
    ". ."
    "Area-2 Area"
    "Area-3 Area-4"
    "Area-6 Area-5";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.link-block-21 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 7%;
  text-decoration: none;
}

.next {
  margin-top: -13px;
  margin-bottom: 67px;
  margin-left: 1057px;
  padding: 0px;
  border-width: 0px;
  border-radius: 50%;
  background-color: transparent;
}

.previous {
  margin-top: -13px;
  margin-right: 1057px;
  margin-bottom: 67px;
  padding: 0px;
  border-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  background-color: transparent;
}

.div-block-46 {
  display: flex;
  justify-content: space-between;
}

.div-block-47 {
  width: 529px;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-48 {
  width: 529px;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-49 {
  width: 361px;
  height: 522px;
  margin-right: 29px;
}

.slide-nav-3 {
  display: none;
}

.mask-3 {
  width: 361px;
  height: 522px;
}

.section-8 {
  background-color: transparent;
}

.section-9 {
  background-color: #c2b2b2;
}

.slide-sobe-za-odmor {
  width: 460px;
  margin-right: 69px;
}

.slider-4 {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.div-block-50 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mask-4 {
  overflow: visible;
  width: 460px;
  height: auto;
}

.div-block-51 {
  width: 100%;
  height: 522px;
  max-width: 100%;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-51.druga {
  background-image: url('../images/soba-za-odmor2-2.jpg');
  background-position: 100% 50%;
}

.div-block-51.cetvrta {
  background-image: url('../images/soba-za-odmor-2.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-51.treca {
  background-image: url('../images/soba-za-odmor1-2.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.div-block-51.sobe-1 {
  background-image: url('../images/soba-za-odmor3-2-min.jpg');
}

.section-10 {
  padding-bottom: 270px;
  background-color: #f5f7fa;
}

.section-10.sekcija-sa-pading-om.dodaj {
  padding-bottom: 190px;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 34px;
  padding-top: 120px;
  font-family: 'DM Serif Display', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 48px;
  line-height: 180.7%;
  font-weight: 400;
}

.paragraph-13 {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 16px;
  line-height: 180.7%;
}

.slide-nav-4 {
  display: none;
}

.left-arrow-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  width: 66px;
  height: 66px;
  margin-bottom: -120px;
  border: 1px solid #000;
  border-radius: 50px;
}

.icon-3 {
  color: #000;
}

.right-arrow-2 {
  left: auto;
  top: 715px;
  right: 0px;
  width: 66px;
  height: 66px;
  border: 1px solid #000;
  border-radius: 50px;
}

.right-arrow-2.right-arrow-14 {
  left: auto;
  top: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -120px;
}

.icon-4 {
  color: #000;
}

.slider-5 {
  width: 460px;
  height: auto;
  background-color: transparent;
}

.mask-5 {
  overflow: visible;
  width: auto;
  height: auto;
}

.div-block-52 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 5px;
}

.div-block-53 {
  width: 100%;
  height: 522px;
  max-width: 100%;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-53.klupe-1 {
  background-image: url('../images/tapidarijumi-naslovna-2-min.jpg');
}

.div-block-53.klupe-2 {
  background-image: url('../images/tapidarijum5-1-min.jpg');
}

.div-block-53.klupe-3 {
  background-image: url('../images/tapidarijum-sajt-bolja-slika-1-min.jpg');
}

.div-block-53.klupe-4 {
  background-image: url('../images/tamidarijum4-1-min.jpg');
}

.div-block-53.klupe-5 {
  background-image: url('../images/sto-za-masazu-i-tretmane-1-min.jpg');
}

.div-block-53.klupe-6 {
  background-image: url('../images/tapidar-sajt-1-min.jpg');
}

.div-block-53.klupe-7 {
  background-image: url('../images/tapp-1-min.jpg');
}

.div-block-53.klupe-8 {
  background-image: url('../images/tapppp-1-min.jpg');
}

.div-block-53.klupe-9 {
  background-image: url('../images/tappp-1-min.jpg');
}

.div-block-53.klupe-10 {
  background-image: url('../images/tapidarijumi-min.jpg');
}

.div-block-53.klupe-11 {
  background-image: url('../images/tapidarijumi1-1-min.jpg');
}

.div-block-53.klupe-12 {
  background-image: url('../images/tapidarijumi4-1-min.jpg');
}

.slide-tople-klupe {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-right: 69px;
}

.slide-nav-5 {
  display: none;
}

.heading-15 {
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 34px;
  text-transform: none;
}

.heading-15.naslov {
  font-family: 'DM Serif Display', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 48px;
  line-height: 180.7%;
  font-weight: 400;
  text-transform: uppercase;
}

.section-11 {
  padding-bottom: 270px;
  background-color: #f5f7fa;
}

.paragraph-14 {
  margin-bottom: 50px;
}

.paragraph-14.opis {
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 16px;
  line-height: 180.7%;
}

.left-arrow-3 {
  left: 946px;
  top: 715px;
  width: 66px;
  height: 66px;
  border: 1px solid #000;
  border-radius: 50px;
}

.icon-5 {
  color: #000;
}

.right-arrow-3 {
  left: 1046px;
  top: 715px;
  width: 66px;
  height: 66px;
  border: 1px solid #000;
  border-radius: 50px;
  color: #000;
}

.mask-6 {
  overflow: visible;
  width: 460px;
  height: auto;
}

.mask-6._522 {
  width: 460px;
}

.slider-6 {
  width: auto;
  height: auto;
  background-color: transparent;
}

.slider-6._522 {
  position: relative;
  width: 100%;
}

.div-block-54 {
  width: 100%;
  height: 522px;
  max-width: 100%;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-54.sto-1 {
  background-image: url('../images/sto-za-mas-1-2.jpg');
}

.div-block-54.sto-2 {
  background-image: url('../images/sto-masazu-2.jpg');
}

.div-block-54.sto-3 {
  background-image: url('../images/stolovi-za-masazu-sajt-2.jpg');
  background-position: 50% 50%;
}

.div-block-54.sto-4 {
  background-image: url('../images/sto-za-mas-2.jpg');
}

.div-block-55 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 5px;
}

.div-block-55:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}

.slide-stolovi-za-masazu {
  height: 320px;
  margin-right: 34px;
}

.slide-stolovi-za-masazu._522 {
  width: 100%;
  height: 522px;
}

.slide-nav-6 {
  display: none;
}

.naslov {
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 34px;
  font-family: 'DM Serif Display', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 48px;
  line-height: 165%;
  font-weight: 400;
  text-transform: uppercase;
}

.naslov.combo-naslov {
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 30px;
}

.naslov.naslov-hidromasaza {
  padding-top: 90px;
  padding-bottom: 30px;
}

.naslov.naslov-stolovi {
  padding-top: 0px;
}

.naslov.naslov-k {
  margin-bottom: 37px;
  padding-top: 100px;
  padding-bottom: 36px;
  font-size: 46px;
  text-align: center;
}

.naslov.naslov-k2 {
  padding-top: 0px;
  padding-bottom: 57px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}

.naslov.k {
  padding-top: 70px;
  padding-bottom: 30px;
}

.naslov.naslov-parno {
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 30px;
}

.naslov.manji-pading {
  padding-top: 40px;
}

.naslov.mozaik-padding {
  padding-top: 20px;
}

.naslov.bure-padding {
  padding-top: 20px;
}

.naslov.novosti-naslov {
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(61, 58, 50, 0.9);
  font-size: 32px;
  line-height: 125%;
}

.opis {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 16px;
  line-height: 180.7%;
  text-align: justify;
}

.opis.combo-opis {
  margin-top: 50px;
  margin-bottom: 20px;
}

.opis.opis-k {
  max-width: 656px;
  margin-top: 0px;
  margin-bottom: 31px;
  padding-right: 20px;
}

.opis.novi-opis {
  margin-bottom: 0px;
}

.opis.referenca-opis {
  margin-bottom: 33px;
  font-size: 24px;
  line-height: 156%;
  font-weight: 600;
}

.opis.referecnce {
  margin-bottom: 0px;
}

.right-arrow-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  width: 66px;
  height: 66px;
  margin: 40px -1px -118px 1029px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
}

.right-arrow-4.parallax-button {
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  margin-right: 17px;
  margin-bottom: -137px;
}

.icon-6 {
  color: #000;
}

.left-arrow-4 {
  left: auto;
  top: auto;
  right: 10%;
  bottom: auto;
  width: 66px;
  height: 66px;
  margin-top: 40px;
  margin-bottom: -118px;
  border: 1px solid #000;
  border-radius: 50px;
}

.left-arrow-4.drugo-dugme.parallax-button {
  left: auto;
  top: auto;
  right: 10%;
  bottom: auto;
  margin-top: 40px;
  margin-right: 3px;
  margin-bottom: -137px;
}

.icon-7 {
  color: #000;
}

.section-12 {
  padding-bottom: 270px;
  background-color: #f5f7fa;
}

.section-12.sekcija-sa-pading-om.dodas {
  padding-bottom: 187px;
}

.mask-7 {
  overflow: visible;
  height: auto;
}

.slider-7 {
  width: 460px;
  height: auto;
  background-color: transparent;
}

.div-block-56 {
  width: 100%;
  height: 522px;
  max-width: 100%;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-56.saune-1 {
  background-image: url('../images/sauna8-1-min.jpg');
}

.div-block-56.saune-2 {
  background-image: url('../images/sauna4-1-min.jpg');
}

.div-block-56.saune-3 {
  background-image: url('../images/sauna3-1-min.jpg');
}

.div-block-56.saune-4 {
  background-image: url('../images/sauna1-1-min.jpg');
}

.div-block-56.saune-5 {
  background-image: url('../images/sauna27-1-min.jpg');
}

.div-block-56.saune-6 {
  background-image: url('../images/sauna15-1-min.jpg');
}

.div-block-56.saune-7 {
  background-image: url('../images/sauna24-1-min.jpg');
}

.div-block-56.saune-8 {
  background-image: url('../images/sauna23-1-min.jpg');
  background-position: 50% 50%;
}

.div-block-56.saune-9 {
  background-image: url('../images/sauna16-1-min.jpg');
}

.div-block-56.saune-10 {
  background-image: url('../images/sauna-za-sajt-1-min.jpg');
}

.div-block-57 {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.slide-saune {
  margin-right: 69px;
}

.left-arrow-5 {
  left: 946px;
  top: 715px;
  width: 66px;
  height: 66px;
  border: 1px solid #000;
  border-radius: 50px;
  color: #000;
}

.right-arrow-5 {
  left: 1046px;
  top: 715px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
}

.icon-8 {
  color: #000;
}

.slide-nav-7 {
  display: none;
}

.section-13 {
  padding-bottom: 270px;
  background-color: #f5f7fa;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'DM Serif Display', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 48px;
  line-height: 180.7%;
  font-weight: 400;
}

.slide-nav-8 {
  display: none;
}

.mask-8 {
  overflow: hidden;
  height: auto;
  max-width: 1140px;
}

.slider-8 {
  overflow: visible;
  width: 100%;
  height: auto;
}

.div-block-58 {
  height: 525px;
  max-width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-58.saune-kabine-1 {
  background-image: url('../images/sauna9-1-min.jpg');
}

.div-block-58.saune-kabine-2 {
  background-image: url('../images/sauna10-1-min.jpg');
}

.div-block-58.saune-kabine-3 {
  background-image: url('../images/sauna7-min.jpg');
}

.div-block-58.saune-kabine-4 {
  background-image: url('../images/sauna25-1-min.jpg');
}

.div-block-58.saune-kabine-5 {
  background-image: url('../images/sauna18-min.jpg');
}

.slide-saune-dva {
  margin-right: 82px;
}

.section-14 {
  padding: 56px 30px 70px;
  background-color: #f5f7fa;
}

.section-14.sekcija-sa-pading-om.res {
  padding-bottom: 88px;
}

.div-block-59 {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.div-block-60 {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.left-arrow-6 {
  left: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
}

.left-arrow-6.boja {
  border-color: #fff;
}

.right-arrow-6 {
  right: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
}

.right-arrow-6.boja {
  border-color: #fff;
}

.rich-text {
  margin-top: 9px;
  font-family: 'Open Sans', sans-serif;
  line-height: 100%;
}

.section-11-copy {
  padding-bottom: 270px;
  background-color: #f5f7fa;
}

.section-11-copy.sekcija-sa-pading-om.dodas {
  padding-bottom: 172px;
}

.sekcija-sa-pading-om {
  overflow: hidden;
  padding-right: 45px;
  padding-bottom: 158px;
  padding-left: 30px;
  background-color: #f5f7fa;
}

.sekcija-sa-pading-om.combo {
  padding-bottom: 200px;
}

.sekcija-sa-pading-om.responsive {
  padding-right: 30px;
}

.sekcija-sa-pading-om.responsive.konstanting {
  padding-bottom: 100px;
}

.sekcija-sa-pading-om.dupla {
  padding-bottom: 0px;
}

.sekcija-sa-pading-om.padding {
  padding-bottom: 9px;
}

.sekcija-sa-pading-om.combo-infra {
  padding-bottom: 100px;
}

.sekcija-sa-pading-om.dodaj {
  padding-bottom: 100px;
}

.sekcija-sa-pading-om.bure {
  padding-bottom: 60px;
}

.div-block-61 {
  display: -ms-grid;
  display: grid;
  height: 300px;
  grid-auto-columns: 1fr;
  grid-column-gap: 81px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-62 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  max-width: 528px;
  border-radius: 5px;
}

.div-block-62:hover {
  box-shadow: -4px 7px 20px 2px rgba(0, 0, 0, 0.2);
}

.div-block-63 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  max-width: 528px;
  border-radius: 5px;
}

.div-block-63:hover {
  box-shadow: -4px 7px 20px 2px rgba(0, 0, 0, 0.2);
}

.heading-17 {
  margin-top: 0px;
}

.mask-9 {
  height: auto;
}

.slider-9 {
  height: auto;
}

.slide-nav-9 {
  display: none;
}

.div-block-64 {
  height: 525px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-64.inf-1 {
  background-image: url('../images/infracrvv1-1-min.jpg');
}

.div-block-64.inf-2 {
  background-image: url('../images/infracrv2-1.jpg');
}

.div-block-64.inf-3 {
  background-image: url('../images/infracrvena-kabina-1.jpg');
}

.left-arrow-7 {
  left: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.right-arrow-7 {
  right: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.section-15 {
  padding-bottom: 140px;
  background-color: #f5f7fa;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'DM Serif Display', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 48px;
  line-height: 180.7%;
  font-weight: 400;
}

.mask-10 {
  overflow: visible;
  height: auto;
}

.slider-10 {
  width: 460px;
  height: auto;
  background-color: transparent;
}

.div-block-65 {
  height: 522px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-65.parno-1 {
  background-image: url('../images/parno-kupatilo3-1-min.jpg');
}

.div-block-65.parno-2 {
  background-image: url('../images/parno-kupatilo1-min.jpg');
}

.div-block-65.parno-3 {
  background-image: url('../images/parno-kupatilo-1-min.jpg');
}

.div-block-65.parno-4 {
  background-image: url('../images/parno-kup10-1-min.jpg');
}

.div-block-65.parno-5 {
  background-image: url('../images/parno-kup4-1-min.jpg');
}

.div-block-65.parno-6 {
  background-image: url('../images/parno-za-sajt-1-min.jpg');
}

.slide-10 {
  margin-right: 69px;
}

.left-arrow-8 {
  left: 946px;
  top: 715px;
  width: 66px;
  height: 66px;
  border: 1px solid #000;
  border-radius: 50px;
}

.icon-9 {
  color: #000;
}

.right-arrow-8 {
  left: 1046px;
  top: 715px;
  width: 66px;
  height: 66px;
  border: 1px solid #000;
  border-radius: 50px;
}

.icon-10 {
  color: #000;
}

.section-16 {
  overflow: hidden;
  margin-right: 45px;
  padding-bottom: 270px;
  padding-left: 30px;
  background-color: #f5f7fa;
}

.slide-nav-10 {
  display: none;
}

.slide-nav-11 {
  display: none;
}

.mask-11 {
  height: auto;
}

.slider-11 {
  height: auto;
}

.div-block-66 {
  width: 100%;
  height: 625px;
  max-width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-66.ras-1 {
  background-image: url('../images/parno-kupatilo2-1-min.jpg');
}

.div-block-66.ras-2 {
  background-image: url('../images/parno5-1-min.jpeg');
}

.div-block-66.ras-3 {
  background-image: url('../images/parno-kupatilo4-1-min.jpg');
}

.div-block-66.ras-4 {
  background-image: url('../images/parno-kup11-1-min.jpg');
}

.div-block-66.ras-5 {
  background-image: url('../images/parno4-1-min.jpg');
}

.div-block-67 {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.left-arrow-9 {
  left: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.right-arrow-9 {
  right: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.section-17 {
  padding-right: 30px;
  padding-bottom: 140px;
  padding-left: 30px;
  background-color: #f5f7fa;
}

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

.div-block-69 {
  border-radius: 5px;
  background-image: url('../images/bazen5-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-70 {
  width: 530px;
  height: 300px;
  border-radius: 5px;
  background-image: url('../images/bazen11-2-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-18 {
  overflow: hidden;
  padding-right: 30px;
  padding-bottom: 100px;
  padding-left: 30px;
  background-color: #f5f7fa;
}

.slide-nav-12 {
  display: none;
}

.mask-12 {
  overflow: visible;
  height: auto;
}

.slider-12 {
  width: 460px;
  height: auto;
  background-color: transparent;
}

.heading-19 {
  margin-top: 0px;
  padding-top: 31px;
}

.heading-19.naslov.naslov-bazeni {
  padding-top: 10px;
  padding-bottom: 30px;
}

.div-block-71 {
  width: 100%;
  height: 522px;
  max-width: 100%;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-71.bazen-1 {
  background-image: url('../images/bazen16-1-min.jpg');
}

.div-block-71.bazen-2 {
  background-image: url('../images/bazen11-3-min.jpg');
}

.div-block-71.bazen-3 {
  background-image: url('../images/bazen13-2-min.jpg');
}

.div-block-71.bazen-4 {
  background-image: url('../images/bazen19-2-min.jpg');
}

.slide-11 {
  height: auto;
  margin-right: 69px;
}

.div-block-72 {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.right-arrow-10 {
  left: 1046px;
  top: 715px;
  width: 66px;
  height: 66px;
  border: 1px solid #000;
  border-radius: 50px;
  color: #000;
}

.left-arrow-10 {
  left: 946px;
  top: 715px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
}

.icon-11 {
  color: #000;
}

.section-19 {
  overflow: hidden;
  padding-right: 45px;
  padding-bottom: 150px;
  padding-left: 30px;
  background-color: #f5f7fa;
}

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

.heading-20.naslov.naslov-bazeni {
  padding-top: 50px;
  padding-bottom: 30px;
}

.slide-nav-13 {
  display: none;
}

.div-block-73 {
  height: 525px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-73.sk1 {
  background-image: url('../images/bazen6-1-min.jpg');
}

.div-block-73.sk2 {
  background-image: url('../images/bazen8-2-min.jpg');
}

.div-block-73.sk3 {
  background-image: url('../images/bazen2-2-min.jpg');
}

.div-block-73.sk4 {
  background-image: url('../images/bazen3-3-min.jpg');
}

.slide-12 {
  height: auto;
}

.left-arrow-11 {
  left: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
}

.right-arrow-11 {
  right: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
}

.section-20 {
  padding-right: 30px;
  padding-bottom: 140px;
  padding-left: 30px;
  background-color: #f5f7fa;
}

.mask-13 {
  height: auto;
}

.slider-13 {
  height: auto;
  background-color: transparent;
}

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

.div-block-76 {
  width: 530px;
  height: 300px;
  border-radius: 5px;
  background-image: url('../images/ta.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-77 {
  border-radius: 5px;
  background-image: url('../images/hidro-kada10-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-14 {
  display: none;
}

.slider-14 {
  width: 460px;
  height: auto;
  background-color: transparent;
}

.mask-14 {
  overflow: visible;
  height: auto;
}

.div-block-78 {
  height: 522px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-78.kada1 {
  background-image: url('../images/hidro-kadaa-2-min.jpg');
}

.div-block-78.kada-2 {
  background-image: url('../images/hidro-kada7-2-min.jpg');
}

.div-block-78.kada-3 {
  background-image: url('../images/hidro-kada9-1-min.jpg');
}

.div-block-78.kada-4 {
  background-image: url('../images/hidro-kadaaa-1-min.jpg');
}

.slide-1 {
  margin-right: 69px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.right-arrow-12 {
  left: 1046px;
  top: 715px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
}

.icon-12 {
  color: #000;
}

.left-arrow-12 {
  left: 946px;
  top: 715px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
}

.icon-13 {
  color: #000;
}

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

.heading-21 {
  margin-top: 0px;
}

.heading-21.naslov.rasveta {
  padding-top: 41px;
  padding-bottom: 30px;
}

.div-block-79 {
  width: 100%;
  height: 525px;
  max-width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-79.rasveta-1 {
  background-image: url('../images/hidro-kada11-1-min.jpg');
}

.div-block-79.rasveta-2 {
  background-image: url('../images/hidromasazna-kada2-2-min.jpg');
}

.div-block-79.rasveta-3 {
  background-image: url('../images/hidromasazna-kada-5-2-min.jpeg');
}

.div-block-79.rasveta-4 {
  background-image: url('../images/hidromasazna-kada1-2-min.jpg');
}

.slide-13 {
  height: auto;
}

.mask-15 {
  height: auto;
}

.slide-nav-15 {
  display: none;
}

.slider-15 {
  width: auto;
  height: auto;
}

.left-arrow-13 {
  left: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.right-arrow-13 {
  right: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
}

.slide-14 {
  width: 529px;
  height: auto;
  margin-right: 82px;
}

.slide-14.drugo {
  padding-right: 0px;
}

.div-block-80 {
  height: 300px;
  padding-right: 15px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-80.tus-1 {
  background-image: url('../images/TUS-SAJT-1-min.jpg');
}

.div-block-80.tus-2 {
  background-image: url('../images/TUSSS-SAJT-1-min.jpg');
}

.div-block-80.tus-3 {
  background-image: url('../images/tus-1-min.jpg');
}

.div-block-80.tus-4 {
  background-image: url('../images/tusevi-buket-za-sajt-1-min-min.jpg');
}

.div-block-80.tus-5 {
  background-image: url('../images/TUSS-SAJT-1-min.jpg');
}

.div-block-80.tus-6 {
  background-image: url('../images/tusevi-buket-za-sajt1-1-min.jpg');
}

.div-block-80.tus-7 {
  background-image: url('../images/tus3-1-min.jpg');
}

.div-block-80.tus-8 {
  background-image: url('../images/tusevi-1-min.jpg');
}

.div-block-80.tus-9 {
  background-image: url('../images/tus2-1-min.jpg');
}

.div-block-80.tus-10 {
  background-image: url('../images/tus1-1-min.jpg');
}

.div-block-80.tus-11 {
  background-image: url('../images/TUS-ZA-SAJT-1-min.jpg');
}

.div-block-80.tus-12 {
  background-image: url('../images/TUS-SAJTTT-1-min.jpg');
}

.div-block-80.tus-13 {
  background-image: url('../images/TUS-SAJTT-1-min.jpg');
}

.div-block-80.tus-14 {
  background-image: url('../images/TUS-SSAJT-1-min.jpg');
}

.mask-16 {
  height: auto;
}

.slide-nav-16 {
  display: none;
}

.div-block-81 {
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3.25fr;
  grid-template-columns: 3.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-16 {
  width: auto;
  height: auto;
  background-color: transparent;
}

.left-arrow-14 {
  left: 946px;
  top: 450px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
  color: #000;
}

.right-arrow-14 {
  left: 1046px;
  top: 450px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
}

.icon-14 {
  color: #000;
}

.slider-17 {
  width: 440px;
  height: 680px;
  background-color: transparent;
}

.mask-17 {
  overflow: visible;
  height: auto;
}

.div-block-82 {
  height: 522px;
  border-radius: 5px;
  background-image: url('../images/slana-soba-za-sajt-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-82.slika-2 {
  background-image: url('../images/slana-soba-za-sajt1-1-min.jpg');
}

.div-block-82.slika-3 {
  background-image: url('../images/slana-soba5-1-min-min.jpg');
}

.div-block-82.slika-4 {
  background-image: url('../images/slana-soba-1-min.jpg');
  background-position: 50% 50%;
}

.slide-slane-sobe {
  margin-right: 69px;
}

.left-arrow-15 {
  left: 73vw;
  top: auto;
  width: 66px;
  height: 66px;
}

.icon-15 {
  color: #000;
}

.right-arrow-15 {
  left: auto;
  top: auto;
  right: -65vw;
  bottom: 0%;
  width: 66px;
  height: 66px;
  transform: translate(-181px, 0px);
}

.icon-16 {
  color: #000;
}

.slide-nav-17 {
  display: none;
}

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

.div-block-84 {
  height: 300px;
  max-width: 530px;
  border-radius: 5px;
  background-image: url('../images/slana-soba4-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-85 {
  max-width: 530px;
  border-radius: 5px;
  background-image: url('../images/slana-soba3-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-18 {
  display: none;
}

.left-arrow-16 {
  left: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
}

.right-arrow-16 {
  right: 30px;
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
}

.div-block-86 {
  height: 525px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-86.prvi {
  background-image: url('../images/pecine-min.jpg');
  background-position: 50% 100%;
}

.div-block-86.drugi {
  background-image: url('../images/pecine2-min.jpg');
  background-position: 50% 50%;
}

.div-block-86.treci {
  background-image: url('../images/pecine-3-min.jpg');
  background-position: 50% 50%;
}

.slider-18 {
  height: auto;
}

.mask-18 {
  height: auto;
}

.icon-17 {
  color: #000;
}

.icon-18 {
  color: #000;
}

.link-block-22 {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.div-block-88 {
  position: relative;
  max-width: 1140px;
  margin-left: auto;
}

.div-block-89 {
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
}

.div-block-90 {
  width: 66px;
  height: 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
}

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

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

.slide-15 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/naslovna.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dropdown-list {
  background-color: rgba(5, 0, 0, 0.5);
}

.dropdown-list.w--open {
  background-color: #000;
}

.dropdown-item {
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

.dropdown-item:hover {
  border-bottom: 2px solid #b05c3f;
  color: #b05c3f;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
}

.text-block.nav-link-2 {
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: none;
}

.dropdown-list-2 {
  color: #3d3939;
}

.dropdown-list-2.w--open {
  background-color: #f5f7fa;
}

.dropdown-toggle {
  padding-right: 15px;
  padding-left: 15px;
}

.nav-menu {
  padding-right: 20px;
}

.dropdown-toggle-2 {
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.section-23 {
  padding-top: 140px;
}

.div-block-94 {
  display: -ms-grid;
  display: grid;
  height: 1140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr 1fr 0.5fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr 0.5fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}

.paragraph-15 {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  font-size: 18px;
  line-height: 180.7%;
  font-weight: 300;
  text-align: center;
}

.div-block-95 {
  width: 100%;
  border-bottom: 2px solid #b05c3f;
}

.div-block-96 {
  width: 100%;
  border-bottom: 1px solid #000;
}

.heading-22 {
  margin-top: 0px;
}

.heading-22.naslov {
  line-height: 125%;
}

.heading-22.naslov.podnaslov {
  font-size: 36px;
}

.div-block-97 {
  width: 100%;
  border-style: none none solid;
  border-width: 1.5px;
  border-color: #c4c4c4;
}

.div-block-97.zadnji-blok {
  border-style: none;
}

.div-block-97.zadnji-blok.nova-klasa {
  border-style: none none solid;
  border-bottom-width: 1.5px;
}

.brojevi {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 180.7%;
  font-weight: 300;
  text-align: center;
}

.opis.opis-combo {
  margin-top: 50px;
  text-align: justify;
}

.opis.opis-combo.opis-saune {
  margin-bottom: 10px;
}

.sekcija-sa-pading-om-copy {
  padding-right: 45px;
  padding-bottom: 159px;
  padding-left: 30px;
  background-color: #f5f7fa;
}

.sekcija-sa-pading-om-copy.combo {
  padding-bottom: 200px;
}

.sekcija-sa-pading-om-copy.cenovnik-sekcija {
  padding-bottom: 60px;
}

.sekcija-sa-pading-om-copy.sekcija-cenovnik {
  padding-bottom: 100px;
}

.flex-box-k {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.div-block-98 {
  width: 100%;
  height: 400px;
  max-width: 400px;
  flex: 0 auto;
  background-image: url('../images/59599887_1239173146249026_8783581043740377088_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-99 {
  flex: 0 auto;
}

.section-24 {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #f5f7fa;
}

.div-block-100 {
  display: flex;
  padding-right: 0px;
  align-items: center;
}

.div-block-101 {
  width: 100%;
  height: 453px;
  max-width: 442px;
  border-radius: 5px;
  background-image: url('../images/59599887_1239173146249026_8783581043740377088_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-16 {
  max-width: 656px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
}

.paragraph-17 {
  max-width: 656px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
}

.paragraph-18 {
  max-width: 656px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
}

.div-block-102 {
  margin-left: 40px;
}

.section-25 {
  padding: 81px 30px 120px;
  background-color: #f5f7fa;
}

.heading-23 {
  margin-top: 0px;
  margin-bottom: 25px;
}

.heading-23.naslov.novi-naslov {
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-24 {
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 170%;
  font-weight: 600;
}

.link-block-4-copy {
  text-decoration: none;
}

.link-block-4-copy.link {
  margin-bottom: 10px;
}

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

.link-block-23.link {
  margin-bottom: 7px;
}

.link-block-24 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.link-block-25 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.link-block-26 {
  width: 100%;
  height: 100%;
}

.link-block-27 {
  width: 100%;
  height: 100%;
}

.link-block-28 {
  width: 100%;
  height: 100%;
}

.h3 {
  margin-bottom: 20px;
}

.italic {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  line-height: 180%;
  font-style: italic;
}

.b {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  line-height: 180%;
  font-weight: 700;
}

.b.b-margin {
  margin-top: -9px;
}

.h4.margina {
  margin-bottom: 26px;
}

.h4.h4-margin {
  margin-bottom: 24px;
}

.p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(61, 58, 50, 0.9);
  line-height: 180.7%;
}

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

.link-block-30 {
  width: 100%;
}

.link-block-31 {
  width: 100%;
}

.link-block-32 {
  width: 100%;
}

.link-block-33 {
  width: 100%;
}

.link-block-34 {
  width: 100%;
}

.link-block-35 {
  width: 100%;
}

.link-block-36 {
  width: 100%;
}

.link-block-37 {
  width: 100%;
}

.link-block-38 {
  width: 100%;
}

.div-block-105 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-106 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-107 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-108 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-109 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-110 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-111 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-112 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-113 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.image-32 {
  width: 460px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-32._522 {
  width: 100%;
  height: 522px;
}

.image-32.m {
  -o-object-fit: fill;
     object-fit: fill;
}

.image-33 {
  width: 460px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-33._522 {
  height: 522px;
}

.image-34 {
  width: 460px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-34._522 {
  height: 522px;
}

.image-34.m {
  -o-object-fit: fill;
     object-fit: fill;
}

.image-35 {
  width: 460px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-35._522 {
  height: 522px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-35.m {
  -o-object-fit: fill;
     object-fit: fill;
}

.div-block-114 {
  position: relative;
}

.div-block-115 {
  width: 100%;
  height: 100%;
}

.div-block-116 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 320px;
}

.lightbox-link._522 {
  height: 522px;
}

.div-block-117 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  position: absolute;
  width: 100%;
}

.lightbox-link-3 {
  position: absolute;
}

.lightbox-link-4 {
  position: absolute;
}

.image-36 {
  height: 320px;
}

.image-37 {
  height: 320px;
}

.image-38 {
  height: 320px;
}

.image-39 {
  height: 320px;
}

.image-40 {
  height: 320px;
}

.image-41 {
  height: 320px;
}

.image-42 {
  height: 320px;
}

.image-43 {
  height: 320px;
}

.image-44 {
  width: 100%;
  height: 320px;
}

.image-45 {
  height: 320px;
}

.image-46 {
  height: 320px;
}

.image-47 {
  height: 320px;
}

.lightbox-link-5 {
  width: 100%;
}

.lightbox-link-6 {
  position: absolute;
  width: 100%;
  height: 320px;
}

.lightbox-link-7 {
  width: 100%;
  height: 525px;
  max-width: 100%;
}

.lightbox-link-7:hover {
  box-shadow: 5px 5px 6px 6px #000;
}

.lightbox-link-7._625 {
  height: 625px;
}

.image-48 {
  width: 100%;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-48._625 {
  height: 625px;
}

.image-48.novsti {
  -o-object-fit: fill;
     object-fit: fill;
}

.image-49 {
  width: 100%;
  height: 525px;
  -o-object-fit: fill;
     object-fit: fill;
}

.image-49._625 {
  height: 625px;
}

.image-49.novosti {
  -o-object-fit: fill;
     object-fit: fill;
}

.lightbox-link-8 {
  width: 100%;
}

.lightbox-link-8._625 {
  height: 625px;
}

.image-50 {
  width: 100%;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-50._625 {
  height: 625px;
}

.image-50.novosti {
  -o-object-fit: fill;
     object-fit: fill;
}

.lightbox-link-9 {
  width: 100%;
}

.lightbox-link-9._625 {
  height: 625px;
}

.image-51 {
  width: 100%;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-51._625 {
  height: 625px;
}

.image-51.novosti {
  -o-object-fit: fill;
     object-fit: fill;
}

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

.lightbox-link-10._625 {
  height: 625px;
}

.image-52 {
  width: 100%;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-52._625 {
  height: 625px;
}

.lightbox-link-11 {
  width: 100%;
}

.lightbox-link-11._625 {
  height: 625px;
}

.lightbox-link-12 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 528px;
}

.image-53 {
  width: 528px;
  height: 300px;
  max-width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-53.fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.image-54 {
  width: 528px;
  height: 300px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-54.fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.lightbox-link-13 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 528px;
  border-radius: 5px;
}

.div-block-121 {
  margin-top: 152px;
}

.dropdown {
  position: static;
}

.nav-container {
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.nav-menu-2 {
  position: static;
}

.dropdown-list-3 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.dropdown-list-3.w--open {
  top: 60px;
  display: flex;
  background-color: #cba060;
}

.navbar-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.nav-link-3 {
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
}

.nav-link-3:hover {
  background-color: #cba060;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-link-3.crna {
  color: rgba(61, 58, 50, 0.9);
}

.nav-link-3.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link-3.padding:hover {
  background-color: transparent;
  color: rgba(61, 58, 50, 0.9);
}

.dropdown-toggle-3 {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
}

.dropdown-toggle-3.w--open {
  background-color: #cba060;
}

.div-block-125 {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.slide-2-copy {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/parno-naslovna-1-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-3-copy {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/tapidarijumi-naslovna-3-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-4-copy {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/hidromasazna-kada-1-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-5-copy {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/naslovna-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.icon-20 {
  color: #fff;
}

.icon-21 {
  color: #fff;
}

.sekcija-sa-pading-om-copy {
  overflow: hidden;
  padding-right: 45px;
  padding-bottom: 158px;
  padding-left: 30px;
  background-color: #f5f7fa;
}

.sekcija-sa-pading-om-copy.combo {
  padding-bottom: 200px;
}

.sekcija-sa-pading-om-copy.responsive {
  padding-right: 30px;
}

.sekcija-sa-pading-om-copy.dupla {
  padding-bottom: 0px;
}

.sekcija-sa-pading-om-copy2 {
  overflow: hidden;
  padding-right: 45px;
  padding-bottom: 158px;
  padding-left: 30px;
  background-color: #f5f7fa;
}

.sekcija-sa-pading-om-copy2.combo {
  padding-bottom: 200px;
}

.sekcija-sa-pading-om-copy2.responsive {
  padding-right: 30px;
}

.sekcija-sa-pading-om-copy2.dupla {
  padding-bottom: 0px;
}

.link-block-39 {
  margin-bottom: 10px;
  text-decoration: none;
}

.image-55 {
  margin: 20px 12px 5px 17px;
}

.image-55.rotirana {
  margin-right: 17px;
  transform: rotate(180deg);
}

.section-27 {
  padding: 20px 30px;
  background-color: #f5f7fa;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -moz-column-count: 0;
       column-count: 0;
}

.collection-item-2 {
  margin-bottom: 0px;
}

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

.image-56 {
  width: 100%;
  height: 350px;
}

.section-28 {
  padding-right: 15px;
  padding-bottom: 49px;
  padding-left: 15px;
  background-color: #f5f7fa;
}

.previous-2 {
  margin-top: 26px;
  border-color: #b05c3f;
}

.previous-2:hover {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
}

.next-2 {
  margin-top: 26px;
  border-color: #b05c3f;
}

.next-2:hover {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  color: #b05c3f;
}

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
  color: #b05c3f;
}

.icon-22 {
  color: #b05c3f;
}

.icon-23 {
  color: #b05c3f;
}

.image-58 {
  padding-top: 0px;
}

.brand {
  margin-top: 8px;
}

.paragraph-19.opis.opis-novosti {
  margin-bottom: 0px;
}

.div-block-126 {
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-29 {
  padding-top: 25px;
}

.section-29.sekcija-sa-pading-om.sekcija-novosti {
  padding-bottom: 102px;
}

.heading-25 {
  margin-bottom: 53px;
  text-align: center;
}

.heading-25.naslov.k.novosti {
  padding-top: 43px;
  padding-bottom: 0px;
}

.div-block-127 {
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}

.div-block-128 {
  padding: 15px 15px 25px;
}

.kartica-novosti {
  display: flex;
  overflow: hidden;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
}

.slika-novosti {
  height: 242px;
}

.telo-kartice {
  display: flex;
  padding-top: 13px;
  padding-right: 45px;
  padding-left: 45px;
  flex-direction: column;
  align-items: flex-start;
}

.button-2 {
  padding-right: 30px;
  padding-left: 30px;
}

.collection-list-3 {
  display: flex;
  margin-bottom: 80px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}

.collection-item-3 {
  margin-top: 44px;
  padding-right: 45px;
  flex: 0 auto;
}

.h4-blog {
  margin-bottom: 19px;
  opacity: 0.7;
  color: #000;
  font-size: 30px;
  line-height: 35.16px;
}

.bg-image {
  height: 242px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-60 {
  margin-top: 10px;
  float: right;
  transition: all 250ms ease;
}

.blog-button {
  padding: 9px 30px;
  background-color: #b05c3f;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 138.2%;
  font-weight: 400;
}

.blog-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #b05c3f;
  background-color: transparent;
  color: rgba(61, 58, 50, 0.9);
}

.p-blog {
  margin-bottom: 45px;
  opacity: 0.5;
  font-family: 'Open Sans', sans-serif;
  line-height: 138.2%;
}

.p-blog.text-left {
  margin-top: 11px;
  padding-right: 13px;
  float: right;
}

.card-body {
  display: flex;
  padding: 20px 32px 25px 45px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}

.div-block-129 {
  margin-top: -42px;
}

.card {
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #fff;
}

.card:hover {
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
  transform: translate(0px, -2px);
}

.collection-list-4 {
  display: flex;
  padding-bottom: 80px;
  flex-wrap: wrap;
}

.collection-item-4 {
  margin-top: 44px;
  padding-right: 45px;
}

.next-3 {
  border-color: #b05c3f;
  background-color: #fff;
}

.next-3:hover {
  border-color: transparent;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
}

.text-block-5 {
  font-family: 'Open Sans', sans-serif;
  color: #b05c3f;
}

.icon-24 {
  font-family: 'Open Sans', sans-serif;
  color: #b05c3f;
}

.previous-3 {
  border-color: #b05c3f;
}

.previous-3:hover {
  border-color: transparent;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  color: #b05c3f;
}

.icon-25 {
  color: #b05c3f;
}

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

.success-message {
  margin-top: 667px;
  background-color: #6d7f7a;
}

.text-block-7 {
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}

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

.error-message {
  margin-top: 33px;
}

@media screen and (max-width: 991px) {
  h5 {
    line-height: 150%;
  }

  .slider-2 {
    height: 725px;
  }

  .navbar-4 {
    padding-top: 0px;
  }

  .button {
    margin-left: 128px;
  }

  .doljnja-kutija {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading {
    max-width: 720px;
    margin-top: 115px;
    margin-left: 128px;
  }

  .paragraph {
    margin-left: 128px;
  }

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

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

  .desna-strana {
    margin-left: 40px;
  }

  .paragraph-3 {
    margin-bottom: 8px;
  }

  .heading-2 {
    margin-top: 25px;
  }

  .section-4 {
    height: auto;
  }

  .kartica {
    width: 269px;
    margin-right: 21px;
    margin-bottom: 21px;
    flex: 0 auto;
  }

  .kartica.zadnja {
    margin-right: 0px;
  }

  .krug {
    left: 34%;
    top: 7%;
    right: auto;
    margin-top: 0px;
  }

  .krug.drugi-krug {
    left: 34%;
    top: 7%;
    right: auto;
    bottom: auto;
  }

  .naslov-kartice {
    margin-left: 10px;
    padding-top: 150px;
  }

  .naslov-kartice.naslov-karice-2 {
    padding-top: 150px;
  }

  .naslov-kartice.naslov-karice3 {
    padding-top: 150px;
  }

  .tekst-karice {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 0px;
    text-align: justify;
  }

  .tekst-karice.tekst-karice2 {
    margin-right: 10px;
    padding-right: 0px;
  }

  .glavni-flex {
    padding-bottom: 70px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
  }

  .section-5 {
    padding-bottom: 228px;
  }

  .paralax-slide {
    width: 100%;
    max-width: 340px;
    margin-right: 32px;
  }

  .parallax-mask {
    width: 100%;
    max-width: 100%;
  }

  .parallax-button.drugo-dugme {
    margin-right: 29px;
  }

  .div-block-26 {
    width: 100%;
    max-width: 900px;
  }

  .div-block-32 {
    width: 100%;
    max-width: 900px;
    margin-right: 20px;
    margin-left: 15px;
  }

  .form {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .form-block {
    width: 100%;
    max-width: 900px;
  }

  .contact-section {
    padding-bottom: 60px;
  }

  .heading-11 {
    font-size: 32px;
    text-align: center;
  }

  .heading-11.combo {
    margin-top: 44px;
    margin-left: 0px;
  }

  .div-block-33 {
    justify-items: start;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-34 {
    display: none;
  }

  .div-block-35 {
    margin-left: 15px;
  }

  .paragraph-9 {
    font-size: 28px;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .flex-box-footer {
    padding-right: 36px;
  }

  .naslov {
    padding-top: 38px;
  }

  .naslov.combo-naslov {
    padding-top: 40px;
  }

  .naslov.k {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  .naslov.naslov-parno {
    padding-top: 45px;
  }

  .opis.opis-k {
    max-width: 640px;
  }

  .left-arrow-4 {
    margin-right: 8px;
  }

  .left-arrow-4.drugo-dugme.parallax-button {
    margin-right: 23px;
  }

  .section-13.sekcija-sa-pading-om.res {
    padding-bottom: 127px;
  }

  .section-14 {
    padding-bottom: 55px;
  }

  .div-block-61 {
    grid-column-gap: 39px;
  }

  .section-15.sekcija-sa-pading-om.responsive-sekcija {
    padding-bottom: 15px;
  }

  .section-18 {
    padding-bottom: 80px;
  }

  .heading-21.naslov.rasveta {
    padding-top: 20px;
  }

  .dropdown-list-2 {
    display: none;
  }

  .dropdown-list-2.w--open {
    display: block;
  }

  .dropdown-toggle.w--open {
    display: block;
  }

  .dropdown-toggle-2 {
    padding-bottom: 20px;
  }

  .div-block-94 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .brojevi {
    font-size: 16px;
  }

  .link-block-4-copy.link {
    margin-bottom: 13px;
  }

  .h4.margina {
    margin-bottom: 20px;
  }

  .p {
    line-height: 180.7%;
  }

  .link-block-29 {
    display: block;
  }

  .icon-19 {
    color: #fff;
    font-size: 45px;
  }

  .dropdown {
    display: block;
  }

  .dropdown-2 {
    display: block;
  }

  .nav-container {
    display: block;
  }

  .nav-menu-2 {
    position: absolute;
    display: block;
    flex-direction: column;
    background-color: #cba060;
  }

  .dropdown-list-3.w--open {
    position: relative;
    top: 0px;
    display: block;
  }

  .navbar-5 {
    padding-right: 0px;
  }

  .nav-link-3:hover {
    background-color: rgba(121, 95, 57, 0.52);
  }

  .nav-link-3.crna {
    position: relative;
  }

  .nav-link-3.padding:hover {
    background-color: rgba(121, 95, 57, 0.52);
    color: #fff;
  }

  .dropdown-toggle-3 {
    display: block;
  }

  .dropdown-toggle-3.w--open {
    position: relative;
    display: block;
    background-color: rgba(121, 95, 57, 0.52);
  }

  .div-block-125 {
    display: block;
    background-color: rgba(121, 95, 57, 0.7);
  }

  .menu-button {
    color: #fff;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #cba060;
  }

  .text-block-2 {
    font-family: 'Open Sans', sans-serif;
  }

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

  .image-59 {
    margin-left: 15px;
  }

  .section-29.sekcija-sa-pading-om.sekcija-novosti {
    padding-bottom: 54px;
  }

  .blog-button {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 14px;
  }

  .p-blog.text-left {
    margin-top: 13px;
    padding-right: 8px;
    font-size: 14px;
  }

  .card-body {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 767px) {
  em {
    line-height: 190%;
  }

  .slider-2 {
    height: 550px;
  }

  .main-container.padding-container {
    padding-left: 0px;
  }

  .button {
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
  }

  .button.combo.saune-combo.novo {
    margin-top: 20px;
  }

  .doljnja-kutija {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading {
    margin-left: 0px;
    font-size: 36px;
    text-align: left;
  }

  .paragraph {
    width: auto;
    max-width: 500px;
    margin-top: 16px;
    margin-left: 0px;
    font-size: 14px;
  }

  .slika {
    width: 25px;
    height: 25px;
  }

  .slika.slika2 {
    width: 25px;
    height: 25px;
  }

  .slika.slika3 {
    width: 25px;
    height: 25px;
  }

  .bold-text {
    font-size: 14px;
  }

  .section-3 {
    height: 100%;
    margin-bottom: -214px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .flex {
    padding-bottom: 0px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .leva-strana {
    display: none;
    max-width: none;
    padding-left: 0px;
  }

  .desna-strana {
    margin-bottom: 50px;
    margin-left: 17px;
  }

  .button.combo-button {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .heading-4 {
    padding-top: 23px;
    font-size: 36px;
  }

  .kartica {
    margin-bottom: 34px;
  }

  .kartica.zadnja {
    height: 360px;
    margin-right: 21px;
  }

  .naslov-kartice {
    margin-left: 15px;
  }

  .tekst-karice {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .tekst-karice.tekst-karice2 {
    max-width: none;
    margin-right: 0px;
    padding-right: 15px;
  }

  .tekst-karice.tekst-karice3 {
    max-width: none;
  }

  .glavni-flex {
    flex-direction: column;
  }

  .section-5 {
    padding-bottom: 173px;
  }

  .heading-5 {
    margin-bottom: 31px;
    font-size: 36px;
  }

  .paralax-slide {
    max-width: 420px;
    margin-right: 39px;
  }

  .parallax-mask {
    width: 100%;
  }

  .parallax-button {
    transform: translate(5px, 0px);
  }

  .parallax-button.drugo-dugme {
    right: 16%;
    margin-right: 0px;
    transform: translate(-10px, 0px);
  }

  .heading-6 {
    width: 280px;
    height: auto;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .paragraph-4 {
    margin-bottom: 30px;
  }

  .image-7 {
    transform: rotate(0deg);
  }

  .image-7.rotirana {
    transform: rotate(180deg);
  }

  .heading-10 {
    margin-top: 0px;
    margin-bottom: 37px;
    padding-top: 16px;
    font-size: 36px;
  }

  .div-block-26 {
    width: 100%;
    max-width: 730px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .field-label-4 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .div-block-32 {
    width: 100%;
    height: 680px;
    max-width: 730px;
    margin-right: 20px;
    padding-right: 53px;
    padding-left: 53px;
  }

  .text-field-2 {
    margin-left: 0px;
  }

  .form {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .field-label {
    left: 0.9375px;
    margin-top: -7px;
  }

  .form-block {
    width: 100%;
    max-width: 730px;
    padding-top: 35px;
  }

  .text-field {
    margin-right: 100px;
    margin-left: 0px;
  }

  .contact-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .field-label-3 {
    margin-top: 30px;
  }

  .textarea {
    min-height: 100px;
  }

  .field-label-2 {
    left: 250.328px;
    min-width: 119px;
    margin-top: 10px;
    padding-left: 0px;
  }

  .submit-button {
    padding: 10px 20px;
    font-size: 14px;
  }

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

  .heading-11.combo {
    margin-left: 0px;
  }

  .div-block-33 {
    padding-left: 0px;
    justify-items: center;
  }

  .flex-box-footer {
    width: 240px;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    padding-right: 0px;
    align-items: center;
  }

  .div-block-37 {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

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

  .section-6 {
    padding-right: 20px;
    padding-left: 30px;
  }

  .heading-14.naslov.k {
    line-height: 125%;
  }

  .heading-15.naslov.k {
    line-height: 125%;
  }

  .slide-stolovi-za-masazu {
    max-width: 420px;
  }

  .slide-stolovi-za-masazu._522 {
    max-width: 420px;
  }

  .naslov.combo-naslov {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 125%;
  }

  .naslov.naslov-hidromasaza {
    margin-bottom: 0px;
    padding-top: 121px;
    padding-bottom: 20px;
    font-size: 36px;
  }

  .naslov.naslov-k.k {
    font-size: 32px;
    line-height: 125%;
  }

  .naslov.naslov-k2 {
    padding-bottom: 25px;
  }

  .naslov.naslov-responsive {
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 135%;
  }

  .naslov.k {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 36px;
  }

  .naslov.naslov-parno {
    font-size: 36px;
  }

  .naslov.bure-padding {
    font-size: 36px;
    line-height: 120%;
  }

  .opis {
    margin-bottom: 30px;
  }

  .opis.combo-opis {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .opis.referenca-opis {
    font-size: 20px;
  }

  .left-arrow-4 {
    margin-right: 34px;
  }

  .left-arrow-4.drugo-dugme.parallax-button {
    margin-right: 33px;
  }

  .heading-16 {
    font-size: 36px;
  }

  .slide-saune-dva._625 {
    height: 500px;
  }

  .section-14 {
    padding-bottom: 79px;
  }

  .section-14.sekcija-sa-pading-om.res {
    padding-bottom: 28px;
  }

  .sekcija-sa-pading-om.responsive.konstanting {
    padding-bottom: 25px;
  }

  .sekcija-sa-pading-om.combo-infra {
    padding-bottom: 377px;
  }

  .sekcija-sa-pading-om.bure {
    padding-bottom: 352px;
  }

  .div-block-61 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-15.sekcija-sa-pading-om.responsive-sekcija {
    padding-bottom: 65px;
  }

  .heading-18 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 125%;
  }

  .section-18 {
    padding-bottom: 337px;
  }

  .heading-19.naslov.naslov-bazeni {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 36px;
  }

  .heading-20.naslov.naslov-bazeni {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 125%;
  }

  .section-21 {
    padding-bottom: 273px;
  }

  .heading-21.naslov.rasveta {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 36px;
  }

  .div-block-94 {
    height: 1450px;
    -ms-grid-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .paragraph-15 {
    margin-left: 5px;
    font-size: 12px;
  }

  .brojevi {
    font-size: 12px;
  }

  .opis.opis-combo {
    margin-top: 30px;
  }

  .opis.opis-combo.opis-saune {
    margin-top: 30px;
  }

  .sekcija-sa-pading-om-copy.cenovnik-sekcija {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .sekcija-sa-pading-om-copy.sekcija-cenovnik {
    padding-right: 10px;
    padding-bottom: 78px;
    padding-left: 10px;
  }

  .div-block-98 {
    display: none;
  }

  .div-block-101 {
    display: none;
  }

  .div-block-102 {
    margin-left: 0px;
  }

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

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

  .h3 {
    font-size: 28px;
  }

  .h3.h3-responsive {
    font-size: 28px;
    line-height: 165%;
  }

  .image-32._522 {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-33._522 {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-34._522 {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-35._522 {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lightbox-link-7._625 {
    height: 500px;
  }

  .image-48._625 {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-49 {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .image-49._625 {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lightbox-link-8._625 {
    height: 500px;
  }

  .image-50._625 {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lightbox-link-9._625 {
    height: 500px;
  }

  .image-51._625 {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lightbox-link-10._625 {
    height: 500px;
  }

  .image-52._625 {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lightbox-link-11._625 {
    height: 500px;
  }

  .image-53.fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .image-54.fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .div-block-121 {
    display: flex;
    margin-top: 0px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }

  .div-block-122 {
    width: 420px;
  }

  .div-block-123 {
    width: 420px;
  }

  .div-block-124 {
    width: 420px;
  }

  .dropdown {
    position: relative;
  }

  .nav-menu-2 {
    position: absolute;
  }

  .navbar-5 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 0px;
  }

  .dropdown-toggle-3.w--open {
    background-color: rgba(121, 95, 57, 0.7);
  }

  .sekcija-sa-pading-om-copy {
    padding-bottom: 378px;
  }

  .collection-item-3 {
    margin-left: 0px;
  }

  .success-message {
    margin-top: 584px;
  }

  .error-message {
    margin-top: 16px;
    margin-right: -48px;
    margin-left: 64px;
  }
}

@media screen and (max-width: 479px) {
  .slider-2 {
    height: 600px;
  }

  .button {
    margin-top: 25px;
    margin-left: 30px;
  }

  .button.combo.saune-combo.novo {
    margin-top: 20px;
  }

  .heading {
    max-width: 450px;
    margin-top: 70px;
    margin-left: 30px;
    font-size: 30px;
  }

  .paragraph {
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-left: 30px;
  }

  .section-3 {
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
  }

  .flex {
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
  }

  .leva-strana {
    display: none;
  }

  .button.combo-button {
    margin-top: 14px;
  }

  .paragraph-3 {
    max-width: none;
    font-size: 13px;
  }

  .heading-2 {
    margin-top: 0px;
    font-size: 32px;
  }

  .heading-3 {
    margin-top: -21px;
    margin-bottom: 18px;
    letter-spacing: 1.2px;
  }

  .section-4 {
    padding-top: 37px;
  }

  .heading-4 {
    margin-bottom: 43px;
    padding-top: 0px;
    font-size: 32px;
  }

  .kartica {
    margin-right: 0px;
  }

  .kartica.zadnja {
    height: 385px;
    margin-right: 0px;
    margin-bottom: -26px;
  }

  .glavni-flex {
    margin-top: 25px;
  }

  .section-5 {
    padding-bottom: 76px;
  }

  .section-5.overflow-hidden {
    padding-bottom: 50px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .paralax-slide {
    padding-right: 20px;
  }

  .parallax-mask {
    width: 100%;
  }

  .parallax-button {
    display: none;
    width: 45px;
    height: 45px;
  }

  .parallax-button.drugo-dugme {
    right: 17%;
  }

  .heading-6 {
    width: auto;
    font-size: 32px;
  }

  .image-7 {
    margin-top: 21px;
    margin-right: 12px;
    margin-left: 15px;
  }

  .image-8 {
    margin-top: 14px;
    margin-right: 12px;
    font-size: 12px;
  }

  .heading-10 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 32px;
  }

  .image-27 {
    height: 20px;
  }

  .div-block-28 {
    left: 78px;
    top: 63.203px;
    min-height: 0px;
  }

  .div-block-28.social-icons {
    left: 219px;
    top: 20.203px;
  }

  .grid-3 {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-7.bela {
    font-size: 12px;
  }

  .recaptha {
    transform: scale(0.7);
    transform-origin: 0% 0%;
  }

  .div-block-32 {
    height: 650px;
    margin-top: -151px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .form {
    padding-top: 0px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .form-block {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .image-24 {
    margin-left: -288px;
  }

  .text-field {
    margin-right: 73px;
  }

  .field-label-3 {
    margin-top: 25px;
  }

  .div-block-27 {
    max-width: 300px;
  }

  .paragraph-8.bela {
    margin-top: 2px;
  }

  .field-label-2 {
    left: 0.328px;
    top: 89px;
  }

  .bela {
    font-size: 12px;
  }

  .heading-11 {
    position: relative;
    margin-top: 1px;
    margin-bottom: 174px;
    font-size: 24px;
    line-height: 125%;
    text-align: left;
  }

  .heading-11.combo {
    margin-top: 20px;
    font-size: 26px;
  }

  .paragraph-9 {
    font-size: 24px;
  }

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

  .section-10.sekcija-sa-pading-om.dodaj {
    padding-bottom: 20px;
  }

  .mask-6 {
    width: 100%;
  }

  .mask-6._522 {
    width: 100%;
    max-width: 100%;
  }

  .slide-stolovi-za-masazu {
    width: 100%;
    height: 280px;
    margin-right: 50px;
  }

  .slide-stolovi-za-masazu._522 {
    height: 350px;
    max-width: 420px;
    margin-right: 49px;
  }

  .naslov.combo-naslov {
    padding-top: 35px;
    padding-bottom: 20px;
    font-size: 32px;
  }

  .naslov.naslov-hidromasaza {
    padding-top: 100px;
    font-size: 32px;
  }

  .naslov.naslov-k.k {
    text-align: left;
  }

  .naslov.naslov-responsive {
    padding-right: 14px;
    font-size: 32px;
    line-height: 125%;
  }

  .naslov.k {
    font-size: 32px;
    line-height: 125%;
  }

  .naslov.naslov-parno {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 125%;
  }

  .naslov.manji-pading {
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .naslov.mozaik-padding {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 125%;
  }

  .naslov.bure-padding {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 32px;
  }

  .opis {
    font-size: 14px;
  }

  .opis.referenca-opis {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .right-arrow-4 {
    display: none;
  }

  .left-arrow-4 {
    display: none;
  }

  .section-12.sekcija-sa-pading-om.dodas {
    padding-bottom: 30px;
  }

  .section-13.sekcija-sa-pading-om.res {
    padding-bottom: 0px;
  }

  .heading-16 {
    margin-top: 34px;
    font-size: 32px;
    line-height: 125%;
  }

  .mask-8 {
    height: 400px;
  }

  .slide-saune-dva._625 {
    height: 400px;
  }

  .section-14 {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .left-arrow-6 {
    display: none;
  }

  .right-arrow-6 {
    display: none;
  }

  .section-11-copy.sekcija-sa-pading-om.dodas {
    padding-bottom: 20px;
  }

  .sekcija-sa-pading-om.combo.mobile {
    padding-bottom: 50px;
  }

  .sekcija-sa-pading-om.res {
    padding-bottom: 35px;
  }

  .sekcija-sa-pading-om.responsive-parno {
    padding-bottom: 40px;
  }

  .sekcija-sa-pading-om.dodaj {
    padding-bottom: 30px;
  }

  .sekcija-sa-pading-om.mozaik-padding {
    padding-bottom: 40px;
  }

  .section-15.sekcija-sa-pading-om.responsive-sekcija {
    padding-bottom: 0px;
  }

  .heading-18 {
    margin-top: 14px;
    font-size: 32px;
  }

  .section-17 {
    padding-bottom: 22px;
  }

  .heading-19.naslov.naslov-bazeni {
    font-size: 32px;
    line-height: 125%;
  }

  .section-19 {
    padding-bottom: 0px;
  }

  .heading-20.naslov.naslov-bazeni {
    padding-top: 50px;
    font-size: 32px;
  }

  .section-20 {
    padding-bottom: 60px;
  }

  .section-21 {
    padding-bottom: 259px;
  }

  .heading-21.naslov.rasveta {
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 125%;
  }

  .dropdown-toggle {
    padding-bottom: 3px;
  }

  .div-block-94 {
    justify-items: stretch;
    align-items: stretch;
    align-content: space-around;
        grid-template-areas: ". . . . . Area";
    -ms-grid-columns: 0.75fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 0.75fr 1fr 1fr 1fr 1fr 1fr;
  }

  .paragraph-15 {
    font-size: 12px;
  }

  .div-block-95 {
    border-bottom-style: none;
  }

  .heading-22.naslov.podnaslov {
    margin-bottom: 0px;
    font-size: 32px;
  }

  .heading-22.naslov.podnaslov.k {
    font-size: 32px;
  }

  .div-block-97 {
    border-bottom-style: none;
  }

  .div-block-97.zadnji-blok.nova-klasa {
    border-bottom-style: none;
  }

  .brojevi {
    margin-left: 5px;
    padding-left: 0px;
  }

  .opis.opis-combo.opis-saune {
    margin-top: 24px;
  }

  .sekcija-sa-pading-om-copy.sekcija-cenovnik {
    padding-bottom: 45px;
  }

  .heading-23.naslov.novi-naslov {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .heading-24 {
    font-size: 16px;
  }

  .h3 {
    font-size: 26px;
    line-height: 140%;
  }

  .h3.h3-responsive {
    font-size: 24px;
    line-height: 120%;
  }

  .italic {
    margin-bottom: 20px;
  }

  .b {
    margin-bottom: 20px;
  }

  .h4 {
    font-size: 20px;
  }

  .h4.margina {
    font-size: 20px;
  }

  .p {
    margin-bottom: 20px;
  }

  .image-32 {
    height: 280px;
  }

  .image-32._522 {
    height: 350px;
  }

  .image-33 {
    height: 280px;
  }

  .image-33._522 {
    height: 350px;
  }

  .image-34 {
    height: 280px;
  }

  .image-34._522 {
    height: 350px;
  }

  .image-35 {
    height: 280px;
  }

  .image-35._522 {
    height: 350px;
  }

  .lightbox-link {
    height: 280px;
  }

  .lightbox-link._522 {
    height: 350px;
  }

  .lightbox-link-3._522 {
    height: 350px;
  }

  .lightbox-link-4._522 {
    height: 350px;
  }

  .lightbox-link-7 {
    height: 400px;
  }

  .lightbox-link-7._625 {
    height: 400px;
  }

  .image-48 {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-48._625 {
    height: 400px;
  }

  .image-49 {
    height: 400px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .image-49._625 {
    height: 400px;
  }

  .lightbox-link-8 {
    height: 400px;
  }

  .lightbox-link-8._625 {
    height: 400px;
  }

  .image-50 {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-50._625 {
    height: 400px;
  }

  .lightbox-link-9 {
    height: 400px;
  }

  .lightbox-link-9._625 {
    height: 400px;
  }

  .image-51 {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-51._625 {
    height: 400px;
  }

  .lightbox-link-10 {
    height: 400px;
  }

  .lightbox-link-10._625 {
    height: 400px;
  }

  .image-52._625 {
    height: 400px;
  }

  .lightbox-link-11._625 {
    height: 400px;
  }

  .div-block-121 {
    position: relative;
    margin-top: 80px;
    padding-right: 15px;
    padding-left: 0px;
    flex-direction: row;
  }

  .navbar-5 {
    padding-right: 0px;
  }

  .sekcija-sa-pading-om-copy2 {
    padding-bottom: 26px;
  }

  .section-26 {
    padding-top: 34px;
  }

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

  .image-56 {
    width: 420px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .image-59 {
    margin-left: 0px;
  }

  .section-29.sekcija-sa-pading-om.sekcija-novosti {
    padding-bottom: 0px;
  }

  .collection-item-3 {
    padding-right: 10px;
  }

  .image-60 {
    margin-top: 12px;
  }

  .blog-button {
    font-size: 12px;
  }

  .bottom-card {
    display: flex;
    margin-bottom: 21px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

  .p-blog.text-left {
    margin-top: 16px;
    margin-bottom: 12px;
    padding-right: 4px;
    font-size: 12px;
  }

  .div-block-129 {
    margin-top: -1px;
    flex: 0 auto;
  }

  .collection-item-4 {
    padding-right: 10px;
  }

  .section-30 {
    padding-bottom: 25px;
  }

  .success-message {
    margin-top: 560px;
  }

  .error-message {
    max-width: 250px;
    margin-left: -9px;
  }
}

#w-node-a152b782-6f98-1562-b335-91586caa78e0-ce2858f4 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa78e3-ce2858f4 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa78e6-ce2858f4 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa78e9-ce2858f4 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa78ec-ce2858f4 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa78ef-ce2858f4 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa78f2-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa78f5-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa78f8-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa78fb-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa78fe-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7901-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7904-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7907-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa790a-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa790d-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7910-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7913-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7916-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7919-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa791c-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa791f-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7922-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7925-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7928-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa792b-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa792e-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7931-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7934-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7937-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa793a-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa793d-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7940-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7943-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7946-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7949-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa794c-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa794f-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7952-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7955-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7958-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa795b-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa795e-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7961-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7964-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7967-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa796a-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa796d-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7970-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7973-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7976-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7979-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa797c-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa797f-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7982-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7985-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7988-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa798b-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa798e-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7991-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7994-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7997-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa799a-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa799d-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79a0-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79a3-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79a6-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79a9-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79ac-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79af-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79b2-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79b5-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79b8-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79bb-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79be-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79c1-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79c4-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79c7-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79ca-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79cd-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79d0-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79d3-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79d6-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79d9-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79dc-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79df-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79e2-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79e5-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79e8-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79eb-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79ee-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79f1-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79f4-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79f7-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79fa-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa79fd-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a00-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a03-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a06-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a09-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a0c-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a0f-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a12-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a15-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a18-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a1b-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a1e-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a21-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a24-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a27-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a2a-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a2d-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a30-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a33-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a36-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a39-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a3c-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a3f-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a42-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a45-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a48-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a4b-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a4e-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a51-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a54-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a57-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a5a-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a5d-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a60-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a63-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a66-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a69-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a6c-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a6f-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a72-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a75-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a78-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a152b782-6f98-1562-b335-91586caa7a7b-ce2858f4 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367580-a226ec94 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367583-a226ec94 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367586-a226ec94 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367589-a226ec94 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336758c-a226ec94 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336758f-a226ec94 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367592-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367595-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367598-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336759b-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336759e-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675a1-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675a4-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675a7-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675aa-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675ad-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675b0-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675b3-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675b6-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675b9-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675bc-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675bf-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675c2-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675c5-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675c8-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675cb-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675ce-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675d1-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675d4-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675d7-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675da-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675dd-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675e0-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675e3-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675e6-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675e9-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675ec-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675ef-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675f2-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675f5-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675f8-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675fb-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033675fe-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367601-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367604-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367607-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336760a-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336760d-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367610-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367613-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367616-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367619-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336761c-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336761f-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367622-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367625-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367628-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336762b-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336762e-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367631-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367634-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367637-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336763a-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336763d-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367640-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367643-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367646-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367649-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336764c-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336764f-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367652-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367655-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367658-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336765b-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336765e-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367661-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367664-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367667-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336766a-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336766d-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367670-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367673-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367676-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367679-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336767c-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336767f-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367682-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367685-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367688-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336768b-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336768e-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367691-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367694-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367697-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336769a-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336769d-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676a0-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676a3-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676a6-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676a9-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676ac-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676af-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676b2-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676b5-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676b8-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676bb-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676be-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676c1-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676c4-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676c7-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676ca-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676cd-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676d0-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676d3-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676d6-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676d9-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676dc-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676df-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676e2-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676e5-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676e8-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676eb-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676ee-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676f1-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676f4-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676f7-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676fa-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b3033676fd-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367700-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367703-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367706-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367709-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336770c-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336770f-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367712-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367715-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b303367718-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-be13e388-152d-b6a7-7146-f2b30336771b-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-ac0aae0d-6270-e979-2e84-99a6ec10ae3e-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-a3ddc803-6219-e0cb-7ff9-be0d499c3e04-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-f73a76f5-f015-6acc-1895-cb0ae2e30e5e-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-d58d3923-7a16-13f3-285e-ec17a39b5144-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_1889273f-dc82-1306-645e-2d738a3d6810-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_00a328b1-a552-7bff-82b3-e71ee4fd265d-a226ec94 {
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4a217fad-df32-874d-8155-17a968aa765c-68aa7655 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_296ede6c-8333-f9de-dcc5-88be47991f90-86cdf0d3 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_18f8dadd-bac0-009a-e978-d2ec4f2720a2-3cd4ed9c {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_0411927e-5a9a-7e30-bc47-6be446a2edcb-6cd8b499 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-b20e7a03-a7ed-930a-f564-b821d09945e6-ce2858f4 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-b0564ba4-ce30-87d3-3549-73fd86da64ac-a226ec94 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_584e2279-924a-5545-e1c8-fc2becfb45d1-06336cad {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-f6510b1e-2e11-1c9b-2d17-89f7c49cd67f-4956de9e {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_9237cb36-011c-b305-d47f-8c7f5f437697-e9cd820d {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-d0da5406-eb80-ffae-fd88-89a748affa1e-e4355440 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-b223dedc-3e93-54f6-587a-2c750167c5db-93c254f9 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-c9ec7333-abae-f9cc-d994-52cd32bd3758-dd3a3a5b {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-f9a3e37b-0c85-1911-e9ff-7fffe05950ae-3db7f2c5 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_7eba7803-b9a4-9a3d-d4f8-c5eb6b287834-7b3552de {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-ef81888c-58c7-5a17-3c91-df0a6c36bfea-0826c9c1 {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a217fad-df32-874d-8155-17a968aa765c-68aa7655 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_4a217fad-df32-874d-8155-17a968aa7678-68aa7655 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4a217fad-df32-874d-8155-17a968aa7690-68aa7655 {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_296ede6c-8333-f9de-dcc5-88be47991f90-86cdf0d3 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_296ede6c-8333-f9de-dcc5-88be47991fac-86cdf0d3 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_296ede6c-8333-f9de-dcc5-88be47991fc6-86cdf0d3 {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_18f8dadd-bac0-009a-e978-d2ec4f2720a2-3cd4ed9c {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_18f8dadd-bac0-009a-e978-d2ec4f2720be-3cd4ed9c {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_18f8dadd-bac0-009a-e978-d2ec4f2720d8-3cd4ed9c {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0411927e-5a9a-7e30-bc47-6be446a2edcb-6cd8b499 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_0411927e-5a9a-7e30-bc47-6be446a2ede7-6cd8b499 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0411927e-5a9a-7e30-bc47-6be446a2ee01-6cd8b499 {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b20e7a03-a7ed-930a-f564-b821d09945e6-ce2858f4 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-b20e7a03-a7ed-930a-f564-b821d0994602-ce2858f4 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b20e7a03-a7ed-930a-f564-b821d099461c-ce2858f4 {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b0564ba4-ce30-87d3-3549-73fd86da64ac-a226ec94 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-b0564ba4-ce30-87d3-3549-73fd86da64c8-a226ec94 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b0564ba4-ce30-87d3-3549-73fd86da64e2-a226ec94 {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_584e2279-924a-5545-e1c8-fc2becfb45d1-06336cad {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_584e2279-924a-5545-e1c8-fc2becfb45ed-06336cad {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_584e2279-924a-5545-e1c8-fc2becfb4607-06336cad {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f6510b1e-2e11-1c9b-2d17-89f7c49cd67f-4956de9e {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-f6510b1e-2e11-1c9b-2d17-89f7c49cd69b-4956de9e {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f6510b1e-2e11-1c9b-2d17-89f7c49cd6b5-4956de9e {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ebcbb21b-c275-1fa1-0643-d42159ac657b-e735159b {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-ebcbb21b-c275-1fa1-0643-d42159ac657e-e735159b {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_36317132-24d6-ad89-d71f-785025016597-62f2fdd6 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_36317132-24d6-ad89-d71f-78502501659a-62f2fdd6 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-afb8db5e-745b-a8a5-95d1-63b9aa1f6b5c-62f2fdd6 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-afb8db5e-745b-a8a5-95d1-63b9aa1f6b5f-62f2fdd6 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_9237cb36-011c-b305-d47f-8c7f5f437697-e9cd820d {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_9237cb36-011c-b305-d47f-8c7f5f4376b3-e9cd820d {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9237cb36-011c-b305-d47f-8c7f5f4376cd-e9cd820d {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d0da5406-eb80-ffae-fd88-89a748affa1e-e4355440 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-d0da5406-eb80-ffae-fd88-89a748affa3a-e4355440 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d0da5406-eb80-ffae-fd88-89a748affa54-e4355440 {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b223dedc-3e93-54f6-587a-2c750167c5db-93c254f9 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-b223dedc-3e93-54f6-587a-2c750167c5f7-93c254f9 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b223dedc-3e93-54f6-587a-2c750167c611-93c254f9 {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c9ec7333-abae-f9cc-d994-52cd32bd3758-dd3a3a5b {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-c9ec7333-abae-f9cc-d994-52cd32bd3774-dd3a3a5b {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c9ec7333-abae-f9cc-d994-52cd32bd378e-dd3a3a5b {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f9a3e37b-0c85-1911-e9ff-7fffe05950ae-3db7f2c5 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-f9a3e37b-0c85-1911-e9ff-7fffe05950ca-3db7f2c5 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f9a3e37b-0c85-1911-e9ff-7fffe05950e4-3db7f2c5 {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7eba7803-b9a4-9a3d-d4f8-c5eb6b287834-7b3552de {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_7eba7803-b9a4-9a3d-d4f8-c5eb6b287850-7b3552de {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7eba7803-b9a4-9a3d-d4f8-c5eb6b28786a-7b3552de {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef81888c-58c7-5a17-3c91-df0a6c36bfea-0826c9c1 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-ef81888c-58c7-5a17-3c91-df0a6c36c006-0826c9c1 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef81888c-58c7-5a17-3c91-df0a6c36c020-0826c9c1 {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2fa08aff-b970-1d25-6854-a7a16aa31c4b-7b3552de {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

