.nav-links .current{color:var(--red)}.history-hero{height:535px;color:#fff;position:relative;overflow:hidden;background:#084e70}.history-hero-image{position:absolute;inset:0;background:url('assets/historia-hero.jpg') center/cover;background-image:image-set(url('assets/historia-hero.webp') type('image/webp'),url('assets/historia-hero.jpg') type('image/jpeg'));background-size:cover;background-position:center 42%}.history-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,20,28,.8) 0%,rgba(8,30,42,.48) 50%,rgba(8,30,42,.22) 100%),linear-gradient(0deg,rgba(0,0,0,.32),transparent 52%)}.history-hero-content{position:relative;padding-top:154px}.history-hero h1{font:700 61px/.98 Outfit;margin:0;letter-spacing:-2.2px}.history-hero h1 em{font-style:normal;color:#83d0e7}.history-hero p:not(.eyebrow){font-size:17px;color:#e1f4f8;margin:23px 0}.intro{padding-bottom:74px}.intro-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:100px;align-items:end}.intro h2{font:700 48px/1 Outfit;letter-spacing:-1.8px;margin:0}.intro h2 em{font-style:normal;color:var(--red)}.intro-grid p{color:var(--muted);font-size:15px;line-height:1.65;margin:0}.history-numbers{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);margin-top:64px;padding-top:23px}.history-numbers div{border-right:1px solid var(--line);padding-left:24px;display:flex;align-items:end;gap:12px}.history-numbers div:first-child{padding-left:0}.history-numbers div:last-child{border:0}.history-numbers strong{font:700 37px Outfit;color:var(--blue)}.history-numbers span{font-size:10px;text-transform:uppercase;letter-spacing:.8px;line-height:1.25;color:#65757d}.timeline-section{background:var(--blue);color:#fff;padding:86px 0}.timeline-section .wrap{display:grid;grid-template-columns:220px 1fr;gap:50px}.timeline-label h2{font:700 43px/1 Outfit;margin:0;letter-spacing:-1.6px}.timeline{padding:5px 0 18px;display:flex;overflow-x:auto;gap:0;scroll-snap-type:x mandatory}.timeline article{flex:0 0 190px;padding:0 23px 0 18px;border-left:1px solid rgba(255,255,255,.37);position:relative;scroll-snap-align:start}.timeline article:before{content:"";width:9px;height:9px;background:#fff;border-radius:50%;position:absolute;left:-5px;top:0}.timeline time{color:#9adff5;font:700 18px Outfit;display:block;margin:22px 0 9px}.timeline p{font-size:12px;line-height:1.45;margin:0;color:#e5f6fc}.chapters{padding-top:94px}.chapter{display:grid;grid-template-columns:130px 1fr 285px;gap:40px;padding:0 0 83px;margin-bottom:75px;border-bottom:1px solid var(--line)}.chapter.reverse{grid-template-columns:130px 285px 1fr}.chapter.reverse .chapter-body{grid-column:3}.chapter.reverse img{grid-column:2;grid-row:1}.chapter-index{padding-top:4px}.chapter-index b{display:block;font:700 41px Outfit;color:var(--red);line-height:.95}.chapter-index span{display:block;color:#738087;font-size:11px;text-transform:uppercase;letter-spacing:.9px;margin-top:12px}.chapter-body h2{font:700 35px/1.05 Outfit;letter-spacing:-1.3px;margin:0 0 24px}.chapter-body p{color:#596a72;font-size:15px;line-height:1.7;margin:0 0 15px}.chapter img{width:100%;height:250px;object-fit:cover;margin-top:4px}.chapter.last{grid-template-columns:130px minmax(0,680px);border-bottom:0;margin-bottom:0;padding-bottom:0}.legacy{background:#f7f6f1;padding:90px 0;text-align:center}.legacy .wrap{max-width:850px}.legacy span{font:700 90px/40px Georgia;color:var(--red)}.legacy blockquote{font:600 30px/1.25 Outfit;letter-spacing:-1px;color:#243b45;margin:22px 0}.legacy p{font-size:13px;color:var(--red);font-weight:700;text-transform:uppercase;letter-spacing:1px}.legacy i{font-style:normal;color:#7d898d;font-weight:500}@media(max-width:800px){.history-hero{height:445px}.history-hero-content{padding-top:120px}.history-hero h1{font-size:45px}.intro-grid{grid-template-columns:1fr;gap:23px}.intro h2{font-size:38px}.history-numbers{grid-template-columns:repeat(2,1fr);gap:20px}.history-numbers div:nth-child(2){border:0}.history-numbers div:nth-child(3){padding-left:0}.timeline-section .wrap{grid-template-columns:1fr;gap:28px}.chapter,.chapter.reverse{grid-template-columns:58px 1fr}.chapter.reverse .chapter-body{grid-column:2}.chapter img,.chapter.reverse img{grid-column:2;grid-row:auto;height:210px;width:100%;margin-top:0}.chapter{gap:22px;padding-bottom:45px;margin-bottom:48px}.chapter-index b{font-size:31px}.chapter-index span{font-size:9px}.chapter-body h2{font-size:28px}.chapter-body p{font-size:14px}.chapter.last{grid-template-columns:58px 1fr}.legacy{padding:70px 0}.legacy blockquote{font-size:25px}}
.timeline-controls{display:flex;gap:10px;margin-top:34px;align-items:center}
.timeline-controls button{
  width:46px;
  height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:1px solid rgba(255,255,255,.42);
  border-radius:50%;
  background:rgba(255,255,255,.09);
  color:#fff;
  box-shadow:0 8px 22px rgba(0,42,62,.16);
  cursor:pointer;
  font-size:0;
  line-height:0;
  position:relative;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.timeline-controls button::before{
  content:"";
  width:9px;
  height:9px;
  box-sizing:border-box;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  position:absolute;
  top:50%;
  left:50%;
  margin:0;
}
.timeline-controls #timeline-next::before{
  left:calc(50% + 1px);
  transform:translate(-50%,-50%) rotate(45deg);
}
.timeline-controls #timeline-prev::before{
  left:calc(50% - 1px);
  transform:translate(-50%,-50%) rotate(-135deg);
}
.timeline-controls button:hover{
  transform:translateY(-2px);
  background:#fff;
  border-color:#fff;
  color:var(--blue);
  box-shadow:0 12px 25px rgba(0,42,62,.25);
}
.timeline-controls button:focus-visible{
  outline:3px solid rgba(255,255,255,.8);
  outline-offset:3px;
}
.timeline{scrollbar-width:none;-ms-overflow-style:none}
.timeline::-webkit-scrollbar{width:0;height:0;display:none}
@media(max-width:800px){
  .timeline-controls{margin-top:24px}
  .timeline-controls button{width:42px;height:42px;border-radius:50%}
}
