main {
  overflow-x: clip;
}

.timeline-embed-component {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 3rem 0 3rem calc(50% - 50vw) !important;
  padding: 3rem 0 5rem;
  overflow: hidden;
  background: #003400;
  color: #ffffff;
}
.timeline-embed-component--contained {
  width: 100%;
  max-width: 1276px;
  margin: 3rem auto !important;
}
.timeline-embed-component * {
  box-sizing: border-box;
}
.timeline-embed-component div {
  margin-bottom: 0 !important;
}
.timeline-embed-component .welcome__history-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 30rem;
}
.timeline-embed-component .welcome__section-header {
  width: 100%;
  max-width: 1276px;
  margin: 0 auto 0.75rem;
  padding: 0 1.5rem;
}
.timeline-embed-component .welcome__section-title {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 500;
}
.timeline-embed-component.welcome__history-section--spotlight-open .welcome__history-timeline-shell,
.timeline-embed-component.welcome__history-section--spotlight-open .welcome__section-header {
  pointer-events: none;
  filter: blur(5px);
  opacity: 0.6;
  transition: filter 0.35s ease, opacity 0.35s ease;
}
.timeline-embed-component .welcome__history-spotlight {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  width: calc(100% - 3rem);
  max-width: 1200px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(calc(-50% + 1.5rem)) scale(0.96);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}
.timeline-embed-component .welcome__history-spotlight--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.timeline-embed-component .welcome__history-spotlight-close {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  z-index: 6;
  padding: 1rem;
  transform: translateX(-50%);
}
.timeline-embed-component .welcome__history-spotlight-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #0b6c3f;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.timeline-embed-component .welcome__history-spotlight-close-button:hover {
  background: #ffffff;
  color: #0b6c3f;
}
.timeline-embed-component .welcome__history-spotlight-close-button svg {
  width: 1.5rem;
  height: 1.5rem;
}
.timeline-embed-component .welcome__history-card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  color: #514747;
}
.timeline-embed-component .welcome__history-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 550px;
  max-height: 550px;
}
.timeline-embed-component .welcome__history-card-image img {
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  min-height: 0;
  padding: 0 !important;
  object-fit: cover;
}
.timeline-embed-component .welcome__history-card-body {
  width: 100%;
  max-height: 550px;
  padding: 48px;
  overflow: auto;
}
.timeline-embed-component .welcome__history-card-title {
  margin: 0 !important;
  font-size: clamp(0.9375rem, 10vw, 2.625rem);
  font-weight: 600;
  color: #251f1f;
}
.timeline-embed-component .welcome__history-card-subtitle {
  margin: 0.5rem 0 0 !important;
  font-size: clamp(1.125rem, 4vw, 1.375rem);
  font-weight: 500;
  color: #9ca3af;
}
.timeline-embed-component .welcome__history-card-text {
  margin: 1rem 0 0 !important;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #514747;
}
.timeline-embed-component .welcome__history-timeline-shell {
  position: relative;
  flex: 1;
  width: 100%;
  min-width: 0;
}
.timeline-embed-component .welcome__history-timeline-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(0, 52, 0, 0.9);
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.timeline-embed-component .welcome__history-timeline-nav svg {
  width: 1.5rem;
  height: 1.5rem;
}
.timeline-embed-component .welcome__history-timeline-nav:hover:not(:disabled), .timeline-embed-component .welcome__history-timeline-nav:focus-visible {
  background: #0b6c3f;
  transform: translateY(-50%) scale(1.06);
}
.timeline-embed-component .welcome__history-timeline-nav:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.timeline-embed-component .welcome__history-timeline-nav:disabled {
  opacity: 0.3;
  cursor: default;
}
.timeline-embed-component .welcome__history-timeline-nav[hidden] {
  display: none;
}
.timeline-embed-component .welcome__history-timeline-nav--prev {
  left: clamp(0.5rem, 2vw, 1.5rem);
}
.timeline-embed-component .welcome__history-timeline-nav--next {
  right: clamp(0.5rem, 2vw, 1.5rem);
}
.timeline-embed-component .welcome__history-timeline-scroll {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: min(55dvh, 600px);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  touch-action: pan-y;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: filter 0.35s ease, opacity 0.35s ease;
}
.timeline-embed-component .welcome__history-timeline-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.timeline-embed-component .welcome__history-timeline-scroll--dragging {
  cursor: grabbing;
  user-select: none;
}
.timeline-embed-component .welcome__history-timeline {
  position: relative;
  display: grid;
  align-content: start;
  align-self: flex-start;
  justify-content: center;
  flex: 0 0 auto;
  width: max-content;
  min-width: 100%;
  margin: 0 auto !important;
  padding: 1rem 1.5rem;
  grid-template-rows: auto-fit 20px auto-fit;
}
.timeline-embed-component .welcome__history-timeline-line {
  grid-row: 2/3;
  height: 0.125rem;
  background: #ffffff;
}
.timeline-embed-component .welcome__history-timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: 100%;
  min-width: 20rem;
  max-width: 550px;
  padding: 4rem 1rem 1rem 1.5rem;
  border-radius: 12px;
  cursor: grab;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.timeline-embed-component .welcome__history-timeline-item:hover * {
  opacity: 0.6;
}
.timeline-embed-component .welcome__history-timeline-item::before {
  content: "";
  position: absolute;
  top: -0.6875rem;
  left: 0.9375rem;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: #003400;
}
.timeline-embed-component .welcome__history-timeline-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 0.125rem;
  height: 3rem;
  background: #ffffff;
}
.timeline-embed-component .welcome__history-timeline-item--row-1 {
  grid-row: 1/2;
}
.timeline-embed-component .welcome__history-timeline-item--row-2 {
  grid-row: 3/4;
}
.timeline-embed-component .welcome__history-timeline-item--top {
  align-self: flex-end;
  padding-bottom: 4rem;
  padding-top: 1rem;
}
.timeline-embed-component .welcome__history-timeline-item--top::before {
  top: auto;
  bottom: -0.6875rem;
}
.timeline-embed-component .welcome__history-timeline-item--top::after {
  top: auto;
  bottom: 0;
}
.timeline-embed-component .welcome__history-timeline-title {
  width: 100%;
  margin: 0 0 0.25rem !important;
  color: #ffffff !important;
  font-size: clamp(1.5rem, 10vw, 1.75rem);
  font-weight: 600;
}
.timeline-embed-component .welcome__history-timeline-subtitle {
  margin: 0 0 0.75rem !important;
  color: #d1d5db !important;
  font-size: clamp(1.25rem, 10vw, 1.375rem);
  font-weight: 500;
}
.timeline-embed-component .welcome__history-timeline-text {
  display: -webkit-box;
  margin: 0 !important;
  overflow: hidden;
  color: #ffffff !important;
  font-size: clamp(0.9375rem, 10vw, 1rem);
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .timeline-embed-component .welcome__history-spotlight {
    width: 100%;
    max-width: 550px;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }
  .timeline-embed-component .welcome__history-card {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .timeline-embed-component .welcome__history-card-image {
    max-width: 100%;
    height: 250px;
  }
  .timeline-embed-component .welcome__history-card-body {
    max-height: 350px;
    padding: 24px;
  }
  .timeline-embed-component .welcome__history-timeline-scroll {
    min-height: 70dvh;
  }
}
@media (max-width: 768px) {
  .timeline-embed-component .welcome__history-inner {
    min-height: 0;
  }
  .timeline-embed-component .welcome__history-timeline-nav {
    display: none;
  }
  .timeline-embed-component .welcome__history-timeline-scroll {
    min-height: 0;
    overflow: visible;
    overscroll-behavior-x: auto;
  }
  .timeline-embed-component .welcome__history-timeline {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
    padding: 1rem 1rem 1rem 0.75rem;
  }
  .timeline-embed-component .welcome__history-timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.25rem;
    width: 0.125rem;
    height: auto;
  }
  .timeline-embed-component .welcome__history-timeline-item {
    width: 100%;
    min-width: 0;
    max-width: none;
    align-self: stretch;
    padding: 1rem 1rem 1rem 2.625rem;
    cursor: pointer;
  }
  .timeline-embed-component .welcome__history-timeline-item::before, .timeline-embed-component .welcome__history-timeline-item--top::before {
    top: 1rem;
    bottom: auto;
    left: 0.5625rem;
    transform: translateX(-50%);
  }
  .timeline-embed-component .welcome__history-timeline-item::after {
    content: none;
  }
  .timeline-embed-component .welcome__history-timeline-item--top {
    padding-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .timeline-embed-component .welcome__history-spotlight {
    position: fixed;
    inset: 0;
    z-index: 120;
    width: 100%;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    gap: 0;
    align-items: stretch;
    justify-content: stretch;
    background: #ffffff;
    overflow: hidden;
    transform: translateY(100%);
  }
  .timeline-embed-component .welcome__history-spotlight--open {
    transform: translateY(0);
  }
  .timeline-embed-component .welcome__history-spotlight-close {
    top: calc(0.75rem + env(safe-area-inset-top));
    right: 0.75rem;
    bottom: auto;
    left: auto;
    padding: 0;
    transform: none;
  }
  .timeline-embed-component .welcome__history-spotlight-close-button {
    width: 2.75rem;
    height: 2.75rem;
    background: rgba(0, 52, 0, 0.9);
    box-shadow: none;
  }
  .timeline-embed-component .welcome__history-spotlight-close-button svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .timeline-embed-component .welcome__history-spotlight-close-button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
  }
  .timeline-embed-component .welcome__history-card {
    width: 100%;
    height: 100%;
    min-height: 0;
    gap: 0;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 0;
  }
  .timeline-embed-component .welcome__history-card-image {
    flex: 0 0 min(38dvh, 18rem);
    width: 100%;
    height: min(38dvh, 18rem);
    max-height: none;
    background: #003400;
  }
  .timeline-embed-component .welcome__history-card-image img {
    object-position: center;
  }
  .timeline-embed-component .welcome__history-card-body {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    max-height: none;
    padding: 1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }
  .timeline-embed-component .welcome__history-card--without-image .welcome__history-card-body {
    padding-top: calc(5rem + env(safe-area-inset-top));
  }
  .timeline-embed-component .welcome__history-card-title {
    padding-right: 2.75rem;
    font-size: clamp(1.75rem, 8vw, 2.25rem);
    line-height: 1.15;
  }
  .timeline-embed-component .welcome__history-card-subtitle {
    font-size: 1.0625rem;
    line-height: 1.4;
  }
  .timeline-embed-component .welcome__history-card-text {
    margin-top: 1rem !important;
    font-size: 1rem;
    line-height: 1.65;
  }
}
@media (prefers-reduced-motion: reduce) {
  .timeline-embed-component .welcome__history-spotlight {
    transition: none;
  }
}

@media (max-width: 576px) {
  body.timeline-embed-dialog-open {
    overflow: hidden;
  }
}

/*# sourceMappingURL=timeline-embed.css.map */
