@font-face {
  font-family: "Metropolis";
  src: url("./fonts/Metropolis-Medium.otf");
}

@font-face {
  font-family: "Metropolis Bold";
  src: url("./fonts/Metropolis-Bold.otf");
}

@font-face {
  font-family: "Metropolis SemiBold";
  src: url("./fonts/Metropolis-SemiBold.otf");
}

* {
  margin: 0;
  padding: 0;
  font-family: "Metropolis";
  text-rendering: optimizeLegibility;
}

html, body {
  background-color: #fcfbfa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  width: 100vw;
  height: 100vh;
  color: #1e1e1e;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .cookieConsentContainer {
  z-index: 999;
  width: 350px;
  min-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background: #232323;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}

body .cookieConsentContainer .cookieTitle a {
  font-family: OpenSans,arial,sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  display: block;
}

body .cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: OpenSans,arial,sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

body .cookieConsentContainer .cookieDesc a {
  font-family: OpenSans,arial,sans-serif;
  color: #fff;
  text-decoration: underline;
}

body .cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: OpenSans,arial,sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 24px;
  text-align: center;
  -webkit-transition: background .3s;
  transition: background .3s;
}

body .cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #3e9b67;
}

@media (max-width: 980px) {
  body .cookieConsentContainer {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}

body #checkbox {
  display: none;
}

body .download button, body .open-app button {
  cursor: pointer;
  padding: 12px 25px;
  border: none;
  color: white;
  background-color: #ff4132;
  border-radius: 22px;
  font-family: 'Metropolis Bold';
  font-size: 1rem;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body .download button:hover, body .open-app button:hover {
  background-color: #ffae36;
  color: #1e1e1e;
}

body header {
  -ms-flex-item-align: center;
      align-self: center;
  width: 98%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 15px 12px -8px #e5e4e3;
          box-shadow: 0px 15px 12px -8px #e5e4e3;
}

body header .topbar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 16px 0 50%;
  height: 90px;
}

body header .topbar .logo img {
  width: 64px;
  height: 64px;
}

body header .topbar .title {
  display: none;
}

body header .nav {
  width: 100%;
  max-width: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

body header .nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: center;
  margin: 0 1rem;
  height: 100%;
  padding: 0 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px transparent;
  border-bottom-style: solid;
}

body header .nav li a {
  text-decoration: none;
  color: #1e1e1e;
  padding: 8px 3px;
}

body header .nav li:hover {
  border-bottom: 2px #ffae36;
  border-bottom-style: solid;
}

body .main {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 98%;
  max-width: 1280px;
}

body .main section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: inherit;
}

body .main section img.mobile {
  display: none;
}

body .main section .func img, body .main section .step img {
  width: 8em;
}

body .section-one {
  height: auto;
  background-color: #fcfbfa;
  background-image: url(../images/frettou-section-one.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .section-one .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14% 55% 14% 14%;
  font-size: 52px;
}

body .section-one .text h1 {
  font-family: "Metropolis Bold";
}

body .section-one .text .download {
  margin-top: 16px;
}

body .section-one .functions {
  width: 100%;
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  margin-bottom: 60px;
}

body .section-one .functions .func {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0 2vw;
}

body .section-one .functions .func img {
  max-width: 105px;
}

body .section-one .functions .func h3 {
  font-family: "Metropolis Bold";
  margin-bottom: 16px;
  font-size: 19px;
}

body .section-one .functions .func span {
  line-height: 1.5;
}

body .section-one .functions .func:first-child {
  margin-left: 2rem;
}

body .section-one .functions .func:last-child {
  margin-right: 2rem;
}

body .section-two {
  height: auto;
  background-color: #f5f4f3;
  text-align: center;
}

body .section-two .text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 16px;
  padding: 8% 12vw 6% 12vw;
}

body .section-two .text h2 {
  font-family: "Metropolis Bold";
  font-size: 52px;
  margin-bottom: 25px;
}

body .section-two .text span {
  line-height: 1.5;
}

body .section-two .steps {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  margin-bottom: 8%;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 2vw;
}

body .section-two .steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 0 2vw;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body .section-two .steps span {
  line-height: 1.5;
}

body .section-three {
  background-image: url(../images/frettou-section-three.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body .section-three .left {
  width: 25%;
  text-align: left;
  margin: 10% 0 0 15%;
}

body .section-three .left .block {
  margin-bottom: 30%;
  font-size: 17px;
}

body .section-three .left .block h2 {
  font-family: "Metropolis Bold";
  font-size: 52px;
  margin-bottom: 15px;
}

body .section-three .left .block h3 {
  font-size: 30px;
  margin-bottom: 2px;
  color: #ffae36;
}

body .section-three .left .block span {
  line-height: 1.5;
}

body .section-four {
  background-image: url(../images/frettou-section-four.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
  font-size: 17px;
  padding-bottom: 6%;
}

body .section-four .right {
  width: 20em;
  margin: 8% 15% 0 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #e8e7e7;
}

body .section-four .right h2 {
  margin-bottom: 10px;
  font-size: 41px;
  color: #ffae36;
}

body .section-four .right span {
  line-height: 1.5;
}

body .section-call-to-action {
  background-image: url(../images/frettou-section-download.jpg);
  background-size: cover;
  height: 52vw;
  max-height: 690px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body .section-call-to-action .download, body .section-call-to-action .open-app {
  max-width: 30em;
  margin: 10% 0 0 15%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

body .section-call-to-action .download span, body .section-call-to-action .open-app span {
  font-family: "Metropolis";
  font-size: 41px;
}

body .section-call-to-action .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px -5px;
}

body .section-call-to-action .buttons img {
  width: 150px;
  height: auto;
}

body .section-call-to-action .copyright {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

body .section-call-to-action .copyright span {
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  body .section-one .text,
  body .section-two .text h2 {
    font-size: 42px;
  }
  body .section-three .left {
    width: 30%;
    margin: 8% 0 0 14%;
  }
  body .section-three .left .block {
    margin-bottom: 20%;
    font-size: 14px;
  }
  body .section-three .left .block h2 {
    font-size: 42px;
  }
  body .section-three .left .block h3 {
    font-size: 24px;
  }
  body .section-four {
    font-size: 14px;
  }
  body .section-four .right h2 {
    font-size: 32px;
  }
  body .section-call-to-action .download span, body .section-call-to-action .open-app span {
    font-size: 32px;
  }
}

@media only screen and (max-width: 868px) {
  body .section-one .text,
  body .section-two .text h2 {
    font-size: 32px;
  }
  body .section-three .left .block h2 {
    font-size: 24px;
  }
  body .section-three .left .block h3 {
    font-size: 24px;
  }
  body .section-four {
    background-size: cover;
  }
  body .section-four .right {
    margin: 5% 15% 0 0;
  }
  body .section-four .right h2 {
    font-size: 24px;
  }
  body .section-call-to-action .download span, body .section-call-to-action .open-app span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 600px) {
  body #checkbox {
    position: absolute;
    opacity: 0;
  }
  body #checkbox:checked + header {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  body #checkbox:checked + header .nav {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body #checkbox:checked + header .topbar .menu label {
    background-image: url(../images/menu-close.png);
  }
  body header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body header .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body header .topbar .logo {
    width: 10%;
    margin: 0 0 0 15px;
  }
  body header .topbar .logo img {
    width: 12vw;
    height: auto;
    max-width: 68px;
  }
  body header .topbar .title {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body header .topbar .title h2 {
    font-size: 6.5vw;
    margin-left: 25vw;
  }
  body header .topbar .menu {
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  body header .topbar .menu label {
    background-image: url(../images/menu-open.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body header .topbar .menu label span {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: red;
  }
  body header .nav {
    background-color: #fcfbfa;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 90px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: none;
    padding-bottom: 20px;
  }
  body header .nav li {
    padding: 10px;
  }
  body .download button, body .open-app button {
    font-size: 3.8vw;
    width: 45vw;
    height: auto;
  }
  body .main section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: 100%;
  }
  body .main section .step img {
    width: 25vw;
  }
  body .main section img.mobile {
    display: block;
  }
  body .section-one {
    height: auto;
    background-image: url(../images/frettou-section-one-mobile.jpg);
  }
  body .section-one .text {
    max-width: 55%;
    font-size: 8vw;
    padding: 20% 0 0 0;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body .section-one img.mobile {
    margin-top: 40%;
  }
  body .section-one .functions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  body .section-one .functions .func {
    width: 90% !important;
    margin: 0 !important;
    padding: 5%;
  }
  body .section-one .functions .func h3 {
    font-size: 4.8vw;
  }
  body .section-one .functions .func span {
    font-size: 3.2vw;
  }
  body .section-one .functions .func img {
    width: 25vw;
    max-width: none;
  }
  body .section-two .text {
    padding: 12vw 10vw;
    font-size: 8vw !important;
  }
  body .section-two .text h2 {
    font-size: 9.8vw;
  }
  body .section-two .text span {
    font-size: 4.33vw;
  }
  body .section-two .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .section-two .steps .step {
    width: 75%;
    text-align: center;
    font-size: 3.88vw;
  }
  body .section-three {
    background-image: url(../images/frettou-section-three-mobile.jpg);
  }
  body .section-three .left {
    width: 70%;
    text-align: center;
    margin: 18vw 0 0 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body .section-three .left .block {
    font-size: 4.33vw;
    margin-bottom: 18vw;
  }
  body .section-three .left .block h2 {
    font-size: 9.8vw;
    margin-bottom: 12vw !important;
  }
  body .section-three .left .block h3 {
    font-size: 6.5vw;
  }
  body .section-three .left .block span br {
    display: none;
  }
  body .section-three .left .block:last-child {
    margin-bottom: 8vw;
  }
  body .section-four {
    background-image: url(../images/frettou-section-four-mobile.jpg);
    background-size: cover !important;
    font-size: 3.8vw;
    max-height: 740px;
  }
  body .section-four .right {
    width: 80%;
    text-align: center;
    margin: 75% 0 0 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body .section-four .right h2 {
    font-size: 6.5vw;
  }
  body .section-call-to-action {
    background-image: url(../images/frettou-section-download-mobile.jpg);
    background-size: 100% !important;
    max-height: none;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
  }
  body .section-call-to-action .download, body .section-call-to-action .open-app {
    max-width: 100%;
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 35% 0;
  }
  body .section-call-to-action .download span, body .section-call-to-action .open-app span {
    font-size: 9.8vw;
  }
  body .section-call-to-action .download span b br, body .section-call-to-action .open-app span b br {
    display: none;
  }
  body .section-call-to-action .copyright {
    margin: 95vw 0 15% 0;
  }
  body .section-call-to-action .copyright span {
    font-size: 3.8vw;
  }
  body .section-call-to-action .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 4vw 0;
  }
  body .section-call-to-action .buttons img {
    width: 42vw;
  }
}

@media only screen and (max-width: 480px) {
  body header .logo img {
    width: 14vw;
  }
}
/*# sourceMappingURL=style.css.map */