@charset "UTF-8";
@keyframes offset {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(0.2ex);
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes underline {
  0% {
    background-size: 100% var(--height), 100% var(--height);
  }
  15% {
    background-size: 5% var(--height), 5% var(--height);
  }
  100% {
    background-size: 100% var(--height), 100% var(--height);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
button {
  background-color: transparent;
  border: none;
  font-family: "Tiempos Text", serif;
}

footer {
  margin-top: 90px;
}
@media screen and (min-width: 1024px) {
  footer {
    margin-top: 120px;
  }
}

ul li:last-of-type {
  border-bottom: none !important;
}

.card {
  position: relative;
  overflow: hidden;
}
.card h2,
.card h3 {
  color: #362d30;
}
.card p,
.card a,
.card .link__label {
  color: #41393d;
  line-height: 1.5em;
}
.card a.arrow-button:hover .arrow, .card a.arrow-button:focus .arrow {
  background-color: #e4dcdc;
}
.card--contact h2 {
  font-size: clamp(1.7rem, 2.25vw, 1.9rem);
}
.card--contact .arrow-button {
  margin-top: 60px;
}
.card--contact, .card--learn-more {
  background-color: #f6f1f1;
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  .card--contact, .card--learn-more {
    padding: 60px;
  }
}
.card--contact p, .card--learn-more p {
  color: #4d4649;
  font-size: clamp(1.1rem, 2vw, 1.15rem);
}
.card--contact a.arrow-button .arrow, .card--learn-more a.arrow-button .arrow {
  background-color: #e4dcdc;
}
.card--contact a.arrow-button:hover .arrow, .card--contact a.arrow-button:focus .arrow, .card--learn-more a.arrow-button:hover .arrow, .card--learn-more a.arrow-button:focus .arrow {
  background-color: #cfc4c4;
}
.card--learn-more {
  border-radius: 4px;
}
.card--learn-more a.arrow-button {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.card--learn-more p {
  padding-bottom: 120px;
}
.card--learn-more h2 {
  font-size: clamp(1.7rem, 2.25vw, 1.9rem);
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.card--classroom-project {
  background-color: #f6f1f1;
}
.card--classroom-project .img-wrapper {
  position: absolute;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0;
}
.card--classroom-project .img-wrapper img {
  position: absolute;
  transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.card--classroom-project h3 {
  top: 0;
}
.card--classroom-project h3 a {
  position: relative;
  padding: calc(75% + 30px) 30px 30px 30px;
  width: 100%;
  height: 100%;
}
.card--classroom-project h3 a .arrow-link-wrapper {
  width: 100%;
  padding-right: 60px;
}
.card--classroom-project .card__link {
  flex-direction: column;
}
@media screen and (min-width: 1250px) {
  .card--classroom-project .card__link {
    flex-direction: row;
  }
  .card--classroom-project .card__link .img-wrapper {
    position: relative;
    height: 280px;
    width: 280px;
  }
  .card--classroom-project .card__link h3 {
    position: absolute;
  }
  .card--classroom-project .card__link h3 a {
    padding: 30px;
    padding-left: 310px;
    justify-content: end;
    align-items: end;
    flex-direction: row-reverse;
    gap: 10px;
  }
}
.card--classroom-project:has(a:hover), .card--classroom-project:focus-within {
  background-color: #e4dcdc;
}
.card--classroom-project:has(a:hover) .arrow, .card--classroom-project:focus-within .arrow {
  background-color: #cfc4c4 !important;
}
.card--classroom-project:has(a:hover) img, .card--classroom-project:focus-within img {
  transform: scale(1.07);
}
.card--classroom-project .arrow {
  background-color: #e4dcdc !important;
}
.card--classroom-project figure {
  height: 100%;
}
.card--classroom-project figure img {
  border-radius: 4px 0 0 4px !important;
  background-color: #e4dcdc;
}
.card--classroom-project .card__link {
  justify-content: space-between;
  align-items: flex-end;
}
.card--project .card__excerpt, .card--toolkit-page .card__excerpt {
  margin-top: 30px;
  padding: 30px;
  background-color: #f6f1f1;
}
.card--project .card__link, .card--toolkit-page .card__link {
  position: relative;
}
.card--project .card__link:has(a:hover) .full-res, .card--project .card__link:has(a:focus) .full-res, .card--toolkit-page .card__link:has(a:hover) .full-res, .card--toolkit-page .card__link:has(a:focus) .full-res {
  transform: scale(1.1);
}
.card--project figure, .card--toolkit-page figure {
  overflow: hidden;
  border-radius: 4px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.card--project figure .full-res, .card--toolkit-page figure .full-res {
  transition: transform 1.25s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.9s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.card--project h3, .card--project h2, .card--toolkit-page h3, .card--toolkit-page h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateZ(0);
}
.card--project h3 .arrow, .card--project h2 .arrow, .card--toolkit-page h3 .arrow, .card--toolkit-page h2 .arrow {
  bottom: 0;
  top: auto;
}
.card--project h3 a, .card--project h2 a, .card--toolkit-page h3 a, .card--toolkit-page h2 a {
  color: #362d30;
  z-index: 3;
  font-size: 27px;
}
.card--project a {
  padding: calc(75% + 30px) 0 0 0;
}
.card--toolkit-page a {
  padding: calc(100% + 30px) 0 0 0;
}
.card--horizontal {
  align-items: center;
  padding-bottom: 90px;
  gap: 30px 0;
  grid-template-columns: repeat(24, 1fr);
}
.card--horizontal p {
  color: #362d30;
}
@media screen and (min-width: 1024px) {
  .card--horizontal.reverse figure {
    grid-column: 1/12;
  }
  .card--horizontal.reverse .content {
    grid-column: 13/24;
  }
}
.card--horizontal a.arrow-button:hover .arrow, .card--horizontal a.arrow-button:focus .arrow {
  background-color: #cfc4c4;
}
.card--horizontal a.arrow-button .arrow {
  background-color: #e4dcdc;
}
.card--horizontal .content {
  grid-column: 2/24;
}
@media screen and (min-width: 1024px) {
  .card--horizontal .content {
    grid-column: 2/11;
  }
}
.card--horizontal figure {
  grid-column: 1/-1;
  grid-row: 1;
}
@media screen and (min-width: 1024px) {
  .card--horizontal figure {
    grid-column: 12/-1;
  }
}
.card--horizontal:last-of-type {
  padding-bottom: 0;
}

.social-media {
  margin-top: 30px;
  gap: 30px;
}
.social-media a:hover svg, .social-media a:focus svg {
  transform: scale(1.15) translate3d(0, 0, 0) perspective(1px);
  fill: #f6f1f1;
}
.social-media a svg {
  will-change: transform;
  transform-origin: center;
  transition: transform 0.15s ease-in-out;
  height: 28px;
  fill: #fcf9f8;
}

.full-width {
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  border-radius: 0px;
}
.full-width .img-wrapper,
.full-width img {
  border-radius: 0px;
}

.heading--section {
  margin: 60px 0 60px 0;
  border-top: 1px solid rgba(18, 8, 12, 0.2);
  padding-top: 90px;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .heading--section {
    padding-top: 120px;
    margin: 90px 0 90px 0;
  }
}
@media screen and (min-width: 1024px) {
  .heading--section .content {
    grid-column: 1/13;
  }
}
@media screen and (min-width: 1024px) {
  .heading--section a {
    grid-column: 13/-1;
    justify-self: end;
  }
}

.single-page__inner {
  max-width: 800px;
  margin: 0 auto;
}
.single-page__inner .content .sans-serif:first-child {
  padding-bottom: 20px;
  font-size: 27px;
}

.pink h2,
.pink p,
.pink blockquote,
.pink footer,
.pink a {
  color: #301e53;
}
.pink *:focus-visible {
  outline-color: #301e53;
}

.contain img {
  object-fit: contain;
}

.button {
  font-size: 1rem;
  border-radius: 4px;
  position: relative;
  padding: 15px 30px;
}
.button__menu {
  background-color: #fcf9f8;
  box-shadow: rgba(8, 8, 12, 0.15) 0px 13px 27px -5px, rgba(8, 8, 12, 0.2) 0px 8px 16px -8px;
  padding: 20px;
  margin: 10px;
}
.button__menu li {
  padding: 10px 0;
  border-radius: 4px;
}
.button__menu li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.button__menu li:hover, .button__menu li:focus {
  background-color: #f6f1f1;
}
.button .link__label {
  background: none;
}
.button--dropdown {
  font-family: "Inter", sans-serif;
  color: #12080c;
  gap: 7px;
  padding: 10px 10px 10px 15px;
}
.button--dark {
  color: #fcf9f8;
  background-color: #2a2124;
}
.button--dark:hover, .button--dark:focus {
  background-color: #41393d;
}

.background-black .img-wrapper {
  background-color: #12080c;
}

img.full-res.loaded {
  opacity: 1;
}

.related {
  background-color: #f6f1f1;
  padding-top: 120px;
}
.related .card--project .arrow {
  background-color: #e4dcdc;
}
.related .card--project .link-arrow-wrapper:has(a:hover, a:focus) .arrow {
  background-color: #cfc4c4;
}

.bg-ease {
  transition: background 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.classroom-project .content {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .classroom-project .share-buttons {
    flex-direction: column;
    position: absolute;
  }
}

.toolkits-list li:last-of-type article {
  border-bottom: 0;
}

.card--toolkit {
  padding: 30px 0;
  border-bottom: 1px solid rgba(18, 8, 12, 0.2);
}
.card--toolkit .card__description {
  flex: 1;
}
.card--toolkit figure {
  background-color: #f6f1f1;
  aspect-ratio: 3/4;
}
.card--toolkit figure:last-child {
  display: none;
}
@media screen and (min-width: 1024px) {
  .card--toolkit figure {
    aspect-ratio: 4/3;
  }
  .card--toolkit figure:last-child {
    display: flex;
  }
}
.card--toolkit .card__link > .flex {
  margin-top: 60px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.card--toolkit .card__link > .flex .download-button {
  max-width: 800px;
  position: relative;
}
.card--toolkit p:last-of-type {
  font-size: 16px;
}
.card--toolkit .file-preview {
  background-color: #f6f1f1;
  justify-content: center;
  align-items: center;
}
.card--toolkit .file-preview img {
  border-radius: 0;
  position: relative;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 85%;
}
@media screen and (min-width: 1024px) {
  .card--toolkit .file-preview img {
    max-width: 60%;
  }
}
.card--toolkit .file-preview img {
  object-fit: contain;
  box-shadow: rgba(18, 8, 12, 0.15) 0px 2px 5px -1px, rgba(18, 8, 12, 0.2) 0px 1px 3px -1px;
}
.card--toolkit .download-button {
  position: relative;
  background-color: #f6f1f1;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  align-items: center;
  gap: 5px;
}
.card--toolkit .download-button:hover, .card--toolkit .download-button:focus {
  background-color: #e4dcdc;
}
.card--toolkit .download-button .download-size {
  font-size: 1em;
  opacity: 0.85;
}
.card--toolkit .download-button a,
.card--toolkit .download-button button {
  padding: 10px 15px;
  align-items: center;
}
.card--toolkit .download-button a:hover, .card--toolkit .download-button a:focus,
.card--toolkit .download-button button:hover,
.card--toolkit .download-button button:focus {
  background-color: #e4dcdc;
}

.pink {
  background-color: #ffc3ce;
}

.blue {
  background-color: #2e62d1;
}
.blue *:focus-visible {
  outline-color: #e3fff0;
}

.orange {
  background-color: #f59551;
}

.seafoam {
  background-color: #a6e2d3;
}

.black {
  background-color: #12080c;
}

.share-buttons .button-container {
  align-items: center;
  gap: 15px;
}
.share-buttons .button-container p:empty {
  opacity: 0;
}
.share-buttons .button-container p {
  z-index: 2;
  background-color: #fcf9f8;
  font-size: 17px !important;
  padding: 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.project .content--body .grid > * {
  grid-column: auto;
}

@media screen and (min-width: 1024px) {
  .project .grid .span-7,
  .about .grid .span-7 {
    grid-column: span 7;
  }
  .project .grid .span-8,
  .about .grid .span-8 {
    grid-column: span 8;
  }
  .project .grid .span-9,
  .about .grid .span-9 {
    grid-column: span 9;
  }
  .project .grid .span-10,
  .about .grid .span-10 {
    grid-column: span 10;
  }
  .project .grid .span-11,
  .about .grid .span-11 {
    grid-column: span 11;
  }
  .project .grid .span-12,
  .about .grid .span-12 {
    grid-column: span 12;
  }
  .project .grid .span-13,
  .about .grid .span-13 {
    grid-column: span 13;
  }
  .project .grid .span-14,
  .about .grid .span-14 {
    grid-column: span 14;
  }
  .project .grid .span-15,
  .about .grid .span-15 {
    grid-column: span 15;
  }
  .project .grid .span-16,
  .about .grid .span-16 {
    grid-column: span 16;
  }
  .project .grid .span-17,
  .about .grid .span-17 {
    grid-column: span 17;
  }
}
.project .grid .span-full,
.about .grid .span-full {
  grid-column: 1/-1 !important;
}

.grid > * {
  min-width: 0;
}

#our-story {
  scroll-margin-top: 75px;
}

.project footer,
.classroom-project footer {
  margin-top: 0;
}
.project .content__block,
.project blockquote,
.project .passage,
.classroom-project .content__block,
.classroom-project blockquote,
.classroom-project .passage {
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 60px auto;
}
@media screen and (min-width: 1024px) {
  .project .content__block,
  .project blockquote,
  .project .passage,
  .classroom-project .content__block,
  .classroom-project blockquote,
  .classroom-project .passage {
    margin: 120px auto;
  }
}

.content {
  position: relative;
}
.content ol {
  list-style-type: decimal;
}
.content ul {
  list-style-type: disc;
}
.content ul,
.content ol {
  margin-left: 1.5em;
}
.content ul li + li,
.content ol li + li {
  margin-top: 0.7em;
}

.single-page .content h2,
.single-page .content h3,
.single-page .content h4 {
  padding-top: 1.5em;
}

h2 + ul, .single-page .heading + ul {
  padding-top: 30px;
}

.margin-top-lg {
  margin-top: 120px;
}
@media screen and (min-width: 1024px) {
  .margin-top-lg {
    margin-top: 160px;
  }
}

.padding-bottom-lg {
  padding-bottom: 120px;
}
@media screen and (min-width: 1024px) {
  .padding-bottom-lg {
    padding-bottom: 160px;
  }
}

.margin-top-sm {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .margin-top-sm {
    margin-top: 60px;
  }
}

.padding-bottom-sm {
  padding-bottom: 20px;
}

.padding-top-md {
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .padding-top-md {
    padding-top: 90px;
  }
}

.padding-bottom-md {
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .padding-bottom-md {
    padding-bottom: 90px;
  }
}

.projects-grid .grid {
  gap: 30px 20px;
}

.note {
  background-color: #f6f1f1;
  padding: 20px;
  width: 600px;
  max-width: 100%;
}

.flyout-menu {
  position: fixed;
  z-index: 7;
  top: 0;
  right: 0;
  left: auto;
  max-height: none;
  height: 100%;
  width: max(66vw, 450px);
  max-width: 100%;
  background-color: #f6f1f1;
  overflow-y: auto;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .flyout-menu {
    transform: translateX(100%);
    transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
.flyout-menu__inner img {
  background-color: #e5423b;
}
.flyout-menu__inner {
  padding: 20px;
}
.flyout-menu__inner img {
  height: 80px;
  width: 80px;
}
@media screen and (min-width: 1024px) {
  .flyout-menu__inner {
    padding: 60px;
  }
}
.flyout-menu[open] {
  opacity: 1;
  transform: translateX(0);
}
.flyout-menu__legal {
  gap: 20px;
  padding-top: 90px;
}
.flyout-menu a.arrow-button {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flyout-menu a.arrow-button:last-of-type {
  margin-bottom: 0;
}
.flyout-menu .list-label,
.flyout-menu a.arrow-button {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
}
@media screen and (min-width: 1024px) {
  .flyout-menu .list-label,
  .flyout-menu a.arrow-button {
    font-size: 36px;
  }
}
.flyout-menu .list-label,
.flyout-menu a.arrow-button {
  flex-direction: row-reverse;
}
.flyout-menu__close,
.flyout-menu a.arrow-button .arrow {
  background-color: #e4dcdc;
  border-radius: 100%;
  height: 41px;
  width: 41px;
  padding: 12px;
}
.flyout-menu__close:hover, .flyout-menu__close:focus,
.flyout-menu a.arrow-button .arrow:hover,
.flyout-menu a.arrow-button .arrow:focus {
  border-radius: 100%;
  background-color: #cfc4c4;
}
.flyout-menu nav {
  padding-top: 30px;
}
.flyout-menu nav ul + a,
.flyout-menu nav .list-label {
  margin-top: 60px;
  gap: 30px;
}
.flyout-menu nav .list-label {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(18, 8, 12, 0.2);
}
.flyout-menu nav ul li a {
  font-size: 22px;
}
.flyout-menu nav ul li {
  padding: 10px 0;
}

body > header.sticky #site-nav .submenu.open {
  padding-top: 200px;
}

.content__block ol,
.content__block ul {
  margin-left: 1.5em;
}

ul.flex.social-media,
.heading__breadcrumbs ol {
  list-style-type: none;
  margin: 0;
}
ul.flex.social-media li,
.heading__breadcrumbs ol li {
  margin-top: 0 !important;
}

.full-res {
  transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.footer {
  background-color: #12080c;
  padding: 90px 0 40px 0;
}
.footer ul.social-media {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 120px 0 40px 0;
  }
}
.footer * {
  color: #fcf9f8;
}
.footer__inner {
  gap: 90px 0;
}
.footer__organization, .footer__legal, .footer__links {
  grid-column: 1/-1;
  min-width: 0;
}
.footer__organization {
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .footer__organization {
    grid-column: 1/12;
  }
  .footer__organization .content {
    flex: 1;
  }
}
.footer__organization .content {
  max-width: 400px;
}
.footer__organization img {
  height: 100px;
  width: 100px;
}
.footer__organization p {
  opacity: 0.85;
}
.footer__legal {
  gap: 30px;
}
.footer__legal p,
.footer__legal a {
  opacity: 0.65;
  font-weight: 400;
}
.footer__legal ul {
  gap: 15px 20px;
}
.footer__legal ul a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer__legal ul a:hover, .footer__legal ul a:focus {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .footer__links {
    grid-column: 14/-1;
  }
}
.footer__links ul {
  padding: 0 0 90px 0;
}
.footer__links ul li {
  margin-top: 7px;
}
.footer__links ul a {
  font-family: "Inter", sans-serif;
}
.footer__links ul::before {
  content: attr(data-label);
  display: block;
  font-family: "Inter", sans-serif;
  opacity: 0.7;
  margin-bottom: 20px;
  font-weight: 700;
  width: 100%;
}
.footer__links ul[aria-label="Support Us"] {
  gap: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.footer__links ul[aria-label="Support Us"] a {
  font-size: 20px;
}
.footer__links ul[aria-label="Site Map"] a {
  line-height: 59px;
  font-weight: 700;
  font-size: clamp(1.9rem, 2.25vw, 2.5rem);
}
.footer__links ul[aria-label="Site Map"] a .link__label {
  background-image: linear-gradient(transparent, transparent), linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85));
}
.footer__links ul[aria-label="Site Map"] a {
  color: rgba(255, 255, 255, 0.85);
}
.footer__links ul[aria-label="Site Map"] a:focus, .footer__links ul[aria-label="Site Map"] a:hover {
  color: rgb(255, 255, 255);
}

.cta .content {
  margin: 0 auto;
}
.cta p {
  opacity: 0.9;
}
.cta h2 {
  opacity: 0.95;
  margin-bottom: 45px;
}
.cta .arrow-button {
  margin-top: 60px;
}
.cta blockquote {
  margin-top: 45px;
  font-size: clamp(1rem, 1.75vw, 1.2rem);
}

.curriculum {
  margin-bottom: -160px;
  transform: translateY(-160px) !important;
}
.curriculum__inner {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .curriculum__inner {
    padding: 0 20px;
  }
}
.curriculum__inner figure {
  grid-column: 1/-1;
  display: flex;
  height: 100%;
}
.curriculum__inner figure .img-wrapper {
  aspect-ratio: 7/8;
  border-radius: 0;
}
.curriculum__inner figure img {
  object-position: 10%;
  height: 100%;
}
@media screen and (min-width: 1150px) {
  .curriculum__inner figure {
    grid-column: 1/12;
  }
}
.curriculum__inner .content {
  grid-column: 1/-1;
  width: 100%;
  padding: 40px 30px;
}
@media screen and (min-width: 1024px) {
  .curriculum__inner .content {
    padding: 60px;
  }
}
@media screen and (min-width: 1150px) {
  .curriculum__inner .content {
    grid-column: 12/-1;
  }
}
.curriculum .caption {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .curriculum .caption {
    padding: 0;
  }
}
.curriculum .pink {
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  overflow: hidden;
}

.home .our-story a {
  margin-top: 60px;
}

.get-involved {
  padding: 90px 0 240px 0;
}
.get-involved h2,
.get-involved h3,
.get-involved p,
.get-involved a {
  color: #e3fff0;
}
.get-involved .link__label {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#e3fff0, #e3fff0);
}
.get-involved h2 {
  font-size: clamp(1.7rem, 2.25vw, 1.9rem);
}
.get-involved h2,
.get-involved ul {
  grid-column: 1/-1;
}
@media screen and (min-width: 1024px) {
  .get-involved h2,
  .get-involved ul {
    grid-column: 2/22;
  }
}
.get-involved h3 {
  font-size: clamp(2.5rem, 3vw, 3.3rem);
}
.get-involved ul {
  padding-top: 20px;
}
.get-involved li {
  --offset: 15px;
  gap: 40px;
  padding: 60px 0;
  border-bottom: 2px solid #e3fff0;
}
.get-involved li figure {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .get-involved li figure {
    width: 340px;
  }
}
.get-involved li figure .img-wrapper {
  aspect-ratio: 4/3;
}
.get-involved li .content {
  flex: 1;
  width: 600px;
  max-width: 100%;
}
.get-involved li .content p {
  font-size: 20px;
  opacity: 0.95;
}
.get-involved li:first-of-type {
  padding-top: 0;
}
.get-involved li:last-of-type {
  border-bottom: none;
}

.join-us {
  transform: translateY(-50%);
  margin-bottom: -208px;
}
@media screen and (min-width: 1024px) {
  .join-us {
    margin-bottom: -169px;
  }
}
.join-us__inner {
  background-color: #12080c;
  grid-column: 1/-1;
  padding: 45px;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .join-us__inner {
    grid-column: 4/22;
    padding: 60px;
  }
}
.join-us__inner p {
  font-size: 20px;
  opacity: 0.8;
}
.join-us__inner > .flex {
  margin-top: 60px;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .join-us__inner > .flex {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.join-us__inner > .flex .social-media {
  margin: 0;
}
.join-us h2,
.join-us p,
.join-us a {
  color: #fcf9f8;
}
.join-us p {
  opacity: 0.85;
}

.impact {
  position: relative;
  color: #fcf9f8;
  background-color: #12080c;
  padding-bottom: 120px;
}
@media screen and (min-width: 1024px) {
  .impact {
    padding-bottom: 160px;
  }
}
.impact p {
  color: #fcf9f8;
}
.impact p {
  padding-top: 90px;
}
.impact .stats {
  grid-column: 1/-1;
  padding: 120px 0;
  display: grid;
  gap: 90px 30px;
  grid-template-columns: 1fr;
}
.impact .stats__group.visible .stats__description {
  opacity: 0.8;
}
.impact .stats__group.visible .stats__char {
  opacity: 0.9;
}
.impact .stats__group.visible .stats__char,
.impact .stats__group.visible .stats__description {
  transform: translateY(0);
}
.impact .stats__char {
  font-size: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  transition: opacity 0.2s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.impact .stats__char:nth-child(1) {
  transition-delay: 0s;
}
.impact .stats__char:nth-child(2) {
  transition-delay: 0.07s;
}
.impact .stats__char:nth-child(3) {
  transition-delay: 0.14s;
}
.impact .stats__char:nth-child(4) {
  transition-delay: 0.21s;
}
.impact .stats__char:nth-child(5) {
  transition-delay: 0.28s;
}
.impact .stats__title {
  display: flex;
  padding: 0;
}
.impact .stats__description {
  padding: 0;
  font-family: "Tiempos Text", serif;
  transition-delay: 0.55s;
  transition: opacity 0.4s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 580px) {
  .impact .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .impact .stats__group {
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .impact .stats {
    gap: 90px 60px;
    padding: 160px 0;
    grid-template-columns: repeat(4, 1fr);
    grid-column: 2/24;
  }
}

@media (scripting: enabled) {
  .stats__description {
    opacity: 0;
    transform: translateY(60px);
  }
  .stats__char {
    opacity: 0;
    transform: translateY(30px);
  }
}
.kicker {
  font-size: clamp(1.4rem, 2vw, 1.7rem) !important;
}

.project + footer {
  margin-top: 0;
}
.project {
  position: relative;
}
.project .caption-group {
  display: none;
}
@media screen and (min-width: 1024px) {
  .project .caption-group {
    display: grid;
  }
}
.project .lesson__links {
  gap: 30px;
}
.project .caption-group {
  margin-top: 20px;
}
.project__media {
  padding: 120px 0;
  background-color: #12080c;
  min-height: 200px;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.project .lesson.card--horizontal {
  padding-bottom: 120px;
}
@media screen and (min-width: 1024px) {
  .project .lesson.card--horizontal figure {
    grid-column: 1/12;
  }
  .project .lesson.card--horizontal .content {
    grid-column: 13/24;
  }
}
.project .lesson.card--horizontal .content {
  padding: 20px 0;
}
@media screen and (min-width: 1200px) {
  .project .lesson.card--horizontal .content {
    padding: 60px 0;
  }
}
.project .lesson.card--horizontal p:last-of-type {
  padding-bottom: 60px;
}
.project > .content a .link__label {
  --height: 1.5px;
}
.project > .content .content__block,
.project > .content blockquote,
.project > .content > ul {
  max-width: 800px;
  width: 100%;
}
.project > .content .content__block:first-of-type p:first-of-type {
  font-weight: 500;
  color: #41393d;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  margin-bottom: 60px;
}
.project > .content .content__block:first-of-type p:first-of-type::before {
  background-color: #362d30;
  content: "";
  display: block;
  height: 14px;
  margin-bottom: 30px;
  width: 4rem;
}
.project .passage footer,
.project blockquote footer {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  padding-top: 1rem;
  line-height: 1.6em;
}
.project .passage footer::before,
.project blockquote footer::before {
  content: "—";
  padding-right: 0.25rem;
}
.project .passage::before,
.project blockquote::after,
.project blockquote::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 10rem;
  background-color: #12080c;
  left: 50%;
  transform: translateX(-50%);
}
.project .passage {
  padding: 120px 0;
}
.project .passage::before {
  top: 0;
}
.project .passage {
  padding-bottom: 0;
}
.project blockquote {
  position: relative;
}
.project blockquote::before {
  top: 0;
}
.project blockquote::after {
  bottom: 0;
}
.project blockquote {
  padding: 60px 0;
  font-size: clamp(1.25rem, 2vw, 1.4rem);
}
@media screen and (min-width: 1024px) {
  .project blockquote {
    padding: 120px 0;
  }
}

#dts-posters .container {
  width: min(100%, 110vh);
}
#dts-posters {
  padding: 90px 0;
}
#dts-posters .splide__slider {
  position: relative;
}
#dts-posters .splide__track {
  overflow: visible;
  overflow-x: clip;
}
#dts-posters .splide__arrows,
#dts-posters .caption {
  margin-top: 30px;
}
#dts-posters figure {
  position: relative;
  gap: 20px;
  overflow: visible !important;
}
#dts-posters figure img {
  width: 100%;
  height: 70%;
}
#dts-posters figure:not(:has(img)) .caption {
  display: none;
}
#dts-posters figure .caption {
  top: 100%;
  color: #fcf9f8;
  font-family: "Tiempos Text", serif;
  display: inline-block;
  vertical-align: top;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #dts-posters figure .caption {
    position: absolute;
    margin-left: 130px;
  }
}
#dts-posters figure .caption__slide-no {
  opacity: 0.75;
}
#dts-posters .splide__arrows {
  margin-top: 21px;
  display: flex;
  gap: 15px;
}
#dts-posters .splide__arrows button {
  border-radius: 100%;
  height: 41px;
  width: 41px;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2124;
}
#dts-posters .splide__arrows button:hover, #dts-posters .splide__arrows button:focus {
  background-color: #41393d;
}
#dts-posters .splide__arrows svg {
  fill: #fcf9f8;
}
#dts-posters .splide__arrows .splide__arrow--prev {
  transform: scaleX(-1);
}

.the-dallas-respect-project .video-wrapper {
  max-width: 1231px;
}

.piece-24 .video-wrapper {
  max-width: 1560px;
}
.piece-24 .video-wrapper .grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 30rem), 1fr));
  gap: 60px;
}

.video-wrapper .youtube-facade {
  position: relative;
  aspect-ratio: 16/9;
  grid-column: auto;
}
.video-wrapper .youtube-facade:has(button:hover) svg, .video-wrapper .youtube-facade:has(button:focus) svg {
  fill: #12080c;
  background-color: #cfc4c4;
}
.video-wrapper .youtube-facade:has(button:hover) figure, .video-wrapper .youtube-facade:has(button:focus) figure {
  opacity: 0.75;
}
.video-wrapper .youtube-facade figure {
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}
.video-wrapper .youtube-facade figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(18, 8, 12, 0.6) 0%, rgba(18, 8, 12, 0) 100%);
}
.video-wrapper .youtube-facade__thumbnail {
  position: relative;
  height: 100%;
  aspect-ratio: 16/9;
}
.video-wrapper .youtube-facade__button {
  display: flex;
  align-items: end;
  position: absolute;
  color: #fcf9f8;
  top: 0;
  left: 0;
  padding: 0;
}
.video-wrapper .youtube-facade__button .video-label {
  text-shadow: 0px 0px 30px rgb(18, 8, 12);
  height: 60px;
  display: flex;
  align-items: center;
}
.video-wrapper .youtube-facade__button .video-label span {
  font-size: clamp(1rem, 2vw, 1.4rem);
  padding: 0 0 5px 20px;
  text-align: left;
}
.video-wrapper .youtube-facade__button svg {
  aspect-ratio: 1/1;
  height: 60px;
  width: 60px;
  fill: #12080c;
  background-color: #fcf9f8;
  padding: 15px;
  border-radius: 4px;
}
.video-wrapper .youtube-facade iframe {
  border-radius: 4px;
}

.toggle-container {
  position: relative;
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  padding: 12px 20px;
  width: fit-content;
  font-weight: 400;
}
.toggle-container:has(input[type=checkbox]:checked) {
  background-color: #fcf9f8;
  color: #12080c;
}
.toggle-container input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.toggle-container .toggle-label {
  font-size: 0.9rem;
}

.project .grid > figure:not(:has(figcaption)),
.project .grid .img-wrapper,
.project .grid .content {
  display: flex;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .project .grid > figure:not(:has(figcaption)),
  .project .grid .img-wrapper,
  .project .grid .content {
    height: 100%;
  }
}

.cta--amakw {
  background-color: #ffc3ce;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .cta--amakw {
    width: auto;
    transform: none;
  }
}
.cta--amakw figure,
.cta--amakw .content {
  grid-column: 1/-1;
}
.cta--amakw figure {
  height: 100vw;
  width: 100%;
}
.cta--amakw figure img {
  object-position: bottom;
}
@media screen and (min-width: 1024px) {
  .cta--amakw figure {
    grid-column: 1/8;
    height: 100%;
    min-height: 780px;
  }
  .cta--amakw figure img {
    object-position: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cta--amakw figure {
    grid-column: 1/13;
  }
}
.cta--amakw .content {
  padding: 0 30px 60px 30px;
}
@media screen and (min-width: 1024px) {
  .cta--amakw .content {
    grid-column: 8/-1;
    padding: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .cta--amakw .content {
    grid-column: 13/-1;
  }
}
.cta--amakw h2,
.cta--amakw p,
.cta--amakw a {
  color: #301e53;
}

.toolkit .content--body {
  gap: 90px;
}
.toolkit .content--body .content_block {
  font-size: 1rem;
}

.tag {
  font-size: 16px;
  background-color: #f6f1f1;
  padding: 5px 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.tag:hover, .tag:focus {
  background-color: #e4dcdc;
}

.subscribe .content .sans-serif:first-child {
  padding-bottom: 60px;
}
.subscribe label {
  margin-top: 20px;
  display: block;
}
.subscribe input, .subscribe .button--form-submit {
  font-size: 20px;
  padding: 10px 20px;
  margin: 10px 0;
}
.subscribe input {
  display: block;
}
.subscribe input[type=text] {
  width: 600px;
  max-width: 100%;
}
.subscribe .required {
  color: #c43933;
}
.subscribe #vrCaptchaImage {
  margin-top: 60px;
}
.subscribe .button--form-submit {
  margin: 60px 0 30px 0;
}

.news__inner {
  grid-column: 1/-1;
}
@media screen and (min-width: 1024px) {
  .news__inner {
    grid-column: 2/24;
  }
}
.news__inner .flex {
  gap: 15px;
}
.news__inner__article {
  background-color: #f6f1f1;
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  .news__inner__article {
    padding: 90px;
  }
}
.news__inner__article .link__label {
  --height: 2px;
}
.news__inner__article .kicker {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 21px !important;
}
.news__inner__article .kicker .year {
  font-size: 1rem;
  font-weight: 400;
}
.news__inner__article .kicker .year::before {
  content: "|";
  color: #4d4649;
  margin: 0 10px;
}
.news__inner__article h2 {
  line-height: 1.6em;
  margin-bottom: 1em;
  font-size: clamp(1.9rem, 2.25vw, 2.5rem);
}
.news__inner__article p {
  font-size: 20px;
}

.about footer {
  margin-top: 0;
}
.about #our-story .content .grid--2-col .img-wrapper {
  aspect-ratio: 3/4;
}
.about #our-story .content > figure,
.about #our-story .content .grid {
  margin: 60px 0;
}
.about #our-story .content {
  position: relative;
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}
.about-related {
  background-color: #f6f1f1;
}

.leadership .title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #4d4649;
}
.leadership__board-members {
  grid-column: 1/-1;
}
.leadership__board-members h2 {
  font-size: clamp(1.4rem, 2vw, 1.7rem);
}
.leadership__board-members .title {
  font-size: clamp(1.25rem, 2vw, 1.4rem);
  color: #4d4649;
}
.leadership__board-members .board-member {
  text-align: center;
  background-color: #f6f1f1;
  padding: 60px 30px;
}
.leadership__founders {
  grid-column: 1/-1;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 32rem), 1fr));
}
.leadership__founders .founder h2 {
  font-size: clamp(1.7rem, 2.25vw, 1.9rem);
}
.leadership__founders .founder .title {
  font-size: clamp(1.25rem, 2vw, 1.4rem);
  color: #4d4649;
}
.leadership__founders .founder {
  padding: 20px 20px 60px 20px;
}
@media screen and (min-width: 1024px) {
  .leadership__founders .founder {
    padding: 60px;
  }
}
.leadership__founders .founder {
  border: 1px solid rgba(18, 8, 12, 0.2);
}
.leadership__founders .founder figure .img-wrapper {
  aspect-ratio: 4/3;
}
.leadership__founders .founder figure {
  margin-bottom: 30px;
}
.leadership__founders .founder .title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.cards {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 30rem), 1fr));
}

.sponsors ul.list {
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 22rem), 1fr));
}
.sponsors ul.list li {
  border-bottom: 1px solid rgba(18, 8, 12, 0.2) !important;
  padding: 10px 20px;
}
.sponsors ul.grid {
  margin-bottom: 120px;
}
.sponsors ul.grid li {
  border-radius: 4px;
  background-color: white;
  padding: 30px;
  justify-content: center;
  align-items: center;
}
.sponsors ul.grid li figure {
  display: block;
  height: 105px;
  width: 200px;
}
.sponsors ul.grid li figure img {
  border-radius: 0;
  object-fit: contain;
}
.sponsors ul.grid li h2 {
  font-family: "Tiempos Text", serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.pelp .subhead {
  align-items: center;
}
.pelp .font--lg {
  font-size: clamp(1.5rem, 2vw, 1.9rem);
}
.pelp figcaption {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  position: absolute;
  padding-top: 5px;
  left: 80px;
  bottom: 0;
  transform: translateY(100%);
  color: #fcf9f8;
  opacity: 0.85;
  max-width: calc(100vw - 100px);
}
@media screen and (min-width: 1024px) {
  .pelp figcaption {
    color: #12080c;
    opacity: 1;
    bottom: -20px;
  }
}
.pelp .autoplay-controls {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 20px;
}
@media screen and (min-width: 1024px) {
  .pelp .autoplay-controls {
    bottom: -20px;
  }
  .pelp .autoplay-controls button {
    background-color: #f6f1f1;
  }
  .pelp .autoplay-controls button:hover, .pelp .autoplay-controls button:focus {
    background-color: #e4dcdc;
  }
  .pelp .autoplay-controls button svg {
    fill: black;
  }
}
.pelp footer {
  gap: 60px 0;
}
.pelp footer .flex {
  gap: 20px;
}
.pelp footer .flex:first-child {
  gap: 60px;
}
.pelp footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pelp footer .social-media a svg {
  fill: #12080c;
}
.pelp header {
  position: relative;
}
.pelp header #global-nav {
  border-bottom: 1px solid rgba(250, 246, 244, 0.1);
}
.pelp .bg-purple a:focus, .pelp .bg-blue a:focus {
  outline-color: #12080c;
}
.pelp .bg-purple {
  background-color: hsl(300, 37%, 64%);
}
.pelp .bg-yellow {
  background-color: #f59551;
}
.pelp .bg-seafoam {
  background-color: #a6e2d3;
}
.pelp .bg-green {
  background-color: hsl(80, 41%, 60%);
}
.pelp .bg-gray {
  background-color: #c5cfe0;
}
.pelp .bg-blue {
  background-color: #20b0f3;
}
.pelp main {
  background-color: #fcf9f8;
}
.pelp .card .details {
  font-size: 0.9rem;
}
.pelp .card--cta {
  height: 100%;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f6f1f1;
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  .pelp .card--cta {
    padding: 60px;
  }
}
.pelp .card--cta .arrow-button + .arrow-button {
  margin-top: 30px;
}
.pelp .card--cta p {
  color: #4d4649;
}
.pelp .card--cta a.arrow-button .arrow {
  background-color: #e4dcdc;
}
.pelp .card--cta a.arrow-button:hover .arrow, .pelp .card--cta a.arrow-button:focus .arrow {
  background-color: #cfc4c4;
}
.pelp .padding-md {
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  .pelp .padding-md {
    padding: 60px;
  }
}
.pelp .fill-red {
  fill: #e5423b;
}
.pelp .fill-white {
  fill: #fff;
}
.pelp .heading--section {
  margin: 60px 0 60px 0;
  border-top: 1px solid rgba(18, 8, 12, 0.2);
  padding-top: 90px;
}
@media screen and (min-width: 1024px) {
  .pelp .heading--section {
    padding-top: 120px;
    margin: 90px 0 90px 0;
  }
}
.pelp .margin-top-sm {
  margin-top: 20px;
}
.pelp .bg-ease {
  transition: background 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pelp section p,
.pelp p.rounded {
  color: #2a2124;
}
.pelp section.rounded h2 {
  padding-bottom: 0.5em;
}
.pelp section.rounded .col-2 {
  columns: 1;
  gap: 60px;
}
@media screen and (min-width: 1024px) {
  .pelp section.rounded .col-2 {
    columns: 2;
  }
}
.pelp section.rounded .col-2 p {
  break-inside: avoid;
}
.pelp #get-involved {
  margin-bottom: 90px;
}
.pelp nav {
  display: flex;
}
.pelp body > header {
  font: "Inter", sans-serif;
  width: 100%;
  top: 0;
  z-index: 6;
}
.pelp body > header.no-transition .submenu {
  transition: none !important;
}
.pelp body > header .menu-link {
  display: flex;
  height: 100%;
  padding: 0 10px;
  align-items: center;
}
.pelp body > header .icon-arrow {
  display: flex;
  align-items: center;
}
.pelp body > header .icon-arrow svg {
  height: 19px;
  width: 19px;
}
.pelp body > header ul {
  display: flex;
}
.pelp nav ul {
  list-style: none;
}
.pelp .flex {
  display: flex;
}
.pelp .flex--col {
  flex-direction: column;
}
.pelp .flex--wrap {
  flex-wrap: wrap;
}
.pelp .flex--center {
  justify-content: center;
  align-items: center;
}
.pelp .flex--space-between {
  justify-content: space-between;
}
.pelp p {
  word-break: break-word;
}
@media screen and (min-width: 1024px) {
  .pelp .mobile {
    display: none;
  }
}
.pelp .desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pelp .desktop {
    display: flex;
  }
}
.pelp p + p {
  margin-top: 1.5em;
}
.pelp img {
  object-fit: cover;
}
.pelp .img-wrapper img {
  width: 100%;
  height: 100%;
}
.pelp .heading--carousel {
  height: 100dvh;
  grid-template-rows: 1fr min-content;
  grid-template-columns: repeat(24, 1fr);
  background-color: #12080c;
  margin-bottom: 60px;
  align-items: center;
  padding: 0;
  grid-auto-flow: column;
}
.pelp .heading--carousel h1,
.pelp .heading--carousel p,
.pelp .heading--carousel span {
  color: #f6f1f1;
}
@media screen and (min-width: 1024px) {
  .pelp .heading--carousel {
    grid-template-rows: 1fr;
    height: auto;
    margin-bottom: 150px;
  }
}
.pelp .heading--carousel .splide {
  height: 100%;
  width: 100%;
}
.pelp .heading--carousel .splide.is-initialized figcaption {
  opacity: 1;
}
.pelp .heading--carousel .splide figure {
  overflow: visible;
}
.pelp .heading--carousel .splide figure figcaption {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.pelp .heading--carousel .splide {
  grid-column: 1/-1;
}
.pelp .heading--carousel .splide__track {
  overflow-x: clip !important;
  overflow-y: visible;
  opacity: 1;
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pelp .heading--carousel .splide__track img[src*=Bridge-Art] {
  object-position: center 75%;
}
.pelp .heading--carousel .content {
  grid-column: 2/24;
}
.pelp .heading--carousel .content {
  padding: 90px 0;
}
@media screen and (min-width: 1100px) {
  .pelp .heading--carousel .content {
    grid-column: 13/24;
    padding: 120px 0;
  }
}
.pelp .heading--carousel .content h1 {
  opacity: 0.95;
  margin-bottom: 1.5ex;
}
.pelp .heading--carousel .content p {
  opacity: 0.85;
}
.pelp .heading--carousel .flex {
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .pelp .heading--carousel .splide__slider::after {
    content: unset;
  }
}
@media screen and (min-width: 1024px) {
  .pelp .heading--carousel .splide {
    aspect-ratio: 1/1;
  }
}
.pelp .heading--carousel .splide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/3;
}
@media screen and (min-width: 1100px) {
  .pelp .heading--carousel .splide {
    grid-column: 1/12;
  }
  .pelp .heading--carousel .splide img {
    aspect-ratio: 1/1;
  }
}
.pelp .heading--carousel .splide__spinner {
  display: none;
}
.pelp .sticky {
  position: sticky;
}
.pelp figure {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pelp figure img {
  border-radius: 4px;
  overflow: hidden;
}
.pelp figure {
  position: relative;
}
.pelp figure .lqip {
  filter: blur(30px);
  transform: scale(1.15);
  position: absolute;
}
.pelp figure .full-res {
  position: relative;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pelp figure .full-res.loaded {
  opacity: 1;
}
.pelp .lazyload .img-wrapper .full-res {
  position: absolute;
  top: 0;
  left: 0;
}
.pelp .lazyload .img-wrapper .lqip {
  transform: scale(1.4);
  position: relative;
}
.pelp #about .img-wrapper {
  height: 100%;
}
.pelp #about .img-wrapper .full-res {
  object-position: 100%;
}
@media screen and (min-width: 1024px) {
  .pelp #about {
    grid-template-columns: 1fr 1fr;
  }
}
.pelp .logo {
  height: 2rem;
}

.page-not-found {
  margin-top: 165px;
  align-items: center;
  justify-content: center;
}
.page-not-found h1 {
  background-size: cover;
  background-color: #20b0f3;
  background-image: url("https://images.29pieces.org/upload/v1751306761/Page-Not-Found_jp01vg.webp");
  font-size: clamp(80px, 33vw, 550px);
  line-height: 1em;
  margin: 0;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-not-found a,
.page-not-found p {
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  color: #1e1418;
}

.single-page .heading--section {
  margin-bottom: 0;
}
.single-page .note, .single-page form + p {
  margin-top: 20px;
}
.single-page form button {
  margin-top: 60px;
}
.single-page .card--learn-more {
  padding: 0;
  overflow: hidden;
}
.single-page .card--learn-more .arrow-button {
  padding: 60px;
  width: 100%;
  justify-content: space-between;
  transition: background-color 0.15s ease-in-out;
}
.single-page .card--learn-more .arrow-button:focus, .single-page .card--learn-more .arrow-button:hover {
  background-color: #e4dcdc;
}

*:focus-visible,
.toggle-container:focus-within {
  outline: 3px solid #f59551;
  border-radius: 3px;
  outline-offset: 4px;
}

.fixed-backdrop {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(18, 8, 12, 0.4);
  backdrop-filter: blur(0px);
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.075, 0.82, 0.165, 1), backdrop-filter 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  top: 0;
  left: 0;
  will-change: backdrop-filter;
  z-index: -1;
}
.fixed-backdrop.open {
  z-index: 5;
  backdrop-filter: blur(15px);
  opacity: 1;
}
.fixed-backdrop.open.mobile {
  z-index: 6;
}

.splide {
  visibility: visible;
}

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