:root {
  --blue: #0046cc;
  --white: white;
  --gray: whitesmoke;
  --black: #1a1a1a;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: var(--blue);
  background-color: #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 20px;
}

h1 {
  color: #fff;
  font-variation-settings: "wdth"75, "wght"800, "opsz"48;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 17.5rem;
  font-weight: 400;
  line-height: 80%;
}

h2 {
  color: #fff;
  font-variation-settings: "wght"800, "wdth"75, "opsz"48;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 11.5rem;
  font-weight: 400;
  line-height: 80%;
}

h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 100%;
}

h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 100%;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
}

h6 {
  font-variation-settings: "wght"800, "wdth"75, "opsz"48;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, sans-serif;
  font-size: 26.25rem;
  font-weight: 400;
  line-height: 80%;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  line-height: 1.4;
}

li {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 600;
}

form {
  font-size: 1rem;
}

label {
  color: var(--gray);
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.css-embed {
  display: none;
}

.section.hero {
  z-index: 2;
  height: auto;
  min-height: 120vh;
  background-color: var(--blue);
  flex-direction: column;
  align-items: center;
  padding-top: 5.5rem;
}

.section.nav {
  width: 100%;
  background-color: var(--blue);
  padding-top: 2.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.section.product {
  z-index: 10;
  background-image: url('../images/hero-white.svg');
  background-position: 50% 0;
  background-size: contain;
  margin-top: -10rem;
  padding-bottom: 6.25rem;
  position: relative;
}

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

.section.blue.piprava {
  background-image: url('../images/hero-white.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -3rem;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.sg-hero__wrapper {
  padding-top: 6.25rem;
}

.col {
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col.col-lg-1 {
  max-width: 8.333%;
  flex: 8.333%;
}

.col.col-lg-4 {
  max-width: 33.3333%;
  flex: 33.3333%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  max-width: 75%;
  flex: 75%;
}

.col.col-lg-2 {
  max-width: 16.6667%;
  flex: 16.6667%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-3 {
  max-width: 25%;
  flex: 25%;
}

.col.col-lg-7 {
  max-width: 58.3333%;
  flex: 58.3333%;
}

.col.col-lg-8 {
  max-width: 66.6667%;
  flex: 66.6667%;
}

.col.col-lg-6 {
  max-width: 50%;
  flex: 50%;
}

.col.col-lg-10 {
  max-width: 83.3333%;
  flex: 83.3333%;
}

.col.col-lg-11 {
  max-width: 91.6667%;
  flex: 91.6667%;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex: 41.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-12 {
  max-width: 100%;
  flex: 100%;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-between {
  justify-content: space-between;
}

.row.align-stretch {
  align-items: stretch;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-center {
  justify-content: center;
}

.row.align-end {
  align-items: flex-end;
}

.row.row--outline {
  border: 1px solid rgba(255, 218, 167, .3);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sg-hero__title, .sg-hero__text {
  text-align: center;
}

.sg-hero__video {
  width: 100%;
  margin-top: 1.25rem;
}

.sg__wrapper {
  padding-top: 6.25rem;
}

.sg-card__wrapper {
  background-color: rgba(255, 218, 167, .05);
  border-radius: .3125rem;
  padding: 1rem .625rem;
}

.sg-item__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-item__title-wrapper.sg-item__title-wrapper--full-with {
  justify-content: space-between;
}

.sg-item__title {
  margin-right: 5rem;
}

.sg-item__title.sg-item__title--right {
  margin-right: 0;
}

.sg-item__wrapper {
  padding-top: 4.5rem;
}

.sg-item__wrapper.sg-item__wrapper--last {
  padding-bottom: 3.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.sg-item__text-wrapper {
  width: 50%;
}

.sg-item__color {
  width: 100%;
  height: 8rem;
  border-radius: .3125rem;
}

.sg-item__color.sg-item__color--two {
  background-color: var(--black);
  color: #1a1a1a;
}

.sg-item__color.sg-item__color--one {
  background-color: var(--blue);
}

.sg-item__color.sg-item__color--three {
  background-color: var(--gray);
}

.sg-item__color.sg-item__color--four {
  background-color: var(--white);
}

.sg-item__color-title {
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}

.sg-item__color-text {
  font-size: .75rem;
}

.sg__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.button__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .2rem .6rem;
}

.button__text {
  font-size: .875rem;
}

.cookie__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .6rem 1rem;
  display: inline-block;
}

.cookie__text {
  margin-right: 2rem;
  font-size: .875rem;
}

.cookie__link {
  font-size: .875rem;
}

.cookie__link.cookie__link--accept {
  margin-right: 1rem;
}

.cookie__content {
  align-items: center;
  display: flex;
}

.form__field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 218, 167, .3);
  border-radius: .3125rem;
  margin-bottom: .625rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field:focus {
  border-color: var(--blue);
}

.form__field::-ms-input-placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field::placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field.form__field--textarea {
  font-size: .875rem;
  line-height: 1.4;
}

.form__button {
  width: 100%;
  color: var(--blue);
  background-color: #000;
  border-radius: .3125rem;
}

.form__sucess-wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .625rem;
}

.form__error-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.sg__placeholder {
  background-color: rgba(255, 218, 167, .05);
  border-radius: .15625rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1rem;
  font-size: .875rem;
  display: flex;
}

.placeholder__wrapper {
  width: 100%;
  min-height: 100dvh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.placeholder__title {
  text-align: center;
}

.placholder {
  width: 100%;
  height: 5rem;
  background-color: var(--blue);
}

.hero {
  width: 100%;
  height: 100vh;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 15rem;
  bottom: 0%;
  left: 5rem;
  right: auto;
}

.social {
  height: 100%;
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.suporting-copy {
  width: 36%;
  padding-top: 2.5rem;
  padding-bottom: 0;
}

.nav {
  z-index: 100;
  position: fixed;
}

.social-img {
  height: 1.375rem;
}

.logo {
  justify-content: center;
  display: flex;
}

.button {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.button.slo-menu.hide-desktop {
  display: none;
}

.main-button {
  grid-column-gap: .625rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--white);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1.125rem;
  line-height: 100%;
  display: flex;
}

.main-button.big {
  padding: 1rem 1.5rem;
}

.main-button.blue {
  border-color: var(--blue);
  justify-content: flex-start;
  align-items: center;
}

.main-button-text {
  color: var(--white);
  -webkit-text-stroke-color: var(--blue);
  white-space: normal;
  font-size: 1.125rem;
  text-decoration: none;
}

.main-button-text.big {
  font-size: 1.375rem;
}

.main-button-text.blue {
  color: var(--blue);
}

.button-div {
  width: .9rem;
  height: 1.3rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
  overflow: hidden;
}

.button-div.big {
  width: 1.125rem;
  height: 1.3rem;
}

.main-button-arrow {
  width: 100%;
  height: 100%;
  line-height: 80%;
}

.main-button-arrow.bigger {
  width: 100%;
  height: 100%;
}

.logo-img {
  height: 7.5rem;
}

.flex {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hero-img {
  width: 82.2rem;
  margin-top: -16rem;
}

.hero-img.mobile {
  display: none;
}

.hero-elements-wrapper {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-illustrations-bg-compressed.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: block;
  position: absolute;
  bottom: 0;
}

.star-01 {
  z-index: 0;
  justify-content: center;
  display: flex;
  position: static;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.hero-star-img {
  width: 6.25rem;
}

.hero-star-2-img {
  width: 5.625rem;
}

.about-wrapper {
  min-height: 100vh;
  display: flex;
  position: relative;
}

.h4-about {
  width: 85%;
  text-align: left;
}

.about-text-button {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 7.5rem;
  display: flex;
}

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

.div-block-3 {
  display: block;
}

.div-block-4 {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-right {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.about-image {
  height: 100%;
  display: block;
  position: relative;
}

.about-img {
  height: 100%;
  object-fit: contain;
}

.about-elements-wrapper {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.flavours-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: block;
}

.h2-black {
  width: 56%;
  color: var(--black);
  text-align: center;
}

.h2-black.slo {
  width: 80%;
  line-height: 90%;
}

.h2-black.slo.priprava {
  width: 76rem;
}

.h2-black.slo.en {
  line-height: 80%;
}

.h4-black {
  width: 30%;
  color: var(--black);
  text-align: center;
}

.h4-black.slo {
  width: 50%;
}

.track {
  height: 300vw;
  display: none;
  overflow: visible;
}

.camera {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100vh;
  object-fit: contain;
  flex-direction: row;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.flavour-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: var(--gray);
  object-fit: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: visible;
}

.flavour-wrapper.white {
  background-color: var(--white);
  display: none;
}

.flavour-wrapper.es {
  display: none;
}

.div-block-5, .div-block-6 {
  position: relative;
}

.flavour-heading {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flavour-img {
  width: 56.25rem;
  display: block;
}

.flavour-tag-wrapper {
  z-index: 10;
  width: 27.625rem;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  border-color: var(--blue);
  background-color: var(--gray);
  border-radius: 5px 5px 0 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 2rem 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 2rem;
}

.flavour-tag-wrapper.white {
  background-color: var(--white);
}

.h3-blue {
  color: var(--blue);
  text-align: left;
  padding-top: .6rem;
  padding-bottom: 3.125rem;
}

.flavour-elements-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.th-star-img {
  height: 10rem;
}

.th-leaf-img {
  width: 16rem;
}

.flavour-image-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  display: block;
  overflow: hidden;
}

.product-wrapper {
  width: 100vw;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.flavour-02-star {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.as-star {
  height: 10rem;
  transform: rotate(-35deg);
}

.as-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flavour-02-leaf {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.as-leaf {
  height: auto;
  flex: 0 auto;
  display: block;
}

.flavour-02-star-2 {
  justify-content: flex-end;
  padding-bottom: 5rem;
  display: flex;
}

.as-star-2 {
  height: 4rem;
}

.flavour-03-star {
  justify-content: center;
  display: flex;
}

.es-star {
  height: 10rem;
  transform: rotate(-30deg);
}

.es-leaf {
  height: 17.5rem;
}

.flavour-03-star-2 {
  justify-content: flex-end;
  display: flex;
}

.es-star-2 {
  height: 7.5rem;
}

.social-proff-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 10rem;
}

.sp-heading-wrapper {
  justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.sp-elements-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.sp-star-1 {
  padding-left: 3rem;
}

.sp-star-1-img {
  height: 7rem;
  transform: rotate(-13deg);
}

.sp-star-2 {
  justify-content: flex-end;
  padding-right: 3rem;
  display: flex;
}

.sp-star-2-img {
  height: 5.5rem;
  transform: rotate(-18deg);
}

.sp-star-3 {
  padding-bottom: 2rem;
  padding-left: 3rem;
}

.sp-star-3.slo-padding {
  padding-left: 2rem;
}

.sp-star-3-img {
  height: 3.75rem;
}

.sp-content-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 7.5rem;
  display: flex;
}

.sp-card-wrapper {
  width: 100%;
  grid-row-gap: 2rem;
  background-color: var(--blue);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  display: flex;
  transform: rotate(-1deg);
}

.sp-card-wrapper.black {
  background-color: var(--black);
  transform: rotate(2deg);
}

.sp-card-wrapper.gray {
  background-color: var(--gray);
  transform: rotate(-2deg);
}

.h4-sp {
  text-align: left;
}

.h4-sp.black {
  color: var(--black);
}

.h5-sp {
  color: var(--white);
}

.h5-sp.black {
  color: var(--black);
}

.footer-wrapper {
  height: 120vh;
  position: relative;
}

.footer-cta-wrapper {
  z-index: 10;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-content {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-star {
  height: 9.375rem;
}

.h4-footer {
  width: 55%;
}

.footer-elements-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 8.75rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-elements-wrapper.o-nas {
  display: flex;
}

.cta-leaf-1 {
  justify-content: flex-start;
  margin-left: -2rem;
  display: flex;
}

.cta-leaf-1-img {
  height: 14rem;
}

.cta-zebra {
  justify-content: flex-end;
  margin-right: -2rem;
  display: flex;
}

.cta-zebra-img {
  width: 16rem;
  object-fit: contain;
}

.cta-monkey {
  justify-content: flex-start;
  margin-left: -2rem;
  display: flex;
}

.cta-monke-img {
  width: 16rem;
}

.cta-leaf-2 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-leaf-2-img {
  width: 14rem;
}

.footer-content {
  grid-column-gap: 1.5px;
  border-top: 1px solid var(--white);
  background-color: var(--blue);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.footer-content-wrapper {
  z-index: 20;
  position: relative;
}

.footer-link {
  color: #fff;
  font-size: 1rem;
}

.footer-social {
  grid-column-gap: 1.5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-legal {
  grid-column-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-heading-wrapper {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-elements {
  height: 100%;
  object-fit: scale-down;
  object-position: 0% 100%;
}

.popup {
  z-index: 100;
  background-color: var(--blue);
  font-size: 12.5rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.popup.slo {
  display: none;
}

.popup-wrapper {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.h4-popup {
  font-size: 1.75rem;
}

.h2-popup {
  text-align: center;
  font-size: 12.5rem;
}

.popup-star {
  width: 5rem;
}

.form-text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 1rem;
  padding: 0 0 0;
  font-size: 1.125rem;
  line-height: 100%;
}

.form-text-field:hover, .form-text-field:active {
  font-size: 1.125rem;
}

.form-text-field:focus {
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  font-size: 1.125rem;
}

.form-text-field:focus-visible {
  font-size: 1.125rem;
}

.form-text-field[data-wf-focus-visible] {
  font-size: 1.125rem;
}

.form-text-field::-ms-input-placeholder {
  color: var(--white);
  font-size: 1.125rem;
}

.form-text-field::placeholder {
  color: var(--white);
  font-size: 1.125rem;
}

.popup-form {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.form-block {
  width: 30%;
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.125rem;
}

.checkbox {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1rem;
}

.checkbox:active {
  color: var(--white);
}

.checkbox-field {
  -webkit-text-stroke-width: 0px;
  border: 1px #000;
  border-radius: 0;
  padding-top: 1rem;
}

.checkbox-2 {
  -webkit-text-stroke-width: 1px;
  margin-top: .33rem;
}

.checkbox-2.w--redirected-checked {
  width: 12px;
  height: 12px;
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: .33rem;
  margin-left: -20px;
}

.submit-button {
  border: 1px solid var(--white);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1.5rem;
  padding: .5rem 1rem;
}

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

.popup-text {
  width: 30%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.popup-elements-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.pp-leaf-1 {
  width: 9.4rem;
}

.pp-leaf-1-div {
  padding-top: 11.25rem;
}

.pp-leaf-2-div {
  padding-left: 3rem;
}

.pp-leaf-2 {
  width: 12.5rem;
}

.opica-div {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.pp-opica {
  width: 26rem;
}

.pp-zebra-div {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.pp-zebra {
  width: 20rem;
}

.poup-flex {
  z-index: 10;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.popup-close {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-button {
  z-index: 100;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
  position: relative;
}

.lottie {
  width: 5rem;
}

.popup-button {
  width: 3.75rem;
  cursor: pointer;
}

.success-message {
  background-color: var(--blue);
  border-radius: 5px;
}

.error-message {
  color: var(--white);
  background-color: #d02f42;
  border-radius: 5px;
}

.form-messege {
  text-transform: uppercase;
  line-height: 100%;
}

.privacy-wrapper {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: block;
}

.text {
  color: #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.225rem;
  line-height: 120%;
}

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

.rich-text-cookies {
  font-size: 1rem;
}

.rich-text-cookies p {
  color: #fff;
  padding-top: 1rem;
  font-weight: 600;
}

.rich-text-cookies h4 {
  text-align: left;
  padding-top: 2rem;
  font-size: 2rem;
}

.privacy-h3 {
  text-align: left;
  padding-bottom: 1rem;
}

.cookie-pop-up {
  z-index: 100;
  position: fixed;
  top: auto;
  bottom: 2.5rem;
  left: auto;
  right: 2.5rem;
}

.cookie-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--white);
  border-radius: 5px;
  padding: 1rem 2rem;
  display: flex;
}

.cookie-button {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.h2-slo {
  line-height: 90%;
}

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

.cta-slo {
  line-height: 90%;
}

.nav-links-wrapper {
  height: 100%;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.priprava-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: flex;
}

.piprava-text__wrapper {
  width: 72%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

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

.piprava-img {
  width: 53.75rem;
}

.vodnik-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

._1-5rem {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 100%;
}

._1-5rem.white {
  color: var(--white);
  text-align: left;
}

._1-5rem.left {
  text-align: left;
}

.vodnik-text__wrapper {
  width: 61rem;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: block;
}

.vodnik-elements {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vodnik-star-1-wrapper {
  justify-content: flex-end;
  display: flex;
}

.vodnik-star-2-wrapper {
  padding-top: 6rem;
  padding-left: 2rem;
}

.vodnik-star-2 {
  width: 4rem;
}

.vodnik-star-1 {
  width: 4.75rem;
}

.cb-flavour__wrapper {
  width: 100%;
  min-height: 100vh;
}

.cb-left__wrapper {
  min-height: 100vh;
  border-right: 1px solid var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.75rem 8rem 0 0;
  display: flex;
}

.cb-left__wrapper.alkohol {
  z-index: 1;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cb-left__wrapper.black-line {
  border-right-color: var(--black);
}

.cb-star__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  padding-top: 1.5rem;
  padding-bottom: 5rem;
  display: flex;
}

.cb-star {
  width: 2.625rem;
}

.cb-image-wrapper {
  margin-left: -1.875rem;
}

.cb-image-wrapper.mobile {
  display: none;
}

.cb-image-wrapper.zirafa {
  margin-left: 0;
  padding-left: 20rem;
}

.cb-image {
  width: 19.625rem;
}

.cb-image.opica {
  width: 32.25rem;
}

.cb-image.slon {
  width: 36.625rem;
}

.cb-image.zirafa {
  width: 22.5rem;
}

.cb-image.pelikan {
  width: 22rem;
}

.cb-right__wrapper {
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.h4-cb {
  text-align: left;
}

.h4-cb.alkohol {
  padding-bottom: 10rem;
}

.paragraph-white {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 600;
}

.sestavine-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.navodila-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  padding-top: 2.5rem;
  display: flex;
}

.h2-black-priprava, .li-item-black {
  color: var(--black);
}

.h4-priprava-black {
  color: var(--black);
  text-align: left;
  padding-bottom: 1.25rem;
}

.h4-priprava-black.white {
  color: var(--white);
}

.cocktails-divider {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--white);
  margin-left: -2rem;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
}

.cocktails-divider.first {
  margin-top: 5rem;
}

.slo-menu-wrapper {
  display: none;
}

.slo-cta-nav-menu-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.slo-mobile-nav-wrapper {
  display: none;
}

.o-nas-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.o-nas-text__wrapper {
  padding-top: 5rem;
  padding-bottom: 11.25rem;
}

.o-nas-text {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 600;
}

.o-nas-elements-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-4 {
  font-variation-settings: "wdth"75, "wght"800, "opsz"48;
}

.language-switcher-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-7 {
  margin-top: 40px;
}

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

  h2 {
    font-size: 7rem;
  }

  h6 {
    font-size: 18rem;
  }

  .section.hero {
    height: auto;
    min-height: 120vh;
    padding-top: 15rem;
  }

  .section.product {
    background-size: cover;
  }

  .md--hide {
    display: none;
  }

  .col.col-md-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-md-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.col-md-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .col.col-md-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-md-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-md-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-md-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-md-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-md-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-md-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-md-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .row.about {
    flex-wrap: wrap-reverse;
  }

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

  .suporting-copy {
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .main-button.big {
    justify-content: center;
    display: flex;
  }

  .hero-elements-wrapper {
    min-height: 100vh;
    background-image: none;
  }

  .about-wrapper {
    flex-direction: column;
  }

  .about-text-button {
    grid-row-gap: 2rem;
    padding-top: 4rem;
  }

  .about-right {
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2-black {
    width: 62%;
  }

  .h2-black.slo.priprava {
    width: 100%;
  }

  .h4-black {
    width: 55%;
  }

  .heading {
    font-size: 2rem;
  }

  .heading-2 {
    font-size: 18rem;
  }

  .form-block {
    width: 50%;
  }

  .popup-text {
    width: 40%;
  }

  .piprava-text__wrapper, .vodnik-text__wrapper {
    width: 100%;
  }

  .cb-flavour__wrapper {
    height: auto;
    min-height: auto;
  }

  .cb-left__wrapper {
    height: auto;
    min-height: auto;
    border-right-width: 0;
    padding-right: 0;
  }

  .cb-left__wrapper.black-line {
    padding-right: 0;
  }

  .cb-image-wrapper {
    display: none;
  }

  .cb-image-wrapper.mobile {
    display: block;
  }

  .cb-image.opica {
    width: 26rem;
  }

  .cb-image.zirafa {
    width: 18rem;
  }

  .cb-right__wrapper {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
  }

  .heading-5 {
    padding-bottom: 26px;
  }
}

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

  h2 {
    font-size: 5.25rem;
  }

  h3 {
    font-size: 2.375rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: .875rem;
  }

  h6 {
    font-size: 7.2rem;
  }

  .section.hero {
    min-height: 120vh;
    padding-top: 3rem;
  }

  .section.product {
    background-image: url('../images/mobile-hero-white.svg');
  }

  .sm--hide {
    display: none;
  }

  .col {
    display: block;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex: 0 83.3333%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex: 0 91.6667%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex: 0 75%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex: 0 58.3333%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex: 0 33.3333%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex: 0 50%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex: 0 16.6667%;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex: 0 8.33333%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex: 0 25%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex: 0 41.6667%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex: 0 66.6667%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex: 0 100%;
  }

  .social {
    display: none;
  }

  .suporting-copy {
    width: 100%;
  }

  .button {
    display: none;
  }

  .button.slo-menu {
    display: block;
  }

  .main-button, .main-button.big {
    padding: .625rem;
  }

  .main-button-text, .main-button-text.big {
    font-size: 1rem;
  }

  .main-button-text.slo-menu-mobile {
    font-size: .8rem;
  }

  .button-div {
    width: .8rem;
  }

  .button-div.big {
    width: .8rem;
    height: 1.3rem;
  }

  .logo-img {
    height: 4rem;
  }

  .flex {
    grid-row-gap: 2rem;
  }

  .hero-elements-wrapper {
    background-image: none;
    padding-top: 25rem;
  }

  .hero-star-img {
    width: 3rem;
  }

  .hero-star-2-img {
    width: 3rem;
    display: block;
  }

  .about-text-button {
    padding-top: 2.5rem;
  }

  .about-right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .flavours-wrapper {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .h2-black, .h4-black {
    width: 100%;
  }

  .flavour-tag-wrapper {
    width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .social-proff-wrapper {
    padding-bottom: 6rem;
  }

  .sp-card-wrapper {
    grid-row-gap: 1rem;
    padding: 2rem 1rem;
  }

  .sp-card-wrapper.black {
    margin-top: 2rem;
  }

  .cta-content {
    grid-row-gap: 1.5rem;
  }

  .footer-star {
    height: 5rem;
  }

  .h4-footer {
    width: 100%;
  }

  .cta-leaf-1-img {
    height: 15rem;
    object-fit: contain;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .footer-link {
    font-size: .875rem;
  }

  .footer-social, .footer-legal {
    grid-row-gap: .1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-2, .heading-3 {
    font-size: 7.2rem;
  }

  .h2-popup {
    font-size: 6rem;
  }

  .form-text-field, .form-text-field:active {
    font-size: 1rem;
  }

  .form-text-field::-ms-input-placeholder {
    font-size: 1rem;
  }

  .form-text-field::placeholder {
    font-size: 1rem;
  }

  .checkbox {
    font-size: .8rem;
  }

  .submit-button {
    font-size: 1rem;
  }

  .popup-text {
    width: 50%;
    font-size: 1rem;
  }

  .poup-flex {
    grid-row-gap: 1rem;
  }

  .slo-menu-wrapper {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-close-mobile, .language-switcher-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 5.25rem;
  }

  h3 {
    font-size: 2.375rem;
  }

  p {
    font-size: .875rem;
  }

  li {
    font-size: 1rem;
  }

  .section.hero {
    min-height: auto;
    padding-top: 2.8rem;
    padding-bottom: 30rem;
  }

  .section.product {
    margin-top: -10rem;
    padding-bottom: 5rem;
  }

  .section.blue.piprava {
    margin-bottom: -1rem;
  }

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

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs--hide {
    display: none;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .sg-hero__text {
    margin-top: 1.25rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .cookie__text, .cookie__link {
    font-size: .75rem;
  }

  .form__button {
    font-size: .875rem;
  }

  .suporting-copy {
    padding-top: 1.875rem;
  }

  .button {
    display: none;
  }

  .button.slo-menu {
    height: auto;
  }

  .button.slo-menu.hide-desktop {
    display: block;
  }

  .main-button {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .main-button.hide.mobile {
    display: none;
  }

  .button-div {
    width: .8rem;
    height: 1.6rem;
  }

  .logo-img {
    z-index: 10;
    height: 4.9rem;
    position: relative;
  }

  .flex {
    grid-row-gap: 1rem;
  }

  .hero-img {
    margin-top: -10rem;
    display: none;
  }

  .hero-img.mobile {
    display: block;
  }

  .hero-elements-wrapper {
    min-height: auto;
    padding-top: 20rem;
  }

  .about-wrapper {
    min-height: auto;
  }

  .about-img {
    height: 100%;
    object-fit: contain;
  }

  .about-elements-wrapper {
    height: 100%;
  }

  .h2-black.slo, .h4-black.slo {
    width: 100%;
  }

  .flavour-wrapper {
    height: 100vh;
  }

  .flavour-heading {
    height: 80%;
  }

  .flavour-tag-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .h3-blue {
    padding-bottom: 1.875rem;
  }

  .flavour-elements-wrapper {
    height: 80%;
  }

  .th-star-img {
    height: 5rem;
  }

  .flavour-image-wrapper {
    height: 80%;
  }

  .product-wrapper {
    height: auto;
  }

  .flavour-02-star {
    justify-content: flex-end;
  }

  .as-star {
    height: 5rem;
  }

  .as-leaf {
    height: 6rem;
  }

  .flavour-02-star-2 {
    justify-content: center;
  }

  .es-star {
    height: 4rem;
  }

  .es-leaf {
    height: 6rem;
  }

  .flavour-03-star-2 {
    justify-content: center;
  }

  .es-star-2 {
    height: 4rem;
  }

  .sp-star-1-img {
    height: 3rem;
  }

  .sp-star-2 {
    justify-content: flex-start;
    padding-top: 3rem;
    padding-right: 0;
  }

  .sp-star-2-img {
    height: 3rem;
  }

  .sp-star-3 {
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 4rem;
  }

  .sp-star-3.slo-padding {
    padding-top: 0;
    padding-left: 0;
  }

  .sp-star-3-img {
    height: 2.5rem;
  }

  .sp-content-wrapper {
    padding-top: 5rem;
  }

  .footer-wrapper {
    height: 100vh;
  }

  .footer-elements-wrapper {
    padding-top: 4rem;
  }

  .footer-elements-wrapper.o-nas {
    padding-top: 15rem;
  }

  .cta-leaf-1 {
    padding-top: 3rem;
  }

  .cta-leaf-1-img {
    width: 8rem;
    height: auto;
    object-fit: fill;
    flex: 0 auto;
  }

  .cta-zebra-img, .cta-monke-img, .cta-leaf-2-img {
    width: 8rem;
  }

  .footer-link {
    order: -1;
  }

  .footer-link.copyright {
    order: 1;
  }

  .about-elements {
    height: 100%;
    object-fit: contain;
  }

  .heading-2 {
    font-size: 7.2rem;
  }

  .form-text-field {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .form-text-field:active {
    font-size: 1rem;
  }

  .form-text-field::-ms-input-placeholder {
    font-size: 1rem;
  }

  .form-text-field::placeholder {
    font-size: 1rem;
  }

  .form-block {
    width: 100%;
    font-size: 1rem;
  }

  .checkbox-field {
    padding-top: 0;
  }

  .submit-button {
    margin-top: 1rem;
  }

  .popup-text {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
  }

  .popup-elements-wrapper {
    height: 100%;
  }

  .pp-leaf-1 {
    width: 6rem;
  }

  .pp-leaf-1-div {
    padding-top: 4rem;
  }

  .pp-leaf-2 {
    width: 8rem;
  }

  .pp-opica {
    width: 9rem;
  }

  .pp-zebra {
    width: 8rem;
  }

  .poup-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    display: flex;
  }

  .close-button {
    margin-right: 1rem;
  }

  .cookie-pop-up {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-wrapper {
    flex-direction: column;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .vodnik-wrapper {
    padding-bottom: 5rem;
  }

  ._1-5rem.white, ._1-5rem.left {
    font-size: 1.2rem;
  }

  .vodnik-star-2-wrapper {
    padding-top: 16rem;
  }

  .cb-left__wrapper.alkohol {
    height: auto;
    position: static;
  }

  .cb-star__wrapper {
    padding-bottom: 0;
  }

  .cb-image-wrapper.mobile {
    margin-left: -1rem;
    padding-top: 4rem;
  }

  .cb-image {
    width: 12rem;
  }

  .cb-image.opica {
    width: 15rem;
  }

  .cb-image.slon {
    width: 18rem;
  }

  .cb-image.zirafa {
    width: 15rem;
  }

  .cb-image.pelikan {
    width: 18rem;
  }

  .cb-right__wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .h4-cb.alkohol {
    padding-bottom: 0;
  }

  .navodila-wrapper {
    padding-top: 1.5rem;
  }

  .h4-priprava-black {
    padding-bottom: .5rem;
  }

  .cocktails-divider {
    margin-left: 0;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .cocktails-divider.first {
    margin-top: 1rem;
  }

  .slo-menu {
    z-index: 0;
    display: block;
    position: static;
  }

  .slo-cta-nav-menu-wrapper {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .slo-mobile-nav-wrapper {
    height: 100vh;
    background-color: var(--blue);
    flex-direction: column;
    align-items: flex-start;
    padding: 10rem 1rem 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-mobile-link {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .menu-close-mobile {
    z-index: 10;
    width: 1.6rem;
    display: none;
    position: relative;
  }

  .o-nas-text__wrapper {
    padding-top: 10rem;
    padding-bottom: 15rem;
  }

  .menu-language-switcher {
    padding-top: 1.5rem;
    font-weight: 700;
  }
}


@font-face {
  font-family: 'Bricolagegrotesque Variablefont Opsz Wdth Wght';
  src: url('../images/.') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}