:root {
  --electrolux-sans: "Electrolux Sans", sans-serif;
  --electrolux-blue: #041e4f;
  --white: white;
  --blue-mid: #7b8a9d;
  --silk-tint: #d8d5de;
  --blue-light: #adbac3;
  --silk-rich: #2b2936;
  --blue-tint: #dfe7ea;
  --silk-light: #b2abbb;
  --silk-mid: #797488;
  --white-2: white;
  --black: black;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

.body {
  font-family: var(--electrolux-sans);
  color: var(--electrolux-blue);
  font-weight: 300;
}

.header {
  background-image: url('../images/banner.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  min-height: 675px;
  max-height: 725px;
  padding-left: 5%;
  padding-right: 40px;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 475px;
  min-width: 450px;
  max-width: 550px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 35px;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.div-block-2 {
  background-color: var(--electrolux-blue);
  color: var(--white);
  width: 100%;
  padding: 30px 70px;
}

.image {
  width: 250px;
  display: none;
}

.div-block-3 {
  background-color: var(--blue-mid);
  color: var(--white);
  width: 100%;
  padding: 25px 35px 30px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.div-block-4 {
  background-image: url('../images/conjunto_image1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0%;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.bold-text-1 {
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 400;
}

.section-1 {
  width: 100%;
  overflow: hidden;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.bloco-1 {
  background-color: var(--electrolux-blue);
  color: var(--silk-tint);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 45px 60px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
}

.bloco-2 {
  color: var(--white);
  background-image: url('../images/conjunto_image2.jpg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 675px;
  min-height: 655px;
  max-height: 725px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  display: flex;
}

.text-span-1 {
  color: var(--white);
  font-weight: 600;
}

.div-block-5 {
  width: 40%;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 50px;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 325px;
  min-width: 275px;
  max-width: 355px;
  margin-bottom: 0;
  padding-bottom: 75px;
  display: grid;
  position: relative;
  top: auto;
  right: auto;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.heading-3 {
  width: 90%;
  min-width: 90%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 600;
  line-height: 53px;
}

.paragraph-2 {
  width: 95%;
  min-width: 95%;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 30px;
}

.text-block {
  width: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.footer {
  background-color: var(--electrolux-blue);
  color: var(--white);
  align-items: flex-end;
  width: 100%;
  padding: 50px 55px;
  display: flex;
}

.text-block-2 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: block;
}

.div-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.line-body {
  border-top: 0px solid var(--white);
  background-color: var(--silk-tint);
  opacity: .95;
  width: 2px;
  height: 150px;
}

.line-borda {
  background-color: var(--silk-tint);
  opacity: .95;
  width: 55px;
  height: 2px;
}

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

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
}

.bloco-3 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 535px;
  min-height: 525px;
  max-height: 575px;
  display: flex;
}

.bloco-4 {
  background-color: var(--blue-light);
  background-image: linear-gradient(to bottom, var(--white) 10%, var(--blue-light) 10%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  min-height: 525px;
  max-height: 600px;
  display: flex;
}

.div-block-10 {
  background-image: url('../images/conjunto_image3.jpg');
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 635px;
  width: 60%;
  height: 100%;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding: 60px 60px 40px 0;
  display: flex;
}

.heading-4 {
  width: 80%;
  min-width: 75%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-3 {
  color: var(--electrolux-blue);
  margin-bottom: 0;
  font-size: 25px;
  line-height: 28px;
}

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

.container-4 {
  width: 90%;
  min-width: 90%;
  max-width: 950px;
  margin-left: 0;
  font-weight: 300;
}

.div-block-12 {
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 60px;
  display: flex;
}

.div-block-13 {
  z-index: 1;
  background-image: url('../images/conjunto_image4.png');
  background-position: 70% 100%;
  background-repeat: no-repeat;
  background-size: 765px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 55%;
  height: 100%;
  padding: 25px 40px;
  display: flex;
  position: relative;
}

.div-block-14 {
  background-color: var(--electrolux-blue);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 725px;
  min-width: 700px;
  max-width: 1000px;
  height: 285px;
  min-height: 275px;
  max-height: 300px;
  padding: 35px 250px 35px 40px;
  display: flex;
  position: relative;
  left: 300px;
}

.heading-5 {
  color: var(--silk-tint);
  width: 95%;
  min-width: 95%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-4 {
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 32px;
}

.paragraph-4.paragraph-4-2 {
  margin-bottom: 0;
}

.text-block-3 {
  color: var(--silk-rich);
  width: 55%;
  font-size: 15px;
  line-height: 21px;
}

.section-4 {
  background-color: var(--blue-tint);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
  overflow: visible;
}

.section-5 {
  width: 100%;
  overflow: hidden;
}

.div-block-15 {
  background-color: #dfe7ea;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  padding: 40px 45px;
  display: flex;
}

.div-block-15.div-block-15-2 {
  background-color: #dfe7ea;
  padding-top: 60px;
}

.div-block-16 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  min-height: auto;
  max-height: none;
  display: flex;
}

.div-block-16.div-block-16-2 {
  background-image: url('../images/conjunto_image6-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: block;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide {
  background-image: url('../images/Layer-126.png');
  background-position: 75% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Layer-125.png');
  background-position: 40% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-6 {
  color: var(--electrolux-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 600;
  line-height: 45px;
}

.heading-6.heading-6-2 {
  color: var(--blue-tint);
}

.text-block-4 {
  color: var(--electrolux-blue);
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.text-span-2 {
  background-color: var(--electrolux-blue);
  color: var(--blue-tint);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.paragraph-5 {
  color: var(--electrolux-blue);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 30px;
}

.slider-2 {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  height: 675px;
  min-height: 655px;
  max-height: 725px;
}

.div-block-17 {
  background-color: var(--electrolux-blue);
  background-image: linear-gradient(to bottom, var(--blue-light) 50%, var(--electrolux-blue) 50%);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-17.div-block-17-2 {
  background-image: linear-gradient(to bottom, var(--electrolux-blue) 50%, var(--blue-light) 50%);
  flex-direction: row-reverse;
}

.div-block-17.div-block-17-3 {
  background-image: linear-gradient(to bottom, var(--electrolux-blue) 80%, var(--blue-light) 80%);
  justify-content: center;
}

.div-block-17.div-block-17-4 {
  background-image: linear-gradient(to bottom, var(--electrolux-blue) 80%, var(--blue-light) 80%);
  flex-direction: row-reverse;
}

.div-block-18 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding: 60px 45px 50px 50px;
  display: flex;
}

.div-block-18.div-block-18-3 {
  padding-left: 100px;
  padding-right: 40px;
}

.div-block-18.div-block-18-4 {
  padding-right: 50px;
}

.div-block-18.div-block-18-2 {
  padding-bottom: 75px;
}

.div-block-19 {
  background-image: url('../images/conjunto_image5-8.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55%;
  height: 100%;
}

.div-block-19.div-block-19-2 {
  background-image: none;
}

.div-block-19.div-block-19-3 {
  background-image: url('../images/conjunto_image5-7.jpg');
  background-position: 25% 100%;
}

.div-block-19.div-block-19-4 {
  background-image: url('../images/conjunto_image5-9.jpg');
  background-position: 35% 100%;
}

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

.right-arrow-2 {
  background-color: var(--blue-mid);
  opacity: .75;
  color: var(--electrolux-blue);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  font-weight: 700;
}

.right-arrow-2:hover {
  opacity: 1;
}

.icon-slide {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.left-arrow-2 {
  background-color: var(--blue-mid);
  opacity: .75;
  color: var(--electrolux-blue);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 15px;
  font-weight: 700;
}

.left-arrow-2:hover {
  opacity: 1;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
}

.container-5.container-5-1 {
  margin-top: 0;
  margin-bottom: auto;
}

.container-5.container-5-2 {
  color: var(--electrolux-blue);
  margin-top: 0;
  margin-bottom: 0;
}

.container-5.container-5-3 {
  margin-top: 0;
  margin-bottom: auto;
}

.container-5.container-5-4 {
  color: var(--electrolux-blue);
  margin-top: 0;
  margin-bottom: auto;
}

.container-5.container-5-5 {
  margin-bottom: 0;
}

.div-block-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 15px;
  margin-left: -5px;
  display: flex;
}

.heading-7 {
  color: var(--blue-tint);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.heading-7.heading-7-2, .heading-7.heading-7-3 {
  color: var(--electrolux-blue);
}

.image-2 {
  color: var(--electrolux-blue);
  width: 85px;
}

.slider-3 {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  height: 100%;
}

.right-arrow-3, .left-arrow-3 {
  display: none;
}

.slide-3 {
  background-image: url('../images/conjunto_image5-2.jpg');
  background-position: 55% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/conjunto_image5-3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/conjunto_image5-4.jpg');
  background-position: 20% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-6 {
  background-color: var(--electrolux-blue);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.bloco-5 {
  background-color: var(--blue-mid);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 675px;
  min-height: 650px;
  max-height: 725px;
  display: flex;
}

.bloco-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--electrolux-blue);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 50px 100px;
  display: grid;
}

.bloco-6.bloco-6-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 100px;
  padding-right: 100px;
}

.image-3 {
  width: 400px;
  margin-top: 0;
}

.paragraph-6 {
  color: var(--electrolux-blue);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.text-block-5 {
  color: var(--electrolux-blue);
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-21.div-block-21-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-21.div-block-21-2.div-block-21-2-2 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.image-4 {
  width: 90px;
}

.text-block-6 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.bloco-7 {
  background-image: url('../images/conjunto_image7.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 700px;
  min-height: 675px;
  max-height: 725px;
  display: flex;
  overflow: hidden;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 450px;
  min-width: 425px;
  max-width: 500px;
  padding-top: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-23 {
  background-image: url('../images/conjunto_image7.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0%;
}

.div-block-24 {
  background-color: var(--silk-tint);
  opacity: .95;
  color: var(--electrolux-blue);
  width: 100%;
  padding: 25px 30px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-25 {
  background-color: var(--blue-mid);
  opacity: .95;
  color: var(--white);
  width: 100%;
  padding: 25px 30px 35px;
}

.text-block-7 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.text-span-3 {
  background-color: var(--silk-tint);
  color: var(--electrolux-blue);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 26px;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.section-8 {
  background-color: var(--blue-tint);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
}

.section-9 {
  background-image: url('../images/conjunto_image8.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 650px;
  min-height: 600px;
  max-height: 675px;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-26 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 60px 45px;
  display: flex;
}

.heading-9 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.image-5 {
  width: 105px;
}

.image-5.image-5-2 {
  width: 300px;
}

.image-5.image-5-3 {
  width: 75px;
}

.heading-10 {
  margin-top: 6px;
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 600;
  line-height: 25px;
}

.heading-10.heading-10-2 {
  width: 85%;
  min-width: 85%;
  max-width: 100%;
}

.text-block-8 {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-8.text-block-8-2 {
  margin-top: 3px;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  width: 515px;
  min-width: 475px;
  max-width: 575px;
  padding-top: 40px;
  display: flex;
}

.heading-11 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: rgba(123, 138, 157, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 35px;
  display: flex;
}

.button {
  background-color: var(--electrolux-blue);
  opacity: .95;
  color: var(--silk-tint);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.button:hover {
  opacity: 1;
  color: var(--white);
  font-weight: 400;
}

.div-block-29 {
  background-image: url('../images/conjunto_image8.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0%;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1150px;
  margin-left: 0;
  display: flex;
}

.image-6 {
  width: 250px;
  margin-right: 25px;
}

.text-block-9 {
  font-size: 13px;
  line-height: 20px;
}

.link-trade {
  color: #041e50;
  width: 115px;
  margin-top: 0;
  margin-bottom: -20px;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 35px;
}

.image-trade {
  max-width: 100%;
}

.se-o-1 {
  background-color: #001852;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
  position: absolute;
}

.image-7 {
  text-align: left;
  width: auto;
  height: 60px;
}

.text-block-10 {
  width: 127px;
  padding-bottom: 105px;
  font-size: 20px;
  line-height: 22px;
}

.div-block-30 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding-bottom: 45px;
  padding-left: 165px;
  display: flex;
}

.heading-12 {
  font-size: 46px;
  line-height: 48px;
}

.div-block-31 {
  width: 420px;
  height: 50%;
}

.text-block-11 {
  text-align: right;
  width: 162px;
  font-size: 20px;
  line-height: 22px;
}

.text-block-12 {
  font-size: 19px;
  line-height: 22px;
}

.text-block-13 {
  font-size: 26px;
  line-height: 28px;
}

.se-o-3-copy {
  background-image: url('../images/Layer-101.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  height: 100vh;
  display: none;
}

.div-block-8 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 67px;
  display: flex;
}

.div-block-32 {
  justify-content: flex-end;
  padding-right: 165px;
  display: flex;
}

.div-block-33 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding-bottom: 45px;
  padding-left: 165px;
  display: flex;
}

.heading-13 {
  font-size: 46px;
  line-height: 48px;
}

.div-block-34 {
  flex: 0 auto;
  width: 420px;
  height: 50%;
  margin-top: -77px;
}

.text-block-14 {
  text-align: right;
  width: 162px;
  margin-top: 68px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
}

.text-block-15 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  padding-left: 0;
  font-size: 12px;
  line-height: 15px;
  display: block;
}

.se-o-3 {
  background-image: url('../images/Layer-101.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  height: 800px;
  display: flex;
}

.text-block-16 {
  font-size: 26px;
  line-height: 28px;
}

.div-block-35 {
  color: #fff;
  border-right: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 67px;
  display: flex;
}

.div-block-36 {
  justify-content: flex-end;
  padding-right: 165px;
  display: flex;
}

.slide-6 {
  background-image: url('../images/Layer-128.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-37 {
  z-index: 1;
  background-image: url('../images/conjunto_image4.png');
  background-position: 70% 100%;
  background-repeat: no-repeat;
  background-size: 765px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 55%;
  height: 100%;
  padding: 25px 40px;
  display: flex;
  position: relative;
}

.heading-14 {
  color: #d8d5de;
  width: 95%;
  min-width: 95%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-38 {
  color: #fff;
  background-color: #041e4f;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 725px;
  min-width: 700px;
  max-width: 1000px;
  height: 285px;
  min-height: 275px;
  max-height: 300px;
  padding: 35px 250px 35px 40px;
  display: flex;
  position: relative;
  left: 300px;
}

.text-block-17 {
  color: #2b2936;
  width: 55%;
  font-size: 15px;
  line-height: 21px;
}

.paragraph-8 {
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 32px;
}

.paragraph-8.paragraph-4-2 {
  margin-bottom: 0;
}

.paragraph-9 {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 28px;
}

.heading-15 {
  width: 80%;
  min-width: 75%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 600;
  line-height: 48px;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.bloco-8 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  min-height: 525px;
  max-height: 830px;
  margin-top: -56px;
  display: flex;
  position: relative;
  top: auto;
  bottom: -56px;
}

.section-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
}

.container-9 {
  width: 90%;
  min-width: 90%;
  max-width: 950px;
  margin-left: 0;
  font-weight: 300;
}

.div-block-39 {
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 60px;
  display: flex;
}

.div-block-40 {
  background-image: url('../images/conjunto_image3.jpg');
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 635px;
  width: 60%;
  height: 100%;
}

.bloco-9 {
  background-color: #adbac3;
  background-image: linear-gradient(#fff 10%, #adbac3 10%);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  min-height: 525px;
  max-height: 600px;
  display: flex;
}

.bold-text-3 {
  font-weight: 400;
}

.div-block-41 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding: 60px 60px 40px 0;
  display: flex;
}

.mask {
  overflow: hidden;
}

.se-o-8 {
  background-color: #7b8a9c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
}

.heading-16 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 37px;
  line-height: 40px;
}

.div-block-42 {
  width: 960px;
  height: 540px;
}

.text-block-18 {
  color: #001852;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  padding-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}

.text-block-19 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text-4 {
  font-weight: 600;
}

.section-11 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.div-block-43 {
  background-color: var(--blue-mid);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  min-height: 533px;
  max-height: none;
  padding-left: 5%;
  display: flex;
}

.heading-17 {
  color: var(--white);
  font-size: 33px;
}

.text-block-20 {
  color: var(--white);
  width: 75%;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-44 {
  width: 67%;
}

.slider-4 {
  width: 100%;
  height: 100%;
}

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

.slide-7 {
  background-image: url('../images/Layer-140.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Layer-147.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Layer-146.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Layer-145.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-10-copy, .slide-12 {
  background-image: url('../images/Layer-145.png');
  background-position: 50% 100%;
  background-size: 102%;
}

.slide-12-copy {
  background-image: url('../images/Layer-143.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/Layer-144.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Layer-142.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/Layer-140_1.png');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-21-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-21-copy.div-block-21-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-21-copy.div-block-21-2.div-block-21-2-2 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.div-block-21-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-21-copy-copy.div-block-21-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-21-copy-copy.div-block-21-2.div-block-21-2-2 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.section-12 {
  background-image: url('../images/wallpaper.png');
  background-position: 0%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 804px;
  max-height: 1200px;
  padding-top: 10%;
  padding-left: 5%;
  display: flex;
}

.div-block-45 {
  -webkit-text-stroke-color: var(--electrolux-blue);
  background-color: #7b8a9c;
  width: 35%;
  padding: 20px 40px 40px;
}

.heading-18 {
  color: var(--white);
  -webkit-text-stroke-color: var(--blue-mid);
}

.text-block-21 {
  color: var(--white);
  width: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.section-13 {
  background-image: url('../images/pote.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  min-height: 435px;
  max-height: 650px;
  display: flex;
}

.text-block-22 {
  font-size: 14px;
  font-weight: 400;
}

.text-block-23 {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.heading-19 {
  font-size: 38px;
}

.div-block-46 {
  padding-right: 60px;
}

.se-o-7 {
  background-color: #dfe7ea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 330px;
  padding-left: 400px;
  padding-right: 400px;
  display: flex;
}

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

.heading-20 {
  color: #001852;
}

.paragraph-10 {
  color: #001852;
  text-align: center;
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 30px;
}

.button-2 {
  text-align: center;
  background-color: #001852;
  align-self: stretch;
  padding: 7px 12px;
  font-size: 22px;
  line-height: 28px;
}

.text-block-24 {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-25 {
  padding-bottom: 20px;
}

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

.div-block-49 {
  padding-right: 60px;
}

.slide-16 {
  background-image: url('../images/Layer-140.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bold-text-5 {
  font-size: 20px;
}

.text-block-16-copy {
  margin-top: 27px;
  font-size: 24px;
  line-height: 28px;
}

.button-3 {
  background-color: var(--electrolux-blue);
  text-align: center;
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

@media screen and (min-width: 1280px) {
  .header {
    height: 725px;
  }

  .heading-6 {
    font-size: 40px;
  }

  .se-o-8 {
    height: 800px;
  }

  .paragraph-10 {
    color: #001852;
  }

  .button-2 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    background-position: 10% 66%, 50% 100%;
    height: 775px;
    min-height: 750px;
    max-height: 825px;
  }

  .bloco-4 {
    background-image: linear-gradient(to bottom, var(--white) 15%, var(--blue-light) 15%);
    height: 600px;
    min-height: 575px;
    max-height: 650px;
  }

  .div-block-14 {
    width: 850px;
    min-width: 825px;
    left: 440px;
  }

  .image-3 {
    width: 425px;
  }

  .div-block-38 {
    width: 850px;
    min-width: 825px;
    left: 440px;
  }

  .bloco-8 {
    height: 600px;
    margin-top: -70px;
    bottom: -70px;
  }

  .bloco-9 {
    background-image: linear-gradient(#fff 15%, #adbac3 15%);
    height: 600px;
    min-height: 575px;
    max-height: 650px;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    background-image: url('../images/banner.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1025px;
    min-height: 1000px;
    max-height: 1100px;
  }

  .div-block {
    width: 675px;
    min-width: 650px;
    max-width: 750px;
    padding-top: 50px;
    padding-right: 60px;
  }

  .div-block-2 {
    padding: 40px 45px;
  }

  .div-block-3 {
    padding: 35px 45px 40px;
  }

  .heading, .paragraph {
    font-size: 45px;
    line-height: 50px;
  }

  .bloco-1 {
    padding: 60px 100px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .bloco-2 {
    height: 900px;
    min-height: 875px;
    max-height: 950px;
  }

  .container-2 {
    max-width: 1550px;
  }

  .div-block-5 {
    padding-top: 60px;
    padding-left: 75px;
  }

  .div-block-6 {
    width: 450px;
    min-width: 425px;
    max-width: 500px;
  }

  .heading-3 {
    font-size: 60px;
    line-height: 65px;
  }

  .paragraph-2 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .footer {
    padding: 75px;
  }

  .bloco-3 {
    height: 700px;
    min-height: 675px;
    max-height: 800px;
  }

  .bloco-4 {
    height: 775px;
    min-height: 725px;
    max-height: 875px;
  }

  .div-block-10 {
    background-size: 835px;
  }

  .div-block-11 {
    padding-right: 100px;
  }

  .heading-4 {
    font-size: 55px;
    line-height: 60px;
  }

  .paragraph-3 {
    margin-bottom: 8px;
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-13 {
    background-size: 1075px;
  }

  .div-block-14 {
    width: 1000px;
    min-width: 975px;
    max-width: 1500px;
    height: 350px;
    min-height: 325px;
    max-height: 400px;
    padding: 45px 300px 45px 60px;
    left: 500px;
  }

  .heading-5 {
    font-size: 55px;
    line-height: 60px;
  }

  .paragraph-4 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-4 {
    height: 875px;
    min-height: 850px;
    max-height: 900px;
  }

  .div-block-15 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .heading-6 {
    width: 85%;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 60px;
  }

  .text-block-4 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-5 {
    font-size: 30px;
    line-height: 35px;
  }

  .slider-2 {
    height: 950px;
    min-height: 925px;
    max-height: 1000px;
  }

  .div-block-18 {
    grid-column-gap: 155px;
    grid-row-gap: 155px;
    padding: 75px 75px 60px;
  }

  .div-block-18.div-block-18-3 {
    padding-left: 125px;
    padding-right: 75px;
  }

  .div-block-18.div-block-18-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .right-arrow-2 {
    width: 75px;
    height: 75px;
    margin-right: 20px;
  }

  .icon-slide {
    font-size: 55px;
    line-height: 55px;
  }

  .left-arrow-2 {
    width: 75px;
    height: 75px;
    margin-left: 20px;
  }

  .div-block-20 {
    margin-bottom: 25px;
  }

  .heading-7.heading-7-3 {
    font-size: 55px;
    line-height: 65px;
  }

  .image-2 {
    width: 105px;
  }

  .bloco-5 {
    height: 900px;
    min-height: 925px;
    max-height: 975px;
  }

  .bloco-6 {
    padding: 65px 75px;
  }

  .image-3 {
    width: 525px;
  }

  .paragraph-6 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-5 {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-4 {
    width: 110px;
  }

  .text-block-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .bloco-7 {
    height: 950px;
    min-height: 925px;
    max-height: 1000px;
  }

  .div-block-22 {
    width: 700px;
    min-width: 675px;
    max-width: 750px;
  }

  .div-block-24 {
    padding: 40px 45px;
  }

  .heading-8 {
    font-size: 55px;
    line-height: 65px;
  }

  .div-block-25 {
    padding: 35px 45px 45px;
  }

  .text-block-7, .paragraph-7 {
    font-size: 30px;
    line-height: 35px;
  }

  .section-9 {
    height: 850px;
    min-height: 825px;
    max-height: 900px;
  }

  .grid {
    padding-bottom: 115px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-26 {
    padding: 50px 100px 55px;
  }

  .heading-9 {
    font-size: 45px;
    line-height: 50px;
  }

  .image-5 {
    width: 150px;
  }

  .image-5.image-5-2 {
    width: 200px;
  }

  .image-5.image-5-3 {
    width: 105px;
  }

  .heading-10 {
    font-size: 33px;
    line-height: 35px;
  }

  .heading-10.heading-10-2 {
    font-size: 30px;
  }

  .text-block-8 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-27 {
    width: 675px;
    min-width: 625px;
    max-width: 725px;
  }

  .heading-11 {
    font-size: 45px;
    line-height: 50px;
  }

  .container-6 {
    max-width: 1250px;
  }

  .div-block-28 {
    padding: 45px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .container-7 {
    max-width: 1750px;
  }

  .image-6 {
    width: 325px;
  }

  .text-block-9 {
    font-size: 18px;
    line-height: 23px;
  }

  .link-trade {
    width: 160px;
    right: 45px;
  }

  .se-o-1 {
    align-items: center;
    width: 100%;
    height: 160px;
    position: absolute;
  }

  .image-7 {
    height: 80px;
  }

  .text-block-10 {
    width: 170px;
    padding-bottom: 100px;
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-30 {
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    padding-bottom: 60px;
    padding-left: 220px;
    display: flex;
  }

  .heading-12 {
    color: #fff;
    font-size: 62px;
    line-height: 66px;
  }

  .div-block-31 {
    width: 560px;
    height: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-11 {
    color: #fff;
    text-align: right;
    width: 216px;
    font-size: 26px;
    line-height: 28px;
  }

  .text-block-12 {
    font-size: 25px;
    line-height: 27px;
  }

  .text-block-13 {
    color: #fff;
    font-size: 35px;
    line-height: 38px;
  }

  .se-o-3-copy {
    flex-direction: row;
    justify-content: center;
    height: 1080px;
    display: none;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 90px;
    display: flex;
  }

  .div-block-32 {
    justify-content: flex-end;
    padding-right: 220px;
    display: flex;
  }

  .div-block-33 {
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    padding-bottom: 60px;
    padding-left: 220px;
    display: flex;
  }

  .heading-13 {
    color: #fff;
    font-size: 62px;
    line-height: 66px;
  }

  .div-block-34 {
    width: 560px;
    height: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-14 {
    color: #fff;
    text-align: right;
    width: 216px;
    font-size: 26px;
    line-height: 28px;
  }

  .text-block-15 {
    font-size: 25px;
    line-height: 27px;
  }

  .se-o-3 {
    flex-direction: row;
    justify-content: center;
    height: 1080px;
    display: flex;
  }

  .text-block-16 {
    color: #fff;
    font-size: 35px;
    line-height: 38px;
  }

  .div-block-35 {
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 90px;
    display: flex;
  }

  .div-block-36 {
    justify-content: flex-end;
    padding-right: 220px;
    display: flex;
  }

  .div-block-37 {
    background-size: 1075px;
  }

  .heading-14 {
    font-size: 55px;
    line-height: 60px;
  }

  .div-block-38 {
    width: 1000px;
    min-width: 975px;
    max-width: 1500px;
    height: 350px;
    min-height: 325px;
    max-height: 400px;
    padding: 45px 300px 45px 60px;
    left: 500px;
  }

  .text-block-17 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-8 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-9 {
    margin-bottom: 8px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-15 {
    font-size: 55px;
    line-height: 60px;
  }

  .bloco-8 {
    height: 700px;
    min-height: 675px;
    max-height: 800px;
  }

  .div-block-40 {
    background-size: 835px;
  }

  .bloco-9 {
    height: 775px;
    min-height: 725px;
    max-height: 875px;
  }

  .div-block-41 {
    padding-right: 100px;
  }

  .se-o-8 {
    background-color: #7b8a9c;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1080px;
    padding-bottom: 0;
    display: flex;
  }

  .heading-16 {
    color: #fff;
    margin-bottom: 70px;
    font-size: 50px;
    line-height: 54px;
  }

  .div-block-42 {
    width: 1280px;
    height: 720px;
  }

  .youtube {
    z-index: 2;
    width: auto;
    height: auto;
    display: block;
  }

  .text-block-18 {
    margin-top: 130px;
    font-size: 56px;
    line-height: 56px;
  }

  .div-block-43 {
    height: 780px;
    max-height: 800px;
  }

  .div-block-21-copy, .div-block-21-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 30%;
    height: 350px;
    min-height: 250px;
    max-height: 400px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-18 {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block-21 {
    font-size: 30px;
    line-height: 35px;
  }

  .section-13 {
    height: 650px;
  }

  .text-block-23 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-19 {
    font-size: 45px;
    line-height: 50px;
  }

  .div-block-46 {
    padding-right: 120px;
  }

  .se-o-7 {
    background-color: #dfe7ea;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 440px;
    padding-left: 600px;
    padding-right: 600px;
    display: flex;
  }

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

  .heading-20 {
    color: #001852;
    font-size: 50px;
    line-height: 54px;
  }

  .paragraph-10 {
    color: #001852;
    text-align: center;
    margin-bottom: 50px;
    font-size: 35px;
    line-height: 38px;
  }

  .button-2 {
    text-align: center;
    background-color: #001852;
    flex: 0 auto;
    align-self: stretch;
    font-size: 35px;
    line-height: 54px;
  }

  .text-block-16-copy {
    color: #fff;
    font-size: 35px;
    line-height: 38px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    background-position: 5% 77%;
    background-size: cover;
  }

  .bloco-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2 {
    font-size: 23px;
    line-height: 28px;
  }

  .bloco-2 {
    background-position: 50% 0;
  }

  .div-block-5 {
    width: 100%;
    padding-bottom: 40px;
    padding-right: 50px;
  }

  .footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    padding: 45px 35px 35px 40px;
  }

  .bloco-4 {
    background-image: linear-gradient(to bottom, var(--white) 25%, var(--blue-light) 25%);
    flex-direction: column;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-11 {
    padding-right: 30px;
  }

  .heading-4 {
    width: 100%;
    min-width: 100%;
  }

  .container-4 {
    width: 100%;
    min-width: 100%;
    max-width: 850px;
  }

  .div-block-12 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .div-block-13 {
    width: 100%;
    height: 550px;
    min-height: 525px;
    max-height: 600%;
    margin-top: -55px;
  }

  .div-block-14 {
    width: 75%;
    min-width: 70%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    padding: 50px 50px 60px;
    left: auto;
  }

  .section-4 {
    flex-direction: column-reverse;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-15 {
    width: 100%;
    height: auto;
    padding: 50px 60px;
  }

  .div-block-16 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .div-block-16.div-block-16-2, .slider {
    height: 650px;
    min-height: 625px;
    max-height: 675px;
  }

  .slider-2 {
    background-color: var(--blue-mid);
    height: 1055px;
    min-height: 1045px;
    max-height: 1075px;
  }

  .div-block-17 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

  .div-block-17.div-block-17-2 {
    flex-direction: column-reverse;
  }

  .div-block-17.div-block-17-3 {
    justify-content: flex-start;
  }

  .div-block-17.div-block-17-4 {
    background-image: none;
    flex-direction: column-reverse;
  }

  .div-block-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .div-block-18.div-block-18-3, .div-block-18.div-block-18-4 {
    padding: 65px 60px 85px;
  }

  .div-block-19 {
    background-color: var(--blue-mid);
    width: 100%;
    height: 550px;
    min-height: 525px;
    max-height: 600px;
  }

  .div-block-19.div-block-19-2 {
    width: 100%;
    height: 550px;
    min-height: 525px;
    max-height: 600px;
  }

  .div-block-19.div-block-19-3, .div-block-19.div-block-19-4 {
    height: 750px;
    min-height: 725px;
    max-height: 775px;
  }

  .container-5.container-5-1 {
    background-color: var(--electrolux-blue);
    max-width: 1050px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 40px 60px 50px;
  }

  .container-5.container-5-2 {
    background-color: var(--blue-light);
    max-width: 1050px;
    margin-right: 0;
    padding: 45px 60px 55px;
  }

  .container-5.container-5-3 {
    background-color: var(--electrolux-blue);
    max-width: 1050px;
    padding: 45px 60px 55px;
  }

  .container-5.container-5-4 {
    background-color: var(--blue-light);
    max-width: 1050px;
    padding: 40px 60px 50px;
  }

  .container-5.container-5-5 {
    max-width: 1050px;
  }

  .bloco-5 {
    flex-direction: column-reverse;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .bloco-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .div-block-21.div-block-21-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6 {
    font-size: 17px;
    line-height: 20px;
  }

  .bloco-7 {
    align-items: flex-end;
  }

  .div-block-22 {
    width: 550px;
    min-width: 525px;
    max-width: 600px;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-24 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .div-block-25 {
    padding-bottom: 30px;
  }

  .text-block-7 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-7 {
    font-size: 22px;
    line-height: 25px;
  }

  .grid {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .container-7 {
    width: 100%;
    max-width: 1050px;
  }

  .image-6 {
    width: 225px;
    margin-right: 15px;
  }

  .text-block-9 {
    font-size: 12px;
    line-height: 18px;
  }

  .link-trade {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .div-block-37 {
    width: 100%;
    height: 550px;
    min-height: 525px;
    max-height: 600%;
    margin-top: -55px;
  }

  .div-block-38 {
    width: 75%;
    min-width: 70%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    padding: 50px 50px 60px;
    left: auto;
  }

  .heading-15 {
    width: 100%;
    min-width: 100%;
  }

  .container-9 {
    width: 100%;
    min-width: 100%;
    max-width: 850px;
  }

  .div-block-39 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .bloco-9 {
    background-image: linear-gradient(#fff 25%, #adbac3 25%);
    flex-direction: column;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-41 {
    padding-right: 30px;
  }

  .div-block-21-copy.div-block-21-2, .div-block-21-copy-copy.div-block-21-2, .div-block-21-copy-copy.div-block-21-2, .div-block-21-copy-copy.div-block-21-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 0%;
    padding-right: 0;
  }

  .div-block {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-2 {
    padding: 40px 40px 35px;
  }

  .image {
    margin-bottom: 15px;
    display: block;
  }

  .div-block-3 {
    padding: 30px 40px 35px;
  }

  .div-block-4 {
    background-position: 100% 100%;
    width: 100%;
    height: 475px;
    min-height: 450px;
    max-height: 525px;
  }

  .bloco-1 {
    text-align: left;
    padding: 35px 30px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-5 {
    padding: 30px 40px 25px;
  }

  .div-block-6 {
    width: 245px;
    min-width: 200px;
  }

  .heading-3 {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-2 {
    width: 100%;
    min-width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block {
    font-size: 15px;
    line-height: 17px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .bloco-3 {
    flex-direction: column-reverse;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-10 {
    background-position: 50% 65%;
    background-size: cover;
    width: 100%;
    height: 450px;
    min-height: 425px;
    max-height: 475px;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
    padding: 40px;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-14 {
    width: 80%;
    min-width: 75%;
    padding: 30px 30px 65px;
  }

  .heading-5 {
    width: 100%;
    min-width: 100%;
  }

  .paragraph-4 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-3 {
    width: 65%;
  }

  .div-block-15 {
    padding: 40px 40px 45px;
  }

  .div-block-16.div-block-16-2 {
    height: 475px;
    min-height: 450px;
    max-height: 500px;
  }

  .slider {
    height: 525px;
    min-height: 500px;
    max-height: 550px;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-18.div-block-18-3, .div-block-18.div-block-18-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-19, .div-block-19.div-block-19-2 {
    height: 500px;
    min-height: 475px;
    max-height: 525px;
  }

  .container-5.container-5-1, .container-5.container-5-2 {
    padding-bottom: 45px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-5.container-5-3 {
    padding: 40px 40px 35px;
  }

  .container-5.container-5-4 {
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-7, .heading-7.heading-7-3 {
    font-size: 40px;
    line-height: 45px;
  }

  .bloco-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 40px 20px;
  }

  .bloco-6.bloco-6-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 375px;
  }

  .paragraph-6 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .image-4 {
    width: 75px;
  }

  .text-block-6 {
    font-size: 13px;
    line-height: 18px;
  }

  .div-block-22 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .section-9 {
    height: 500px;
    min-height: 475px;
    max-height: 525px;
  }

  .grid {
    grid-column-gap: 15px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-26 {
    padding: 30px 40px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-5 {
    width: 90px;
  }

  .image-5.image-5-2 {
    width: 115px;
  }

  .image-5.image-5-3 {
    width: 65px;
  }

  .heading-10 {
    font-size: 18px;
    line-height: 23px;
  }

  .heading-10.heading-10-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-27 {
    padding-top: 0;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-28 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 30px;
  }

  .button {
    font-size: 17px;
  }

  .container-7 {
    flex-direction: column;
  }

  .image-6 {
    width: 250px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .link-trade {
    width: 115px;
    margin-bottom: 0;
    position: static;
  }

  .heading-14 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-38 {
    width: 80%;
    min-width: 75%;
    padding: 30px 30px 65px;
  }

  .text-block-17 {
    width: 65%;
  }

  .paragraph-8, .paragraph-9 {
    font-size: 20px;
    line-height: 25px;
  }

  .bloco-8 {
    flex-direction: column-reverse;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-40 {
    background-position: 50% 65%;
    background-size: cover;
    width: 100%;
    height: 450px;
    min-height: 425px;
    max-height: 475px;
  }

  .div-block-41 {
    width: 100%;
    height: auto;
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-left: 0%;
    padding-right: 0;
  }

  .div-block-2 {
    padding: 35px 30px 25px;
  }

  .image {
    width: 225px;
    margin-bottom: 10px;
  }

  .div-block-3 {
    padding: 25px 30px;
  }

  .heading {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-4 {
    background-image: url('../images/banner.png');
    background-position: 100% 100%;
    height: 325px;
    min-height: 300px;
    max-height: 350px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 29px;
  }

  .bloco-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-2 {
    font-size: 15px;
    line-height: 21px;
  }

  .div-block-5 {
    padding: 25px 30px 20px;
  }

  .div-block-6 {
    width: 75%;
    min-width: 70%;
    max-width: 85%;
    margin-right: 10px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-2 {
    width: 100%;
    min-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block {
    font-size: 13px;
    line-height: 17px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-10 {
    background-position: 50% 100%;
    height: 350px;
    min-height: 300px;
    max-height: 375px;
  }

  .div-block-11 {
    padding: 30px 30px 20px;
  }

  .heading-4 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-3 {
    font-size: 17px;
    line-height: 23px;
  }

  .div-block-13 {
    background-position: 85% 100%;
    background-size: 450px;
    height: 335px;
    min-height: 300px;
    max-height: 350%;
    padding: 20px 15px 20px 20px;
  }

  .div-block-14 {
    width: 90%;
    min-width: 85%;
    padding-bottom: 55px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-5 {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
    font-size: 31px;
    line-height: 35px;
  }

  .paragraph-4 {
    font-size: 17px;
    line-height: 23px;
  }

  .text-block-3 {
    width: 85%;
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-15 {
    padding: 30px;
  }

  .div-block-15.div-block-15-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-16.div-block-16-2 {
    height: 325px;
    min-height: 275px;
    max-height: 300px;
  }

  .slider {
    height: 300px;
    min-height: 275px;
    max-height: 350px;
  }

  .heading-6 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-4 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 26px;
  }

  .slider-2 {
    height: 805px;
    min-height: 775px;
    max-height: 825px;
  }

  .div-block-18.div-block-18-3, .div-block-18.div-block-18-4 {
    padding: 50px 30px;
  }

  .div-block-19, .div-block-19.div-block-19-2 {
    height: 335px;
    min-height: 300px;
    max-height: 350px;
  }

  .div-block-19.div-block-19-3 {
    background-position: 35% 100%;
    height: 550px;
    min-height: 500px;
    max-height: 575px;
  }

  .div-block-19.div-block-19-4 {
    background-position: 50% 100%;
    height: 550px;
    min-height: 500px;
    max-height: 575px;
  }

  .right-arrow-2 {
    width: 40px;
    height: 40px;
    margin-bottom: 480.5px;
    margin-right: 10px;
  }

  .icon-slide {
    font-size: 30px;
    line-height: 30px;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
    margin-bottom: 480.5px;
    margin-left: 10px;
  }

  .container-5.container-5-1, .container-5.container-5-2, .container-5.container-5-3, .container-5.container-5-4 {
    padding: 30px;
  }

  .div-block-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 15px;
  }

  .heading-7, .heading-7.heading-7-2, .heading-7.heading-7-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-2 {
    width: 75px;
  }

  .bloco-6 {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px 25px 35px;
    display: flex;
  }

  .bloco-6.bloco-6-2 {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    width: 250px;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .div-block-21 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-4 {
    width: 65px;
  }

  .text-block-6 {
    font-size: 11px;
    line-height: 16px;
  }

  .bloco-7 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-23 {
    width: 100%;
    height: 300px;
    min-height: 275px;
    max-height: 325px;
  }

  .div-block-24 {
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-25 {
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .text-block-7 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-7 {
    font-size: 17px;
    line-height: 23px;
  }

  .section-9 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 20px 15px;
  }

  .div-block-26 {
    padding: 25px;
  }

  .heading-9 {
    font-size: 25px;
    line-height: 30px;
  }

  .image-5 {
    width: 85px;
  }

  .image-5.image-5-2 {
    width: 100px;
  }

  .image-5.image-5-3 {
    width: 55px;
  }

  .heading-10 {
    font-size: 17px;
    line-height: 22px;
  }

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

  .text-block-8 {
    font-size: 13px;
    line-height: 17px;
  }

  .div-block-27 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .heading-11 {
    font-size: 21px;
    line-height: 30px;
  }

  .div-block-28 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--blue-mid);
    padding: 25px;
  }

  .button {
    font-size: 15px;
    line-height: 22px;
  }

  .div-block-29 {
    width: 100%;
    height: 250px;
    min-height: 200px;
    max-height: 275px;
  }

  .image-6 {
    width: 225px;
  }

  .text-block-9 {
    font-size: 10px;
    line-height: 16px;
  }

  .link-trade {
    width: 105px;
    margin-right: -10px;
  }

  .se-o-1 {
    display: none;
  }

  .text-block-10 {
    width: 50%;
    padding-bottom: 60px;
    font-size: 18px;
  }

  .div-block-30 {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-top: 460px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-12 {
    text-align: left;
    font-size: 30px;
    line-height: 33px;
  }

  .div-block-31 {
    text-align: center;
    width: 100%;
  }

  .text-block-11 {
    text-align: center;
    width: 50%;
    font-size: 18px;
  }

  .text-block-12 {
    color: #fff;
    text-align: center;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    display: block;
  }

  .text-block-13 {
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .se-o-3-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-8 {
    width: 90%;
    padding-left: 0;
  }

  .div-block-32 {
    padding-left: 0;
    padding-right: 30px;
  }

  .div-block-33 {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-top: 460px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 33px;
  }

  .div-block-34 {
    text-align: center;
    width: 100%;
  }

  .text-block-14 {
    text-align: center;
    width: 50%;
    font-size: 18px;
  }

  .text-block-15 {
    color: #fff;
    text-align: center;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    display: block;
  }

  .se-o-3 {
    display: none;
  }

  .text-block-16 {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-35 {
    width: 90%;
    padding-left: 0;
  }

  .div-block-36 {
    padding-left: 0;
    padding-right: 30px;
  }

  .div-block-37 {
    background-position: 85% 100%;
    background-size: 450px;
    height: 335px;
    min-height: 300px;
    max-height: 350%;
    padding: 20px 15px 20px 20px;
  }

  .heading-14 {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
    font-size: 31px;
    line-height: 35px;
  }

  .div-block-38 {
    width: 90%;
    min-width: 85%;
    margin-top: 60px;
    padding-bottom: 55px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-17 {
    width: 85%;
    font-size: 12px;
    line-height: 17px;
  }

  .paragraph-8, .paragraph-9 {
    font-size: 17px;
    line-height: 23px;
  }

  .heading-15 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-40 {
    background-position: 50% 100%;
    height: 350px;
    min-height: 300px;
    max-height: 375px;
  }

  .div-block-41 {
    padding: 30px 30px 20px;
  }

  .se-o-8 {
    height: 450px;
  }

  .heading-16 {
    text-align: center;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 25px;
    line-height: 32px;
  }

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

  .youtube {
    text-align: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
  }

  .text-block-18 {
    margin-top: 40px;
    font-size: 25px;
    line-height: 32px;
  }

  .section-11 {
    flex-flow: column;
  }

  .div-block-43 {
    width: 100%;
    min-height: 300px;
  }

  .heading-17, .text-block-20 {
    width: 90%;
  }

  .div-block-44 {
    width: 100%;
    height: 200px;
  }

  .slide-7 {
    z-index: 1;
    background-color: var(--electrolux-blue);
    background-image: none;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-21-copy, .div-block-21-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-12 {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 450px;
    padding-top: 0%;
    padding-left: 0%;
  }

  .div-block-45 {
    width: 100%;
  }

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

  .text-block-21 {
    font-size: 19px;
  }

  .text-block-23 {
    color: var(--white);
    font-size: 20px;
    line-height: 25px;
  }

  .heading-19 {
    color: var(--white);
    margin-top: 0;
    padding-top: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .se-o-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-20 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .button-2 {
    justify-content: center;
    align-self: center;
    width: 70%;
    font-size: 20px;
    line-height: 25px;
    display: block;
  }

  .button-2.w--current {
    align-self: auto;
    font-size: 18px;
    line-height: 22px;
  }

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

  .text-block-25 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-48 {
    background-color: var(--blue-mid);
    min-height: 250px;
    padding-left: 20px;
    display: block;
  }

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

  .slide-16 {
    background-image: url('../images/Layer-140.png');
  }

  .text-block-16-copy {
    font-size: 20px;
    line-height: 22px;
  }

  .button-3 {
    font-size: 13px;
  }
}

#w-node-f2f9d972-59fa-5ca6-6893-b200b7ba67b4-f5f458fd, #w-node-f2f9d972-59fa-5ca6-6893-b200b7ba67b8-f5f458fd, #w-node-f2f9d972-59fa-5ca6-6893-b200b7ba67bc-f5f458fd, #w-node-_062da6a7-e2ec-e0f6-d8be-c2b8f170c7b5-f5f458fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_Oblique_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_Oblique_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_Oblique_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_Oblique_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_Oblique_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}