:root {
  --gold: #ffdd4e;
  --grey: #eef3f7;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.clf-h1-n1 {
  font-family: Karla, sans-serif;
  font-size: 160px;
  font-weight: 800;
  line-height: 1em;
}

.clf-h2-n2 {
  font-family: Karla, sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 1em;
}

.clf-h3-n3 {
  font-family: Karla, sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 1em;
}

.clf-h1-light {
  z-index: 1;
  font-family: Karla, sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 1.1em;
  position: relative;
}

.clf-h1-light.white {
  color: #fff;
}

.clf-h1-bold {
  z-index: 1;
  font-family: Karla, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1em;
  position: relative;
}

.clf-h2-light {
  font-family: Karla, sans-serif;
  font-size: 56px;
  font-weight: 200;
  line-height: 1.1em;
}

.clf-h2-bold {
  font-family: Karla, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
}

.clf-h3-light {
  font-family: Karla, sans-serif;
  font-size: 44px;
  font-weight: 200;
  line-height: 1.1em;
}

.clf-h3-bold {
  font-family: Karla, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1em;
}

.clf-body-1 {
  font-family: Karla, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.clf-body-2 {
  font-family: Karla, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.clf-body-2.white {
  color: #fff;
}

.clf-body-2.white.centered {
  text-align: center;
}

.clf-body-3 {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.clf-body-3.white {
  color: #fff;
  white-space: normal;
}

.clf-body-3.white.timeline-marker {
  color: #fff;
  margin-right: 8px;
  text-decoration: none;
}

.clf-body-3.white.timeline-header {
  font-weight: 700;
}

.clf-body-3.list {
  margin-bottom: 0;
  line-height: 40px;
}

.clf-body-4 {
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.clf-body-4.white {
  color: #fff;
}

.clf-body-5 {
  font-family: Karla, sans-serif;
  font-size: 10px;
  line-height: 1.5em;
}

.clf-body-5.center {
  text-align: center;
  position: relative;
}

.clf-h4-light {
  font-family: Karla, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 1.1em;
}

.clf-h4-bold {
  font-family: Karla, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
}

.clf-h5-light {
  font-family: Karla, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.1em;
}

.clf-h5-bold {
  font-family: Karla, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1em;
}

.clf-nav-container {
  z-index: 100;
  background-color: #fff;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 36px #00000026;
}

.nav-scroll-container {
  flex-direction: row;
  flex: 1;
  align-items: stretch;
  display: flex;
  position: relative;
}

.clf-nav-link {
  color: #000;
  border-bottom: 3px solid #fff;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 8px;
  font-family: Karla, sans-serif;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
}

.clf-nav-link:hover, .clf-nav-link:focus {
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.clf-nav-logo {
  margin-right: 16px;
}

.section {
  z-index: 1;
  position: relative;
}

.nav-scroll-content {
  flex: none;
  height: 100%;
  padding-top: 8px;
  display: block;
  position: relative;
  inset: 0%;
}

.section-2 {
  position: relative;
}

.div-block {
  z-index: 100;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 36px #00000026;
}

.clf-body {
  color: #000;
  min-width: 1000px;
  font-family: Karla, sans-serif;
  line-height: 1.1em;
}

.clf-e1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

.clf-e2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
}

.clf-e3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.clf-content-card {
  max-width: 550px;
}

.clf-content-card.line-animation {
  z-index: 1;
  position: relative;
}

.vertical-spacer-40 {
  height: 40px;
}

.vertical-spacer-40.quote {
  height: 60px;
}

.cards {
  justify-content: center;
  display: flex;
}

.ds-heading {
  color: #fff;
  background-color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
}

.clf-section {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: 768px;
  padding-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clf-section.columns {
  flex-direction: row;
  align-items: stretch;
  padding-top: 0;
}

.clf-section.columns.who {
  height: auto;
}

.clf-section.columns.future {
  padding-left: 5vw;
  padding-right: 5vw;
}

.clf-section.left {
  justify-content: center;
  align-items: flex-start;
  padding-left: 190px;
}

.clf-section.end {
  background-color: #000;
  height: auto;
  min-height: 768px;
  padding-bottom: 100px;
}

.clf-section.thanks {
  padding-top: 0;
}

.clf-section.landing {
  z-index: 0;
  height: auto;
  padding-bottom: 80px;
}

.clf-landing-yellow-bg {
  background-color: var(--gold);
  width: 150vw;
  height: 40vh;
  margin-top: 0;
  margin-left: -25vw;
  position: relative;
  transform: rotate(-2deg);
}

.clf-black-bg {
  z-index: 2;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 46vw;
  height: 50vh;
  min-height: 300px;
  margin-top: 15vh;
  display: flex;
  position: relative;
  transform: rotate(-2deg);
  box-shadow: 0 0 100px #00000040;
}

.clf-10year-logo {
  transform: rotate(2deg);
}

.clf-section-column-left {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.clf-section-column-left.highlights, .clf-section-column-left.centered {
  justify-content: center;
}

.clf-section-column-left.centered.future {
  padding-right: 40px;
}

.clf-section-column-left.thanks {
  flex: none;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
}

.clf-section-column-left.who {
  padding-bottom: 150px;
  padding-left: 5vw;
}

.clf-section-column-right {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.clf-section-column-right.highlights {
  justify-content: center;
  padding-right: 5vw;
}

.clf-section-column-right.centered {
  justify-content: center;
}

.clf-section-column-right.thanks {
  background-color: var(--gold);
  height: 100%;
  padding: 0;
}

.clf-section-column-right.mobile-hide {
  position: relative;
}

.viewport {
  width: 100vw;
  height: 100vh;
}

.v-scroll-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: auto;
}

.highlight-faces-frame {
  flex-direction: column;
  display: flex;
}

.highlight-face {
  height: 190px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.highlight-faces-camera {
  z-index: 2;
  height: 200px;
  margin-top: -100px;
  position: relative;
  overflow: hidden;
}

.highlights-track {
  height: 400vh;
  position: relative;
}

.highlights-track.v-scroll-wrap {
  position: relative;
}

.highlights-camera {
  z-index: 10;
  background-color: #fff;
  flex-direction: row;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.highlight-content-camera {
  max-width: 650px;
  height: 500px;
  overflow: hidden;
}

.highlight-content-frame {
  flex-direction: column;
  height: 500px;
  display: flex;
  position: relative;
}

.vertical-spacer-72 {
  height: 72px;
}

.highlight-content-item {
  flex: none;
  height: 490px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.highlight-content-item._1, .highlight-content-item._2, .highlight-content-item._3, .highlight-content-item._4 {
  display: none;
}

.scroll-snap {
  background-color: #28595d;
  width: 100%;
  height: 100vh;
}

.scroll-snap._2 {
  background-color: #594545;
}

.scroll-snap._4 {
  background-color: #9078bc;
}

.scroll-snap._1 {
  background-color: #5d2859;
}

.scroll-target._1 {
  z-index: 1;
  background-color: #7d7d7d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
}

.scroll-target._2 {
  background-color: #b0b0b0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.scroll-target._3 {
  background-color: #898989;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 100vh;
  display: flex;
  position: absolute;
}

.scroll-target._4 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 200vh;
  display: flex;
  position: absolute;
}

.scroll-target._5 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 300vh;
  display: flex;
  position: absolute;
}

.scroll-target._6 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 400vh;
  display: flex;
  position: absolute;
}

.scroll-target._7 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 500vh;
  display: flex;
  position: absolute;
}

.scroll-target._8 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 600vh;
  display: flex;
  position: absolute;
}

.scroll-target._9 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 700vh;
  display: flex;
  position: absolute;
}

.scroll-target._10 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 800vh;
  display: flex;
  position: absolute;
}

.scroll-target._11 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 900vh;
  display: flex;
  position: absolute;
}

.clf-masked-image {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: 250px;
  height: 250px;
  min-height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.yellow-bg-container {
  width: 100vw;
  position: absolute;
  inset: 0% 0% 50%;
  overflow: hidden;
}

.timeline-track {
  width: 100vw;
  height: 1100vh;
  min-height: auto;
  position: relative;
}

.timeline-track.standard-scroll {
  min-height: auto;
}

.timeline-camera {
  z-index: 10;
  width: 100%;
  height: 100vh;
  min-height: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.timeline-frame {
  background-color: #000;
  width: 1100vw;
  display: flex;
}

.highlight-header-container {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.image-2 {
  margin-top: 10px;
  margin-left: 40px;
  position: absolute;
}

.clf-h1-timeline {
  font-family: Karla, sans-serif;
  font-size: 240px;
  font-weight: 700;
  line-height: 1em;
}

.clf-h1-timeline.white {
  color: var(--grey);
}

.clf-h1-timeline.white.year {
  z-index: 2;
  color: var(--grey);
  margin-top: -20px;
  margin-bottom: 0;
  position: relative;
}

.clf-h1-timeline.white.split-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 220px;
}

.clf-h1-timeline.right {
  text-align: right;
}

.clf-h1-timeline.rotated {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 220px;
  transform: rotate(2deg);
}

.timeline-item {
  flex: none;
  width: 100vw;
  padding-top: 80px;
  padding-left: 8vw;
  padding-right: 20px;
}

.timeline-item.mobile-header.line-animation {
  max-width: 100vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.timeline-item.scroll-snap {
  background-color: #0000;
  max-width: 100vw;
  padding-right: 5vw;
}

.h1-white-span {
  color: #fff;
}

.timeline-large-text {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.timeline-large-text.line-animation {
  align-items: stretch;
  margin-right: 4vw;
}

.timeline-yellow-box {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  height: 230px;
  margin-top: auto;
  margin-left: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  transform: rotate(-2deg);
}

.timeline-intro-image {
  width: 37vw;
  max-width: none;
  margin-top: 18vh;
  position: absolute;
  left: 0;
}

.timeline-skip-button {
  z-index: 15;
  position: absolute;
  top: 100px;
  right: 100px;
}

.timeline-component-container {
  z-index: 10;
  padding-bottom: 5vh;
  padding-left: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline-collection {
  object-fit: fill;
  border-bottom: 1px solid #fff;
  width: 200%;
  display: flex;
}

.timeline-year-block {
  justify-content: flex-end;
  align-items: flex-end;
  width: 128px;
  display: flex;
  position: relative;
}

.time-marker {
  background-color: #fff;
  width: 4px;
  height: 64px;
}

.time-marker.short {
  height: 32px;
  margin-right: 8px;
}

.timeline-image-preview {
  background-image: url('../images/2013-Thumb.png');
  background-position: 0 0;
  background-size: 80px;
  width: 80px;
  height: 80px;
  display: none;
  position: absolute;
  bottom: 64px;
  right: -40px;
}

.timeline-image-preview._2014 {
  background-image: url('../images/2014-Thumb.png');
}

.timeline-image-preview._2016 {
  background-image: url('../images/2016-Thumb.png');
}

.timeline-image-preview._2017 {
  background-image: url('../images/2017-Thumb.png');
}

.timeline-image-preview._2018 {
  background-image: url('../images/2018-Thumb.png');
}

.timeline-image-preview._2019 {
  background-image: url('../images/2019-Thumb.png');
}

.timeline-image-preview._2020 {
  background-image: url('../images/2020-Thumb.png');
}

.timeline-image-preview._2021 {
  background-image: url('../images/2021-Thumb.png');
}

.timeline-image-preview._2022 {
  background-image: url('../images/2022-Thumb.png');
  background-position: 50%;
}

.link-block-2 {
  align-self: flex-end;
}

.timeline-item-content {
  display: flex;
}

.timeline-item-left-column {
  flex: 1;
  justify-content: flex-start;
  margin-top: -66px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.timeline-item-right-column {
  flex: 1;
  max-width: 50vw;
  margin-top: -30px;
  padding-right: 5vw;
}

.timeline-image {
  flex: none;
  width: 30vw;
  height: 30vw;
  margin-left: 92px;
}

.timeline-accordion {
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.accordion-toggle {
  align-items: center;
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 45px;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 40%;
  display: block;
  position: static;
}

.accordion-icons {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: absolute;
  right: 0;
}

.close-icon, .open-icon {
  position: absolute;
}

.timeline-list-wrapper {
  flex: none;
}

.timeline-list-main {
  width: 100%;
  height: 100%;
  display: flex;
}

.timeline-link {
  align-self: stretch;
  display: flex;
}

.clf-columns {
  width: 100%;
  height: 100%;
  display: flex;
}

.column, .column-2 {
  flex: 1;
}

.clf-asterisk {
  position: absolute;
  top: -60px;
  left: -43px;
}

.section-5-image {
  position: relative;
}

.clf-quote-component {
  max-width: 712px;
  position: relative;
}

.clf-quote-icon {
  position: absolute;
  top: -10px;
  left: -150px;
}

.clf-yellow-highlight {
  background-color: var(--gold);
  width: 320px;
  height: 89px;
  position: absolute;
  bottom: 0;
  right: 40px;
  transform: rotate(-2deg);
}

.clf-yellow-highlight.thanks {
  width: 330px;
  inset: 15px auto auto -5px;
}

.tabs {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.clf-tab-current {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clf-tab-current.w--current {
  color: #fff;
  background-color: #000;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.clf-tab {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.clf-tab.w--current {
  color: #fff;
  background-color: #000;
  font-weight: 700;
}

.tabs-menu {
  display: flex;
}

.tabs-content {
  border-top: 4px solid var(--gold);
  padding-top: 40px;
}

.thanks-rhs {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.thank-you-list-container {
  flex: 1;
  padding: 100px 100px 80px;
  overflow: scroll;
}

.thank-you-button-container {
  flex: none;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.donors-list {
  display: none;
}

.supporters-list {
  display: block;
}

.clf-content-button-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 880px;
  display: flex;
}

.clf-button {
  background-color: var(--gold);
  color: #000;
  border: 1px solid #0000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.clf-celebrate-persona {
  margin-top: 80px;
}

.clf-pill-button {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 16px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.clf-pill-button.inactive, .clf-pill-button.timeline {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
}

.partner-circle {
  width: 120px;
  height: 120px;
  position: absolute;
}

.partner-content {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.clf-landing-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.clf-thanks-header {
  max-width: 712px;
  position: relative;
}

.clf-thanks-header.line-animation {
  margin-right: auto;
}

.clf-yellow-shape-rhs {
  position: absolute;
  top: 5%;
  left: 35%;
}

.clf-yellow-shape-rhs.mobile {
  display: none;
}

.clf-yellow-shape-lhs {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.clf-who-girls {
  z-index: 1;
  border-bottom: 4px solid var(--gold);
  width: 90%;
  max-width: 800px;
  position: relative;
}

.clf-pill-bar, .clf-pill-container {
  display: none;
}

.time-marker-short {
  background-color: #fff;
  width: 4px;
  height: 32px;
  margin-right: 8px;
}

.time-marker-short.short {
  height: 32px;
  margin-right: 8px;
}

.pb-partner-logo {
  object-fit: contain;
  max-width: 380px;
  max-height: 150px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.partner-book-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.partner-book-item.scroll-snap {
  background-color: #0000;
}

.column-3 {
  align-items: center;
  display: flex;
}

.image-4 {
  flex: 1;
  max-width: 50%;
}

.image-5 {
  flex: 1;
}

.columns-2 {
  background-color: #fff;
  padding-top: 40px;
}

.columns-3 {
  background-color: #fff;
}

.clf-arrow-button {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Button-Arrow-Icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 45px;
  font-size: 16px;
  font-weight: 700;
}

.pb-left-gutter {
  background-color: #000;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 100vh;
  padding-top: 25px;
  display: flex;
}

.div-block-3 {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
}

.pb-container {
  flex: 1;
  width: 100%;
  height: 100vh;
}

.pb-photo-credits {
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: Karla, sans-serif;
  position: relative;
}

.pb-row {
  width: 100%;
  height: 50%;
  display: flex;
}

.pb-row.top {
  border-bottom: 3px solid #000;
}

.pb-row.bottom {
  background-image: url('../images/Beige-BG.png');
  background-position: 50%;
  background-size: cover;
}

.pb-column-lhs {
  flex: 1;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.box-tr {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 100px;
  display: flex;
}

.rhs-statement-vision {
  height: 255px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 28px;
}

.rhs-statement-evolution {
  height: 342px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 28px;
}

.box-br {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 45px 100px 40px 40px;
  display: flex;
}

.pb-body {
  font-family: Karla, sans-serif;
  font-size: 21px;
  line-height: 1.5em;
}

.pb-partner-type {
  flex: 1;
  width: auto;
}

.pb-page-info {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.pb-side-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Karla, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1em;
}

.pb-side-text.vertical-text {
  padding-bottom: 30px;
}

.pb-page-number {
  color: #fff;
  font-family: Karla, sans-serif;
  font-size: 23px;
  line-height: 1em;
}

.pb-photo-1 {
  outline-offset: 0px;
  border: 10px #fff;
  outline: 10px solid #fff;
  justify-content: center;
  align-items: center;
  width: 734px;
  height: 490px;
  display: flex;
  position: absolute;
  bottom: -80px;
  left: 40px;
  overflow: hidden;
  box-shadow: 0 0 35px #0003;
}

.pb-photo-2 {
  outline-offset: 0px;
  border: 10px #fff;
  outline: 10px solid #fff;
  justify-content: center;
  align-items: flex-start;
  width: 700px;
  height: 470px;
  display: flex;
  position: absolute;
  top: 28px;
  left: 120px;
  overflow: hidden;
  box-shadow: 0 0 35px #0003;
}

.pb-internal-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-6 {
  position: absolute;
  top: 90px;
  left: -12px;
}

.image-7 {
  position: absolute;
  bottom: -2px;
  left: 0;
}

.image-8 {
  position: absolute;
  top: -25px;
  right: 70px;
}

.empty-photo {
  background-color: #7f7f7f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-family: Karla, sans-serif;
  font-size: 29px;
  font-weight: 200;
  line-height: 1em;
}

.pb-justice, .pb-education, .pb-cri, .pb-emergency, .pb-legacy, .pb-cj {
  display: block;
}

.static-confetti-img {
  width: 100vw;
  max-width: 1500px;
  position: relative;
}

.clf-static-confetti {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pagination, .pagination-2 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .clf-section.landing {
    height: 100vh;
  }

  .clf-section-column-left.who {
    padding-bottom: 250px;
  }

  .clf-h1-timeline.white.split-text, .clf-h1-timeline.rotated {
    font-size: 280px;
  }

  .timeline-intro-image {
    width: 45vw;
  }

  .clf-thanks-header.line-animation {
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .clf-h1-n1 {
    font-size: 120px;
  }

  .clf-h2-n2 {
    font-size: 100px;
  }

  .clf-h3-n3 {
    font-size: 80px;
  }

  .clf-h1-light {
    font-size: 56px;
  }

  .clf-h1-light.white {
    text-align: center;
  }

  .clf-h1-light.split-text {
    white-space: normal;
  }

  .clf-h1-bold {
    font-size: 56px;
  }

  .clf-h2-light {
    text-align: center;
    margin-top: 40px;
    font-size: 44px;
  }

  .clf-h2-bold {
    font-size: 44px;
  }

  .clf-h3-light, .clf-h3-bold {
    font-size: 36px;
  }

  .clf-body-1 {
    font-size: 20px;
  }

  .clf-body-2 {
    font-size: 16px;
  }

  .clf-body-3 {
    font-size: 14px;
  }

  .clf-body-3.white.timeline-header {
    margin-right: 20px;
  }

  .clf-body-4 {
    font-size: 12px;
  }

  .clf-h4-light, .clf-h4-bold {
    font-size: 28px;
  }

  .clf-h5-light, .clf-h5-bold {
    font-size: 24px;
  }

  .clf-nav-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .clf-body {
    min-width: 100vw;
  }

  .clf-e1 {
    font-size: 22px;
  }

  .clf-e2 {
    font-size: 20px;
  }

  .clf-e3 {
    text-align: center;
    font-size: 18px;
  }

  .vertical-spacer-40 {
    height: 24px;
  }

  .cards {
    flex-direction: column;
    align-items: center;
  }

  .clf-section {
    width: 100vw;
    min-height: auto;
  }

  .clf-section.columns {
    flex-direction: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .clf-section.columns.future {
    padding-left: 0;
    padding-right: 0;
  }

  .clf-section.left {
    padding-left: 5vw;
  }

  .clf-section.end {
    padding-bottom: 80px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .clf-section.thanks {
    height: auto;
  }

  .clf-black-bg {
    width: 80vw;
    height: 60vh;
    min-height: 300px;
    max-height: 400px;
  }

  .clf-10year-logo {
    width: 50vw;
  }

  .clf-section-column-left {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .clf-section-column-left.highlights {
    flex: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .clf-section-column-left.centered {
    padding-top: 80px;
  }

  .clf-section-column-left.centered.future {
    padding-right: 5vw;
  }

  .clf-section-column-left.thanks {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .clf-section-column-left.who {
    padding-bottom: 0;
  }

  .clf-section-column-right.highlights {
    justify-content: flex-start;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .clf-section-column-right.centered {
    padding-bottom: 80px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .clf-section-column-right.thanks {
    padding: 40px 0 20px;
  }

  .clf-section-column-right.mobile-hide {
    display: none;
  }

  .highlight-face {
    height: 120px;
    margin-top: 5px;
  }

  .highlight-faces-camera {
    height: 130px;
    margin-top: 0;
  }

  .highlights-track {
    width: 100vw;
  }

  .highlights-camera {
    flex-direction: column;
    width: 100vw;
  }

  .highlight-content-camera {
    width: 100%;
    height: 50vh;
  }

  .scroll-target, .scroll-target._1 {
    width: 100vw;
  }

  .scroll-target._1.highlights {
    height: 100vh;
  }

  .scroll-target._2 {
    width: 100vw;
    display: none;
  }

  .scroll-target._2.highlights {
    display: flex;
  }

  .scroll-target._3 {
    width: 100vw;
    display: none;
  }

  .scroll-target._3.highlights {
    display: flex;
  }

  .scroll-target._4 {
    width: 100vw;
    display: none;
  }

  .scroll-target._4.highlights {
    display: flex;
  }

  .scroll-target._5, .scroll-target._6, .scroll-target._7, .scroll-target._8, .scroll-target._9, .scroll-target._10, .scroll-target._11 {
    display: none;
  }

  .clf-masked-image {
    width: 180px;
    min-width: auto;
    height: 180px;
    min-height: auto;
  }

  .timeline-track {
    height: auto;
    min-height: auto;
    overflow: hidden;
  }

  .timeline-camera {
    height: auto;
    min-height: auto;
    position: relative;
  }

  .timeline-frame {
    flex-direction: column;
    width: 100vw;
  }

  .image-2 {
    width: 150px;
    margin-top: 50px;
    margin-left: 0;
  }

  .clf-h1-timeline.white {
    font-size: 80px;
  }

  .clf-h1-timeline.white.year {
    display: none;
  }

  .clf-h1-timeline.white.split-text, .clf-h1-timeline.rotated {
    font-size: 80px;
  }

  .timeline-item {
    height: auto;
    padding-top: 40px;
  }

  .timeline-item.mobile-header {
    height: 550px;
  }

  .timeline-item.scroll-snap {
    background-color: #0000;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .timeline-yellow-box {
    height: 110px;
    margin-left: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .timeline-intro-image {
    object-fit: cover;
    width: 95%;
    height: 250px;
    margin-top: 150px;
  }

  .timeline-skip-button, .timeline-component-container {
    display: none;
  }

  .timeline-item-content {
    flex-direction: column;
  }

  .timeline-item-left-column {
    flex: none;
    align-items: center;
    width: 100%;
    height: 260px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    overflow: hidden;
  }

  .timeline-item-right-column {
    margin-top: 0;
    padding-top: 20px;
    padding-right: 0;
  }

  .timeline-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: relative;
  }

  .timeline-accordion {
    width: 90vw;
    margin-bottom: 20px;
  }

  .accordion-toggle {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list {
    padding-top: 6px;
    padding-left: 0;
    padding-right: 40px;
  }

  .accordion-icons {
    flex: none;
    width: 14px;
    height: 14px;
    position: relative;
    right: auto;
  }

  .timeline-list-wrapper.hide-mobile, .timeline-list-wrapper.temp-test {
    display: none;
  }

  .timeline-list-main {
    width: 100vw;
  }

  .timeline-list-main.timeline-overflow-mobile.h-scroll-wrap {
    overflow: auto;
  }

  .clf-columns {
    flex-direction: column;
  }

  .clf-asterisk {
    width: 80px;
    top: -20px;
    left: -30px;
  }

  .section-5-image {
    margin-top: 10px;
  }

  .clf-quote-component {
    max-width: 80vw;
  }

  .clf-quote-icon {
    position: relative;
    top: auto;
    left: auto;
  }

  .clf-yellow-highlight {
    width: 260px;
    height: 46px;
    bottom: 20px;
    right: 200px;
  }

  .clf-yellow-highlight.thanks {
    width: 255px;
    height: 50px;
    top: 25px;
  }

  .tabs-content {
    margin-bottom: 40px;
    padding-top: 12px;
  }

  .thank-you-list-container {
    flex: none;
    height: 440px;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .thank-you-button-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .donors-list {
    width: 1000vw;
    display: none;
  }

  .supporters-list {
    display: flex;
  }

  .clf-celebrate-persona {
    width: 40vw;
  }

  .clf-pill-button.timeline {
    color: #fff;
    border-color: #fff;
    margin-right: 0;
  }

  .down-arrow {
    margin-top: 32px;
  }

  .clf-landing-header {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .clf-thanks-header {
    margin-bottom: 32px;
  }

  .clf-thanks-header.line-animation {
    margin-bottom: 0;
  }

  .clf-yellow-shape-rhs.mobile {
    width: 267px;
    display: block;
    top: 35%;
    left: auto;
    right: -130px;
  }

  .clf-yellow-shape-lhs {
    width: 149px;
    left: -70px;
  }

  .collection-list-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    width: 4490px;
    height: auto;
    display: flex;
  }

  .collection-item {
    width: 120px;
    height: 120px;
    margin-right: 16px;
  }

  .clf-pill-bar {
    display: flex;
  }

  .clf-pill-container {
    width: 100vw;
    height: 75px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .clf-arrow-button {
    margin-top: 16px;
  }

  .clf-pill-indicator {
    z-index: 5;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: relative;
  }

  .clf-pill-component {
    margin-right: 16px;
    position: relative;
  }

  .clf-pill-line {
    z-index: 2;
    background-color: var(--gold);
    width: 1px;
    height: 24px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .clf-pill-circle {
    z-index: 2;
    background-color: var(--gold);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .pb-body {
    font-size: 20px;
  }

  .static-confetti-img {
    width: 200vw;
    max-width: none;
  }

  .clf-static-confetti {
    padding-top: 60px;
  }

  .pagination, .pagination-2 {
    display: none;
  }

  .collection-list-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    width: 2240px;
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .clf-h1-n1 {
    font-size: 100px;
  }

  .clf-h2-n2 {
    font-size: 80px;
  }

  .clf-h3-n3 {
    font-size: 64px;
  }

  .clf-h1-light {
    font-size: 40px;
  }

  .clf-h1-light.split-text.mobile-smaller {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .clf-h1-bold {
    font-size: 40px;
  }

  .clf-h2-light, .clf-h2-bold {
    font-size: 36px;
  }

  .clf-h3-light, .clf-h3-bold {
    font-size: 28px;
  }

  .clf-body-2.mobile-smaller {
    font-size: 14px;
  }

  .clf-body-3.white {
    white-space: normal;
    flex: 1;
  }

  .clf-h4-light, .clf-h4-bold {
    font-size: 24px;
  }

  .vertical-spacer-40.mobile-height-fix {
    display: none;
  }

  .clf-section.left.mobile-smaller {
    height: 90vh;
    padding-top: 0;
  }

  .clf-section.end {
    height: auto;
    padding-bottom: 100px;
  }

  .clf-black-bg {
    height: 25vh;
    min-height: auto;
    margin-top: 8vh;
  }

  .clf-section-column-left.thanks {
    padding-top: 80px;
  }

  .clf-h1-timeline {
    font-size: 100px;
  }

  .timeline-item.mobile-header.line-animation {
    height: 500px;
  }

  .timeline-item.scroll-snap {
    background-color: #0000;
  }

  .timeline-intro-image {
    height: 175px;
  }

  .timeline-list-main.timeline-overflow-mobile {
    overflow: visible;
  }

  .timeline-list-main.timeline-overflow-mobile.h-scroll-wrap {
    min-height: 80vh;
  }

  .clf-yellow-highlight {
    width: 180px;
    bottom: 5px;
    right: auto;
  }

  .clf-yellow-highlight.thanks {
    width: 185px;
  }

  .clf-celebrate-persona {
    width: 60vw;
  }
}

@media screen and (max-width: 479px) {
  .clf-section.end {
    height: auto;
  }
}


