/*
Pallette:

#1b2269;
#3b75c0;
#4f68c6;
#c9d1d7;
#d4452e;
#db743a;
#e0623d;
#ecc66d;
#f1e955;
*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=block");
body {
  -webkit-font-smoothing: antialiased;
  color: #080c39;
  padding: 50px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: auto;
  background: linear-gradient(180deg, #fff 38.47%, #e8ecfc 83.06%, #ecc66d 100%);
  font-family: "Mulish";
  font-style: normal;
}

a {
  color: #080c39;
}

p,
ul,
dl {
  font-size: 20px;
  line-height: 32px;
}

ul {
  padding: 0;
  list-style: none;
}

dl {
  padding: 0;
}
dl dt {
  font-weight: bold;
  margin: 0 0 0 0;
}
dl dl {
  margin: 0 0 1em 0;
}

#logo {
  margin-left: -10px;
}

nav {
  position: fixed;
  max-width: 332px;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 240%;
}
nav ul {
  list-style: none;
  font-size: 24px;
}
nav ul li {
  padding: 15px 0;
}
nav a {
  opacity: 0.9;
  text-decoration: none;
}
nav a.active {
  opacity: 1;
  text-shadow: 1.25px 0px 0.5px #fff;
}

main {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: calc(100vh - 400px);
  margin-top: 36px;
}
main h1 {
  margin-bottom: 0.5em;
}
main h2 {
  font-size: 32px;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
main h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 40px 0 14px 0;
}
main p {
  margin-top: 0;
}
main cite {
  font-style: normal;
}
main cite:first-child {
  margin-left: -1ex;
}
main section {
  padding: 6px 50px 0 50px;
  font-size: 28px;
  font-weight: 500;
}
main section:first-of-type p {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
}
main section p + p {
  margin-top: 1.5em;
}
main figure {
  margin: 2em 0;
}
main figure p + p {
  margin: 0.5em 0;
}
main figure:first-of-type {
  margin-top: 0;
}
main figure:last-child {
  margin-bottom: 0;
}
main figure .figure-media {
  border-radius: 10px;
  max-width: 180px;
}
@media (min-width: 916px) {
  main figure {
    font-weight: 300;
    line-height: 46px;
    margin: 0;
    margin-bottom: 32px;
    display: flex;
    gap: 50px;
  }
  main figure figcaption {
    flex: 2 1;
  }
}

#our-values h3 {
  text-align: center;
}
#our-values div {
  margin-top: 30px;
}
@media (min-width: 1400px) {
  #our-values div {
    columns: 2;
  }
}
#our-values div p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
#our-values div p:first-child {
  margin-top: 0;
}

.placeholder {
  width: 480px;
  max-width: 480px;
  flex-grow: 2;
  height: 354px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: inline-block;
}

@media (max-width: 915px) {
  nav {
    position: static;
  }
  nav ul {
    display: none;
  }

  main {
    margin: 0;
  }
  main h2 {
    display: block;
  }
  main section {
    padding: 10px 30px;
  }

  .placeholder {
    max-width: 100%;
    min-width: unset;
  }
}
@media (min-width: 1120px) {
  #logo {
    position: absolute;
    margin-left: -140px;
    margin-top: 20px;
  }
}

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