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

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

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  -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: #1f242a;
  background-image: none;
}

.section.wide {
  display: none;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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: #1b1b1b;
}

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

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

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  -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: transparent;
  background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7), hsla(0, 0%, 100%, 0) 75%), url('../images/Water_Purifier_PE12A_Power_Jet_Electrolux_Portuguese.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

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

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

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

.hero-content.cont-tablet.div-header-mobile {
  position: static;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  text-align: right;
}

.heading-3 {
  color: #041e50;
}

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

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

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

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

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

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

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

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

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

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

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

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  padding-top: 20px;
  padding-bottom: 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;
  text-align: center;
}

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

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

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

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

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

.quote-wrap {
  display: none;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.slider-arrow {
  color: #d6d6d6;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border: 1px none #000;
}

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

.feature-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap.icons {
  display: block;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quote-slider {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  background-color: transparent;
}

.black-text {
  color: #000;
}

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

.black.h1-aqua {
  font-family: 'Electroluxsans 5', sans-serif;
  color: #041e50;
  font-size: 30px;
}

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

.quote-attribution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

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

.feature-content.fc-mobile {
  overflow: hidden;
  width: 50%;
}

.feature-image {
  display: block;
  width: 50vw;
  -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: 1px none #000;
}

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

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

.image-2 {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

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

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

.heading-4 {
  font-family: 'Electroluxsans 2', sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  padding: 40px 20px 20px 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

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

.cards-grid-container.professional-cards-banner.banner-prof-3-cards-grid.prof-3-grid-main.prof-5-banner-grid-cards {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-13 {
  font-family: 'Electroluxsans 5', sans-serif;
  color: #041e50;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
}

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

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

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

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

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

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

.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-right: 0px;
  padding-left: 0px;
}

.heading-12 {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 5', sans-serif;
  color: #041e50;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

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

.div-block-4.cards-professional-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 40%;
  margin-top: 50px;
  margin-right: 40px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: right;
}

.div-block-4.cards-professional-b.banner-prof-3-div-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.div-block-4.cards-professional-b.banner-prof-3-div-card.prof-5-banner-div-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  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-right: 0px;
  padding-left: 0px;
}

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

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

.heading-14 {
  font-family: 'Electroluxsans 5', sans-serif;
  color: #041e50;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
}

.hero {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(110deg, #020c20, #1f242a);
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 40px;
  -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;
}

.hero-image-2 {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-15 {
  color: #fff;
  font-weight: 400;
}

.text-span {
  font-family: 'Electroluxsans 5', sans-serif;
  font-size: 60px;
  line-height: 60px;
}

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

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

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

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

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

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

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.profile-image {
  position: relative;
  left: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 500px;
  min-width: auto;
  -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: url('../images/Water_Purifier_PE12A_Front_Power_Jet_Electrolux_Portuguese.png');
  background-size: cover;
  background-repeat: no-repeat;
}

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

.profile-image.img--bg--mobile {
  overflow: hidden;
}

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

.content-section.thistle-medium {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ceb3cb;
  background-image: linear-gradient(110deg, #020f29, #1f242a);
}

.h1-white {
  display: none;
  width: 100%;
  margin-top: 10px;
  font-family: 'Electroluxsans 1', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 70px;
}

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

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

.text-box {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 450px;
  max-width: 440px;
  margin-top: 110px;
  margin-right: 10%;
  padding-right: 4%;
  padding-left: 5%;
  -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-color: #b08ead;
  background-image: none;
  background-size: auto;
}

.text-box.left {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  overflow: hidden;
  width: 45%;
  height: auto;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 20%;
  padding-right: 20px;
  padding-left: 60px;
  background-color: transparent;
}

.section-2 {
  display: none;
}

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

.heading-16 {
  font-family: 'Electroluxsans 4', sans-serif;
  color: #041e50;
  text-align: left;
}

.container {
  padding-top: 0px;
}

.heading-17 {
  width: 80%;
  font-family: 'Electroluxsans 1', sans-serif;
  color: #041e50;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

.text-block {
  margin-top: 20px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #041e50;
  font-size: 25px;
  text-align: center;
}

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

.div-block-30 {
  display: block;
  width: 100%;
  height: 350px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 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;
  background-image: url('../images/Captura-de-tela-2020-12-15-181208.png');
  background-position: 0px 0px;
  background-size: cover;
}

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

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: url('../images/Banner2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

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

.centered-container {
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.section-3 {
  display: block;
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: transparent;
}

.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 {
  font-family: 'Electroluxsans 3', sans-serif;
  color: #041e50;
  font-size: 17px;
  font-weight: 400;
}

.section-5 {
  display: none;
  height: auto;
  margin-bottom: 0px;
  padding-top: 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;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.columns {
  height: 100%;
}

.container-2 {
  display: block;
  -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-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-18 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #1f242a;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
}

.container-4 {
  display: block;
  -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-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 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;
}

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

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-left: 20px;
  -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;
}

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

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

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

.heading-19 {
  font-family: 'Electroluxsans 4', sans-serif;
  color: #041e50;
  font-size: 35px;
  text-align: left;
}

.paragraph-2 {
  font-family: 'Electroluxsans 3', sans-serif;
  color: #041e50;
  font-weight: 700;
  text-align: center;
}

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

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 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;
}

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

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

.image-5 {
  width: 80%;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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;
}

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

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

.div-block-39 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 400px;
  -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-39.div-2-slide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.div-block-39.div-3-slide-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.div-block-40 {
  display: block;
  width: 75%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.23))), url('../images/Water_Purifier_PE12A_Panel_Electrolux_Portuguese.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url('../images/Water_Purifier_PE12A_Panel_Electrolux_Portuguese.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide {
  overflow: hidden;
  padding-bottom: 60px;
}

.heading-20 {
  font-family: 'Electroluxsans 3', sans-serif;
  color: #fff;
  text-align: right;
}

.text-block-2 {
  font-family: 'Electroluxsans 2', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: right;
}

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

.image-6 {
  overflow: hidden;
  width: 75%;
}

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

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

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

.text-span-6 {
  font-family: 'Electroluxsans 5', sans-serif;
  color: #041e50;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 40px;
  -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-21 {
  overflow: visible;
  font-family: 'Electroluxsans 2', sans-serif;
  color: #041e50;
  font-size: 30px;
  text-align: center;
}

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

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-44 {
  overflow: hidden;
  margin-bottom: 250px;
}

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

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

.heading-22 {
  font-family: 'Electroluxsans 3', sans-serif;
  color: #041e50;
}

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

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

.text-span-9 {
  font-family: 'Electroluxsans 5', sans-serif;
  color: #041e50;
}

.text-span-10 {
  font-family: 'Electroluxsans 5', sans-serif;
  color: #041e50;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.heading-23 {
  margin-top: 10px;
  font-family: 'Electroluxsans 5', sans-serif;
  color: #041e50;
  font-size: 23px;
  line-height: 35px;
  text-align: center;
}

.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-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-5 {
  display: block;
  height: auto;
  -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-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 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;
}

.heading-24 {
  margin-top: 0px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #041e50;
  font-size: 25px;
}

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

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

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

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 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;
}

.image-8 {
  width: 70%;
}

.lightbox-link {
  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;
}

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

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

.hero-overlay-2 {
  display: none;
  overflow: hidden;
  height: 800px;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/Water_Purifier_PE12A_Power_Jet_Electrolux_Portuguese.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/Water_Purifier_PE12A_Power_Jet_Electrolux_Portuguese.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.slide-2 {
  overflow: hidden;
}

.slide-3 {
  overflow: hidden;
}

.youtube {
  overflow: hidden;
}

.body {
  overflow: visible;
}

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

.container-6 {
  display: block;
  height: auto;
  -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-53 {
  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;
}

.div-block-54 {
  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;
}

.div-block-56 {
  display: none;
  margin-right: 40px;
  margin-left: 40px;
}

.columns-2 {
  height: 300px;
}

.column-3 {
  height: 100%;
  background-image: url('../images/Water_Purifier_PE12A_Versatility_Electrolux_Portuguese.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.column-4 {
  height: 100%;
  background-image: url('../images/3opcoes.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-5 {
  height: 100%;
  background-image: url('../images/contribuicao.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.heading-25 {
  font-family: 'Electroluxsans 5', sans-serif;
  color: #041e50;
  font-size: 20px;
  line-height: 35px;
}

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

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

  .section-3 {
    height: auto;
    background-color: transparent;
  }

  .div-block-44 {
    margin-bottom: 400px;
  }

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

  .div-block-49 {
    width: 100%;
    height: 100%;
    background-color: #0d1118;
  }

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

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

  .section.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

  .quote-wrap {
    width: 70vw;
  }

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

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

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

  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .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-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-9 {
    width: 70%;
  }
}

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

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

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

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

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

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

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

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

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

  .quote-attribution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .feature-content.icons.numbers {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .feature-content.fc-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block {
    width: 100%;
  }

  .footer {
    display: block;
  }

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

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

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

  .cards-grid-container.professional-cards-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

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

  .cards-grid-container.professional-cards-banner.banner-prof-3-cards-grid.prof-3-grid-main.prof-5-banner-grid-cards {
    width: 75%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    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: 0px;
  }

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

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

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

  .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%;
    margin-right: 0px;
    padding-left: 0px;
    -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-27 {
    width: 20%;
  }

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

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

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-container.flex-cont-final-mobile {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

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

  .profile-image.img--bg--mobile {
    left: 75px;
    width: 70%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

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

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

  .section-3 {
    height: 350px;
  }

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

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

  .div-block-35.div-aqua-mobile {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

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

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

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

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

  .hero-image-mask-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

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

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

  .background-video {
    height: 320px;
  }

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

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

  .image-9 {
    width: 35%;
  }

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

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

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

  .section.center.header-tablet.header-mobile {
    height: 700px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Banner-Header-Final.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Banner-Header-Final.jpg');
    background-position: 0px 0px, 35% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.center.header-tablet.header-mobile.heaer-new-ajust {
    height: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/Banner-Header-Final.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/Banner-Header-Final.jpg');
    background-position: 0px 0px, 25% 50%;
    background-size: auto, cover;
  }

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

  .hero-content.cont-tablet.div-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

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

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

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

  .wrap.footer-warp-paragrafo {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }

  .number {
    font-size: 40px;
  }

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

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

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

  .feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .feature-content {
    width: auto;
  }

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

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

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

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

  .cards-grid-container.professional-cards-banner {
    width: auto;
    -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;
  }

  .cards-grid-container.professional-cards-banner.banner-prof-3-cards-grid.prof-3-grid-main {
    width: 85%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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%;
    -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;
  }

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

  .cards-image-mask {
    display: block;
    width: 100%;
    padding-top: 30%;
    -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;
  }

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

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

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

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

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

  .div-block-3.card-banner-prof-div.prof-3-banner-card-div-1-mob {
    display: block;
    width: 28%;
    height: auto;
    padding-right: 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;
    text-align: center;
  }

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

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

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

  .div-block-4.cards-professional-b.banner-prof-3-div-card {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .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: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

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

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

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

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

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

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

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

  .text-box.left {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .hero-overlay.hero-overlay {
    height: 700px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/Banner2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/Banner2.jpg');
    background-position: 0px 0px, 15% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-overlay.hero-overlay.overlay-mobile {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/Banner2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/Banner2.jpg');
    background-position: 0px 0px, 15% 100%;
  }

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

  .section-3 {
    height: 230px;
  }

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

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

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

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

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

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

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

  .div-block-35.div-aqua-mobile {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-4 {
    text-align: center;
  }

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

  .heading-19.call-title-mobile {
    color: #fff;
  }

  .paragraph-2.call-text-mobile {
    color: #fff;
    text-align: center;
  }

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

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

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

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

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

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

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

  .slide {
    padding-bottom: 40px;
  }

  .image-6 {
    width: 80%;
  }

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

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

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

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

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

  .div-block-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-44 {
    text-align: center;
  }

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

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

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

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

  .background-video {
    height: 225px;
  }

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

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

  .image-9 {
    width: 40%;
  }

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

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

  .div-block-55 {
    display: block;
    width: auto;
  }
}

@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;
}