@media (min-width: 0) {
  .hide-for-small {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 767.98px) {
  .hide-for-small-only {
    display: none !important;
  }
}
.show-for-small {
  display: none !important;
}
@media (min-width: 0) {
  .show-for-small {
    display: initial !important;
  }
}

.show-for-small-only {
  display: none !important;
}
@media (min-width: 0) and (max-width: 767.98px) {
  .show-for-small-only {
    display: initial !important;
  }
}

@media (min-width: 768px) {
  .hide-for-medium {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hide-for-medium-only {
    display: none !important;
  }
}
.show-for-medium {
  display: none !important;
}
@media (min-width: 768px) {
  .show-for-medium {
    display: initial !important;
  }
}

.show-for-medium-only {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .show-for-medium-only {
    display: initial !important;
  }
}

@media (min-width: 1024px) {
  .hide-for-large {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .hide-for-large-only {
    display: none !important;
  }
}
.show-for-large {
  display: none !important;
}
@media (min-width: 1024px) {
  .show-for-large {
    display: initial !important;
  }
}

.show-for-large-only {
  display: none !important;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .show-for-large-only {
    display: initial !important;
  }
}

@media (min-width: 1280px) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
.show-for-xlarge {
  display: none !important;
}
@media (min-width: 1280px) {
  .show-for-xlarge {
    display: initial !important;
  }
}

.show-for-xlarge-only {
  display: none !important;
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .show-for-xlarge-only {
    display: initial !important;
  }
}

@media (min-width: 1440px) {
  .hide-for-xxlarge {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}
.show-for-xxlarge {
  display: none !important;
}
@media (min-width: 1440px) {
  .show-for-xxlarge {
    display: initial !important;
  }
}

.show-for-xxlarge-only {
  display: none !important;
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .show-for-xxlarge-only {
    display: initial !important;
  }
}

@media (min-width: 1920px) {
  .hide-for-xxxlarge {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hide-for-xxxlarge-only {
    display: none !important;
  }
}
.show-for-xxxlarge {
  display: none !important;
}
@media (min-width: 1920px) {
  .show-for-xxxlarge {
    display: initial !important;
  }
}

.show-for-xxxlarge-only {
  display: none !important;
}
@media (min-width: 1920px) {
  .show-for-xxxlarge-only {
    display: initial !important;
  }
}

@media (min-width: 0) {
  h1,
  .h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
  }
  h2,
  .h2 {
    font-size: 1.25rem;
  }
  h3,
  .h3 {
    font-size: 1.1875rem;
  }
  h4,
  .h4 {
    font-size: 1.125rem;
  }
  h5,
  .h5 {
    font-size: 1.0625rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
  }
  h2,
  .h2 {
    font-size: 2.5rem;
  }
  h3,
  .h3 {
    font-size: 1.9375rem;
  }
  h4,
  .h4 {
    font-size: 1.5625rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
.l-logo-wrapper-50 {
  display: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
@media (min-width: 768px) {
  .l-logo-wrapper-50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    height: 80px;
  }
}
@media (min-width: 1024px) {
  .l-logo-wrapper-50 {
    width: 320px;
    height: 100px;
  }
}

.timeline50 ul {
  margin: 0 0 0 16px;
}
.timeline50 p,
.timeline50 li {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Karla";
  color: #000;
  list-style: disc;
  padding: 0;
  margin: 8px 0 0;
}
.timeline50 p::before,
.timeline50 li::before {
  display: none;
}
.timeline50 p strong,
.timeline50 li strong {
  font-weight: 800;
}
@media (min-width: 768px) {
  .timeline50 p,
  .timeline50 li {
    font-size: 1rem;
  }
}
.timeline50 .tl-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .timeline50 .tl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .timeline50 .tl-grid {
    gap: 36px;
  }
}
.timeline50 .tl-intro {
  padding: 48px 32px;
}
@media (min-width: 768px) {
  .timeline50 .tl-intro {
    padding: 96px 32px;
  }
}
.timeline50 .tl-intro .tl-grid {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.timeline50 .tl-intro .intro-title h1 {
  font-weight: 800;
  color: #0089cd;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 32px;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .timeline50 .tl-intro .intro-title h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: left;
    margin-bottom: 0;
  }
}
.timeline50 .tl-intro .intro-text p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Karla";
  font-weight: 600;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline50 .tl-intro .intro-text p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: left;
  }
}
.timeline50 .tl-hero {
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #e1e9f8), to(#e1e9f8));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #e1e9f8 50%, #e1e9f8 100%);
}
.timeline50 .tl-hero .hero-media {
  border-radius: 76px;
  border: 16px solid #000;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.timeline50 .tl-hero .hero-media:hover .hero-video-toggle {
  opacity: 1;
}
.timeline50 .tl-hero .hero-media video {
  width: 100%;
  height: auto;
}
.timeline50 .tl-hero .hero-media .hero-video-toggle {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  opacity: 0;
}
.timeline50 .tl-hero .hero-media .hero-video-toggle .hero-video-toggle-icon {
  width: 32px;
  height: 32px;
  background: url("../icons/originals/volume.svg") center center no-repeat;
}
.timeline50 .tl-hero .hero-media .hero-video-toggle:hover {
  background: rgba(0, 0, 0, 0.65);
}
.timeline50 .tl-hero .hero-media .hero-video-toggle.is-muted .hero-video-toggle-icon {
  opacity: 0.8;
  width: 32px;
  height: 32px;
  background: url("../icons/originals/volume-off.svg") center center no-repeat;
}
.timeline50 .tl-hero .hero-media .hero-video-toggle:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 137, 205, 0.25);
          box-shadow: 0 0 0 3px rgba(0, 137, 205, 0.25);
}
.timeline50 .tl-presentation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e1e9f8;
  padding: 96px 32px 102px;
}
.timeline50 .tl-presentation p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: "Karla";
  font-weight: 600;
  color: #1c1c1c;
  max-width: 736px;
  text-align: center;
}
.timeline50 .tl-presentation::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: #0089cd url("../icons/originals/arrow-down.svg") center center no-repeat;
  background-size: 40px 40px;
  border-radius: 50%;
  z-index: 2;
}
@media (min-width: 768px) {
  .timeline50 .tl-presentation::after {
    bottom: -54px;
    width: 108px;
    height: 108px;
  }
}

.tl-section {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.tl-section .cell {
  padding: 16px;
}
@media (min-width: 768px) {
  .tl-section .cell {
    padding: 24px;
  }
}
.tl-section .section-image {
  position: relative;
}
.tl-section .section-image img {
  border-radius: 50%;
  border: 6px solid #fff;
  max-width: 240px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .tl-section .section-image img {
    border: 16px solid #fff;
    max-width: 528px;
  }
}
.tl-section .section-content {
  max-height: 50vh;
  overflow-y: auto;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .tl-section .section-content {
    max-height: none;
  }
}
.tl-section .section-content .tl-date {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Karla";
  font-weight: 800;
  color: #0089cd;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .tl-section .section-content .tl-date {
    font-size: 2rem;
    line-height: 2rem;
    padding: 16px;
  }
}
.tl-section .section-content h2 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 800;
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tl-section .section-content h2 {
    font-size: 1.5rem;
  }
}
.tl-section .tooltip-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 16px;
  left: 16px;
  right: auto;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .tl-section .tooltip-button {
    top: 56px;
    left: 24px;
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1024px) {
  .tl-section .tooltip-button {
    top: 56px;
    left: 56px;
  }
}
.tl-section .tooltip-button .inner-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .tl-section .tooltip-button .inner-dot {
    width: 14px;
    height: 14px;
  }
}
.tl-section .tooltip-button::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  background: #0089cd;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .tl-section .tooltip-button::before {
    width: 48px;
    height: 48px;
  }
}
.tl-section .tooltip-button::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -10px;
  left: -10px;
  background: rgba(0, 137, 205, 0.5);
  border-radius: 50%;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: pulse 2s linear infinite;
          animation: pulse 2s linear infinite;
}
@media (min-width: 768px) {
  .tl-section .tooltip-button::after {
    width: 76px;
    height: 76px;
    top: -14px;
    left: -14px;
  }
}
.tl-section .tooltip-button[aria-expanded=true] {
  opacity: 0;
}
.tl-section .tippy-box[data-theme~=cftc] .tippy-content {
  font-size: 1rem;
  line-height: 1.5rem;
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 32px 24px 24px 32px;
  font-family: "Karla";
  font-weight: 600;
  -webkit-box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.1);
  width: 300px;
  max-height: 76vh;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .tl-section .tippy-box[data-theme~=cftc] .tippy-content {
    padding: 32px;
    width: 100%;
    max-height: 60vh;
  }
}
.tl-section .tippy-box[data-theme~=cftc] .tippy-content .tl-date {
  position: absolute;
  top: -32px;
  left: -27px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Karla";
  font-weight: 800;
  color: #fff;
  background: #0089cd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3);
}
.tl-section .tippy-box[data-theme~=cftc] .tippy-content h2 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-family: "Karla";
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 8px;
}
.tl-section .tippy-box[data-theme~=cftc] .tippy-content p,
.tl-section .tippy-box[data-theme~=cftc] .tippy-content li {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 8px;
  font-weight: 400;
}
.tl-section .tippy-box[data-theme~=cftc] .tippy-content p strong,
.tl-section .tippy-box[data-theme~=cftc] .tippy-content li strong {
  font-weight: 800;
}
.tl-section .tippy-box[data-theme~=cftc] .tippy-content p + h2 {
  margin-top: 16px;
}
.tl-section .tooltip-data {
  display: none;
}

.pin-spacer .cell:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .pin-spacer .cell:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.pin-spacer .cell:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .pin-spacer .cell:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.pin-spacer:nth-child(odd) .cell:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pin-spacer:nth-child(odd) .cell:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.pin-spacer:nth-child(odd) .cell:last-child .tooltip-button {
  top: 16px;
  left: 16px;
  right: auto;
}
@media (min-width: 768px) {
  .pin-spacer:nth-child(odd) .cell:last-child .tooltip-button {
    top: 56px;
    left: auto;
    right: 24px;
  }
}
@media (min-width: 1024px) {
  .pin-spacer:nth-child(odd) .cell:last-child .tooltip-button {
    top: 56px;
    right: 56px;
  }
}
.pin-spacer:nth-child(4n+1) {
  background: #cedbe6;
}
.pin-spacer:nth-child(4n+2) {
  background: #d8f2ff;
}
.pin-spacer:nth-child(4n+3) {
  background: #344667;
}
.pin-spacer:nth-child(4n+3) .section-content h2,
.pin-spacer:nth-child(4n+3) .section-content p,
.pin-spacer:nth-child(4n+3) .section-content li {
  color: #fff;
}
.pin-spacer:nth-child(4n) {
  background: #e1e9f8;
}

.tl-footer {
  position: relative;
  background: #fff;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.tl-footer .cell {
  padding: 24px;
}
@media (min-width: 768px) {
  .tl-footer .cell {
    padding: 32px;
  }
}
.tl-footer h2 {
  font-weight: 800;
  color: #0089cd;
  margin-bottom: 32px;
}
.tl-footer .tl-footer-image {
  max-width: 528px;
}

.tl-nav {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: auto;
  width: 32px;
  background: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1280px) {
  .tl-nav {
    border-radius: 20px;
    right: 74px;
    width: 44px;
  }
}
.tl-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 0;
}
.tl-nav li {
  margin: 0;
}
.tl-nav a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0089cd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .tl-nav a {
    border: 3px solid #0089cd;
    width: 12px;
    height: 12px;
  }
}
.tl-nav a.active {
  background: #0089cd;
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .tl-nav a.active {
    width: 16px;
    height: 16px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 32px);
}

.tippy-box {
  position: relative;
  white-space: normal;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}

.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
/*# sourceMappingURL=app.css.map */
