.beko-paragraph {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .beko-paragraph {
    text-align: left;
    font-size: 1.67vw;
  }
}
@media screen and (min-width: 768px) {
  .beko-paragraph--centered {
    text-align: center;
    margin-inline: auto;
  }
}
.beko-paragraph--small {
  color: #000;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  .beko-paragraph--small {
    font-size: 16px;
    line-height: 140%;
  }
}

.beko-headline {
  font-family: "Noto Sans", sans-serif;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .beko-headline {
    text-align: left;
  }
}
.beko-headline--lvl1, .beko-headline--lvl2 {
  color: #01426a;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .beko-headline--lvl1, .beko-headline--lvl2 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 992px) {
  .beko-headline--lvl2 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .beko-headline--centered {
    text-align: center;
    margin-inline: auto;
  }
}
.beko-headline .light {
  color: #007dba;
}

.beko-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 8.5vw 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .beko-hero {
    flex-direction: row;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
.beko-hero__video {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.beko-hero__content {
  color: white;
  position: relative;
  max-width: 66%;
}
.beko-hero__content .beko-headline {
  color: white;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .beko-hero__content .beko-headline {
    margin-top: 40px;
  }
}
.beko-hero__content .beko-paragraph {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .beko-hero__content .beko-paragraph {
    margin-bottom: 50px;
  }
}
.beko-hero #hero-circle {
  position: absolute;
  top: 50%;
  right: 0;
  height: auto;
  width: 140vw;
  max-width: 831px;
  rotate: 40deg;
}
@media screen and (min-width: 768px) {
  .beko-hero #hero-circle {
    rotate: 0deg;
    right: -15%;
  }
}
@media screen and (min-width: 1200px) {
  .beko-hero #hero-circle {
    right: 0;
  }
}
.beko-hero #beko-hero-content-gradient {
  position: absolute;
  inset: -30% 0 30%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 85%);
}
@media screen and (min-width: 768px) {
  .beko-hero #beko-hero-content-gradient {
    inset: -20% 20% 0 -20%;
  }
}
.beko-hero #beko-hero-image {
  flex: 1 0 auto;
  height: auto;
  position: relative;
  margin-top: 50px;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .beko-hero #beko-hero-image {
    margin-top: 0;
    margin-left: 0;
    max-width: 439px;
  }
}

#beko-sldr-section {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media screen and (min-width: 768px) {
  #beko-sldr-section {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image text" "image slider";
    align-items: end;
  }
}
@media screen and (min-width: 1200px) {
  #beko-sldr-section {
    gap: 70px 50px;
  }
}
#beko-sldr-section .beko-sldr-img-wrapper {
  width: 100%;
  max-width: 633px;
  flex: 1 0 auto;
  justify-self: end;
}
@media screen and (min-width: 768px) {
  #beko-sldr-section .beko-sldr-img-wrapper {
    grid-area: image;
    width: 45vw;
  }
}
#beko-sldr-section .beko-sldr-section-content {
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #beko-sldr-section .beko-sldr-section-content {
    grid-area: text;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #beko-sldr-section .beko-sldr-section-content .beko-paragraph,
  #beko-sldr-section .beko-sldr-section-content .beko-headline {
    text-align: left;
  }
}
#beko-sldr-section .beko-slider-wrapper {
  --_padding-left: 30px;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-left: var(--_padding-left);
}
@media screen and (min-width: 768px) {
  #beko-sldr-section .beko-slider-wrapper {
    --_padding-left: 0;
  }
}
#beko-sldr-section .beko-slider-wrapper .beko-blaze-slider {
  grid-area: slider;
  position: relative;
  width: 125%;
  --slide-gap: 20px;
  --_slide-padding: 15px;
}
@media screen and (min-width: 992px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider {
    --_slide-padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider {
    width: 113%;
  }
}
@media screen and (min-width: 1200px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider {
    --slide-gap: 40px;
  }
}
#beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide {
  height: 280px;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  padding: var(--_slide-padding);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide {
    height: 33vw;
  }
}
#beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide.active {
  opacity: 1;
}
#beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide:hover .beko-paragraph {
  opacity: 1;
  top: 0;
}
#beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide.beko-slide--one .beko-slide__headline {
  margin-top: 5px;
}
#beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide .beko-slide__headline {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  position: relative;
  color: white;
  margin: 0;
  z-index: 5;
}
@media (min-width: 370px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide .beko-slide__headline {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide .beko-slide__headline {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide .beko-slide__headline {
    font-size: 38px;
  }
}
#beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide .beko-paragraph {
  color: white;
  line-height: 130%;
  opacity: 0.1;
  background-color: rgba(0, 58, 96, 0.8);
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  padding: 69px var(--_slide-padding) var(--_slide-padding);
  position: absolute;
  transition: opacity 0.2s ease-out 0.1s, top 0.2s ease-out;
  font-size: 12px;
  text-align: left;
}
@media (min-width: 370px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide .beko-paragraph {
    padding-top: 80px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide .beko-paragraph {
    font-size: 18px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-slide .beko-paragraph {
    font-size: 24px;
    padding-top: 35%;
  }
}
#beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-blaze-slider__arrows {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 15px;
  left: var(--_slide-padding);
}
@media screen and (min-width: 992px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-blaze-slider__arrows {
    gap: 20px;
  }
}
#beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-blaze-slider__arrows .beko-slider-btn {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}
#beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-blaze-slider__arrows .beko-slider-btn svg {
  width: 46px;
  height: 46px;
}
@media screen and (min-width: 992px) {
  #beko-sldr-section .beko-slider-wrapper .beko-blaze-slider .beko-blaze-slider__arrows .beko-slider-btn svg {
    width: 75px;
    height: 75px;
  }
}

.beko-button {
  position: relative;
  width: 100%;
  max-width: 250px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: background-color 500ms ease-out, color 200ms ease-out;
  border-radius: 30px;
  padding: 10px 15px 12px;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .beko-button {
    max-width: 270px;
    padding: 15px 15px 17px;
    font-size: 20px;
  }
}
.beko-button--primary {
  color: white;
  background-color: #007dba;
}
.beko-button--primary:hover {
  background-color: #01426a;
}
.beko-button--secondary {
  color: #000;
  background-color: white;
  border: 1px solid #000;
}
.beko-button--secondary:hover {
  color: white;
  background-color: #01426a;
}
.beko-button--secondary:hover .button__icon path {
  fill: white;
}
@media screen and (min-width: 992px) {
  .beko-button--wide {
    max-width: 330px;
  }
}
.beko-button .button__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.beko-button .button__icon path {
  transition: all 200ms ease-out;
}

.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .button-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .button-wrapper {
    gap: 40px;
  }
}

#kid-fridge {
  position: relative;
}
#kid-fridge #kid-fridge-background {
  width: 100%;
  height: auto;
}
#kid-fridge #kid-fridge-content-wrapper {
  position: absolute;
  bottom: 20vw;
  left: 8.5vw;
  right: 8.5vw;
}
@media screen and (min-width: 768px) {
  #kid-fridge #kid-fridge-content-wrapper {
    bottom: 12vw;
  }
}
#kid-fridge #kid-fridge-content-wrapper .beko-button {
  display: block;
  margin-inline: auto;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  #kid-fridge #kid-fridge-content-wrapper .beko-button {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  #kid-fridge #kid-fridge-content-wrapper .beko-button {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #kid-fridge #kid-fridge-content-wrapper .beko-paragraph {
    max-width: 60%;
  }
}
#kid-fridge #kid-fridge-content-wrapper .beko-headline,
#kid-fridge #kid-fridge-content-wrapper .beko-paragraph {
  color: white;
}

#youtube-section {
  position: relative;
}
#youtube-section #youtube-section__background {
  width: 100%;
  height: 180vw;
}
@media screen and (min-width: 450px) {
  #youtube-section #youtube-section__background {
    height: 100vw;
  }
}
@media screen and (min-width: 768px) {
  #youtube-section #youtube-section__background {
    height: 70vw;
  }
}
@media screen and (min-width: 992px) {
  #youtube-section #youtube-section__background {
    height: 65vw;
  }
}
#youtube-section .yt-section-content {
  position: absolute;
  left: 17vw;
  right: 17vw;
  color: white;
}
@media screen and (min-width: 768px) {
  #youtube-section .yt-section-content {
    text-align: center;
  }
}
#youtube-section .yt-section-content #yt-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 40px;
  margin-bottom: 2%;
}
#youtube-section .yt-section-content .beko-headline {
  color: white;
}

.text-image-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .text-image-section {
    gap: 48px;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "headline image" "content image";
  }
}
@media screen and (min-width: 1200px) {
  .text-image-section {
    grid-template-columns: 1fr 400px;
  }
}
.text-image-section .beko-ruebenretter__headline {
  align-content: center;
}
@media screen and (min-width: 768px) {
  .text-image-section .beko-ruebenretter__headline {
    grid-area: headline;
  }
}
.text-image-section .beko-ruebenretter__headline .beko-headline .light {
  display: block;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .text-image-section .beko-ruebenretter__content {
    grid-area: content;
  }
}
.text-image-section .beko-ruebenretter__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .text-image-section .beko-ruebenretter__image {
    grid-area: image;
  }
}
.text-image-section #tnb-button {
  margin-top: 15px;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .text-image-section #tnb-button {
    width: 100%;
    max-width: 580px;
    margin-left: 0;
    margin-top: 40px;
  }
}
.text-image-section .button-wrapper {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .text-image-section .button-wrapper {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .text-image-section .button-wrapper {
    margin-top: 50px;
  }
}

.beko-products-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  max-width: 1200px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .beko-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .beko-products-grid {
    gap: 40px;
    margin-bottom: 100px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.beko-products-grid .beko-product {
  background: indianred;
  border-radius: 12px;
  text-align: center;
  padding: 40px 10px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .beko-products-grid .beko-product {
    border-radius: 24px;
    padding: 60px 30px;
    max-width: 29%;
  }
}
.beko-products-grid .beko-product .beko-content-img {
  max-width: 40%;
}
@media screen and (min-width: 768px) {
  .beko-products-grid .beko-product .beko-content-img {
    max-width: 90%;
  }
}
.beko-products-grid .beko-product .beko-product__headline {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 10px;
}
.beko-products-grid .beko-product .beko-product__description {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 30px;
}
@media screen and (min-width: 992px) {
  .beko-products-grid .beko-product .beko-product__description {
    font-size: 27px;
  }
}
.beko-products-grid .beko-product .beko-product__description .small-text {
  font-size: 0.9em;
  display: block;
}
.beko-products-grid .beko-product .beko-button {
  margin: 40px auto 0;
  border: none;
  display: block;
}

#diagonal-section {
  position: relative;
  margin-top: 20vw;
}
#diagonal-section #diagonal-section__background {
  width: 100%;
  height: 60vw;
}
@media screen and (min-width: 450px) {
  #diagonal-section #diagonal-section__background {
    height: 50vw;
  }
}
@media screen and (min-width: 768px) {
  #diagonal-section #diagonal-section__background {
    height: 25vw;
  }
}
#diagonal-section p {
  margin-top: 10px;
}
#diagonal-section > img {
  position: relative;
  top: -80px;
  z-index: -1;
  width: 100vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  #diagonal-section > img {
    top: -120px;
  }
}
#diagonal-section .diagonal-section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
#diagonal-section .diagonal-section-grid > img {
  position: relative;
  top: -50%;
  display: none;
}
@media screen and (min-width: 768px) {
  #diagonal-section .diagonal-section-grid > img {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #diagonal-section .diagonal-section-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px;
  }
}
#diagonal-section .diagonal-section-content {
  position: absolute;
  left: 17vw;
  right: 17vw;
  color: white;
  top: 10%;
}
@media screen and (min-width: 768px) {
  #diagonal-section .diagonal-section-content {
    top: 5%;
  }
}
#diagonal-section .diagonal-section-content #yt-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 40px;
  margin-bottom: 2%;
}
#diagonal-section .diagonal-section-content .beko-headline {
  color: white;
}

.footer-image {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.19%, rgba(0, 0, 0, 0.5) 100%), url(../img/yoga.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, center center;
  mix-blend-mode: multiply;
  background-size: cover;
  height: 640px;
  padding-bottom: 5.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .footer-image {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 52.78%, rgba(0, 0, 0, 0.3) 100%), url(../img/yoga.jpg);
    background-position: top right, center center;
    height: 52vw;
    align-items: flex-end;
  }
}

.footer-image2 img {
  width: 100%;
  height: auto;
  margin-top: 8rem;
}
@media screen and (min-width: 450px) {
  .footer-image2 img {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-image2 img {
    margin-top: 0;
  }
}

#beko-harvest-fresh-body {
  font-family: "Noto Sans", sans-serif;
  margin: 0;
}
.beko-content-img {
  max-width: 100%;
  height: auto;
}

.beko-powerintense-logo {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.section {
  padding-inline: 8.5vw;
}
.section.no-padding {
  padding-inline: 0;
}
.section.beko-hero {
  margin-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  .section.beko-hero {
    margin-bottom: 10vw;
  }
}

#sun-cylcle {
  margin-bottom: 18vw;
}
@media screen and (min-width: 768px) {
  #sun-cylcle {
    margin-bottom: 7vw;
  }
}

.text-image-section {
  margin-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  .text-image-section {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  .text-image-section {
    margin-bottom: 12vw;
  }
}

#beko-fridge-products {
  margin-bottom: 18vw;
}
@media screen and (min-width: 768px) {
  #beko-fridge-products {
    margin-bottom: 12vw;
  }
}

#beko-sldr-section {
  margin-bottom: 18vw;
}
@media screen and (min-width: 768px) {
  #beko-sldr-section {
    margin-bottom: 12vw;
  }
}

#kid-fridge {
  margin-bottom: 18vw;
}
@media screen and (min-width: 768px) {
  #kid-fridge {
    margin-bottom: 10vw;
  }
}

#youtube-section {
  margin-top: 25vw;
  margin-bottom: 18vw;
}
@media screen and (min-width: 768px) {
  #youtube-section {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}/*# sourceMappingURL=beko-hf-lp-style.css.map */