html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Public Sans", sans-serif;
  line-height: 1.3;
}

a {
  text-decoration: none;
  white-space: nowrap;
}

ul {
  list-style: none;
}

.cta {
  background: -webkit-gradient(linear, left top, right top, from(#33CF6A), to(#45BAD0));
  background: linear-gradient(90deg, #33CF6A, #45BAD0);
  padding: 1rem 2.5rem;
  color: white;
  border-radius: 30px;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cta:hover {
  opacity: 0.8;
}

header {
  background: white;
  -webkit-box-shadow: rgba(153, 153, 153, 0.1) 0px 1px 30px;
          box-shadow: rgba(153, 153, 153, 0.1) 0px 1px 30px;
  position: relative;
  z-index: 2;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  margin: 0 auto;
  min-height: 10vh;
}

nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .nav-links a {
  padding: 2.2rem 0.5rem;
  margin: 0 0.5rem;
  color: #AAA9AF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav .nav-links a:hover {
  border-bottom: 4px solid #33CF6A;
  color: #8a8a8a;
}

.open-menu, .close-menu {
  visibility: hidden;
  position: absolute;
}

main .intro-section {
  min-height: 80vh;
  overflow-x: hidden;
}

main .intro-section .intro {
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12rem;
}

main .intro-section .intro h1 {
  font-size: 4.5rem;
  font-weight: 300;
  color: #32324C;
  padding-bottom: 2rem;
}

main .intro-section .intro p {
  font-size: 1.2rem;
  color: #B9B9BB;
  line-height: 2rem;
  padding-bottom: 3rem;
}

main .intro-section .intro .mockups, main .intro-section .intro .background-img {
  position: absolute;
  top: -0%;
  right: -6%;
}

main .intro-section .intro .mockups {
  width: 48%;
  height: auto;
}

main .intro-section .intro .background-img {
  width: 70%;
  top: -16%;
  right: -16%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F4F5F7;
  min-height: 80vh;
  padding: 4rem 0;
}

main .about-section .about {
  width: 75%;
  margin: 0 auto;
}

main .about-section .about h1 {
  font-size: 4.5rem;
  font-weight: 300;
  color: #32324C;
  padding-bottom: 2rem;
  font-size: 3rem;
}

main .about-section .about .sub-title {
  font-size: 1.2rem;
  color: #B9B9BB;
  line-height: 2rem;
  padding-bottom: 5rem;
}

main .about-section .about .cards-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .about-section .about .cards-content .cards {
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.2rem;
}

main .about-section .about .cards-content p {
  font-size: 1.2rem;
  color: #B9B9BB;
  line-height: 2rem;
  font-size: 1rem;
}

main .article-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafafa;
  min-height: 90vh;
}

main .article-section h1 {
  font-size: 4.5rem;
  font-weight: 300;
  color: #32324C;
  padding-bottom: 2rem;
  font-size: 3rem;
  padding-bottom: 5rem;
}

main .article-section .articles {
  width: 75%;
  margin: 0 auto;
  padding: 4rem 0;
}

main .article-section .articles .article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .article-section .articles .article-content .article {
  width: 300px;
  height: 450px;
  border-radius: 5px;
  background: white;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  margin: 1.2rem;
}

main .article-section .articles .article-content .article:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 30px;
          box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 30px;
}

main .article-section .articles .article-content .article h3 {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #32324C;
}

main .article-section .articles .article-content .article h3:hover {
  color: #33CF6A;
}

main .article-section .articles .article-content .article p {
  color: #AAA9AF;
}

main .article-section .articles .article-content .article .author {
  color: #AAA9AF;
  font-size: .8rem;
}

main .article-section .articles .article-content .article img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}

main .article-section .articles .article-content .article .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -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;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 1rem;
}

footer {
  background: #32324C;
  min-height: 25vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-content {
  padding: 2rem 0;
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer-content a {
  color: white;
}

footer .footer-content footer-logo {
  fill: white;
}

footer .footer-content .social {
  margin: 2rem 4rem;
}

footer .footer-content .social .footer-logo {
  padding-bottom: 3rem;
}

footer .footer-content .social a {
  padding: 0.5rem;
}

footer .footer-content .social a svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

footer .footer-content .social a:hover svg path {
  fill: #33CF6A;
}

footer .footer-content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-content .links ul {
  height: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 4rem;
}

footer .footer-content .links ul a {
  display: inline-block;
}

footer .footer-content .links ul a:not(:last-child) {
  padding-bottom: 1rem;
}

footer .footer-content .footer-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .footer-content .footer-cta .cta {
  margin-bottom: 1.5rem;
}

footer .footer-content .footer-cta p {
  color: #B9B9BB;
}

.attribution {
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  main .intro-section .mockups {
    width: 100%;
  }
}

@media screen and (max-width: 1419px) {
  main .intro-section .intro .mockups,
  main .intro-section .intro .background-img {
    right: -10%;
  }
  main .intro-section .intro .mockups {
    width: 48%;
    height: auto;
  }
  main .intro-section .intro .background-img {
    width: 70%;
    top: -30%;
    right: -16%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .intro-section .intro .background-mobile {
    opacity: 0;
    pointer-events: none;
  }
  footer .footer-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-content .footer-cta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 1024px) {
  nav {
    width: 90%;
  }
  header {
    position: relative;
  }
  nav .cta,
  nav .nav-links {
    display: none;
  }
  nav .nav-links {
    position: fixed;
    width: 80%;
    height: 40%;
    top: 15vh;
    left: 10vw;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background: white;
    border-radius: 10px;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #32324C;
  }
  nav .nav-open {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .open-menu, .close-menu {
    position: absolute;
    top: 40%;
    right: 5%;
  }
  .open-menu {
    visibility: visible;
  }
  main h1 {
    text-align: center;
  }
  main .intro-section {
    max-width: 1200px;
  }
  main .intro-section .intro {
    text-align: center;
  }
  main .intro-section .intro h1 {
    padding-top: 30rem;
  }
  main .intro-section .intro .mockups, main .intro-section .intro .background-img {
    top: -5%;
    right: 20%;
  }
  main .intro-section .intro .background-img {
    width: 100%;
    right: 5%;
  }
  main .intro-section .intro .mockups {
    width: 60%;
  }
  main .intro-section .intro .intro-img {
    padding-bottom: 10rem;
  }
  main .about-section .about {
    text-align: center;
  }
  main .about-section .about .cards-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .about-section .about .cards-content .cards {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .article-section .articles .article-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 800px) {
  main .intro-section .intro h1 {
    padding-top: 20rem;
  }
}

@media screen and (max-width: 600px) {
  main .intro-section .intro h1 {
    padding-top: 10rem;
  }
}

@media screen and (max-width: 500px) {
  main .intro-section .intro h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 450px) {
  footer .footer-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-content .social {
    margin-left: 0;
    margin-right: 0;
  }
  footer .footer-content .links ul {
    margin: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */