.esi-history {
    --esi-history-bg: #020813;
    --esi-history-cyan: #38b6ff;
    --esi-history-text: #f8fbff;
    position: relative;
    isolation: isolate;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: clamp(84px, 8vw, 138px) 0 clamp(72px, 7vw, 118px);
    background: radial-gradient(circle at 84% 20%, rgba(21, 115, 205, .17), transparent 30%), radial-gradient(circle at 20% 90%, rgba(204, 42, 187, .08), transparent 28%), linear-gradient(180deg, #020711 0%, var(--esi-history-bg) 45%, #030b17 100%);
    color: var(--esi-history-text);
    font-family: inherit;
}
.esi-history *, .esi-history *::before, .esi-history *::after { box-sizing: border-box; }
.esi-history__inner { position: relative; z-index: 2; max-width: 1880px; margin: auto; padding: 0 clamp(24px, 4.7vw, 88px); }
.esi-history__glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(90px); pointer-events: none; opacity: .45; animation: esiHistoryGlow 10s ease-in-out infinite alternate; }
.esi-history__glow--a { top: 140px; right: -120px; width: 420px; height: 420px; background: rgba(0, 119, 255, .2); }
.esi-history__glow--b { bottom: -190px; left: 17%; width: 330px; height: 330px; background: rgba(223, 42, 187, .12); animation-delay: -4s; }
.esi-history__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: clamp(46px, 5vw, 76px); }
.esi-history__heading > div { max-width: 980px; }
.esi-history__kicker { display: block; margin-bottom: 18px; color: var(--esi-history-cyan); font-size: clamp(12px, 1vw, 16px); font-weight: 900; letter-spacing: .28em; }
.esi-history__heading h2 { max-width: 1050px; margin: 0; color: #fff; font-size: clamp(44px, 5.15vw, 86px); font-weight: 900; line-height: .98; letter-spacing: -.055em; }
.esi-history__heading p { max-width: 760px; margin: 28px 0 0; color: #c3d1dc; font-size: clamp(16px, 1.3vw, 22px); line-height: 1.65; }
.esi-history__all { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 34px; min-width: 290px; padding: 18px 18px 18px 24px; border: 1px solid rgba(56, 182, 255, .82); border-radius: 18px; background: rgba(4, 17, 32, .62); color: #fff !important; text-decoration: none !important; font-weight: 850; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02); transition: transform .4s cubic-bezier(.16, 1, .3, 1), background .3s ease, box-shadow .3s ease; }
.esi-history__all i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--esi-history-cyan); font-size: 27px; font-style: normal; transition: transform .4s cubic-bezier(.16, 1, .3, 1); }
.esi-history__all:hover { transform: translateY(-3px); background: rgba(56, 182, 255, .12); box-shadow: 0 16px 42px rgba(0, 145, 255, .16); }
.esi-history__all:hover i { transform: translateX(5px); }
.esi-history__stage { position: relative; }
.esi-history__viewport { overflow-x: auto; overflow-y: hidden; padding: 50px 4px 58px; scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-inline: contain; cursor: grab; scrollbar-width: none; -ms-overflow-style: none; }
.esi-history__viewport::-webkit-scrollbar { display: none; }
.esi-history__viewport.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.esi-history__track { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 1.8vw, 34px); width: max-content; min-width: 100%; padding: 0 2px; }
.esi-history-card { --gx: 50%; --gy: 35%; position: relative; display: block; flex: 0 0 220px; width: 220px; height: 360px; overflow: hidden; scroll-snap-align: center; border: 1px solid rgba(125, 176, 217, .25); border-radius: 23px; background: linear-gradient(145deg, #0a2037, #040d19); color: #fff !important; text-decoration: none !important; box-shadow: 0 24px 62px rgba(0, 0, 0, .3); opacity: .82; filter: saturate(.9) brightness(.9); transform: translate3d(0, 4px, 0) scale(.985); transform-origin: center; will-change: flex-basis, width, height, transform, opacity, filter; transition-property: flex-basis, width, height, transform, opacity, filter, border-color, box-shadow; transition-duration: 1.15s, 1.15s, 1.15s, 1.15s, .9s, .9s, .9s, 1.1s; transition-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(.22, 1, .36, 1), cubic-bezier(.22, 1, .36, 1), cubic-bezier(.22, 1, .36, 1), ease, ease, ease, cubic-bezier(.22, 1, .36, 1); }
.esi-history-card::before { content: ""; position: absolute; z-index: 4; inset: 0; border-radius: inherit; background: radial-gradient(circle at var(--gx) var(--gy), rgba(56, 182, 255, .19), transparent 32%); opacity: 0; pointer-events: none; transition: opacity 1.15s ease; }
.esi-history-card::after { content: ""; position: absolute; z-index: 5; right: 22px; bottom: 13px; left: 22px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, transparent, var(--esi-history-cyan), transparent); opacity: 0; transform: scaleX(.18); transition: opacity .8s ease, transform 1.1s cubic-bezier(.22, 1, .36, 1); }
.esi-history-card.is-active { z-index: 5; flex-basis: 360px; width: 360px; height: 450px; opacity: 1; filter: saturate(1) brightness(1); transform: translate3d(0, -2px, 0) scale(1); border-color: rgba(56, 182, 255, .78); box-shadow: 0 31px 76px rgba(0, 0, 0, .41), 0 0 32px rgba(56, 182, 255, .09); }
.esi-history-card.is-active::before { opacity: .18; }
.esi-history-card.is-active::after { opacity: .9; transform: scaleX(1); }
.esi-history-card:not(.is-active):hover { z-index: 4; opacity: .98; filter: saturate(1) brightness(.99); transform: translate3d(0, -2px, 0) scale(1.006); border-color: rgba(56, 182, 255, .62); box-shadow: 0 29px 72px rgba(0, 0, 0, .38), 0 0 28px rgba(56, 182, 255, .07); }
.esi-history-card:hover::before { opacity: .5; }
.esi-history-card.is-active:hover { transform: translate3d(0, -5px, 0) scale(1.006); }
.esi-history-card.is-entering::before { animation: esiHistoryFocusGlow 1.15s cubic-bezier(.22, 1, .36, 1) both; }
.esi-history-card.is-leaving::after { animation: esiHistoryFocusLine 1.15s cubic-bezier(.22, 1, .36, 1) both reverse; }
.esi-history.is-switching .esi-history-card { pointer-events: none; }
.esi-history-card > img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.025); filter: saturate(.94) contrast(1.04); transition: transform 1.35s cubic-bezier(.22, 1, .36, 1), filter .9s ease; }
.esi-history-card:hover > img, .esi-history-card.is-active > img { transform: scale(1.055); filter: saturate(1.04) contrast(1.05); }
.esi-history-card__placeholder { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 70% 20%, rgba(56, 182, 255, .25), transparent 30%), linear-gradient(145deg, #0d2a47, #040d19); }
.esi-history-card__placeholder::before, .esi-history-card__placeholder::after { content: ""; position: absolute; inset: 15%; border: 1px solid rgba(56, 182, 255, .14); border-radius: 32%; }
.esi-history-card__placeholder::after { inset: 24%; border-color: rgba(56, 182, 255, .08); }
.esi-history-card__placeholder i { position: relative; z-index: 1; color: rgba(255, 255, 255, .2); font-size: 48px; font-style: normal; font-weight: 900; letter-spacing: -.08em; }
.esi-history-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(1, 7, 16, .36) 54%, rgba(1, 7, 16, .98) 100%); }
.esi-history-card__content { position: absolute; right: 0; bottom: 0; left: 0; display: block; padding: 25px 22px; transition: padding 1.15s cubic-bezier(.22, 1, .36, 1); }
.esi-history-card__content time { display: block; margin-bottom: 11px; color: var(--esi-history-cyan); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.esi-history-card__content strong { display: block; margin-bottom: 12px; color: #fff; font-size: 22px; font-weight: 900; line-height: 1.08; letter-spacing: -.025em; text-transform: uppercase; transition: color .7s ease, transform 1.1s cubic-bezier(.22, 1, .36, 1), font-size 1.15s cubic-bezier(.22, 1, .36, 1); }
.esi-history-card.is-active .esi-history-card__content { padding: 30px 27px; }
.esi-history-card.is-active .esi-history-card__content strong { color: #fff; font-size: 31px; transform: translateY(-2px); }
.esi-history-card__content small { display: flex; align-items: center; gap: 8px; color: #b7c6d2; font-size: 13px; }
.esi-history-card__content small i { color: var(--esi-history-cyan); font-size: 18px; font-style: normal; }
.esi-history__nav { position: absolute; z-index: 8; top: 50%; display: grid; place-items: center; width: 54px; height: 54px; padding: 0; border: 1px solid rgba(56, 182, 255, .65); border-radius: 50%; background: rgba(4, 16, 30, .88); backdrop-filter: blur(12px); color: #fff; font-size: 24px; cursor: pointer; box-shadow: 0 14px 35px rgba(0, 0, 0, .3); transform: translateY(-50%); transition: background .3s ease, transform .45s cubic-bezier(.16, 1, .3, 1); }
.esi-history__nav:hover { background: var(--esi-history-cyan); color: #03101b; transform: translateY(-50%) scale(1.08); }
.esi-history__prev { left: -24px; }
.esi-history__next { right: -24px; }
.esi-history__hint { display: grid; grid-template-columns: minmax(30px, 150px) auto minmax(30px, 150px); align-items: center; justify-content: center; gap: 14px; max-width: 560px; margin: 2px auto 0; color: var(--esi-history-cyan); }
.esi-history__hint > span { height: 1px; background: linear-gradient(90deg, transparent, rgba(56, 182, 255, .7)); }
.esi-history__hint > span:nth-of-type(2) { background: linear-gradient(90deg, rgba(56, 182, 255, .7), transparent); }
.esi-history__hint > i { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--esi-history-cyan); border-radius: 50%; font-size: 21px; font-style: normal; animation: esiHistoryPulse 2.2s ease-in-out infinite; }
.esi-history__hint strong { grid-column: 1 / -1; text-align: center; font-size: 10px; letter-spacing: .35em; }
.esi-gallery-reveal:not(.esi-history-card) { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .9s cubic-bezier(.16, 1, .3, 1); }
.esi-gallery-reveal:not(.esi-history-card).is-visible { opacity: 1; transform: translateY(0); }
.esi-history-card.esi-gallery-reveal:not(.is-visible) { opacity: 0; transform: translate3d(0, 30px, 0) scale(.98); }
@keyframes esiHistoryGlow { to { transform: translate3d(-40px, 30px, 0) scale(1.12); } }
@keyframes esiHistoryPulse { 50% { box-shadow: 0 0 0 10px rgba(56, 182, 255, .05); transform: scale(1.05); } }
@keyframes esiHistoryFocusGlow { 0% { opacity: 0; } 55% { opacity: .5; } 100% { opacity: .18; } }
@keyframes esiHistoryFocusLine { 0% { opacity: 0; transform: scaleX(.18); } 100% { opacity: .9; transform: scaleX(1); } }
@media (max-width: 1540px) { .esi-history-card { flex-basis: 190px; width: 190px; height: 330px; } .esi-history-card.is-active { flex-basis: 310px; width: 310px; height: 405px; } .esi-history-card.is-active .esi-history-card__content strong { font-size: 28px; } .esi-history__track { gap: 24px; } }
@media (max-width: 1180px) { .esi-history__heading { align-items: flex-start; flex-direction: column; } .esi-history__nav { display: none; } .esi-history__viewport { padding-top: 45px; padding-bottom: 54px; } .esi-history__track { justify-content: flex-start; gap: 24px; } .esi-history-card { flex-basis: 235px; width: 235px; height: 390px; } .esi-history-card.is-active { flex-basis: 300px; width: 300px; height: 430px; } }
@media (max-width: 767px) { .esi-history { padding: 76px 0 68px; } .esi-history__inner { padding: 0 20px; } .esi-history__heading { gap: 30px; margin-bottom: 36px; } .esi-history__heading h2 { font-size: 44px; } .esi-history__heading p { margin-top: 20px; font-size: 16px; } .esi-history__all { width: 100%; min-width: 0; padding: 15px 16px 15px 19px; } .esi-history__viewport { margin-right: -20px; padding: 20px 20px 28px 0; } .esi-history__track { gap: 14px; } .esi-history-card, .esi-history-card.is-active { flex-basis: 78vw; width: 78vw; max-width: 330px; height: 440px; border-radius: 20px; opacity: .84; transform: translate3d(0, 2px, 0) scale(.985); } .esi-history-card.is-active { opacity: 1; transform: translate3d(0, 0, 0) scale(1); } .esi-history-card.is-active:hover { transform: translate3d(0, -2px, 0) scale(1.005); } .esi-history-card__content, .esi-history-card.is-active .esi-history-card__content { padding: 22px 20px; } .esi-history-card__content strong, .esi-history-card.is-active .esi-history-card__content strong { font-size: 25px; } .esi-history__hint { margin-top: 8px; } }
@media (prefers-reduced-motion: reduce) { .esi-history *, .esi-history *::before, .esi-history *::after { animation: none !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } .esi-gallery-reveal:not(.esi-history-card) { opacity: 1; transform: none; } .esi-history-card.esi-gallery-reveal:not(.is-visible) { opacity: .82; transform: none; } }
