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

.body {
  background-color: #fff;
  font-family: 'Electrolux Sans', sans-serif;
  color: #041e50;
  font-size: 15px;
  font-weight: 300;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 725px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/LES09-Header.jpg');
  background-position: 0% 65%;
  background-size: 1500px;
  background-repeat: no-repeat;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  padding: 30px 0px 30px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid {
  width: 100%;
  padding: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(4, 30, 80, 0.95);
  color: #fff;
}

.image {
  width: 185px;
  margin-bottom: 0px;
}

.div-block-3 {
  position: static;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 475px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 30px;
  border-bottom: 0px solid #041e50;
  background-color: rgba(4, 30, 80, 0.95);
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  text-transform: none;
}

.paragraph {
  width: 110%;
  margin-bottom: 0px;
  padding: 20px 30px;
  background-color: rgba(173, 185, 195, 0.95);
  color: #041e50;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-icone {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #adb9c3;
  border-radius: 200px;
  background-image: url('../images/Washer_LES09_TopView_Electrolux_1000x1000.png');
  background-position: 50% 42%;
  background-size: 450px;
  background-repeat: no-repeat;
  text-align: center;
}

.h-icone.h-icone-2 {
  background-image: url('../images/Washer_LES09_Filter_Electrolux_1000x1000.png');
  background-position: 50% 70%;
  background-size: 200px;
}

.h-icone.h-icone-3 {
  background-image: url('../images/llllllLES09_TopView_Electrolux.png');
  background-position: 70% 50%;
  background-size: cover;
}

.text-block {
  font-weight: 400;
  text-align: center;
}

.bold-text {
  color: #041e50;
  font-weight: 700;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 30, 80, 0.95)), to(rgba(4, 30, 80, 0.95))), url('../images/LES09_Laundry_Electrolux.jpg');
  background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.95), rgba(4, 30, 80, 0.95)), url('../images/LES09_Laundry_Electrolux.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tabela {
  width: 275px;
}

.image-7 {
  width: 525px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-13 {
  text-align: right;
}

.div-block-20 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-28 {
  font-family: 'Font Awesome', sans-serif;
  font-weight: 900;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Electrolux Sans', sans-serif;
  color: #071d41;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.esp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding: 40px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #adb9c3;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Electrolux Sans', sans-serif;
  color: #041e50;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.titulo-tabela {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #071d41;
  font-family: 'Electrolux Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #031a44;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 155px;
}

.paragraph-4 {
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: 'Electrolux Sans', sans-serif;
  color: #f1f1f1;
  font-size: 11px;
  line-height: 17px;
  font-weight: 300;
}

.div-block-19 {
  position: absolute;
  right: 30px;
}

.image-6 {
  width: 125px;
}

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

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  padding: 40px 50px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.div-block-23 {
  width: 55%;
  height: 100%;
  background-image: url('../images/LLLES09_TopView_Electrolux.png');
  background-position: 50% 0%;
  background-size: 550px;
  background-repeat: no-repeat;
}

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

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  background-image: url('../images/Washer_LES09_TopView_Electrolux_1000x1000.png');
  background-position: 50% 0%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Washer_LES09_Perspective_Electrolux_1000x1000.png');
  background-size: 600px;
  background-repeat: no-repeat;
}

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

.paragraph-5 {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 20% 50%, #dfe7ea, #7b8a9c);
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 20px 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Washer_LES09_FrontView_Electrolux_1000x1000.png');
  background-position: 50% -5%;
  background-size: 140%;
  background-repeat: no-repeat;
}

.slide-nav {
  display: none;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 40px 75px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-26 {
  width: 175px;
  height: 175px;
  border-radius: 200px;
  background-image: url('../images/llllllLES09_TopView_Electrolux.png');
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -14px 14px 20px 5px rgba(4, 30, 80, 0.8);
}

.image-8 {
  width: 100px;
}

.heading-8 {
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7b8a9c;
}

.column-15 {
  height: 100%;
  background-image: url('../images/LES11-Imagem-3.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-27 {
  padding: 40px 60px;
  color: #fff;
}

.heading-9 {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.paragraph-7 {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}

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

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #041e50;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tabs-menu {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 330px;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/LLLES09_TopView_Electrolux.png');
  background-position: 50% 0%;
  background-size: 1200px;
  background-repeat: no-repeat;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 230px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 90px;
}

.heading-10 {
  margin-top: 10px;
  color: #dfe7ea;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
}

.paragraph-8 {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.tab-pane-tab-2 {
  width: 100%;
  height: 100%;
}

.tab-pane-tab-3 {
  width: 100%;
  height: 100%;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-16 {
  height: 100%;
  background-color: #fff;
  background-image: url('../images/Washer_LES09_Filter_Electrolux_1000x1000.png');
  background-position: 45% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #7b8a9c;
}

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

.image-10 {
  width: 100px;
}

.heading-11 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

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

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: -99px;
  margin-right: -56px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #7b8a9c;
  font-family: 'Font Awesome', sans-serif;
  color: #dfe7ea;
  font-size: 20px;
  font-weight: 900;
}

.tab-link-tab-1.w--current {
  left: 156px;
  top: 14px;
  margin-top: -128px;
  margin-right: 100px;
  margin-left: auto;
  background-color: #041e50;
  color: #fff;
}

.tab-link-tab-2 {
  left: -20px;
  top: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: -109px;
  margin-right: auto;
  margin-left: 91px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #7b8a9c;
  font-family: 'Font Awesome', sans-serif;
  color: #dfe7ea;
  font-size: 20px;
  font-weight: 900;
}

.tab-link-tab-2.w--current {
  background-color: #041e50;
  color: #fff;
}

.bold-text-4 {
  color: #dfe7ea;
}

.bold-text-5 {
  color: #dfe7ea;
}

.bold-text-6 {
  color: #dfe7ea;
}

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

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

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

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

.tab-link-tab-3 {
  bottom: 53px;
  display: none;
  width: 40px;
  height: 40px;
  margin-top: 155px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #7b8a9c;
  font-family: 'Font Awesome', sans-serif;
  color: #dfe7ea;
  font-size: 20px;
  font-weight: 900;
}

.tab-link-tab-3.w--current {
  background-color: #041e50;
  color: #fff;
}

.heading-12 {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.text-span-29 {
  font-weight: 600;
}

.text-span-30 {
  font-weight: 600;
}

.text-span-31 {
  font-weight: 600;
}

.tab-link-tab-2-2 {
  position: static;
  left: 9px;
  top: 111px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0% 0px 0px 0%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #7b8a9c;
  font-family: 'Font Awesome', sans-serif;
  color: #dfe7ea;
  font-size: 20px;
  font-weight: 900;
}

.tab-link-tab-2-2.w--current {
  background-color: #041e50;
  color: #fff;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.bold-text-11 {
  color: #dfe7ea;
}

.tab-link-tab-1-2 {
  position: static;
  left: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 0%;
  margin-right: 0px;
  margin-left: 0%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #7b8a9c;
  font-family: 'Font Awesome', sans-serif;
  color: #dfe7ea;
  font-size: 20px;
  font-weight: 900;
}

.tab-link-tab-1-2.w--current {
  position: static;
  margin-top: 0%;
  margin-right: 0px;
  margin-left: 0%;
  background-color: #041e50;
  color: #fff;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #041e50;
}

.tabs-menu-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 330px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-image: url('../images/Washer_LES09_PAINEL.png');
  background-position: 50% 100%;
  background-size: 1300px;
  background-repeat: no-repeat;
}

.tab-link-tab-3-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 0%;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #7b8a9c;
  font-family: 'Font Awesome', sans-serif;
  color: #dfe7ea;
  font-size: 20px;
  font-weight: 900;
}

.tab-link-tab-3-2.w--current {
  background-color: #041e50;
  color: #fff;
}

.text-span-33 {
  font-weight: 600;
}

.tab-link-tab-3-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 35px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #7b8a9c;
  font-family: 'Font Awesome', sans-serif;
  color: #dfe7ea;
  font-size: 20px;
  font-weight: 900;
}

.tab-link-tab-3-3.w--current {
  background-color: #041e50;
  color: #fff;
}

.tab-link-tab-2-3 {
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0px 0px 0px 325px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #7b8a9c;
  font-family: 'Font Awesome', sans-serif;
  color: #dfe7ea;
  font-size: 20px;
  font-weight: 900;
}

.tab-link-tab-2-3.w--current {
  margin-top: 0px;
  margin-left: 325px;
  background-color: #041e50;
  color: #fff;
}

.paragraph-10 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.tab-link-tab-1-3 {
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0px 0px 0px 140px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #7b8a9c;
  font-family: 'Font Awesome', sans-serif;
  color: #dfe7ea;
  font-size: 20px;
  font-weight: 900;
}

.tab-link-tab-1-3.w--current {
  position: static;
  left: 52%;
  top: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #041e50;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.tabs-menu-3 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 310px;
  padding-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-image: url('../images/Washer_LES09_PAINEL.png');
  background-position: 50% 100%;
  background-size: 1300px;
  background-repeat: no-repeat;
}

.heading-13 {
  margin-top: 10px;
  color: #dfe7ea;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 250px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .header {
    background-image: url('../images/LES09-Header.jpg');
    background-position: 0% 65%;
    background-size: 1500px;
  }

  .h-icone.h-icone-3 {
    background-position: 70% 50%;
  }

  .slide-2 {
    background-image: url('../images/Washer_LES09_Perspective_Electrolux_1000x1000.png');
  }

  .column-16 {
    background-size: cover;
  }

  .text-span-32 {
    font-weight: 600;
  }

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

  .tab-link-tab-2-3 {
    margin-top: 0%;
  }

  .tab-link-tab-2-3.w--current {
    margin-top: 0%;
  }

  .tab-link-tab-1-3.w--current {
    left: 1%;
    top: 12%;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    height: 800px;
    background-image: url('../images/LES09-Header.jpg');
    background-position: 0% 65%;
    background-size: 1600px;
  }

  .div-block {
    padding: 40px 0px 40px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image {
    width: 195px;
  }

  .div-block-4 {
    width: 500px;
  }

  .h-icone.h-icone-3 {
    background-position: 70% 50%;
  }

  .section-1 {
    height: 600px;
  }

  .tabela {
    width: 300px;
  }

  .image-7 {
    width: 500px;
  }

  .div-block-21 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .esp {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .image-5 {
    width: 175px;
  }

  .image-6 {
    width: 130px;
  }

  .slide {
    background-position: 50% -5%;
  }

  .slide-2 {
    background-position: 50% -5%;
  }

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

  .section-2 {
    height: 600px;
  }

  .div-block-24 {
    padding-right: 60px;
    padding-left: 60px;
    background-size: 140%;
  }

  .tabs-menu {
    height: 375px;
    padding-top: 60px;
    background-size: 1325px;
  }

  .div-block-28 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns-6 {
    height: 600px;
  }

  .column-16 {
    background-size: cover;
  }

  .tab-link-tab-1 {
    margin-top: -135px;
  }

  .tab-link-tab-1.w--current {
    margin-top: -170px;
  }

  .tab-link-tab-2 {
    left: 22px;
    margin-top: -155px;
    margin-left: 65px;
  }

  .tab-link-tab-2.w--current {
    margin-top: -157px;
  }

  .tab-link-tab-3 {
    margin-top: 175px;
  }

  .heading-12 {
    width: 85%;
    font-size: 35px;
    line-height: 45px;
  }

  .tab-link-tab-2-2 {
    left: 22px;
  }

  .div-block-31 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-link-tab-1-2 {
    margin-top: -9%;
  }

  .tabs-menu-2 {
    position: static;
    height: 375px;
    background-size: 1325px;
  }

  .tab-link-tab-3-3 {
    margin-top: 45px;
  }

  .tab-link-tab-2-3 {
    left: auto;
    margin-top: 0px;
    margin-left: 325px;
  }

  .tab-link-tab-2-3.w--current {
    margin-top: 0%;
    margin-left: 325px;
  }

  .tab-link-tab-1-3 {
    margin-top: 0px;
    margin-left: 140px;
  }

  .tab-link-tab-1-3.w--current {
    left: 12%;
    top: 20%;
    margin-top: 0px;
    margin-left: 140px;
  }

  .tabs-menu-3 {
    height: 330px;
    padding-top: 45px;
    background-size: 1325px;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    width: 100%;
    height: 1050px;
    background-image: url('../images/LES09-Header.jpg');
    background-position: 0% 75%;
    background-size: 2220px;
  }

  .div-block {
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .grid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image {
    width: 275px;
  }

  .div-block-3 {
    margin-top: 0px;
  }

  .div-block-4 {
    width: 675px;
  }

  .heading {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 45px;
    line-height: 55px;
  }

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

  .h-icone {
    width: 125px;
    height: 125px;
  }

  .h-icone.h-icone-2 {
    background-size: 260px;
  }

  .h-icone.h-icone-3 {
    background-position: 70% 50%;
  }

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

  .section-1 {
    height: 850px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 30, 80, 0.95)), to(rgba(4, 30, 80, 0.95))), url('../images/LES11-Header.jpg');
    background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.95), rgba(4, 30, 80, 0.95)), url('../images/LES11-Header.jpg');
    background-size: auto, 3700px;
  }

  .tabela {
    width: 375px;
  }

  .image-7 {
    width: 650px;
  }

  .div-block-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .esp {
    padding-right: 60px;
    padding-left: 60px;
  }

  .columns-4 {
    font-size: 18px;
    line-height: 25px;
  }

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

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

  .div-block-18 {
    margin-right: 175px;
  }

  .image-5 {
    width: 225px;
  }

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

  .div-block-19 {
    right: 40px;
  }

  .image-6 {
    width: 200px;
  }

  .div-block-22 {
    padding-right: 60px;
    padding-left: 40px;
  }

  .div-block-23 {
    background-position: 50% 0%;
    background-size: 750px;
  }

  .slide {
    background-position: 50% -5%;
    background-size: 850px;
  }

  .slide-2 {
    background-size: 850px;
  }

  .heading-7 {
    font-size: 60px;
    line-height: 70px;
  }

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

  .section-2 {
    height: 800px;
  }

  .div-block-24 {
    padding: 40px 100px;
    background-size: 160%;
  }

  .div-block-25 {
    padding-right: 120px;
    padding-left: 80px;
  }

  .div-block-26 {
    width: 225px;
    height: 225px;
    background-image: url('../images/llllllLES09_TopView_Electrolux.png');
    background-position: 70% 50%;
    background-size: cover;
  }

  .image-8 {
    width: 125px;
  }

  .heading-8 {
    font-size: 70px;
    line-height: 80px;
  }

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

  .columns-5 {
    height: 750px;
  }

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

  .heading-9 {
    font-size: 70px;
    line-height: 80px;
  }

  .paragraph-7 {
    font-size: 35px;
    line-height: 45px;
  }

  .tabs-menu {
    height: 500px;
    padding-top: 55px;
    background-size: 1850px;
  }

  .div-block-29 {
    width: 75%;
    height: 300px;
    padding-top: 60px;
  }

  .image-9 {
    width: 125px;
  }

  .heading-10 {
    font-size: 45px;
    line-height: 55px;
  }

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

  .columns-6 {
    height: 800px;
  }

  .column-16 {
    background-size: cover;
  }

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

  .image-10 {
    width: 125px;
  }

  .heading-11 {
    font-size: 70px;
    line-height: 80px;
  }

  .paragraph-9 {
    font-size: 35px;
    line-height: 45px;
  }

  .tab-link-tab-1 {
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 30px;
  }

  .tab-link-tab-2 {
    left: 73px;
    top: 164px;
    width: 55px;
    height: 55px;
    margin-top: -309px;
    margin-left: 47px;
    font-size: 30px;
    line-height: 30px;
  }

  .tab-link-tab-2.w--current {
    margin-top: -315px;
  }

  .tab-link-tab-3 {
    width: 55px;
    height: 55px;
    margin-top: 250px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-12 {
    font-size: 40px;
    line-height: 50px;
  }

  .tab-link-tab-2-2 {
    left: 73px;
    top: 164px;
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 30px;
  }

  .tab-link-tab-1-2 {
    left: 83px;
    top: 24px;
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 30px;
  }

  .tab-link-tab-1-2.w--current {
    left: 187px;
  }

  .tabs-menu-2 {
    height: 500px;
    background-size: 1850px;
  }

  .tab-link-tab-3-2 {
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 30px;
  }

  .tab-link-tab-3-3 {
    position: static;
    width: 55px;
    height: 55px;
    margin-top: 90px;
    font-size: 30px;
    line-height: 30px;
  }

  .tab-link-tab-2-3 {
    position: static;
    left: 73px;
    top: 164px;
    width: 55px;
    height: 55px;
    margin-top: 0%;
    margin-left: 450px;
    font-size: 30px;
    line-height: 30px;
  }

  .tab-link-tab-2-3.w--current {
    margin-top: 0%;
    margin-left: 460px;
  }

  .paragraph-10 {
    font-size: 30px;
    line-height: 40px;
  }

  .tab-link-tab-1-3 {
    width: 55px;
    height: 55px;
    margin-top: 0%;
    margin-left: 220px;
    font-size: 30px;
    line-height: 30px;
  }

  .tab-link-tab-1-3.w--current {
    position: static;
    left: 53%;
    top: 15%;
    bottom: 0px;
    margin-top: 0%;
    margin-left: 220px;
  }

  .tabs-menu-3 {
    height: 475px;
    padding-top: 60px;
    background-size: 1950px;
  }

  .heading-13 {
    font-size: 45px;
    line-height: 55px;
  }

  .div-block-32 {
    width: 75%;
    height: 300px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 600px;
    background-image: url('../images/LES09-Header.jpg');
    background-position: 0% 100%;
    background-size: cover;
  }

  .div-block {
    padding: 40px 0px 40px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .image {
    width: 155px;
  }

  .div-block-4 {
    width: 375px;
  }

  .heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .h-icone {
    width: 90px;
    height: 90px;
  }

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

  .section-1 {
    height: 525px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 30, 80, 0.95)), to(rgba(4, 30, 80, 0.95))), url('../images/LES11-Header.jpg');
    background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.95), rgba(4, 30, 80, 0.95)), url('../images/LES11-Header.jpg');
    background-size: auto, 1500px;
  }

  .tabela {
    width: 250px;
  }

  .image-7 {
    width: 550px;
  }

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

  .div-block-21 {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
  }

  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-6 {
    text-align: left;
  }

  .esp {
    padding: 40px 0px 0px;
  }

  .footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-18 {
    width: 85%;
    margin-right: 125px;
  }

  .image-5 {
    width: 135px;
  }

  .paragraph-4 {
    margin-left: 15px;
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-19 {
    right: 25px;
  }

  .image-6 {
    width: 115px;
  }

  .div-block-22 {
    padding-left: 40px;
  }

  .div-block-23 {
    background-position: 50% 0%;
    background-size: 450px;
  }

  .slide {
    background-position: 50% 50%;
    background-size: 450px;
  }

  .slide-2 {
    background-position: 50% -20%;
    background-size: 450px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .section-2 {
    height: 475px;
  }

  .div-block-24 {
    padding: 10px;
    background-position: 50% -10%;
    background-size: 750px;
  }

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

  .div-block-26 {
    width: 150px;
    height: 150px;
  }

  .image-8 {
    width: 90px;
  }

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

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

  .columns-5 {
    height: 400px;
  }

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

  .heading-9 {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-7 {
    font-size: 20px;
    line-height: 30px;
  }

  .tabs-menu {
    height: 225px;
    padding-top: 30px;
    background-size: 800px;
  }

  .div-block-29 {
    width: 85%;
    height: 265px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns-6 {
    height: 450px;
  }

  .column-16 {
    background-position: 40% 100%;
    background-size: 550px;
  }

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

  .image-10 {
    width: 90px;
  }

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

  .paragraph-9 {
    font-size: 20px;
    line-height: 30px;
  }

  .tab-link-tab-1 {
    margin-right: 80px;
  }

  .tab-link-tab-1.w--current {
    margin-right: 80px;
  }

  .tab-link-tab-2 {
    margin-left: 80px;
  }

  .tab-link-tab-3 {
    margin-top: 70px;
  }

  .heading-12 {
    width: 85%;
    font-size: 25px;
    line-height: 35px;
  }

  .tab-link-tab-2-2 {
    margin-left: 80px;
  }

  .tab-link-tab-1-2 {
    margin-right: 80px;
  }

  .tab-link-tab-1-2.w--current {
    margin-right: 80px;
  }

  .tabs-menu-2 {
    height: 225px;
    padding-top: 20px;
    background-size: 800px;
  }

  .tab-link-tab-3-2 {
    margin-top: 0px;
  }

  .tab-link-tab-3-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tab-link-tab-2-3 {
    margin-left: 210px;
  }

  .tab-link-tab-2-3.w--current {
    margin-left: 210px;
  }

  .tab-link-tab-1-3 {
    margin-top: 0%;
    margin-right: 0px;
    margin-left: 110px;
  }

  .tab-link-tab-1-3.w--current {
    margin-top: 0%;
    margin-right: 0px;
    margin-left: 110px;
  }

  .tabs-menu-3 {
    height: 205px;
    padding-top: 30px;
    background-size: 800px;
  }

  .div-block-32 {
    width: 95%;
    height: 265px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block {
    width: 100%;
    height: 450px;
    padding: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/LES09-Header.jpg');
    background-position: 45% 80%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-2 {
    position: relative;
    width: 100%;
    margin-top: -25px;
    margin-bottom: 0px;
    padding: 0px 0px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid {
    background-color: #041e50;
  }

  .image {
    width: 155px;
  }

  .div-block-4 {
    width: 85%;
    margin-top: 0px;
  }

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

  .paragraph {
    background-color: #adb9c3;
  }

  .section-1 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 30, 80, 0.95)), to(rgba(4, 30, 80, 0.95))), url('../images/LES11-Header.jpg');
    background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.95), rgba(4, 30, 80, 0.95)), url('../images/LES11-Header.jpg');
    background-size: auto, 1500px;
  }

  .tabela {
    width: 275px;
  }

  .image-7 {
    width: 450px;
  }

  .div-block-13 {
    padding: 20px;
  }

  .div-block-21 {
    margin-bottom: 0px;
    padding: 0px 20px 40px;
  }

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

  .heading-6 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .esp {
    padding: 30px 0px 0px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-18 {
    width: 95%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-4 {
    margin-top: 15px;
    margin-left: 0px;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
  }

  .div-block-19 {
    position: static;
    margin-top: 20px;
  }

  .div-block-22 {
    width: 100%;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-23 {
    width: 100%;
    height: 450px;
    background-size: 425px;
  }

  .slide {
    background-position: 50% -10%;
  }

  .slide-2 {
    background-position: 50% -10%;
  }

  .heading-7 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .section-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-image: radial-gradient(circle farthest-corner at 50% 100%, #dfe7ea, #7b8a9c);
  }

  .div-block-24 {
    width: 100%;
    height: 400px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-25 {
    width: 100%;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-8 {
    width: 85px;
  }

  .heading-8 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }

  .columns-5 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-15 {
    height: 450px;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-9 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }

  .tabs-menu {
    height: 200px;
    padding-top: 20px;
    background-size: 725px;
  }

  .div-block-29 {
    width: 85%;
  }

  .image-9 {
    width: 85px;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 40px;
  }

  .columns-6 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-16 {
    height: 450px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-10 {
    width: 85px;
  }

  .heading-11 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }

  .tab-link-tab-1 {
    width: 35px;
    height: 35px;
    margin-right: 75px;
    font-size: 15px;
    line-height: 15px;
  }

  .tab-link-tab-1.w--current {
    margin-right: 75px;
  }

  .tab-link-tab-2 {
    width: 35px;
    height: 35px;
    margin-left: 75px;
    font-size: 15px;
    line-height: 15px;
  }

  .tab-link-tab-3 {
    width: 35px;
    height: 35px;
    margin-top: 40px;
    font-size: 15px;
    line-height: 15px;
  }

  .heading-12 {
    width: 90%;
    font-size: 20px;
    line-height: 30px;
  }

  .tab-link-tab-2-2 {
    width: 35px;
    height: 35px;
    margin-left: 75px;
    font-size: 15px;
    line-height: 15px;
  }

  .tab-link-tab-1-2 {
    width: 35px;
    height: 35px;
    margin-right: 75px;
    font-size: 15px;
    line-height: 15px;
  }

  .tab-link-tab-1-2.w--current {
    margin-right: 75px;
  }

  .tabs-menu-2 {
    height: 185px;
    padding-top: 20px;
    background-position: 50% 3%;
    background-size: 750px;
  }

  .tab-link-tab-3-2 {
    width: 35px;
    height: 35px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .tab-link-tab-3-3 {
    width: 35px;
    height: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 15px;
  }

  .tab-link-tab-2-3 {
    width: 35px;
    height: 35px;
    margin-top: 0%;
    margin-left: 190px;
    font-size: 15px;
    line-height: 15px;
  }

  .tab-link-tab-2-3.w--current {
    margin-top: 0%;
    margin-left: 190px;
  }

  .paragraph-10 {
    font-size: 18px;
    line-height: 28px;
  }

  .tab-link-tab-1-3 {
    width: 35px;
    height: 35px;
    margin-top: 0%;
    margin-right: 0px;
    margin-left: 100px;
    font-size: 15px;
    line-height: 15px;
  }

  .tab-link-tab-1-3.w--current {
    margin-top: 0%;
    margin-right: 0px;
    margin-left: 100px;
  }

  .tabs-menu-3 {
    height: 185px;
    padding-top: 25px;
    background-size: 725px;
  }

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

  .div-block-32 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-image: none;
  }

  .div-block {
    height: 325px;
    padding: 20px 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/LES09-Header.jpg');
    background-position: 45% 100%;
    background-size: cover;
  }

  .div-block-2 {
    margin-top: -20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

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

  .image {
    width: 125px;
  }

  .div-block-4 {
    width: 90%;
  }

  .heading {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 29px;
    line-height: 39px;
  }

  .paragraph {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .h-icone {
    width: 75px;
    height: 75px;
    background-size: 350px;
  }

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

  .tabela {
    width: 245px;
  }

  .image-7 {
    width: 350px;
  }

  .div-block-13 {
    padding: 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-21 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

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

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

  .esp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-4 {
    font-size: 13px;
  }

  .titulo-tabela {
    font-size: 15px;
  }

  .footer {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-18 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-4 {
    margin-top: 20px;
    margin-left: 0px;
    font-size: 10px;
    line-height: 15px;
    text-align: left;
  }

  .div-block-19 {
    position: static;
    margin-top: 20px;
  }

  .div-block-22 {
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block-23 {
    height: 350px;
    background-position: 50% 0%;
    background-size: 325px;
  }

  .slide {
    background-position: 50% 0%;
    background-size: 350px;
  }

  .slide-2 {
    background-position: 50% 0%;
    background-size: 350px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-24 {
    height: 350px;
    padding: 15px 20px;
    background-size: 600px;
  }

  .div-block-25 {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-26 {
    width: 110px;
    height: 110px;
  }

  .image-8 {
    width: 80px;
  }

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

  .column-15 {
    height: 300px;
  }

  .div-block-27 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .tabs-menu {
    background-size: 725px;
  }

  .div-block-29 {
    width: 90%;
    height: 290px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-9 {
    width: 80px;
  }

  .paragraph-8 {
    font-size: 15px;
    line-height: 25px;
  }

  .column-16 {
    height: 350px;
    background-size: cover;
  }

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

  .image-10 {
    width: 80px;
  }

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

  .tab-link-tab-1.w--current {
    margin-top: -30px;
    margin-right: 130px;
    margin-left: -21px;
  }

  .tab-link-tab-2 {
    margin-top: -117px;
    margin-left: 69px;
  }

  .tab-link-tab-2-2 {
    margin: 0px 0px 0px 140px;
  }

  .tab-link-tab-2-2.w--current {
    margin: 0px 0px 0px 140px;
  }

  .tab-link-tab-1-2 {
    margin: 0px 0px 0px 125px;
  }

  .tab-link-tab-1-2.w--current {
    margin: 0px 0px 0px 125px;
  }

  .tabs-menu-2 {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    background-position: 50% 4%;
    background-size: 775px;
  }

  .tab-link-tab-3-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tab-link-tab-2-3.w--current {
    margin-left: 190px;
  }

  .paragraph-10 {
    font-size: 15px;
    line-height: 25px;
  }

  .tab-link-tab-1-3.w--current {
    margin-top: 0%;
    margin-left: 100px;
  }

  .tabs-menu-3 {
    padding-top: 20px;
    padding-bottom: 0px;
    background-size: 750px;
  }

  .div-block-32 {
    width: 90%;
    height: 275px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#w-node-_487750a7-6269-9a59-94b4-4b548da19137-06d8f223 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_487750a7-6269-9a59-94b4-4b548da1913a-06d8f223 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_487750a7-6269-9a59-94b4-4b548da1913d-06d8f223 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8b4c97d8-14f6-388c-0c43-5a01f88c8dce-06d8f223 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@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_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  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_2_Light.otf') format('opentype');
  font-weight: 300;
  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_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_4_Semibold.otf') format('opentype');
  font-weight: 600;
  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_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_Oblique_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}