.crown-timeline {
  position: relative;
  padding: 4rem 0;
  text-align: center;
  min-height: 100vh; }
  .crown-timeline:after {
    content: '';
    position: absolute;
    top: 400px;
    width: 100%;
    left: 0;
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(3, 9, 123, 0) 0%, #03097b 100%);
    z-index: 1; }
  @media (min-width: 55em) {
    .crown-timeline {
      padding: 6.25rem 0; } }
  .crown-timeline .background-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    object-fit: cover;
    z-index: 0; }
  .crown-timeline .container {
    position: relative;
    z-index: 2; }
  .crown-timeline .top-content {
    margin-bottom: 5rem; }
  .crown-timeline .timeline-events {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    .crown-timeline .timeline-events li:not(:last-child) {
      margin-bottom: 2rem; }
    @media (min-width: 75em) {
      .crown-timeline .timeline-events li {
        display: grid;
        grid-template-columns: 35% 65%;
        gap: 1.375rem; } }
    .crown-timeline .timeline-events li.later {
      display: none; }
      .crown-timeline .timeline-events li.later.active {
        display: block; }
        @media (min-width: 75em) {
          .crown-timeline .timeline-events li.later.active {
            display: grid; } }
    .crown-timeline .timeline-events .year {
      display: block;
      font-weight: 700;
      font-size: 1.5rem;
      margin-bottom: 0.5rem; }
      @media (min-width: 75em) {
        .crown-timeline .timeline-events .year {
          text-align: right;
          font-size: 1rem;
          padding-right: 67px;
          padding-top: 0.5rem;
          position: relative; }
          .crown-timeline .timeline-events .year .dot {
            position: absolute;
            top: 20px;
            right: 24px;
            width: 18px;
            height: 18px;
            transform: translate(-50%, -50%);
            z-index: 1; }
            .crown-timeline .timeline-events .year .dot .dot-in {
              position: absolute;
              top: 9px;
              left: 9px;
              width: 18px;
              height: 18px;
              border-radius: 50%;
              transform: translate(-50%, -50%);
              background: var(--wp--preset--color--gold); }
          .crown-timeline .timeline-events .year .line-right {
            position: absolute;
            left: calc(100% - 42px);
            top: 19px;
            width: 42px;
            height: 2px;
            background: var(--wp--preset--color--light-blue); }
          .crown-timeline .timeline-events .year .line-down {
            position: absolute;
            right: 41px;
            top: 19px;
            width: 2px;
            bottom: -3.5rem;
            background: var(--wp--preset--color--light-blue); } }
    .crown-timeline .timeline-events .event {
      font-weight: 500;
      font-size: 1.125rem; }
      @media (min-width: 75em) {
        .crown-timeline .timeline-events .event {
          padding-right: 6rem; } }
  .crown-timeline .more-button {
    border: 1px solid var(--wp--preset--color--white);
    font-size: 1rem;
    appearance: none;
    background: transparent;
    color: var(--wp--preset--color--white);
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: block;
    margin: 0 auto;
    position: relative; }
    .crown-timeline .more-button:before, .crown-timeline .more-button:after {
      content: '';
      display: block;
      position: absolute;
      top: calc(50% - 2px);
      width: calc(50vw - 50%);
      height: 2px;
      background: var(--wp--preset--color--white); }
    .crown-timeline .more-button:before {
      left: 100%; }
    .crown-timeline .more-button:after {
      right: 100%; }
    @media (min-width: 75em) {
      .crown-timeline .more-button {
        opacity: 0; } }
    .crown-timeline .more-button:hover, .crown-timeline .more-button:focus {
      background: var(--wp--preset--color--white);
      color: var(--wp--preset--color--black); }
  .crown-timeline .bottom-button {
    display: inline-block;
    margin-top: 6rem; }
