.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
*,
::before,
::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
:focus-visible {
  outline: 3px solid #5c5ce6;
  outline-offset: 2px;
}
::selection {
  background-color: rgba(128, 212, 255, 0.5);
}
body {
  font-family: proxima-nova, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5;
  word-spacing: -0.035em;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
a {
  color: #5c5ce6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  color: #1a1a33;
  font-weight: 700;
}
h1 {
  font-size: 2.625rem;
  letter-spacing: -0.015em;
  word-spacing: -0.035em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
}
h2 {
  font-size: 2rem;
  letter-spacing: -0.01em;
  word-spacing: -0.035em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.625rem;
  }
}
h2 br {
  display: none;
}
@media (min-width: 768px) {
  h2 br {
    display: inline;
  }
}
h3 {
  font-size: 1.5625rem;
  letter-spacing: -0.005em;
  word-spacing: -0.035em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
.container-fluid {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .container-fluid {
    width: 83.33333333%;
    padding: 0;
  }
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 32px;
  }
}
[class*="col"] {
  grid-column-end: span 12;
  min-width: 0;
}
@media (min-width: 768px) {
  .col-sm-1 {
    grid-column-end: span 1;
  }
  .start-sm-1 {
    grid-column-start: 1;
  }
  .col-sm-2 {
    grid-column-end: span 2;
  }
  .start-sm-2 {
    grid-column-start: 2;
  }
  .col-sm-3 {
    grid-column-end: span 3;
  }
  .start-sm-3 {
    grid-column-start: 3;
  }
  .col-sm-4 {
    grid-column-end: span 4;
  }
  .start-sm-4 {
    grid-column-start: 4;
  }
  .col-sm-5 {
    grid-column-end: span 5;
  }
  .start-sm-5 {
    grid-column-start: 5;
  }
  .col-sm-6 {
    grid-column-end: span 6;
  }
  .start-sm-6 {
    grid-column-start: 6;
  }
  .col-sm-7 {
    grid-column-end: span 7;
  }
  .start-sm-7 {
    grid-column-start: 7;
  }
  .col-sm-8 {
    grid-column-end: span 8;
  }
  .start-sm-8 {
    grid-column-start: 8;
  }
  .col-sm-9 {
    grid-column-end: span 9;
  }
  .start-sm-9 {
    grid-column-start: 9;
  }
  .col-sm-10 {
    grid-column-end: span 10;
  }
  .start-sm-10 {
    grid-column-start: 10;
  }
  .col-sm-11 {
    grid-column-end: span 11;
  }
  .start-sm-11 {
    grid-column-start: 11;
  }
  .col-sm-12 {
    grid-column-end: span 12;
  }
  .start-sm-12 {
    grid-column-start: 12;
  }
}
@media (min-width: 1024px) {
  .col-md-1 {
    grid-column-end: span 1;
  }
  .start-md-1 {
    grid-column-start: 1;
  }
  .col-md-2 {
    grid-column-end: span 2;
  }
  .start-md-2 {
    grid-column-start: 2;
  }
  .col-md-3 {
    grid-column-end: span 3;
  }
  .start-md-3 {
    grid-column-start: 3;
  }
  .col-md-4 {
    grid-column-end: span 4;
  }
  .start-md-4 {
    grid-column-start: 4;
  }
  .col-md-5 {
    grid-column-end: span 5;
  }
  .start-md-5 {
    grid-column-start: 5;
  }
  .col-md-6 {
    grid-column-end: span 6;
  }
  .start-md-6 {
    grid-column-start: 6;
  }
  .col-md-7 {
    grid-column-end: span 7;
  }
  .start-md-7 {
    grid-column-start: 7;
  }
  .col-md-8 {
    grid-column-end: span 8;
  }
  .start-md-8 {
    grid-column-start: 8;
  }
  .col-md-9 {
    grid-column-end: span 9;
  }
  .start-md-9 {
    grid-column-start: 9;
  }
  .col-md-10 {
    grid-column-end: span 10;
  }
  .start-md-10 {
    grid-column-start: 10;
  }
  .col-md-11 {
    grid-column-end: span 11;
  }
  .start-md-11 {
    grid-column-start: 11;
  }
  .col-md-12 {
    grid-column-end: span 12;
  }
  .start-md-12 {
    grid-column-start: 12;
  }
}
@media (min-width: 1296px) {
  .col-lg-1 {
    grid-column-end: span 1;
  }
  .start-lg-1 {
    grid-column-start: 1;
  }
  .col-lg-2 {
    grid-column-end: span 2;
  }
  .start-lg-2 {
    grid-column-start: 2;
  }
  .col-lg-3 {
    grid-column-end: span 3;
  }
  .start-lg-3 {
    grid-column-start: 3;
  }
  .col-lg-4 {
    grid-column-end: span 4;
  }
  .start-lg-4 {
    grid-column-start: 4;
  }
  .col-lg-5 {
    grid-column-end: span 5;
  }
  .start-lg-5 {
    grid-column-start: 5;
  }
  .col-lg-6 {
    grid-column-end: span 6;
  }
  .start-lg-6 {
    grid-column-start: 6;
  }
  .col-lg-7 {
    grid-column-end: span 7;
  }
  .start-lg-7 {
    grid-column-start: 7;
  }
  .col-lg-8 {
    grid-column-end: span 8;
  }
  .start-lg-8 {
    grid-column-start: 8;
  }
  .col-lg-9 {
    grid-column-end: span 9;
  }
  .start-lg-9 {
    grid-column-start: 9;
  }
  .col-lg-10 {
    grid-column-end: span 10;
  }
  .start-lg-10 {
    grid-column-start: 10;
  }
  .col-lg-11 {
    grid-column-end: span 11;
  }
  .start-lg-11 {
    grid-column-start: 11;
  }
  .col-lg-12 {
    grid-column-end: span 12;
  }
  .start-lg-12 {
    grid-column-start: 12;
  }
}
.justify-self-end {
  justify-self: end;
}
@media (min-width: 768px) {
  .order-sm-first {
    order: -1;
  }
}
.main-header {
  z-index: 1010;
  position: relative;
}
.main-header.inverse {
  color: #fff;
}
.main-header ul {
  list-style: none;
  margin: 0 -12px;
  padding: 0;
  display: flex;
  align-items: center;
  height: 4rem;
}
@media (min-width: 768px) {
  .main-header ul {
    margin: 0 -16px;
    height: 5rem;
  }
}
.main-header a {
  text-decoration: none;
  display: block;
  padding: 0.75rem 12px;
  color: inherit;
  outline-offset: -3px;
}
@media (min-width: 768px) {
  .main-header a {
    padding: 0.75rem 16px;
  }
}
.main-header a:focus-visible {
  outline-offset: -3px;
}
.main-header .home {
  margin-right: auto;
}
.main-header .home a {
  display: flex;
  align-items: center;
  font-size: 1.5625rem;
  line-height: 1;
}
.main-header .home img {
  width: 32.8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .main-header .home img {
    width: initial;
  }
}
@media (max-width: 767px) {
  .main-header .home span {
    display: none;
  }
}
.hero {
  color: #fff;
  margin-top: -4rem;
  padding-top: 4rem;
  position: relative;
  padding-bottom: calc(5rem - 0.375rem + 5.52005139vw);
}
@media (min-width: 768px) {
  .hero {
    margin-top: -5rem;
    padding-top: 5rem;
    padding-bottom: calc(8rem - 0.375rem + 5.52005139vw);
  }
}
.hero .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.hero .skew {
  position: absolute;
  inset: 0;
  background: radial-gradient(100% 50%, #3d3d99, #1a1a33);
  transform: skewY(-6.3deg);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .hero .skew {
    background: radial-gradient(closest-side, #3d3d99, #1a1a33);
    background-position: center 38px;
  }
}
.hero .triangles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50rem;
  overflow: hidden;
  pointer-events: none;
}
.hero .triangles svg {
  position: absolute;
  width: 160rem;
  height: 50rem;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
}
@media (min-width: 480px) {
  .hero .triangles svg {
    top: -4.875rem;
  }
}
@media (min-width: 768px) {
  .hero .triangles svg {
    top: 0;
  }
}
@media (max-width: 767px) {
  .hero .triangles .triangle-1 {
    transform: translateY(-30px);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hero .triangles .triangle-2 {
    transform: translateY(46px);
  }
}
@media (max-width: 479px) {
  .hero .triangles .triangle-3 {
    transform: translate(-16px, -58px);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hero .triangles .triangle-3 {
    transform: translateY(8px);
  }
}
@media (max-width: 767px) {
  .hero .triangles .triangle-4 {
    transform: translateY(-30px);
  }
}
.hero h1 {
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 2.3125rem;
  margin-bottom: 1.4375rem;
}
@media (min-width: 768px) {
  .hero h1 {
    margin-top: 4.5rem;
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 480px) {
  .hero h1 br {
    display: none;
  }
}
.hero .btn {
  color: #fff;
  background-color: #5c5ce6;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  padding: 0.71875rem 16px 0.6875rem;
  border-radius: 0.375rem;
  margin-bottom: 1.125rem;
  transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (min-width: 768px) {
  .hero .btn {
    margin-bottom: 1.625rem;
  }
}
@media (hover: hover) {
  .hero .btn:hover {
    background-color: #5353e5;
  }
}
.hero .release-notes {
  font-size: 0.9375rem;
  color: #fff;
  text-decoration: none;
}
.features {
  font-size: 1.1875rem;
  line-height: 1.33;
  word-spacing: -0.035em;
  padding-top: calc(5rem - 5.52005139vw - 0.25rem);
  padding-bottom: 4.1875rem;
}
@media (min-width: 768px) {
  .features {
    padding-top: calc(8rem - 5.52005139vw);
    padding-bottom: 5.875rem;
  }
}
.features h2 {
  margin-top: 0;
  margin-bottom: 1.375rem;
}
@media (min-width: 768px) {
  .features h2 {
    text-align: center;
    margin-bottom: 2.4375rem;
  }
}
.features h3 {
  margin: -9px 0 0 0;
}
@media (min-width: 768px) {
  .features h3 {
    margin: 0;
  }
}
.features p {
  margin-top: 0.5625rem;
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  .features p {
    margin: 0.5625rem 0 0 0;
  }
}
.features .grid {
  padding-block: 1.875rem;
}
@media (min-width: 768px) {
  .features .grid {
    padding-block: 3rem;
  }
}
@media (min-width: 768px) {
  .features .grid:nth-of-type(odd) .col-text {
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .features .grid:nth-of-type(odd) .col-text {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .features .grid:nth-of-type(odd) .col-figure {
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  .features .grid:nth-of-type(odd) .col-figure {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .features .grid:nth-of-type(even) .col-text {
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  .features .grid:nth-of-type(even) .col-text {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .features .grid:nth-of-type(even) .col-figure {
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .features .grid:nth-of-type(even) .col-figure {
    padding-right: 30px;
  }
}
.features figure {
  container-type: inline-size;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.features .window {
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(26, 26, 51, 0.1), 0 16px 32px -16px rgba(26, 26, 51, 0.2);
}
@supports (container-type: inline-size) {
  .features .window {
    border-radius: 2.5cqw;
    box-shadow: 0 0 3cqw rgba(26, 26, 51, 0.1), 0 4cqw 8cqw -4cqw rgba(26, 26, 51, 0.2);
  }
}
.features .gather {
  aspect-ratio: 1.47058824;
}
.features .gather img {
  position: absolute;
}
.features .gather .wireframe {
  width: 60%;
  border-radius: 2.5cqw;
}
.features .gather .huffpost {
  top: 0;
  right: 0;
}
.features .gather .wordpress {
  top: 19.85294118%;
  left: 0;
}
.features .gather .youtube {
  bottom: 0;
  left: 20%;
}
.features .gather .pin {
  width: 7.25%;
}
.features .gather .pin-1 {
  top: 38.60294118%;
  right: 43%;
}
.features .gather .pin-2 {
  top: 12.86764706%;
  right: 63%;
}
.features .organize img {
  border-radius: 2.5cqw;
}
.features .publish .mastodon {
  position: absolute;
  width: 22.5%;
  right: 13.75%;
  bottom: -6.92640693%;
}
.partners {
  padding-bottom: 4.25rem;
}
@media (min-width: 768px) {
  .partners {
    padding-bottom: calc(8rem - 3.3125rem + 5.52005139vw);
  }
}
@media (min-width: 1296px) {
  .partners {
    padding-bottom: calc(8rem - 5.52005139vw);
  }
}
.partners ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 320px) {
  .partners ul {
    padding-inline: calc(8px + (100vw - 320px) * 0.05357143);
  }
}
@media (min-width: 768px) {
  .partners ul {
    padding-inline: 32px;
  }
}
@media (min-width: 480px) {
  .partners ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 640px) {
  .partners ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .partners ul {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .partners ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1296px) {
  .partners ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
.partners li {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.44;
}
@media (min-width: 480px) {
  .partners li {
    aspect-ratio: 1.38;
  }
}
@media (min-width: 640px) {
  .partners li {
    aspect-ratio: 1.33;
  }
}
@media (min-width: 768px) {
  .partners li {
    aspect-ratio: 1.6;
  }
}
@media (min-width: 1024px) {
  .partners li {
    aspect-ratio: 1.44;
  }
}
@media (min-width: 1296px) {
  .partners li {
    aspect-ratio: 1.32;
  }
}
@media (min-width: 768px) {
  .partners a {
    transform: translateY(var(--y));
  }
}
.partners a:focus-visible {
  outline-offset: 16px;
}
.partners a:focus-visible img {
  opacity: 1;
}
.partners img {
  width: auto;
  height: calc(var(--height) * 3 / 4);
  opacity: 0.7;
  transition: opacity 0.15s ease;
}
@media (min-width: 768px) {
  .partners img {
    height: var(--height);
  }
}
.partners img:hover {
  opacity: 1;
}
.use-cases {
  padding: 0.1px;
  position: relative;
}
.use-cases .skew {
  position: absolute;
  inset: 0;
  background-color: #faf7f7;
  transform: skewY(-6.3deg);
  transform-origin: 100% 0;
}
.use-cases .triangles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.use-cases .triangle {
  position: absolute;
}
.use-cases .triangle polygon {
  fill: currentColor;
}
.use-cases .triangle-1 {
  color: #80d4ff;
  display: none;
}
@media (min-width: 768px) {
  .use-cases .triangle-1 {
    display: block;
    top: calc(22.5rem + 5.52005139vw);
    left: calc(50% - 886px);
  }
}
.use-cases .triangle-2 {
  top: 2.1875rem;
  right: -1.8125rem;
  transform: scale(0.5);
  transform-origin: 100% 50%;
  color: #5c5ce6;
}
@media (min-width: 768px) {
  .use-cases .triangle-2 {
    top: 77px;
    right: initial;
    left: 50%;
    margin-left: min(50%, 768px);
    transform: translateX(-202px);
  }
}
@media (min-width: 1536px) {
  .use-cases .triangle-2 {
    top: calc(-8px + 5.52005139vw);
  }
}
.use-cases .container-fluid {
  margin-top: calc(5rem - 0.6875rem + 10vw);
  margin-bottom: calc(5rem - 2.6875rem - 5.52005139vw);
  position: relative;
}
@media (min-width: 768px) {
  .use-cases .container-fluid {
    margin-top: calc(8rem - 1rem + 10vw);
    margin-bottom: calc(8rem - 3.125rem - 5.52005139vw);
  }
}
@media (min-width: 1024px) {
  .use-cases .container-fluid {
    margin-bottom: calc(8rem - 1.8125rem - 5.52005139vw);
  }
}
@media (min-width: 1296px) {
  .use-cases .container-fluid {
    margin-top: calc(8rem + 2.875rem + 5.52005139vw);
  }
}
.use-cases h2 {
  margin: 0;
  margin-bottom: 2.5625rem;
}
@media (min-width: 768px) {
  .use-cases h2 {
    margin-bottom: 3.875rem;
  }
}
.use-cases h3 {
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: inherit;
  margin: 0;
}
.use-cases a {
  font-weight: 500;
}
.use-cases img {
  margin-bottom: 1.5rem;
}
.use-cases p {
  margin-top: 0.5625rem;
  margin-bottom: 5.75rem;
}
@media (min-width: 768px) {
  .use-cases p {
    margin-bottom: 4rem;
  }
}
.about {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding-top: calc(5rem - 2.375rem + 10vw);
  padding-bottom: 4.75rem;
  margin-top: -3px;
}
@media (min-width: 768px) {
  .about {
    padding-top: calc(8rem - 3.125rem + 10vw);
    padding-bottom: 7.75rem;
  }
}
@media (min-width: 1024px) {
  .about {
    padding-top: calc(8rem - 3.75rem + 10vw);
  }
}
@media (min-width: 1296px) {
  .about {
    padding-top: calc(8rem - 0.125rem + 5.52005139vw);
  }
}
.about .skew {
  position: absolute;
  inset: 0;
  background-color: #1a1a33;
  transform: skewY(-6.3deg);
  transform-origin: 100% 0;
}
.about .triangles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.about .triangles > .triangle {
  position: absolute;
}
.about .triangles > .triangle polygon {
  fill: currentColor;
}
.about .triangles > .triangle-1 {
  color: #80d4ff;
  transform: scale(0.5);
  transform-origin: 100% 0;
  top: min(3.125rem, 50px);
  right: -22px;
}
@media (min-width: 768px) {
  .about .triangles > .triangle-1 {
    transform: initial;
    width: 10rem;
    height: auto;
    max-width: 160px;
    top: calc(6.6875rem + 5.52005139vw);
    right: initial;
    left: 50%;
    color: #80d4ff;
    margin-left: min(35%, 425px);
  }
}
.about .triangles > .triangle-2 {
  top: 20px;
  right: 18px;
  transform: scale(0.5);
  transform-origin: 100% 0;
  color: #5c5ce6;
  display: none;
}
@media (min-width: 768px) {
  .about .triangles > .triangle-2 {
    display: block;
    top: calc(5.125rem + 5.52005139vw);
    right: initial;
    left: calc(50% + 595px);
    transform: initial;
  }
}
.about .triangles .background {
  position: absolute;
  left: 0;
  top: calc(-100px + 5.52005139vw);
  width: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about .triangles .background .triangle-1 {
    display: none;
  }
}
.about .triangles .background .triangle-2 {
  display: none;
}
@media (min-width: 1296px) {
  .about .triangles .background .triangle-2 {
    display: initial;
  }
}
.about .triangle-3 {
  bottom: 290px;
  left: 82%;
  color: #5c5ce6;
  opacity: 0.25;
}
@media (min-width: 768px) {
  .about .triangle-3 {
    left: calc(50% + 288px);
    bottom: 202px;
  }
}
@media (min-width: 1296px) {
  .about .triangle-3 {
    display: none;
  }
}
.about .triangle-4 {
  bottom: 265px;
  left: 9%;
  color: #5c5ce6;
  opacity: 0.25;
}
@media (min-width: 767px) {
  .about .triangle-4 {
    display: none;
  }
}
.about .container-fluid {
  position: relative;
}
@media (min-width: 590px) and (max-width: 767px) {
  .about .grid {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 32px;
  }
}
.about h2 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.375rem;
}
@media (min-width: 768px) {
  .about h2 {
    margin-bottom: 1.875rem;
  }
}
.about .lead {
  font-size: 1.1875rem;
  line-height: 1.33;
  margin-bottom: 2.0625rem;
}
@media (min-width: 768px) {
  .about .lead {
    width: 80%;
    margin-bottom: 3.0625rem;
  }
}
.about .about-text {
  opacity: 0.84;
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .about .about-text {
    columns: 2;
    column-gap: 32px;
    margin-bottom: 7.0625rem;
  }
}
.about .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .about .logos {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.about .logos a:focus-visible {
  outline-offset: 16px;
}
@media (min-width: 768px) {
  .about .digital-scholar {
    margin-top: 2px;
  }
}
.about .sloan {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .about .sloan {
    margin-top: 3px;
  }
}
.credits {
  padding-bottom: 3.4375rem;
}
@media (min-width: 768px) {
  .credits {
    padding-bottom: 2.4375rem;
  }
}
.credits h1 {
  text-align: center;
  margin-top: 2.3125rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .credits h1 {
    margin-top: 4.5rem;
  }
}
.credits h2 {
  margin-top: 0;
  margin-bottom: 1.3125rem;
}
@media (min-width: 768px) {
  .credits h2 {
    text-align: center;
    margin-bottom: 4.875rem;
  }
}
.credits .lead {
  font-size: 1.375rem;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .credits .lead {
    font-size: 1.5rem;
    text-align: center;
    width: 80%;
    margin: auto;
  }
}
.credits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .credits ul {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, auto);
  }
}
@media (min-width: 1024px) {
  .credits ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
  }
}
.credits li {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .credits li {
    padding: 0 16px;
    margin: 0;
  }
}
.credits .contributor {
  font-size: 1.375rem;
  line-height: 1.1;
  color: #1a1a33;
  margin: 0 0 3px 0;
}
@media (min-width: 768px) {
  .credits .contributor {
    font-size: 1.5rem;
  }
}
.credits .description {
  margin: auto;
}
.credits .description small {
  font-size: 96%;
  white-space: nowrap;
}
.credits .affiliation {
  margin: 0;
  font-variant: small-caps;
}
.credits .team h2 {
  margin-top: 2.4375rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .credits .team h2 {
    margin-top: 6.1875rem;
    margin-bottom: 1.75rem;
  }
}
.credits .advisory-board h2 {
  margin-top: 2.5625rem;
}
@media (min-width: 768px) {
  .credits .advisory-board h2 {
    margin-top: 6.5rem;
  }
}
@media (min-width: 768px) {
  .credits .advisory-board ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
  }
}
@media (min-width: 768px) {
  .credits .advisory-board li {
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 768px) {
  .credits .advisory-board .description.cohen,
  .credits .advisory-board .description.rhody {
    max-width: 400px;
  }
}
.credits .alumni h2 {
  margin-top: 2.5625rem;
}
@media (min-width: 768px) {
  .credits .alumni h2 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .credits .alumni li {
    height: 8.375rem;
  }
}
.credits .initial-advisory-board h2 {
  margin-top: 41px;
}
@media (min-width: 768px) {
  .credits .initial-advisory-board h2 {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .credits .initial-advisory-board ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
  }
}
@media (min-width: 768px) {
  .credits .initial-advisory-board li {
    height: 10.125rem;
  }
}
@media (min-width: 768px) {
  .credits .initial-advisory-board .description.fitzpatrick {
    max-width: 390px;
  }
  .credits .initial-advisory-board .description.kirsch {
    max-width: 290px;
  }
}
.blog {
  font-size: 1.125rem;
  padding-bottom: 2.75rem;
}
@media (min-width: 768px) {
  .blog {
    padding-bottom: 5.75rem;
  }
}
.blog .container-fluid {
  position: relative;
}
@media (min-width: 768px) {
  .blog .container-fluid {
    max-width: 709px;
  }
}
.blog h1 {
  margin-top: 2.3125rem;
  text-align: center;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .blog h1 {
    margin-top: 4.5rem;
  }
}
.category-nav {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 16px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .category-nav {
    justify-content: center;
    overflow-x: visible;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 73px;
  }
}
@media (max-width: 767px) {
  .category-nav::after {
    content: "";
    position: absolute;
    right: 0;
    width: 24px;
    height: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  }
}
.category-nav::-webkit-scrollbar {
  display: none;
}
.category-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 16px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .category-nav ul {
    padding-right: 0;
  }
}
.category-nav li {
  scroll-snap-align: start;
}
.category-nav a {
  display: block;
  color: inherit;
  line-height: 1rem;
  padding: 0.75rem 16px;
  border-radius: 1.25rem;
}
.category-nav a:hover {
  text-decoration: none;
}
.category-nav a:focus-visible {
  outline-offset: -3px;
}
.category-nav a.selected {
  color: #fff;
  background-color: #5c5ce6;
  position: relative;
  z-index: 1;
}
.category-nav a.selected:focus-visible {
  outline-offset: 2px;
}
.blog-home .container-fluid {
  position: relative;
}
@media (min-width: 768px) {
  .blog-home .container-fluid {
    max-width: 709px;
  }
}
.post {
  font-size: 1.125rem;
  line-height: 1.6;
  word-break: break-word;
}
.post h2,
.post h3,
.post h4 {
  margin-top: calc(1.5 * 1.125rem * 1.5);
  margin-bottom: -0.5625rem;
}
.post h1,
.post .h1 {
  font-size: 2rem;
  text-align: initial;
  letter-spacing: -0.01em;
  word-spacing: -0.035em;
  margin-top: 2.5625rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post h1,
  .post .h1 {
    font-size: 2.625rem;
    text-align: center;
    margin-top: 4.8125rem;
  }
}
.post h2,
.post .h2 {
  font-size: 1.6875rem;
  letter-spacing: -0.005em;
  word-spacing: -0.035em;
}
@media (min-width: 768px) {
  .post h2,
  .post .h2 {
    font-size: 2rem;
  }
}
.post h3,
.post .h3 {
  font-size: 1.4375rem;
  letter-spacing: -0.0025em;
  word-spacing: -0.035em;
}
@media (min-width: 768px) {
  .post h3,
  .post .h3 {
    font-size: 1.5rem;
  }
}
.post h4,
.post .h4 {
  font-size: 1.1875rem;
}
.post .post-meta {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a33;
  margin: 0.25rem 0 2.5625rem 0;
}
@media (min-width: 768px) {
  .post .post-meta {
    text-align: center;
    margin: 0.4375rem 0 4.8125rem 0;
  }
}
.post .post-meta .categories::before {
  content: " · ";
}
.post .post-meta .categories a {
  color: inherit;
}
.post .post-meta .categories a:hover {
  color: #5c5ce6;
  text-decoration: none;
}
.post .post-meta .comma:first-child {
  display: none;
}
.post .post-content > p:first-child {
  font-size: 1.1875rem;
}
@media (min-width: 768px) {
  .post .post-content > p:first-child {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.post p {
  margin: 1.5em 0;
}
.post img {
  display: block;
  margin-block: 2.3125rem 2.1875rem;
  margin-inline: auto;
  max-width: 100%;
  height: auto;
}
.post img.xs {
  width: 339px;
}
.post img.sm {
  width: 524px;
}
@media (min-width: 1024px) {
  .post img.lg {
    max-width: 126%;
    margin-left: -13%;
  }
}
.post figure {
  text-align: center;
  margin: 2.3125rem 0 2.1875rem 0;
}
.post figure + figure {
  margin-top: 2.875rem;
}
.post figure img {
  display: initial;
  margin: 0;
}
.post figcaption {
  font-size: 0.9375rem;
  margin: 0.75rem 0 -0.4375rem 0;
}
.post ol,
.post ul {
  margin: 1.5em 0;
}
.post ol ul,
.post ul ol {
  margin: 0;
}
.post sup {
  line-height: 1;
}
.post hr {
  border: 0;
  border-top: 1px solid #ebebeb;
  margin: -0.1875rem 0 0 0;
}
.post :target {
  background: rgba(92, 92, 230, 0.16);
}
.post.post-preview {
  padding: 0;
}
.post.post-preview h2 {
  font-size: 1.4375rem;
  margin-top: calc(1.125rem * 1.5);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post.post-preview h2 {
    font-size: 1.5rem;
  }
}
.post.post-preview h2 a {
  color: inherit;
}
.post.post-preview h2 a:hover {
  color: #5c5ce6;
  text-decoration: none;
}
.post.post-preview .post-meta {
  text-align: left;
  margin-top: 0.125rem;
  margin-bottom: -1.125rem;
}
@media (min-width: 768px) {
  .post.post-preview .post-meta {
    margin-top: 0.0625rem;
  }
}
body:has(.not-found) {
  background: url("/assets/images/not-found/triangles.svg") no-repeat center 7.5rem / 64rem #1a1a33;
}
@media (min-width: 768px) {
  body:has(.not-found) {
    background-position: center top;
    background-size: 160rem;
  }
}
.not-found {
  color: #fff;
  text-align: center;
}
.not-found h1 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 2.3125rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .not-found h1 {
    margin-top: 4.5rem;
    margin-bottom: 1.5625rem;
  }
}
.not-found .lead {
  font-size: 1.1875rem;
}
