:root {
  --primary: #1f242a;
  --blue: #041e50;
  --white: white;
  --maroon: #68222b;
  --vinho: #3c191d;
  --vinho-claro: #3c0c08;
  --black: #0d1118;
  --cornflower-blue: #809cd3;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  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;
}

.section {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.section.center {
  height: 100vh;
  background-color: var(--primary);
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: none;
}

.section.wide.img {
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.center {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(110deg, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0) 75%), url('../images/Water_Purifier_PE12A_Power_Jet_Electrolux_Portuguese.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.center.header-tablet.header-mobile {
  height: 750px;
  background-image: url('../images/Banner-Header-Final.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 50px 100px 60px;
  overflow: hidden;
}

.section.center.header-tablet.header-mobile.new-ajust {
  height: 600px;
  background-image: url('../images/Header-PE12V-PSD.png');
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section.center {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(110deg, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0) 75%), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.center.header-tablet.header-mobile {
  height: 600px;
  background-image: url('../images/Header-PE12A-PSD.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: hidden;
}

.section.center.header-tablet.header-mobile.heaer-new-ajust {
  height: 650px;
  background-image: url('../images/Header-PE12V-PSD.png');
}

.arrow {
  cursor: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.hero-content {
  z-index: 90;
  width: 75%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.hero-content.cont-tablet {
  width: 80%;
  padding-left: 13vw;
}

.hero-content.cont-tablet.div-header-mobile {
  width: 50%;
  width: 100%;
  height: 100%;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: static;
}

.heading-3 {
  color: var(--blue);
}

.hero-subhead {
  max-width: 60%;
  color: var(--blue);
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}

.hero-subhead.hero-sub-text {
  color: var(--white);
  font-family: "Electroluxsans 4", sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.hero-subhead.hero-sub-text.title-tablet {
  max-width: 100%;
  color: var(--maroon);
  letter-spacing: 2px;
  font-size: 40px;
}

.hero-subhead.hero-sub {
  color: var(--maroon);
  margin-top: 20px;
  font-family: "Electroluxsans 5", sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: none;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.hero-image {
  height: 85vh;
  display: none;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.wrap {
  width: 100%;
  max-width: 900px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrap.footer-warp-paragrafo {
  justify-content: flex-start;
}

.title {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  white-space: normal;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

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

.slide-nav {
  font-size: 7px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.quote-dash {
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
  flex: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-wrap {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.slider-arrow {
  color: #d6d6d6;
}

.feature-wrap {
  width: 100%;
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.feature-wrap.logos {
  height: auto;
  border-style: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: none;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.quote-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  overflow: hidden;
}

.black-text {
  color: #000;
}

.black {
  width: 100%;
  color: #000;
  font-family: "Electroluxsans 3", sans-serif;
  font-size: 31px;
}

.black.h1-aqua {
  color: var(--blue);
  font-family: "Electroluxsans 5", sans-serif;
  font-size: 30px;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-content {
  width: 60%;
  max-width: 100%;
  border: 1px #000;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.feature-image {
  width: 50vw;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: block;
}

.feature-image.f-i-fdesstop {
  display: none;
}

.quote-icon {
  margin-bottom: 45px;
  display: none;
}

.image-2 {
  width: 100%;
  flex: none;
  display: block;
}

.bottom-image-wrap {
  height: auto;
  max-width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.button-wrap {
  width: auto;
  justify-content: center;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.input {
  height: 70px;
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.footer {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 10px;
  display: block;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.heading-4 {
  color: var(--white);
  font-family: "Electroluxsans 2", sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.div-block {
  width: 15%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 20px 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cards-grid-container {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-grid-container.professional-cards-banner {
  width: auto;
  padding-right: 0;
  font-weight: 500;
}

.cards-grid-container.professional-cards-banner.banner-prof-3-cards-grid {
  width: 63%;
  height: auto;
  max-height: none;
  justify-content: flex-end;
  display: flex;
}

.cards-grid-container.professional-cards-banner.banner-prof-3-cards-grid.prof-3-grid-main {
  width: 50%;
  height: auto;
  max-height: none;
  min-height: 0;
}

.cards-grid-container.professional-cards-banner.banner-prof-3-cards-grid.prof-3-grid-main.prof-5-banner-grid-cards {
  width: 70%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
}

.heading-13 {
  color: var(--blue);
  text-align: center;
  font-family: "Electroluxsans 5", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.cards-image-mask {
  width: 65%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0%;
  padding-top: 27%;
  position: relative;
  overflow: hidden;
}

.cards-image-mask.cards-banner {
  width: auto;
  height: 100%;
  max-height: none;
  min-height: 0;
  background-color: var(--blue);
  background-image: linear-gradient(41deg, #323333, var(--primary) 27%, var(--blue) 72%, var(--blue) 102%);
  border-radius: 15%;
  margin-right: 0;
  padding-top: 100%;
}

.cards-image-mask.cards-banner:hover {
  background-image: none;
}

.cards-image {
  width: 40%;
  height: auto;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards-image.banner-padding-image {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 15px;
}

.div-block-3 {
  margin-right: 0;
  padding-right: 0;
}

.div-block-3.card-banner-prof-div {
  width: 30%;
  height: 100%;
  max-height: 200px;
  min-height: 100px;
}

.div-block-3.card-banner-prof-div.prof-3-banner-card-div-1-mob {
  width: 19%;
  padding-left: 0;
  padding-right: 0;
}

.heading-12 {
  color: var(--blue);
  text-align: center;
  margin-bottom: 0;
  font-family: "Electroluxsans 5", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
}

.div-block-4 {
  width: 100%;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.div-block-4.cards-professional-b {
  width: 40%;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  margin-right: 40px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-4.cards-professional-b.banner-prof-3-div-card {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-4.cards-professional-b.banner-prof-3-div-card.prof-5-banner-div-2 {
  justify-content: flex-start;
}

.div-block-27 {
  width: 30%;
  height: 100%;
  max-height: 200px;
  min-height: 100px;
}

.div-block-27.banner-prof-3-card-div-img-3-mob {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-28 {
  width: 30%;
  height: 100%;
  max-height: 200px;
  min-height: 100px;
}

.div-block-28.banner-prof-3-card-div-img-2-mob {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-14 {
  color: var(--blue);
  text-align: center;
  font-family: "Electroluxsans 5", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.hero {
  background-image: linear-gradient(110deg, #020c20, var(--primary));
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.hero-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.heading-15 {
  color: var(--white);
  font-weight: 400;
}

.text-span {
  font-family: "Electroluxsans 5", sans-serif;
  font-size: 80px;
  line-height: 70px;
}

.text-span:hover {
  color: #b4b4b4;
  font-size: 85px;
  line-height: 80px;
}

.mini-title {
  color: #b99bb6;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: 700;
}

.mini-title.white {
  color: #fff;
  text-transform: none;
  margin-bottom: 30px;
  font-family: "Electroluxsans 5", sans-serif;
  font-size: 50px;
  line-height: 45px;
}

.top-border._20 {
  margin-top: 20px;
}

.underline {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

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

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  max-width: 1265px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.profile-image {
  width: 40%;
  height: 500px;
  min-width: auto;
  background-image: url('../images/Water_Purifier_PE12A_Front_Power_Jet_Electrolux_Portuguese.png');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: 135px;
}

.profile-image:hover {
  background-position: 50% 75%;
  background-size: auto;
}

.profile-image.img--bg--mobile {
  background-image: url('../images/Water_Purifier_PE12V_Front_Power_Jet_Electrolux_Portuguese.png');
  background-position: 50%;
}

.profile-image.img--bg--mobile:hover {
  background-position: 50% 75%;
}

.content-section {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section.thistle-medium {
  background-color: #ceb3cb;
  background-image: linear-gradient(110deg, var(--vinho), var(--vinho-claro));
  padding-top: 60px;
  padding-bottom: 60px;
}

.h1-white {
  width: 100%;
  color: #fff;
  font-family: "Electroluxsans 1", sans-serif;
  font-size: 40px;
  line-height: 55px;
  display: none;
}

.text-link-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  font-size: 13.5px;
  transition: opacity .2s;
}

.text-link-2:hover {
  opacity: .8;
}

.text-box {
  z-index: 1;
  width: 35%;
  height: 450px;
  max-width: 440px;
  background-color: #b08ead;
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 110px;
  margin-right: 10%;
  padding-left: 5%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-box.left {
  width: 45%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 20%;
  margin-right: 0%;
  padding-left: 60px;
  padding-right: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.section-2 {
  display: none;
}

.div-block-29 {
  padding: 20px 20px 40px 40px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-16 {
  color: var(--vinho-claro);
  text-align: left;
  font-family: "Electroluxsans 4", sans-serif;
}

.container {
  padding-top: 0;
}

.heading-17 {
  width: 80%;
  color: var(--blue);
  text-align: center;
  font-family: "Electroluxsans 1", sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.text-block {
  color: var(--blue);
  text-align: center;
  margin-top: 20px;
  font-family: "Electroluxsans 3", sans-serif;
  font-size: 25px;
}

.text-block.sec-pen-text-2 {
  font-size: 11px;
}

.div-block-30 {
  width: 100%;
  height: 350px;
  background-image: url('../images/Captura-de-tela-2020-12-15-181208.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-30:hover {
  background-position: -100%;
  background-size: 120%;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: url('../images/Banner2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay.hero-overlay.overlay-mobile {
  height: 750px;
  max-height: 800px;
  background-image: url('../images/Banner-meio-V.jpg');
  background-attachment: scroll;
  overflow: hidden;
}

.centered-container {
  height: 70%;
  text-align: left;
  flex: 1;
  display: block;
}

.section-3 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.paragraph {
  width: 100%;
  margin-bottom: 40px;
  font-family: "Electroluxsans 4", sans-serif;
}

.paragraph.text-aqua {
  color: var(--blue);
  font-family: "Electroluxsans 3", sans-serif;
  font-size: 17px;
}

.section-5 {
  height: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: none;
}

.column {
  height: 100%;
  justify-content: center;
  display: flex;
}

.column-2 {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.columns {
  height: 100%;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.div-block-32 {
  width: 70%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-18 {
  color: var(--primary);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: "Electroluxsans 3", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.div-block-33 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4 {
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-34 {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.image-3 {
  width: 90%;
  margin-left: 40px;
  display: none;
}

.div-block-35 {
  width: 80%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.div-block-35.div-aqua-mobile {
  width: 50%;
  padding-left: 10px;
}

.image-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.heading-19 {
  color: var(--blue);
  text-align: left;
  font-family: "Electroluxsans 4", sans-serif;
  font-size: 35px;
}

.paragraph-2 {
  color: var(--blue);
  text-align: center;
  font-family: "Electroluxsans 3", sans-serif;
  font-weight: 700;
}

.paragraph-2.call-text-mobile {
  text-align: left;
}

.div-block-37 {
  margin-bottom: 250px;
  display: flex;
}

.text-span-2, .text-span-3 {
  font-family: "Electroluxsans 5", sans-serif;
}

.image-5 {
  width: 80%;
}

.div-block-38 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-3 {
  color: var(--white);
  text-align: left;
  font-family: "Electroluxsans 2", sans-serif;
  font-size: 11px;
  line-height: 20px;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}

.div-block-39 {
  width: 100%;
  height: 400px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-40 {
  width: 75%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .23), rgba(0, 0, 0, .23)), url('../images/Water_Purifier_PE12A_Panel_Electrolux_Portuguese.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  display: block;
}

.slide {
  padding-bottom: 60px;
}

.heading-20 {
  color: var(--white);
  text-align: right;
  font-family: "Electroluxsans 3", sans-serif;
}

.text-block-2 {
  color: var(--white);
  text-align: right;
  font-family: "Electroluxsans 2", sans-serif;
  font-size: 16px;
}

.text-span-4 {
  font-family: "Electroluxsans 5", sans-serif;
}

.image-6 {
  width: 75%;
}

.image-6.img-7 {
  width: 70%;
}

.image-6.img-8 {
  width: 60%;
}

.text-span-5 {
  font-family: "Electroluxsans 5", sans-serif;
}

.text-span-6 {
  color: var(--blue);
  font-family: "Electroluxsans 5", sans-serif;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.heading-21 {
  color: var(--blue);
  text-align: center;
  font-family: "Electroluxsans 2", sans-serif;
  font-size: 30px;
  overflow: visible;
}

.text-span-7 {
  font-family: "Electroluxsans 5", sans-serif;
}

.div-block-43 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-2 {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: block;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

.heading-22 {
  color: var(--blue);
  font-family: "Electroluxsans 3", sans-serif;
}

.text-span-8 {
  font-family: "Electroluxsans 5", sans-serif;
}

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

.text-span-9, .text-span-10 {
  color: var(--blue);
  font-family: "Electroluxsans 5", sans-serif;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-23 {
  color: var(--blue);
  text-align: center;
  margin-top: 10px;
  font-family: "Electroluxsans 5", sans-serif;
  font-size: 23px;
  line-height: 35px;
}

.image-7 {
  display: none;
}

.div-block-47 {
  width: 100%;
  height: 1080px;
}

.background-video {
  width: 90%;
  height: 700px;
}

.div-block-48 {
  width: 100%;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-5 {
  height: auto;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.heading-24 {
  color: var(--blue);
  margin-top: 0;
  font-family: "Electroluxsans 3", sans-serif;
  font-size: 25px;
}

.text-span-11, .text-span-12, .text-span-13 {
  font-family: "Electroluxsans 5", sans-serif;
}

.div-block-51 {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-8 {
  width: 70%;
}

.lightbox-link {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-14 {
  font-size: 30px;
  line-height: 45px;
}

.image-9 {
  width: 45%;
  display: block;
}

.div-block-52 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-53 {
  width: 100%;
  height: 400px;
}

.div-block-54 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-56 {
  width: 45%;
  text-align: left;
}

.hero-subhead-2 {
  max-width: 60%;
  color: #041e50;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}

.hero-subhead-2.hero-sub-text {
  color: #fff;
  font-family: "Electroluxsans 4", sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.hero-subhead-2.hero-sub-text.title-tablet {
  max-width: 100%;
  color: #041e50;
  letter-spacing: 3px;
  font-size: 50px;
}

.hero-subhead-2.hero-sub {
  max-width: 100%;
  color: #041e50;
  margin-top: 20px;
  font-family: "Electroluxsans 5", sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.div-block-57 {
  width: 16%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 20px 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-58 {
  padding: 20px 20px 40px 40px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-25 {
  color: var(--maroon);
  text-align: left;
  font-family: "Electroluxsans 4", sans-serif;
}

.div-block-59 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -35px;
  display: flex;
}

.grid {
  width: 100%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.feature-nano-pure {
  width: 100%;
  height: auto;
  background-image: url('../images/bg-hikari.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.footer-2 {
  background-color: #041e50;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  font-family: "Electroluxsans 2", sans-serif;
  font-size: 10px;
  line-height: 20px;
}

.image-14 {
  width: 150px;
  display: block;
}

.footer-list-2 {
  width: 85%;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 10px;
  display: block;
}

.image-15 {
  width: 130px;
}

.link-block-2 {
  position: absolute;
  right: 3%;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .background-video {
    width: 95%;
    height: 765px;
  }

  .div-block-61 {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .section.center.header-tablet.header-mobile.new-ajust {
    height: 800px;
  }

  .section.center.header-tablet.header-mobile {
    height: 900px;
  }

  .section.center.header-tablet.header-mobile.heaer-new-ajust {
    height: 950px;
  }

  .black.h1-aqua {
    color: var(--maroon);
  }

  .section-3 {
    height: 720px;
    background-color: rgba(0, 0, 0, 0);
  }

  .background-video {
    width: 90%;
    height: 950px;
  }

  .div-block-49 {
    width: 100%;
    height: 100%;
    background-color: var(--black);
  }

  .div-block-61 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .section.center {
    height: auto;
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .section.center.header-tablet {
    height: 100vh;
    background-position: 0 0, 70%;
  }

  .section.center.header-tablet.header-mobile {
    background-position: 0 0, 80%;
    justify-content: flex-end;
    padding-bottom: 30px;
  }

  .section.center.header-tablet.header-mobile.new-ajust {
    height: 500px;
    background-position: 50%;
  }

  .section.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .section.center.header-tablet {
    height: 100vh;
    background-position: 0 0, 70%;
  }

  .section.center.header-tablet.header-mobile {
    height: 500px;
  }

  .section.center.header-tablet.header-mobile.heaer-new-ajust {
    background-position: 50%;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-content.cont-tablet {
    width: 85%;
    padding-left: 5vw;
  }

  .hero-content.cont-tablet.div-header-mobile {
    width: 85%;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .hero-subhead.hero-sub-text.title-tablet {
    color: var(--white);
    font-size: 35px;
    line-height: 45px;
  }

  .hero-subhead.hero-sub {
    color: var(--white);
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .wrap.footer-warp-paragrafo {
    width: 70%;
    width: 70%;
  }

  .quote-wrap {
    width: 70vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-icon {
    flex: none;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .heading-4 {
    font-size: 8vw;
  }

  .heading-4.title-2-tablet {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block {
    width: 25%;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .cards-grid-container.professional-cards-banner.banner-prof-3-cards-grid.prof-3-grid-main.prof-5-banner-grid-cards {
    width: 80%;
  }

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

  .div-block-3.card-banner-prof-div.prof-3-banner-card-div-1-mob {
    width: 20%;
  }

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

  .div-block-4.cards-professional-b.banner-prof-3-div-card.prof-5-banner-div-2 {
    padding-left: 10px;
  }

  .div-block-27.banner-prof-3-card-div-img-3-mob {
    width: 21%;
  }

  .div-block-28.banner-prof-3-card-div-img-2-mob {
    width: 26%;
  }

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

  .profile-image {
    min-width: 420px;
  }

  .text-box {
    width: 45%;
    margin-right: 5%;
  }

  .text-box.left {
    margin-left: 10%;
  }

  .hero-overlay.hero-overlay {
    background-image: url('../images/Banner2.jpg');
    background-position: 25% 100%;
  }

  .section-3 {
    height: 450px;
  }

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

  .div-block-43 {
    width: 30%;
  }

  .div-block-45.final-fiv-mobile {
    padding-left: 20px;
  }

  .background-video {
    width: 100%;
    height: 450px;
  }

  .div-block-48 {
    width: 100%;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    width: 70%;
  }

  .hero-subhead-2 {
    font-size: 24px;
    line-height: 31px;
  }

  .hero-subhead-2.hero-sub-text.title-tablet {
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-57 {
    width: 25%;
  }

  .div-block-59 {
    margin-bottom: 0;
  }

  .image-10 {
    width: 185px;
  }

  .image-14 {
    width: 150px;
  }

  .footer-list-2 {
    width: 65%;
  }

  .div-block-61 {
    width: 30%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section.center.header-tablet.header-mobile {
    background-position: 0 0, 75% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 200px;
    padding-right: 40px;
  }

  .section.center.header-tablet.header-mobile.heaer-new-ajust {
    background-position: 45%;
    background-size: cover;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .hero-content.cont-tablet.div-header-mobile {
    width: 100%;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .hero-subhead.hero-sub-text.title-tablet {
    max-width: 80%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .wrap {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .wrap.footer-warp-paragrafo {
    width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .quote-slider {
    height: 400px;
    min-height: auto;
  }

  .black.h1-aqua {
    text-align: center;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .feature-content.icons {
    width: auto;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    width: 50%;
    flex: none;
    align-items: center;
  }

  .feature-content.fc-mobile {
    width: 75%;
    flex-direction: column;
    display: flex;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .form-2 {
    flex-direction: column;
  }

  .form-block {
    width: 100%;
  }

  .footer {
    display: block;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .div-block {
    width: 35%;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    display: flex;
  }

  .cards-grid-container.professional-cards-banner {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cards-grid-container.professional-cards-banner.banner-prof-3-cards-grid.prof-3-grid-main {
    width: 75%;
    height: 100%;
  }

  .cards-grid-container.professional-cards-banner.banner-prof-3-cards-grid.prof-3-grid-main.prof-5-banner-grid-cards {
    width: 75%;
    justify-content: flex-start;
  }

  .heading-13 {
    font-size: 12px;
  }

  .cards-image-mask {
    width: 50%;
    padding-top: 40%;
  }

  .cards-image-mask.cards-banner {
    width: auto;
    height: 100%;
  }

  .cards-image {
    width: 70%;
  }

  .cards-image.banner-padding-image {
    width: 100%;
    height: 100%;
  }

  .cards-image.banner-padding-image.banner-prof-3-card-img-3 {
    width: auto;
  }

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

  .div-block-3.card-banner-prof-div {
    width: 20%;
    max-height: none;
    min-height: 0;
  }

  .heading-12 {
    font-size: 12px;
  }

  .div-block-4 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-4.cards-professional-b {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-4.cards-professional-b.banner-prof-3-div-card {
    width: 100%;
  }

  .div-block-4.cards-professional-b.banner-prof-3-div-card.prof-5-banner-div-2 {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-27 {
    width: 20%;
  }

  .div-block-28 {
    width: 20%;
    display: block;
  }

  .heading-14 {
    font-size: 12px;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .flex-container.flex-cont-final-mobile {
    flex-flow: column;
    display: block;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .text-span {
    font-size: 70px;
  }

  .content-wrapper {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .profile-image {
    width: 80%;
    min-width: auto;
    left: 40px;
  }

  .profile-image.img--bg--mobile {
    width: 70%;
    justify-content: flex-end;
    position: relative;
    left: 135px;
  }

  .h1-white {
    font-size: 30px;
  }

  .text-box.left {
    width: 50%;
    margin-left: 0%;
    margin-right: 2%;
    padding-left: 60px;
    padding-right: 20px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .section-3 {
    height: 350px;
  }

  .paragraph.text-aqua {
    text-align: center;
  }

  .div-block-35.div-aqua-mobile {
    width: 100%;
    padding-left: 0;
  }

  .image-4 {
    display: block;
  }

  .div-block-39 {
    height: auto;
  }

  .div-block-41 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .hero-2 {
    padding: 40px 20px;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-22 {
    text-align: center;
  }

  .div-block-45.final-fiv-mobile {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .background-video {
    height: 320px;
  }

  .div-block-48 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-14 {
    font-size: 26px;
  }

  .image-9 {
    width: 35%;
  }

  .div-block-53 {
    height: auto;
  }

  .div-block-55 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-subhead-2.hero-sub-text.title-tablet {
    max-width: 100%;
  }

  .div-block-57 {
    width: 35%;
    padding-top: 20px;
  }

  .image-11 {
    width: 400px;
  }

  .image-10 {
    width: 125px;
  }

  .feature-nano-pure {
    padding: 40px;
  }

  .footer-2 {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .image-14 {
    width: 150px;
  }

  .footer-list-2 {
    width: 85%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-2 {
    position: static;
  }

  .div-block-61 {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .section.center {
    padding-bottom: 10vh;
  }

  .section.center.header-tablet.header-mobile {
    height: 550px;
    background-position: 0 0, 70% 0;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }

  .section.center.header-tablet.header-mobile.new-ajust {
    height: 550px;
    background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/Banner-Header-Final.jpg');
    background-position: 0 0, 25% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.center {
    padding-bottom: 10vh;
  }

  .section.center.header-tablet.header-mobile {
    height: 700px;
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Banner-Header-Final_1.jpg');
    background-position: 0 0, 35%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.center.header-tablet.header-mobile.heaer-new-ajust {
    height: 550px;
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Banner-Header-Final.jpg');
    background-position: 0 0, 25%;
    background-size: auto, cover;
  }

  .hero-content.cont-tablet {
    width: 100%;
    text-align: center;
  }

  .hero-content.cont-tablet.div-header-mobile {
    justify-content: center;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .hero-subhead.hero-sub-text.title-tablet {
    max-width: 100%;
    letter-spacing: 3px;
    margin-top: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .hero-subhead.hero-sub {
    max-width: 100%;
    font-size: 50px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .hero-image {
    width: 80%;
    display: none;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .wrap.footer-warp-paragrafo {
    width: 100%;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .number {
    font-size: 40px;
  }

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

  .slider-arrow {
    font-size: 24px;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .quote-slider {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .black.h1-aqua {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-content.fc-mobile {
    display: block;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap, .form-2 {
    width: 90vw;
    flex-direction: column;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
    display: block;
  }

  .footer-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-4 {
    font-size: 42px;
    line-height: 56px;
  }

  .div-block {
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .cards-grid-container.professional-cards-banner {
    width: auto;
    justify-content: center;
    align-items: flex-start;
  }

  .cards-grid-container.professional-cards-banner.banner-prof-3-cards-grid.prof-3-grid-main {
    width: 85%;
    justify-content: center;
  }

  .cards-grid-container.professional-cards-banner.banner-prof-3-cards-grid.prof-3-grid-main.prof-5-banner-grid-cards {
    width: 80%;
    justify-content: center;
    align-items: flex-start;
  }

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

  .cards-image-mask {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 30%;
    display: block;
  }

  .cards-image-mask.cards-banner {
    width: auto;
    height: 100%;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    padding: 100% 0% 0;
    display: flex;
    overflow: hidden;
  }

  .cards-image {
    width: 30%;
    display: inline-block;
    top: 0%;
    bottom: auto;
    left: 33%;
    right: 0%;
  }

  .cards-image.banner-padding-image {
    width: 100%;
    height: 100%;
    flex: 1;
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .div-block-3, .div-block-3.card-banner-prof-div {
    width: auto;
  }

  .div-block-3.card-banner-prof-div.prof-3-banner-card-div-1-mob {
    width: 28%;
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .heading-12 {
    font-size: 10px;
    line-height: 15px;
  }

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

  .div-block-4.cards-professional-b {
    width: auto;
    align-items: center;
    margin-right: 0;
    display: none;
  }

  .div-block-4.cards-professional-b.banner-prof-3-div-card, .div-block-4.cards-professional-b.banner-prof-3-div-card.prof-5-banner-div-2 {
    width: 100%;
    justify-content: center;
  }

  .div-block-27 {
    width: 50%;
    height: auto;
    overflow: hidden;
  }

  .div-block-27.banner-prof-3-card-div-img-3-mob {
    width: 28%;
    max-height: none;
    min-height: 0;
    padding-left: 0;
  }

  .div-block-28 {
    width: auto;
  }

  .div-block-28.banner-prof-3-card-div-img-2-mob {
    width: 28%;
    height: auto;
    max-height: none;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .text-span {
    font-size: 55px;
  }

  .mini-title.white {
    text-align: center;
    font-size: 35px;
  }

  .profile-image {
    width: 100%;
    max-width: 100%;
    left: 0;
  }

  .profile-image.img--bg--mobile {
    background-position: 50%;
    left: auto;
  }

  .profile-image.img--bg--mobile:hover {
    background-size: cover;
  }

  .content-section.thistle-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h1-white {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
  }

  .text-box {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .text-box.left {
    width: 100%;
    justify-content: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 30px;
  }

  .div-block-29 {
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
  }

  .heading-17 {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .hero-overlay.hero-overlay {
    height: 700px;
    background-image: linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/Banner2.jpg');
    background-position: 0 0, 15% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-overlay.hero-overlay.overlay-mobile {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Banner-meio-V.jpg');
    background-position: 0 0, 15%;
  }

  .centered-container {
    text-align: left;
  }

  .section-3 {
    height: 230px;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .paragraph.text-aqua {
    text-align: center;
    padding-top: 10px;
  }

  .section-6 {
    padding-top: 25vw;
    padding-bottom: 50vw;
  }

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

  .div-block-33 {
    width: 95%;
  }

  .image-3 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-35 {
    width: 100%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-35.div-aqua-mobile {
    justify-content: center;
  }

  .image-4, .heading-19 {
    text-align: center;
  }

  .heading-19.call-title-mobile {
    color: var(--white);
    line-height: 45px;
  }

  .paragraph-2.call-text-mobile {
    color: var(--white);
    text-align: center;
    font-size: 15px;
  }

  .div-block-37 {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 22px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-39 {
    height: 200px;
  }

  .slide {
    padding-bottom: 40px;
  }

  .image-6, .image-6.img-7, .image-6.img-8 {
    width: 80%;
  }

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

  .heading-21 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-42 {
    text-align: center;
    display: block;
  }

  .div-block-43 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-44 {
    text-align: center;
    display: block;
  }

  .hero-2 {
    padding-bottom: 60px;
  }

  .heading-22.final-h2-mb {
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .background-video {
    height: 225px;
  }

  .heading-24 {
    text-align: center;
    font-size: 20px;
  }

  .text-span-14 {
    font-size: 24px;
  }

  .image-9 {
    width: 40%;
  }

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

  .hero-subhead-2.hero-sub-text.title-tablet {
    max-width: 100%;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
  }

  .hero-subhead-2.hero-sub {
    max-width: 100%;
    color: #fff;
    font-size: 50px;
  }

  .div-block-57 {
    width: 50%;
    padding-left: 20px;
  }

  .div-block-58 {
    padding: 10px 10px 10px 20px;
    display: block;
  }

  .heading-25 {
    font-size: 13px;
  }

  .text-span-15 {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-59 {
    width: 100%;
    align-items: center;
    margin-bottom: 0;
    padding: 20px;
  }

  .bold-text-2 {
    font-family: "Electroluxsans 5", sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .image-11 {
    display: none;
  }

  .div-block-60 {
    width: 100%;
    border: 2px solid #bebebe;
    border-radius: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 10px;
    display: flex;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   "."
                   "Area"
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
  }

  .text-span-17 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-4 {
    width: 100%;
    color: #041e50;
    text-align: left;
    margin-bottom: 0;
    font-family: "Electroluxsans 3", sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .image-13 {
    margin-bottom: 0;
  }

  .image-10 {
    width: 185px;
  }

  .feature-nano-pure {
    padding: 30px 10px 40px;
  }

  .bold-text {
    font-family: "Electroluxsans 4", sans-serif;
  }

  .fn-icones {
    width: 80px;
    height: 80px;
    background-image: url('../images/icone-carvao_1icone-carvao.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 2px solid #041e50;
    border-radius: 200px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-icones.fn-icone-2 {
    background-image: url('../images/icone-meltborown_1icone-meltborown.png');
    background-size: 45%;
  }

  .heading-26 {
    width: 100%;
    color: #041e50;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: "Electroluxsans 2", sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-26.h1-grid-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .image-12 {
    width: 200px;
  }

  .footer-2 {
    padding: 40px 20px;
    display: flex;
  }

  .paragraph-5 {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 15px;
  }

  .image-14 {
    width: 130px;
  }

  .footer-list-2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-15 {
    width: 115px;
  }

  .div-block-61 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }
}

#w-node-_98ff23b7-ca27-07ba-2067-dfea6e76c31f-31fe9f17 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_98ff23b7-ca27-07ba-2067-dfea6e76c31f-31fe9f17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: '1';
  src: url('../fonts/GothamMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype'), url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLight.otf') format('opentype'), url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 2';
  src: url('../fonts/ElectroluxSans_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 1';
  src: url('../fonts/ElectroluxSans_Oblique_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 3';
  src: url('../fonts/ElectroluxSans_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 4';
  src: url('../fonts/ElectroluxSans_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 2';
  src: url('../fonts/ElectroluxSans_Oblique_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 5';
  src: url('../fonts/ElectroluxSans_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 3';
  src: url('../fonts/ElectroluxSans_Oblique_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 4';
  src: url('../fonts/ElectroluxSans_Oblique_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 1';
  src: url('../fonts/ElectroluxSans_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 5';
  src: url('../fonts/ElectroluxSans_Oblique_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}