@font-face {
  font-family: Gt America Compressed;
  src: url('../fonts/GT-America-Compressed-Black.woff2') format("woff2"), url('../fonts/GT-America-Compressed-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Light.woff2') format("woff2"), url('../fonts/GT-America-Standard-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Medium-Italic.woff2') format("woff2"), url('../fonts/GT-America-Standard-Medium-Italic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Medium.woff2') format("woff2"), url('../fonts/GT-America-Standard-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Light-Italic.woff2') format("woff2"), url('../fonts/GT-America-Standard-Light-Italic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --nyp-red: #e2231a;
  --nyp-warm-gray: #e6e1e1;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

h1 {
  color: var(--nyp-red);
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 12px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 5.6em;
  font-weight: 700;
  line-height: 85%;
}

h2 {
  color: var(--nyp-red);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 85%;
}

h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 18px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

strong {
  font-weight: 500;
}

.home {
  background-color: var(--nyp-warm-gray);
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.main-col {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.main-col.hero-col {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  display: flex;
}

.main-col.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  display: flex;
}

.brand {
  width: 80px;
}

.brand:focus-visible, .brand[data-wf-focus-visible] {
  border: 2px solid #00f;
}

.navbar {
  z-index: 100;
  background-color: var(--nyp-warm-gray);
  border-bottom: 1px solid #cfc4b8cc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.hero-eyebrow {
  color: var(--nyp-red);
  margin-bottom: 12px;
  font-size: 1.8em;
  font-weight: 500;
}

.hero-scroll-arrow {
  width: 40px;
}

.home-arrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 6%;
}

.home-arrow:focus-visible, .home-arrow[data-wf-focus-visible] {
  border: 2px solid #00f;
}

.scroll-link {
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 500;
  line-height: 120%;
}

.eyebrow {
  color: var(--black);
  font-size: 1.4em;
  font-weight: 500;
}

.large-number {
  color: var(--nyp-warm-gray);
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 18em;
  font-weight: 900;
  line-height: 75%;
}

.interview-description {
  font-size: .9em;
  line-height: 150%;
}

.hero-paragraph {
  text-align: center;
  width: 80%;
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 140%;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--nyp-red);
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding: 14px 20px;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.button:hover {
  transform: scale(1.05);
}

.button:focus-visible, .button[data-wf-focus-visible] {
  border: 2px solid #00f;
}

.button.ghost {
  border: 2px solid var(--white);
  cursor: pointer;
  background-color: #e2231a00;
}

.button.ghost:focus-visible, .button.ghost[data-wf-focus-visible] {
  border-width: 2px;
  border-color: #00f;
}

.cream-bg {
  background-color: var(--nyp-warm-gray);
}

.content-column {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  max-width: 50%;
  display: flex;
}

.content-column.program {
  max-width: 42%;
}

.content-column.footer {
  max-width: 40%;
}

.eyebrow-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .625em;
  font-weight: 500;
  line-height: 140%;
}

.keep {
  white-space: nowrap;
}

.quote-text {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 135%;
}

.link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--nyp-red);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.link-arrow {
  width: 13px;
  margin-top: 2px;
}

.image-column {
  position: relative;
}

.quote-box {
  z-index: 0;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--nyp-warm-gray);
  border-radius: 10px;
  flex-flow: column;
  width: 260px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% -10% auto;
}

.quote-marks {
  color: var(--nyp-red);
  width: 28px;
}

.paragraph-small {
  margin-bottom: 8px;
  font-size: .9em;
  line-height: 140%;
}

.red-bg {
  background-color: var(--nyp-red);
}

.white-type {
  color: var(--white);
}

.footer-left-col {
  width: 48%;
}

.sidebar-box {
  z-index: 1;
  background-color: var(--white);
  border-radius: 10px;
  width: 275px;
  padding: 24px;
  position: absolute;
  inset: 33% auto auto -7%;
}

.internal-h3 {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: .875em;
  font-weight: 500;
  line-height: 130%;
}

.source {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 300;
  line-height: 149%;
}

.news-item {
  border-bottom: 1px solid #dadada;
  padding-top: 14px;
  padding-bottom: 18px;
  text-decoration: none;
}

.news-item:focus-visible, .news-item[data-wf-focus-visible] {
  border: 2px solid #00f;
}

.news-item.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.animation-wrapper {
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.animation-container.text-center {
  position: relative;
}

.fade-in-delay-more.hero-paragraph {
  text-align: center;
}

.hero-animation {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.interviewee {
  border-bottom: 4px solid var(--nyp-red);
  position: relative;
  overflow: hidden;
}

.interviewee.victor {
  z-index: 1;
  width: 26%;
  position: absolute;
  left: 15%;
}

.interviewee.alina {
  z-index: 1;
  width: 21%;
  position: absolute;
  right: 17%;
}

.interviewee.lisa {
  z-index: 2;
  width: 36%;
}

.interviewee.detail {
  width: 80%;
}

.quote-box-small {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  width: 24%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 4% -10% auto;
}

.quote-box-small._2 {
  z-index: 0;
  inset: 0% auto auto 5%;
}

.quote-marks-small {
  color: var(--nyp-red);
  width: 20px;
}

.quote-text-small {
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 135%;
}

.hero-icon {
  width: 9%;
  position: absolute;
  inset: 0% 28% auto auto;
}

.hero-icon._2 {
  z-index: 3;
  inset: auto auto auto 13%;
}

.item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.frame {
  width: 200vw;
  min-height: 100vh;
  display: flex;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.label-container {
  font-size: 1.2em;
}

.underline {
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  height: 2px;
  transform: scale3d(0, 1, 1);
}

.wrapper-close {
  flex: 1;
}

.grantee-card {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.popup-close {
  z-index: 100;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-close:focus-visible, .popup-close[data-wf-focus-visible] {
  border: 2px solid #00f;
}

.popup-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  z-index: 9999 !important;
}

.popup-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.popup-toggle {
  cursor: pointer;
  text-decoration: none;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-content.has-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-content-wrapper.video {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 90vh;
  max-height: 675px;
  display: flex;
  overflow: visible;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.dalio-name {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: .8em;
  font-weight: 500;
  line-height: 120%;
  display: inline-flex;
}

.logo-lockup {
  flex: 1;
  display: inline-flex;
}

.nav-link {
  cursor: pointer;
  margin: 8px;
  padding-bottom: 0;
  font-size: .8em;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  border: 2px solid #00f;
}

.nav-link.button-home.w--current {
  color: var(--black);
}

.nav-link.hide-desktop {
  display: none;
}

.nav-menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.nav-dash {
  background-color: #cfc4b8cc;
  width: 50px;
  height: 1px;
}

.track {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.camera {
  width: 100vw;
  min-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hamburger-menu {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: height .2s, width .2s;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.hamburger-menu:hover {
  transform: scale(1.05);
}

.hamburger-menu:focus-visible, .hamburger-menu[data-wf-focus-visible] {
  border: 2px solid #000;
}

.hamburger-line-1 {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.menu-button {
  padding: 0;
}

.popup-close-2 {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 0 auto auto;
}

.popup-close-2:focus-visible, .popup-close-2[data-wf-focus-visible] {
  border: 2px solid #00f;
}

.paragraph {
  font-size: 1.1em;
}

.large-paragraph {
  font-size: 1.3em;
  line-height: 130%;
}

.skip-link {
  z-index: 999;
  background-color: var(--black);
  color: var(--white);
  padding: 8px;
  position: absolute;
  top: -100px;
}

.skip-link:focus-visible, .skip-link[data-wf-focus-visible] {
  top: 0;
}

.skip-link.w--current {
  background-color: var(--black);
  color: var(--white);
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.end-animation {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.end-interviewee {
  border-bottom: 4px solid var(--white);
  position: relative;
  overflow: hidden;
}

.end-interviewee.victor {
  z-index: 1;
  width: 43%;
  position: absolute;
  left: 7%;
}

.end-interviewee.alina {
  z-index: 1;
  width: 34%;
  position: absolute;
  right: -2%;
}

.end-interviewee.lisa {
  z-index: 2;
  width: 64%;
}

.end-icon {
  z-index: 3;
  width: 16%;
  position: absolute;
  inset: auto -6% auto auto;
}

.end-icon._2 {
  z-index: 3;
  width: 13%;
  inset: auto auto auto 18%;
}

.playbutton {
  transition: all .2s;
  position: absolute;
  inset: 39% auto auto 3%;
}

.playbutton:hover {
  transform: scale(1.05);
}

.playbutton.crown {
  left: auto;
  right: 6%;
}

.small-h2 {
  font-size: 4em;
}

.program-playbutton {
  position: absolute;
  inset: 39% 6% auto auto;
}

.program-image {
  width: 72%;
  position: relative;
  right: -19%;
  overflow: hidden;
}

.to-come {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.to-come.red-bg {
  position: relative;
}

._wf-trigger {
  opacity: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

._wf-trigger.red-bg {
  width: 100px;
  height: 100px;
}

.modal {
  z-index: 9999;
  background-color: var(--nyp-red);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal__close {
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: all .2s;
  position: absolute;
  top: 16px;
  right: 16px;
}

.modal__close:hover {
  transform: scale(1.05);
}

.modal__content {
  min-width: 92vw;
  max-height: 92vh;
  position: relative;
}

.modal__video-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.button-svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .animation-container {
    max-width: 1100px;
  }

  .camera {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5.7em;
  }

  h2 {
    font-size: 4em;
  }

  .main-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .main-col.hero-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .large-number {
    font-size: 12em;
  }

  .hero-paragraph {
    width: 100%;
  }

  .content-column {
    margin-top: 0;
  }

  .content-column.program {
    max-width: 50%;
  }

  .content-column.footer {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .image-column {
    justify-content: center;
    align-items: center;
  }

  .sidebar-box {
    width: 220px;
    top: 46%;
    left: 0%;
  }

  .animation-wrapper {
    overflow: visible;
  }

  .animation-container {
    max-width: 800px;
    overflow: visible;
  }

  .interviewee.victor {
    width: 29%;
    left: 11%;
  }

  .interviewee.alina {
    width: 24%;
    right: 12%;
  }

  .interviewee.lisa {
    width: 40%;
  }

  .quote-box-small {
    right: 0%;
  }

  .quote-box-small._2 {
    left: 0%;
  }

  .hero-icon {
    right: 25%;
  }

  .hero-icon._2 {
    left: 10%;
  }

  .content-wrapper.footer {
    flex-flow: column;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .nav-link {
    color: var(--white);
    padding-bottom: 30px;
    font-size: 1.4em;
    display: block;
  }

  .nav-link.button-lisa, .nav-link.button-tocome, .nav-link.button-home {
    display: none;
  }

  .nav-link.hide-desktop {
    display: block;
  }

  .nav-menu {
    background-color: var(--black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .nav-dash {
    display: none;
  }

  .hamburger-line-1 {
    background-color: var(--black);
  }

  .menu-button {
    margin-right: 20px;
  }

  .menu-button:focus {
    border: 1px solid #00f;
  }

  .menu-button.w--open {
    z-index: 200;
    background-color: #0000;
  }

  .end-interviewee.victor {
    width: 29%;
    left: 11%;
  }

  .end-interviewee.alina {
    width: 27%;
    right: 9%;
  }

  .end-interviewee.lisa {
    width: 40%;
  }

  .end-icon {
    right: 25%;
  }

  .end-icon._2 {
    left: 10%;
  }

  .program-image {
    width: 80%;
  }

  .to-come {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.4em;
  }

  .home {
    height: auto;
  }

  .main-col.footer {
    flex-flow: column;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .hero-eyebrow {
    font-size: 1.9em;
  }

  .hero-paragraph {
    font-size: .9em;
  }

  .content-column {
    max-width: 100%;
  }

  .content-column.program {
    order: -1;
    max-width: 100%;
  }

  .image-column {
    display: flex;
  }

  .quote-box {
    position: absolute;
    inset: auto 0% -5% auto;
  }

  .footer-left-col {
    width: 100%;
  }

  .sidebar-box {
    width: 275px;
  }

  .interviewee.victor {
    width: 37%;
    left: 0%;
  }

  .interviewee.alina {
    width: 29%;
    right: 4%;
  }

  .interviewee.lisa {
    width: 50%;
  }

  .quote-box-small {
    display: none;
  }

  .hero-icon {
    width: 12%;
    right: 22%;
  }

  .hero-icon._2 {
    left: 0%;
  }

  .item {
    min-height: auto;
  }

  .frame {
    flex-flow: column;
    width: 100%;
    min-height: auto;
  }

  .content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .popup-video {
    margin-top: -12em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .track {
    min-height: auto;
    position: static;
  }

  .camera {
    min-height: auto;
    position: static;
    overflow: visible;
  }

  .hamburger-line-1 {
    background-color: #000;
  }

  .end-interviewee.victor {
    width: 37%;
    left: 0%;
  }

  .end-interviewee.alina {
    width: 35%;
    right: 0%;
  }

  .end-interviewee.lisa {
    width: 50%;
  }

  .end-icon {
    width: 12%;
    right: 22%;
  }

  .end-icon._2 {
    left: 0%;
  }

  .playbutton {
    left: 10%;
  }

  .program-playbutton {
    top: auto;
  }

  .program-image {
    width: 60%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.9em;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3.3em;
  }

  .home {
    padding-top: 60px;
  }

  .brand {
    width: 60px;
  }

  .hero-eyebrow {
    margin-bottom: 4px;
    font-size: 1.4em;
  }

  .large-number {
    display: none;
  }

  .hero-paragraph {
    margin-bottom: 10px;
    font-size: .8em;
    line-height: 130%;
  }

  .image-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .quote-box {
    width: 100%;
    position: static;
  }

  .sidebar-box {
    width: 100%;
    position: relative;
  }

  .hero-animation {
    margin-bottom: 10px;
  }

  .label-container {
    line-height: 110%;
  }

  .wrapper-close {
    display: none;
  }

  .popup-video {
    margin-top: -5.8em;
  }

  .dalio-name {
    padding-left: 18px;
    padding-right: 16px;
    font-size: .6em;
  }

  .end-animation {
    margin-bottom: 10px;
  }

  .playbutton {
    width: 50px;
  }

  .playbutton.crown {
    top: 10%;
  }

  .small-h2 {
    font-size: 3.3em;
  }

  .program-image {
    width: 80%;
  }
}

#w-node-c942c950-576c-b677-7907-b3cd3b9b7f2e-56885f66 {
  grid-area: 1 / 1 / 2 / 2;
}


@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Black.woff2') format('woff2'), url('../fonts/GT-America-Compressed-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Light.woff2') format('woff2'), url('../fonts/GT-America-Standard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Medium-Italic.woff2') format('woff2'), url('../fonts/GT-America-Standard-Medium-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Medium.woff2') format('woff2'), url('../fonts/GT-America-Standard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Light-Italic.woff2') format('woff2'), url('../fonts/GT-America-Standard-Light-Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}