.c-primary {
  color: #EF6668;
}

.c-secondary {
  color: #31AEB3;
}

.c-gray {
  color: #5A5A5A;
}

.c-white {
  color: white;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

h2, h3, p, a, span {
  font-family: 'Rubik', sans-serif;
  line-height: 100%;
  font-style: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background-color: #F8F8F8;
}

@media (max-width: 767px) {
  .mobile-none {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.mb-35 {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .mb-35 {
    margin-bottom: 15px;
  }
}

header {
  height: 100px;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
}

header .logo {
  position: absolute;
  left: 25px;
}

header .cta {
  position: absolute;
  right: 20px;
  padding: 16px 41px;
  background: #EF6668;
  border-radius: 8px;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

main {
  padding-top: 100px;
  min-height: 100vh;
}

main .picture {
  height: 400px;
  overflow: hidden;
}

main .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
}

main .content {
  padding: 75px 0 40px;
  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;
}

main .content h2 {
  font-size: 25px;
  max-width: 800px;
  width: 90%;
}

main .content > p {
  font-family: "Inter";
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.3px;
  max-width: 1050px;
  width: 90%;
}

main .content .vignettes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

main .content .vignettes .vignette {
  width: 358px;
  height: 358px;
  margin: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  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;
  padding: 52px 30px 0;
}

main .content .vignettes .vignette svg {
  height: 150px;
  width: auto;
}

main .content .vignettes .vignette h3 {
  font-size: 25px;
  margin: 42px 0 8px 0;
}

main .content .vignettes .vignette p {
  font-size: 14px;
}

footer {
  padding-bottom: 30px;
  position: relative;
}

footer p {
  font-size: 10px;
}

footer .data {
  position: absolute;
  right: 30px;
  bottom: 26.5px;
}

@media (max-width: 767px) {
  header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
  }
  header .logo {
    left: auto;
    max-width: 293px;
    width: 90%;
  }
  main {
    padding-top: 80px;
  }
  main .picture {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main .picture img {
    width: 100%;
    height: 160%;
  }
  main .content {
    padding: 35px 0 75px;
  }
  main .content h2 {
    font-size: 20px;
  }
  main .content > p {
    font-size: 16px;
  }
  main .content .vignettes .vignette {
    height: 100px;
    width: 90%;
    margin: 10px 15px;
    padding: 0 20px 0 96px;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 6px;
  }
  main .content .vignettes .vignette svg {
    height: 50px;
    position: absolute;
    left: 25px;
  }
  main .content .vignettes .vignette h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
    text-align: left;
  }
  main .content .vignettes .vignette p {
    font-size: 10px;
    text-align: left;
  }
  footer {
    padding-bottom: 80px;
    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;
  }
  footer p {
    margin-bottom: 15px;
  }
  footer .data {
    position: static;
  }
  footer .cta {
    height: 60px;
    width: 100%;
    background: #EF6668;
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.5px;
  }
}
/*# sourceMappingURL=style.css.map */