@font-face {
  font-family: 'Electrolux Sans';
  src: url("../fonts/ElectroluxSans-Regular.eot");
  src: url("../fonts/ElectroluxSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ElectroluxSans-Regular.woff2") format("woff2"), url("../fonts/ElectroluxSans-Regular.woff") format("woff"), url("../fonts/ElectroluxSans-Regular.ttf") format("truetype"), url("../fonts/ElectroluxSans-Regular.svg#ElectroluxSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Electrolux Sans';
  src: url("../fonts/ElectroluxSans-Light.eot");
  src: url("../fonts/ElectroluxSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ElectroluxSans-Light.woff2") format("woff2"), url("../fonts/ElectroluxSans-Light.woff") format("woff"), url("../fonts/ElectroluxSans-Light.ttf") format("truetype"), url("../fonts/ElectroluxSans-Light.svg#ElectroluxSans-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Electrolux Sans';
  src: url("../fonts/ElectroluxSans-SemiBold.eot");
  src: url("../fonts/ElectroluxSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ElectroluxSans-SemiBold.woff2") format("woff2"), url("../fonts/ElectroluxSans-SemiBold.woff") format("woff"), url("../fonts/ElectroluxSans-SemiBold.ttf") format("truetype"), url("../fonts/ElectroluxSans-SemiBold.svg#ElectroluxSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }
/* Typo */
html, body {
  font-size: 18px;
  font-family: 'Electrolux Sans';
  background-color: #fff;
  color: #0a2354;
  font-weight: 400;
  line-height: 28px;
  overflow-x: hidden; }

p {
  margin: 0; }
  p.claim {
    font-size: 25px;
    line-height: 35px; }

h1, h2, h3 {
  color: #000;
  margin: 0 0 15px 0; }

h1 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0 20px 0; }
  @media (max-width: 480px) {
    h1 {
      font-size: 40px;
      line-height: 50px; } }

h2 {
  font-size: 45px;
  color: #0a2354;
  line-height: 55px;
  font-weight: bold; }
  @media (max-width: 768px) {
    h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 25px; } }

h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #0a2354; }
  @media (max-width: 768px) {
    h3 {
      font-size: 25px;
      line-height: 35px; } }

h4 {
  max-width: 100%;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase; }

a {
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease; }
  a:hover, a:focus, a:visited {
    text-decoration: none;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease; }

/* Color */
.white {
  color: #fff; }

.giallo {
  color: #FFCC02; }

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white p {
  color: #fff; }

.no-padding {
  padding: 0; }

@media (max-width: 768px) {
  .flex-mobile {
    flex-direction: column;
    align-items: center; } }

.menu {
  position: fixed;
  top: 0;
  right: 20%;
  background-color: #fff;
  z-index: 200;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25); }

#header {
  background-image: url(../images/electrolux-2-promotion-desktop-2880x1200.avif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
  position: relative; }
  #header:after {
    content: '';
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0a2354 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #header .header-text {
    margin-bottom: 50px;
    z-index: 60;
    padding: 0 25px; }
    #header .header-text p {
      color: #fff; }
  #header h2, #header h3 {
    color: #fff; }

.site-wrapper {
  width: 1170px;
  margin: 0 auto;
  max-width: 100%; }

.row-flex {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    .row-flex {
      justify-content: center; } }

#progress-bar-container {
  width: 100%;
  background: #fff;
  height: 5px;
  margin-top: 10px; }

#progress-bar {
  height: 100%;
  width: 0;
  background: #0a2354; }

/* Misc */
.space {
  height: 50px; }

.btn {
  position: relative;
  width: max-content;
  padding: 10px 25px;
  background-color: #0a2354;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  border-radius: 5px;
  border: 1px solid #0a2354; }
  .btn:hover, .btn:focus {
    color: #0a2354;
    background-color: #fff;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
  .btn--white {
    color: #0a2354;
    background-color: #fff;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear;
    border: 1px solid #fff; }
    .btn--white:hover {
      color: #fff;
      background-color: #0a2354;
      -webkit-transition: all 0.3s 0s linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear; }
  .btn--center {
    margin: 0 auto; }
  @media (max-width: 480px) {
    .btn {
      width: 100%; } }

.d-flex {
  display: flex; }
  @media (max-width: 768px) {
    .d-flex {
      display: block; }
      .d-flex img {
        margin: 25px auto; } }

.align-center {
  align-items: center;
  justify-content: center; }

/* Footer */
footer {
  background-color: #0a2354; }

.logo-footer {
  width: 200px; }

.footer {
  padding: 25px 0; }
  @media (max-width: 768px) {
    .footer .row {
      justify-content: center; } }
  .footer .footer-link {
    display: flex;
    align-items: center; }
    .footer .footer-link .primo-link {
      margin-left: 20px; }
    @media (max-width: 768px) {
      .footer .footer-link {
        flex-direction: column; }
        .footer .footer-link .footer-divider {
          display: none; }
        .footer .footer-link .primo-link {
          margin-left: 0; } }
    .footer .footer-link a, .footer .footer-link span {
      color: #fff; }

/*# sourceMappingURL=custom.css.map */
