@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;700&display=swap");
.l-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  z-index: 2;
  position: sticky;
  top: 0;
  width: 100%;
  height: 4rem;
  background-color: hsl(0, 0%, 100%);
}

.header__wrapper {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 1110px;
  height: 100%;
  padding: 0 1.4rem 0;
}

.logo {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.nav {
  box-sizing: border-box;
  margin: 0;
  padding: 2rem 0;
  z-index: 2;
  position: absolute;
  top: 5.5rem;
  left: 1.5rem;
  width: calc(100vw - 3rem);
  background-color: hsl(0, 0%, 100%);
  border-radius: 4.5px;
  transition: all 0.1s ease;
  visibility: visible;
}
.nav--desktop {
  visibility: hidden;
}
.nav--hidden {
  position: absolute;
  top: -201px;
  visibility: hidden;
}
.nav__list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.nav__item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav__link {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: hsl(233, 26%, 24%);
  text-decoration: none;
}

.cta-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: hsl(0, 0%, 100%);
  background-image: linear-gradient(
    to right,
    hsl(136, 65%, 51%),
    hsl(192, 70%, 51%)
  );
  border-radius: 1.35rem;
}
.cta-button--header {
  position: absolute;
  top: -100vh;
  visibility: hidden;
}
.cta-button:hover {
  filter: brightness(1.2) grayscale(0.5);
}
.cta-button__wrap {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0 2rem;
  line-height: 2.7rem;
  font-family: "Public Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: hsl(220, 16%, 96%);
}

.hamburger-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 2;
  visibility: visible;
}

@media screen and (min-width: 768px) and (max-width: 1157px) {
  .nav--desktop {
    visibility: visible;
  }
  .nav__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .nav__link {
    font-family: "Public Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: hsl(233, 8%, 62%);
  }
  .nav__link:hover {
    color: hsl(233, 26%, 24%);
    padding-bottom: calc(2rem - 4px);
    border-bottom: 4px solid #37d0ad;
  }
  .cta-button {
    position: static;
    visibility: visible;
  }
  .hamburger-menu {
    position: absolute;
    top: -100vh;
    visibility: hidden;
  }
}
@media screen and (min-width: 1158px) {
  .l-header {
    padding: 0;
    height: 5rem;
  }
  .header__wrapper {
    padding: 0;
  }
  .nav {
    visibility: hidden;
  }
  .nav--desktop {
    visibility: visible;
  }
  .nav__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .nav__link {
    font-family: "Public Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: hsl(233, 8%, 62%);
  }
  .nav__link:hover {
    color: hsl(233, 26%, 24%);
    padding-bottom: calc(2rem - 4px);
    border-bottom: 4px solid #37d0ad;
  }
  .cta-button {
    position: static;
    visibility: visible;
  }
  .cta-button--header {
    position: unset;
    top: -100vh;
    visibility: visible;
  }
  .hamburger-menu {
    position: absolute;
    top: -100vh;
    visibility: hidden;
  }
}
.l-main {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 1.5rem;
  background-color: hsl(0, 0%, 98%);
  overflow: hidden;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, hsl(233, 26%, 24%), transparent);
  z-index: 1;
}

.section {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 4rem 0;
}
.section--hero {
  padding: 0 0 5rem;
  gap: 0;
}
.section--darker-bg {
  background-color: hsl(220, 16%, 96%);
}
.section__wrapper {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.05rem;
  padding: 0 1.5rem;
}
.section__wrapper--hero-images {
  gap: 0;
  padding: 0 1rem;
  max-height: 325px;
}
.section__wrapper--hero {
  padding: 0;
}
.section__wrapper--hero-image-bg {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  width: 100%;
  max-height: 325px;
  position: absolute;
  overflow: hidden;
}
.section__wrapper--hero-image-mockup {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.section__wrapper--cta-button {
  box-sizing: border-box;
  padding: 0;
  margin: 1rem 0;
}
.section__wrapper--cards {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.section__wrapper--articles {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 0 1.5rem;
}
.section__image-bg {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  top: 35px;
  right: 0;
}
.section__image {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  top: -60px;
  width: 100%;
  min-width: 310px;
  max-height: 460px;
}
.section__heading {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: hsl(233, 26%, 24%);
  text-align: center;
}
.section__heading--hero {
  padding: 0 1.5rem;
  font-size: 2.5rem;
  max-width: 425px;
}
.section__copy {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: hsl(233, 8%, 62%);
  line-height: 1.5rem;
  text-align: center;
}
.section__copy--hero {
  padding: 0 1.5rem;
}

.card {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  padding: 0 1.5rem;
}
.card__icon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.card__heading {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: hsl(233, 26%, 24%);
  text-align: center;
}
.card__copy {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: hsl(233, 8%, 62%);
  line-height: 1.5rem;
  text-align: center;
}

.article-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  background-color: hsl(0, 0%, 100%);
  border-radius: 6px;
  cursor: pointer;
}
.article-card:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(45, 49, 77, 0.075);
}
.article-card__image {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-card__body {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0 1.5rem 3rem;
}
.article-card__author {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 0.6rem;
  font-weight: 300;
  color: hsl(233, 8%, 62%);
}
.article-card__title {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: hsl(233, 26%, 24%);
}
.article-card__title:hover {
  color: #37d0ad;
}
.article-card__copy {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  color: hsl(233, 8%, 62%);
  line-height: 1.1rem;
}

@media screen and (min-width: 376px) and (max-width: 1157px) {
  .section__wrapper {
    max-width: 550px;
  }
  .section__wrapper--hero-image-bg {
    max-width: 100vw;
  }
  .section__wrapper--hero-image-mockup {
    max-width: 100vw;
  }
  .section__image-bg {
    scale: 0.5;
    top: 297px;
  }
}
@media screen and (min-width: 1158px) {
  .l-main {
    padding: 0;
  }
  .section {
    gap: 3rem;
    padding: 5.6rem 0;
  }
  .section--hero {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    height: 655px;
    width: 100%;
    padding: 0;
  }
  .section__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.6rem;
    width: 100%;
    max-width: 1110px;
    padding: 0;
  }
  .section__wrapper--hero-images {
    max-height: unset;
    max-width: unset;
    display: block;
    overflow: hidden;
    height: 735px;
    width: calc((100% - 1110px) / 2 + 610.5px);
  }
  .section__wrapper--hero {
    width: 499.5px;
  }
  .section__wrapper--hero-image-bg {
    position: static;
    max-height: unset;
    max-width: unset;
  }
  .section__wrapper--hero-image-mockup {
    position: absolute;
    left: calc((100% - 1110px) / 2 + 499.5px);
    top: 0;
    height: 900px;
    width: calc((100% - 1110px) / 2 + 610.5px);
  }
  .section__wrapper--cta-button {
    margin: 0.5rem 0;
  }
  .section__wrapper--cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.63rem;
    max-width: 1110px;
  }
  .section__wrapper--articles {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.7rem;
    padding: 0;
    max-width: 1110px;
  }
  .section__image-bg {
    position: relative;
    width: auto;
    height: 140%;
    top: -178px;
    left: -21px;
  }
  .section__image {
    top: 0;
    width: auto;
    height: 100%;
    min-width: unset;
    max-height: unset;
    top: -30px;
    left: 160px;
  }
  .section__heading {
    font-family: "Public Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: hsl(233, 26%, 24%);
    text-align: start;
  }
  .section__heading--hero {
    padding: 0;
    font-size: 3.4rem;
  }
  .section__copy {
    font-family: "Public Sans", sans-serif;
    font-size: 1.085rem;
    font-weight: 400;
    color: hsl(233, 8%, 62%);
    line-height: 1.8rem;
    text-align: start;
    width: 60%;
  }
  .section__copy--hero {
    padding: 0;
    width: 90%;
  }
  .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.6rem;
    flex: 1 1 0;
    padding: 0;
  }
  .card__icon {
    padding: 1.5rem 0 1rem;
  }
  .card__heading {
    font-family: "Public Sans", sans-serif;
    font-size: 1.45rem;
    font-weight: 300;
    color: hsl(233, 26%, 24%);
    text-align: start;
  }
  .card__copy {
    font-family: "Public Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: hsl(233, 8%, 62%);
    line-height: 1.64rem;
    text-align: start;
    font-stretch: ultra-condensed;
  }
  .article-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
    flex: 1 1 0;
  }
  .article-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0 1.5rem 1.5rem;
  }
}
.l-footer {
  box-sizing: border-box;
  margin: 0;
  padding: 2.5rem 0 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: hsl(233, 26%, 24%);
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.social-icons {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.social-icons__list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  list-style-type: none;
}
.social-icons__item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.social-icons__link {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.social-icons__icon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 24px;
}
.social-icons__icon:hover {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(115deg);
}

.footer-links {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.footer-links__list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  list-style-type: none;
}
.footer-links__item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.footer-links__link {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: hsl(220, 16%, 96%);
  text-decoration: none;
}
.footer-links__link:hover {
  color: #37d0ad;
}

.copyright {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: hsl(233, 8%, 62%);
}

@media screen and (min-width: 1158px) {
  .l-footer {
    padding: 3rem 0;
  }
  .footer__wrapper {
    width: 1110px;
    display: grid;
    grid-template-rows: 49px 49px;
    grid-template-columns: 3fr 4fr 4.5fr;
    grid-template-areas: "logo footer-links cta-button" "social-icons footer-links copyright";
    gap: 0;
  }
  .logo--footer {
    grid-area: logo;
    justify-self: start;
    align-self: start;
  }
  .social-icons {
    grid-area: social-icons;
    justify-self: start;
    align-self: end;
  }
  .social-icons__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.85rem;
  }
  .social-icons__icon {
    width: 20px;
  }
  .footer-links {
    grid-area: footer-links;
  }
  .footer-links__list {
    height: 86.4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .cta-button {
    grid-area: cta-button;
    justify-self: end;
  }
  .copyright {
    padding: 0 0 0.5rem;
    grid-area: copyright;
    justify-self: end;
    align-self: end;
  }
}
:root {
  scroll-behavior: smooth;
}

.l-body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
} /*# sourceMappingURL=main.css.map */
