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

.body {
  font-family: ElectroluxSans, sans-serif;
  color: #041e50;
  font-size: 15px;
  font-weight: 300;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  min-height: 100%;
  padding: 40px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/MTO30-Banner.jpg');
  background-position: 0% 90%;
  background-size: 140%;
  background-repeat: no-repeat;
  color: #041e50;
}

.div-block {
  width: 600px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #041e50;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.99995%;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(223, 231, 234, 0.95);
  opacity: 1;
}

.image {
  width: 175px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.99995%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(4, 30, 80, 0.95);
  opacity: 1;
  color: #fff;
}

.heading {
  width: 100%;
  margin-top: 0px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-transform: none;
}

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

.bold-text {
  color: #dfe7ea;
  font-weight: 600;
}

.h-bg-mb {
  display: none;
}

.feature-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  padding-top: 0px;
  -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, 18, 53, 0.95)), to(rgba(0, 18, 53, 0.95))), url('../images/MTO30-Banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 18, 53, 0.95), rgba(0, 18, 53, 0.95)), url('../images/MTO30-Banner.jpg');
  background-position: 0px 0px, 0% 80%;
  background-size: auto, auto;
}

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

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

.esp-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 0px 40px;
  -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-span-9 {
  font-family: 'Font Awesome', sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #071d41;
  font-size: 25px;
  font-weight: 600;
  text-transform: none;
}

.list {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.grid {
  width: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.esp {
  width: 100%;
  margin-top: 0px;
  background-color: #adb9c3;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #041e50;
}

.image-2 {
  width: 175px;
}

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

.image-3 {
  width: 125px;
}

.div-block-28 {
  position: relative;
  z-index: 10;
  width: 55%;
  height: 550px;
  min-height: 100%;
  margin-top: 125px;
  margin-right: 0px;
  background-image: url('../images/MTO30-Full.png');
  background-position: 90% 50%;
  background-size: 135%;
  background-repeat: no-repeat;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fp-slide-icone {
  width: 115px;
  height: 115px;
  border-style: solid;
  border-width: 3px;
  border-color: #adb9c3;
  border-radius: 200px;
  background-color: #fff;
  background-image: url('../images/Micro_ondas_MTO30_qrcode_1000x1000.jpg');
  background-position: 50% 0%;
  background-size: 95%;
  background-repeat: no-repeat;
}

.fp-slide-icone.fp-slide-2-icone {
  background-image: url('../images/MB38P_v3-SF.png');
  background-position: 100% 50%;
  background-size: 275%;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #adb9c3;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
}

.heading-11 {
  margin-top: 10px;
  font-size: 39px;
  line-height: 50px;
  font-weight: 600;
}

.div-block-32 {
  position: static;
  right: 2%;
  bottom: 20%;
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 5px;
  border-color: #041e50;
  border-radius: 200px;
  background-color: #041e50;
  background-image: url('../images/MB38P-QRCode.jpg');
  background-position: 75% 100%;
  background-size: 200%;
  background-repeat: no-repeat;
}

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

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 150px;
  margin-right: -100px;
  margin-bottom: 25px;
  padding: 20px 100px 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: rgba(4, 30, 80, 0.95);
  color: #fff;
}

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

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

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  min-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;
}

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

.column-2 {
  height: 100%;
  background-color: #fff;
  background-image: url('../images/Microondas-Electrolux-Tira-Odor-e-QR-Code-MTO30-3-2.png');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-36 {
  width: 100%;
  padding: 40px 75px;
}

.div-block-37 {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background-image: url('../images/Micro_ondas_MTO30_qrcode_1000x1000.jpg');
  background-position: 0% 30%;
  background-size: 225%;
}

.heading-12 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.paragraph-3 {
  width: 95%;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 450px;
  min-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;
}

.column-3 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #adb9c3;
  background-image: url('../images/MTO30-Microwave-Open.png');
  background-position: 50% 55%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #041e50;
}

.fs-slide-icone {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background-image: url('../images/MTO30-Painel.png');
  background-position: 90% 25%;
  background-size: 600%;
  background-repeat: no-repeat;
}

.fs-slide-icone.fs-slide-2-icone {
  background-color: #fff;
  background-image: url('../images/Micro_ondas_MTO30_aberta_700x700.png');
  background-position: 70% 40%;
  background-size: 250%;
}

.div-block-39 {
  width: 100%;
  height: auto;
  padding: 40px 75px;
  color: #fff;
}

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

.heading-13 {
  margin-top: 10px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 600;
}

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

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.fs-box-bg-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  min-height: 100%;
  -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: #041e50;
  background-image: radial-gradient(circle farthest-corner at 75% 50%, #041e50, #000);
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-left: -50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-1-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 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;
  border-radius: 200px;
  background-color: #041e50;
  opacity: 0;
  color: #fff;
  text-align: center;
}

.heading-7 {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.feature-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 150px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

.paragraph-5 {
  width: 100.000026%;
  margin-bottom: 0px;
  padding: 20px 40px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

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

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

.btn-1-div {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0px 0px 350px;
  -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;
}

.btn-2-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 190px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 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;
  border-radius: 200px;
  background-color: #041e50;
  opacity: 0;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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;
  border-radius: 3px;
  background-color: #041e50;
  font-family: 'Font Awesome', sans-serif;
  color: #fff;
  font-weight: 900;
}

.btn-2:hover {
  background-color: #adb9c3;
  color: #041e50;
}

.btn-2-div {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 40px;
  background-color: #adb9c3;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-bottom: 40px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #dfe7ea;
}

.bg-painel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 650px;
  min-height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/MTO30-Painel.png');
  background-position: 100% 50%;
  background-size: 120%;
  background-repeat: no-repeat;
}

.btn-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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;
  border-radius: 3px;
  background-color: #041e50;
  font-family: 'Font Awesome', sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.btn-1:hover {
  background-color: #adb9c3;
  color: #041e50;
}

.slider-2 {
  width: 100%;
  height: 450px;
  border-style: solid;
  border-width: 3px;
  border-color: #bcbdb6;
  border-radius: 3px;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

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

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

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

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

.bold-text-8 {
  color: #dfe7ea;
  font-weight: 700;
}

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

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

.linha-pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  min-height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 30, 80, 0.45)), to(rgba(4, 30, 80, 0.45))), url('../images/MTO30-Food-Banner.jpg');
  background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.45), rgba(4, 30, 80, 0.45)), url('../images/MTO30-Food-Banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-9 {
  position: static;
  left: 0%;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45%;
  -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;
}

.heading-4 {
  position: static;
  left: 0px;
  top: 0px;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 3px;
  background-color: rgba(4, 30, 80, 0.95);
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.hero-video-lightbox {
  position: static;
  margin-top: 0px;
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 53%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-left: 2px;
  border-radius: 100%;
  background-color: #5ec045;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.video-lightbox-button:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.video-lightbox-button.large-color {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding-top: 0px;
  padding-left: 2px;
  -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;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.video-lightbox-button.large-color:hover {
  background-color: #7b8a9c;
}

.video-lightbox-icon {
  height: 25px;
}

.image-4 {
  width: 800px;
}

@media screen and (min-width: 1440px) {
  .header {
    height: 750px;
    background-size: 130%;
  }

  .div-block {
    width: 585px;
  }

  .heading {
    width: 100%;
  }

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

  .esp-bg {
    height: auto;
  }

  .div-block-28 {
    background-size: 120%;
  }

  .div-block-35 {
    width: 365px;
    height: 125px;
    margin-bottom: 40px;
    padding-right: 80px;
  }

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

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

  .paragraph-3 {
    width: 85%;
  }

  .columns-2 {
    height: 500px;
  }

  .column-3 {
    background-position: 50% 55%;
  }

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

  .slider {
    height: 355px;
  }

  .fs-box-bg-color {
    height: 550px;
  }

  .btn-1-texto {
    margin-bottom: 20px;
    opacity: 0;
  }

  .heading-7 {
    width: 60%;
  }

  .feature-t {
    height: auto;
    margin-bottom: 125px;
  }

  .btn-1-div {
    margin-top: 75px;
    margin-bottom: 0px;
    margin-left: 450px;
  }

  .btn-2-texto {
    opacity: 0;
  }

  .btn-2-div {
    margin-top: 40px;
    margin-left: 450px;
  }

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

  .bg-painel {
    height: 700px;
    background-position: 85% 100%;
    background-size: 110%;
  }

  .slider-2 {
    width: 95%;
    height: 385px;
  }

  .linha-pro {
    height: 650px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 30, 80, 0.45)), to(rgba(4, 30, 80, 0.45))), url('../images/MTO30-Food-Banner.jpg');
    background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.45), rgba(4, 30, 80, 0.45)), url('../images/MTO30-Food-Banner.jpg');
    background-position: 0px 0px, 50% 60%;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    height: 950px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .div-block {
    width: 850px;
  }

  .image {
    width: 225px;
  }

  .heading {
    width: 100%;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 70px;
  }

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

  .feature-p {
    height: 700px;
  }

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

  .esp-bg {
    height: auto;
  }

  .div-block-28 {
    height: 750px;
    margin-top: 200px;
  }

  .div-block-35 {
    width: 400px;
    padding-right: 100px;
  }

  .columns {
    height: 600px;
  }

  .columns-2 {
    height: 600px;
  }

  .column-3 {
    background-position: 50% 55%;
  }

  .fs-box-bg-color {
    height: 700px;
  }

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

  .feature-t {
    margin-bottom: 150px;
  }

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

  .btn-1-div {
    margin-top: 180px;
    margin-left: 700px;
  }

  .btn-2-div {
    margin-top: 60px;
    margin-left: 700px;
  }

  .div-block-16 {
    width: 75%;
  }

  .bg-painel {
    height: 900px;
    background-position: 80% 100%;
    background-size: 110%;
  }

  .slider-2 {
    width: 90%;
  }

  .linha-pro {
    height: 800px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 600px;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: 155%;
  }

  .div-block {
    width: 450px;
  }

  .image {
    width: 160px;
  }

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

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

  .feature-p {
    height: auto;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .esp-bg {
    height: auto;
  }

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

  .image-2 {
    width: 150px;
  }

  .image-3 {
    width: 110px;
  }

  .div-block-28 {
    width: 100%;
    height: 450px;
    margin-top: 30px;
    margin-bottom: -50px;
    background-position: 50% 50%;
    background-size: 95%;
  }

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

  .div-block-31 {
    width: 75%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

  .columns {
    height: 450px;
  }

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

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

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

  .columns-2 {
    height: 450px;
  }

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

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

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

  .slider {
    height: 385px;
  }

  .fs-box-bg-color {
    height: 450px;
  }

  .div-block-15 {
    margin-left: -40px;
  }

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

  .feature-t {
    margin-bottom: 150px;
  }

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

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

  .btn-1-div {
    margin-top: 20px;
    margin-left: 180px;
  }

  .btn-2-texto {
    margin-top: 10px;
  }

  .btn-2-div {
    margin-top: 40px;
    margin-left: 180px;
  }

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

  .div-block-16 {
    width: 95%;
    margin-bottom: 40px;
  }

  .bg-painel {
    width: 60%;
    height: 600px;
    background-position: 95% 50%;
    background-size: 165%;
  }

  .slider-2 {
    width: 75%;
    height: 365px;
  }

  .linha-pro {
    height: 500px;
  }

  .div-block-9 {
    height: 45%;
    -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-4 {
    font-size: 30px;
    line-height: 35px;
  }

  .video-lightbox-button.large-color {
    width: 75px;
    height: 75px;
    padding-top: 0px;
  }

  .video-lightbox-icon {
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    padding: 20px 0px 0px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

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

  .div-block-2 {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dfe7ea;
  }

  .div-block-3 {
    position: relative;
    z-index: 10;
    width: 90%;
    margin-bottom: -25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #041e50;
  }

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

  .paragraph {
    width: 95%;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .h-bg-mb {
    display: block;
    width: 100%;
    height: 450px;
    background-image: url('../images/MTO30-Banner.jpg');
    background-position: 50% 90%;
    background-size: 225%;
    background-repeat: no-repeat;
  }

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

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

  .esp-bg {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .image-2 {
    margin-bottom: 20px;
  }

  .link-block {
    position: static;
  }

  .div-block-28 {
    height: 350px;
    margin-bottom: -50px;
    background-position: 50% 100%;
    background-size: 100%;
  }

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

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

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

  .div-block-34 {
    height: auto;
    margin-top: -100px;
    padding: 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;
    background-color: transparent;
  }

  .div-block-35 {
    width: 325px;
    height: 125px;
    margin-bottom: 0px;
    padding-left: 30px;
    background-color: #041e50;
  }

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

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

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

  .column-2 {
    height: 450px;
  }

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

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

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

  .column-3 {
    height: 350px;
    background-position: 50% 60%;
  }

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

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

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

  .slider {
    width: 85%;
    height: 325px;
  }

  .fs-box-bg-color {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #041e50;
    background-image: none;
  }

  .div-block-15 {
    width: 100%;
    margin-left: 0px;
    padding-top: 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;
  }

  .btn-1-texto {
    opacity: 0;
  }

  .heading-7 {
    width: 85%;
  }

  .feature-t {
    margin-bottom: 0px;
  }

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

  .paragraph-5 {
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }

  .btn-1-div {
    margin-top: 0px;
    margin-left: 250px;
  }

  .btn-2-texto {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    opacity: 0;
  }

  .btn-2-div {
    margin-top: 50px;
    margin-left: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-5 {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .div-block-16 {
    width: 70%;
    margin-bottom: -25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg-painel {
    width: 100%;
    height: 600px;
    background-position: 95% 0%;
    background-size: 135%;
  }

  .slider-2 {
    width: 80%;
  }

  .linha-pro {
    height: 400px;
    padding: 20px;
  }

  .div-block-9 {
    height: 40%;
    -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-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .video-lightbox-button.large-color {
    width: 70px;
    height: 70px;
    padding-top: 0px;
  }
}

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

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

  .heading {
    width: 90%;
    font-size: 23px;
    line-height: 33px;
  }

  .paragraph {
    width: 90%;
    font-size: 19px;
    line-height: 25px;
  }

  .h-bg-mb {
    height: 350px;
    background-image: url('../images/MTO30-Banner.jpg');
    background-position: 50% 100%;
    background-size: 225%;
  }

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

  .div-block-7 {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .esp-bg {
    height: auto;
    padding: 0px 20px;
  }

  .text-span-9 {
    font-size: 20px;
  }

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

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

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

  .image-2 {
    width: 135px;
  }

  .image-3 {
    width: 115px;
  }

  .div-block-28 {
    height: 250px;
    margin-top: 20px;
    margin-bottom: -40px;
    background-position: 50% 100%;
    background-size: 100%;
  }

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

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

  .div-block-32 {
    width: 125px;
    height: 125px;
  }

  .div-block-34 {
    margin-top: -75px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-35 {
    width: 270px;
    height: 100px;
    margin-top: 5px;
    margin-right: -90px;
    margin-bottom: 0px;
    padding-right: 75px;
    padding-left: 20px;
  }

  .text-block-3 {
    width: 95%;
    font-size: 13px;
    line-height: 16px;
  }

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

  .column-2 {
    height: 300px;
  }

  .div-block-36 {
    padding-top: 75px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .paragraph-3 {
    width: 95%;
    font-size: 15px;
    line-height: 20px;
  }

  .column-3 {
    height: 250px;
  }

  .div-block-39 {
    padding: 40px 10px;
  }

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

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

  .slider {
    width: 90%;
    height: 320px;
  }

  .fs-box-bg-color {
    background-image: none;
  }

  .btn-1-texto {
    width: 165px;
    height: 165px;
    margin-top: 0px;
    margin-bottom: 10px;
    opacity: 0;
  }

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

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

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

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

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

  .btn-1-div {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 100px;
  }

  .btn-2-texto {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    opacity: 0;
  }

  .btn-2 {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }

  .btn-2-div {
    margin-top: 40px;
    margin-left: 100px;
  }

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

  .div-block-16 {
    width: 85%;
    margin-bottom: -20px;
  }

  .bg-painel {
    height: 550px;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 95% 0%;
    background-size: 185%;
  }

  .btn-1 {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }

  .slider-2 {
    width: 90%;
    height: 325px;
  }

  .linha-pro {
    height: 300px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 30, 80, 0.4)), to(rgba(4, 30, 80, 0.4))), url('../images/MTO30-Food-Banner.jpg');
    background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.4), rgba(4, 30, 80, 0.4)), url('../images/MTO30-Food-Banner.jpg');
    background-position: 0px 0px, 35% 20%;
    background-size: auto, 150%;
  }

  .div-block-9 {
    height: auto;
    margin-bottom: 60px;
  }

  .heading-4 {
    width: 100%;
    padding: 15px;
    border-radius: 0px;
    background-color: #041e50;
    font-size: 20px;
    line-height: 25px;
  }

  .hero-video-lightbox {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-button.large-color {
    width: 60px;
    height: 60px;
    padding-top: 0px;
  }

  .video-lightbox-icon {
    height: 20px;
  }
}

@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans_Oblique_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans_Oblique_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans_Oblique_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans_Oblique_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans_Oblique_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}