@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.select__wrapper{display:inline-flex;align-items:center;position:relative;z-index:1;color:var(--color-foreground)}.select__label{opacity:.75}.select__button{display:flex;gap:1rem;justify-content:space-between;align-items:center;background-color:var(--color-background);border:none;border-radius:var(--radius);line-height:1.4;padding:.8rem 1.2rem;font-size:inherit;text-align:left;color:inherit;z-index:1}.select{font-weight:600;display:flex;align-items:center;gap:.5rem}.select svg{color:inherit;transition:transform .5s ease}.select svg.opened{transform:rotate(-180deg)}.select__overlay{position:fixed;inset:0;-webkit-user-select:none;user-select:none;background-color:#639}.select__list{-webkit-user-select:none;user-select:none;position:absolute;margin:0;padding-left:0;width:100%;background-color:var(--color-background);border-radius:var(--radius);font-size:.9rem}.select__list.top{bottom:100%;margin-bottom:1px}.select__list.right{left:100%;margin-left:1px}.select__list.bottom{top:100%;margin-top:1px}.select__list.left{right:100%;margin-right:1px}.select__option{padding-left:0;list-style-type:none}.select__option:not(:last-child){border-bottom:1px solid var(--color-border)}.select__option:first-child{padding-top:1rem}.select__option:last-child{padding-bottom:1rem}.select__option--button{padding:.75rem 1rem;line-height:1.4;background-color:transparent;border:none;width:100%;color:inherit;display:flex;justify-content:space-between;gap:.5rem}.select__option--button[disabled]{cursor:initial;color:var(--color-muted-foreground)}.round-button{padding:1.5rem;border-radius:50%;border:none;position:relative;background-color:var(--color-background);color:var(--color-foreground)}.round-button[disabled]{pointer-events:none;opacity:.5}.round-button:active svg{transform:translate(-50%,-50%) scale(1.1)}.round-button svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;fill:none;stroke:currentColor}.page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--color-background)}.page__content{position:relative}.page__content--fixed{min-width:100%;margin:0 auto;padding:5.5rem 1rem 1rem}@media(min-width:1500px){.page__content--fixed{min-width:1460px;max-width:1460px}}.page__footer{border-top:1px solid var(--color-border);margin-top:auto;padding:.25rem .5rem;text-align:center;color:var(--color-muted-foreground)}.page__header--container{position:fixed;top:0;left:0;height:100%;z-index:99;width:100%;-webkit-user-select:none;user-select:none;pointer-events:none}.page__header--container button,.page__header--container li,.page__header--container a{pointer-events:auto}.page__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1rem 1rem 5rem;flex-grow:1;transform:translateY(-150%);transition:.5s transform ease;background-color:var(--color-popup);width:100%;will-change:transform}@media(max-width:1200px){.page__header{flex-direction:column-reverse;height:100%}}.show.page__header{transform:translateY(0)}.page__header--controls{display:flex;gap:1rem;margin-left:1rem}@media(max-width:1200px){.page__header--controls{margin-left:auto}}.navigation__wrapper{display:flex;gap:3rem}@media(min-width:1201px){.navigation__wrapper{margin-left:2rem}}@media(max-width:1200px){.navigation__wrapper{gap:2rem;flex-direction:column;margin:auto;align-items:start;transform:translate(-2rem)}}.navigation__link{display:inline-block;font-weight:500;text-decoration:none;position:relative}.navigation__link--active:before{content:"";position:absolute;left:0;right:0;top:100%;height:2px;background-color:var(--color-primary)}.header-toggle{position:absolute;left:1rem;top:1rem;z-index:1}.header-toggle svg path{transition:ease .5s;stroke-width:2px}.header-toggle .top{stroke-dasharray:20 50;stroke-dashoffset:0}.header-toggle .active .top{stroke-dasharray:40;stroke-dashoffset:-36}.header-toggle .middle{stroke-dasharray:12 16;stroke-dashoffset:0}.header-toggle .active .middle{stroke-dasharray:12 20;stroke-dashoffset:12}.header-toggle .bottom{stroke-dasharray:18 52;stroke-dashoffset:0}.header-toggle .active .bottom{stroke-dasharray:40;stroke-dashoffset:-36}.theme-switcher path{transition:.5s ease;stroke-linecap:round;stroke-width:2px}.theme-switcher .line-1{stroke-dasharray:1 24}.theme-switcher .line-2{stroke-dasharray:1 26.4}.theme-switcher .light .semicircle{stroke-dasharray:0 50;stroke-dashoffset:5}.theme-switcher .light .circle{stroke-dasharray:60 25;stroke-dashoffset:0}.theme-switcher .dark .line-1,.theme-switcher .dark .line-2{stroke-dasharray:0 50 5;stroke-dashoffset:5}.theme-switcher .dark .semicircle{stroke-dasharray:50;stroke-dashoffset:5}.theme-switcher .dark .circle{stroke-dasharray:34 25;stroke-dashoffset:42}.timeline-controls{display:flex;flex-direction:column;gap:1rem}.timeline-controls__top-row{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem}.timeline-slider__current{padding:1rem;border-radius:2rem;background-color:var(--color-background);color:var(--color-foreground);min-width:10rem;text-align:center}.timeline-controls__years{display:flex;gap:1rem;align-items:center;-webkit-user-select:none;user-select:none}.timeline-controls__btn:disabled{opacity:.4;cursor:not-allowed}.timeline-slider{display:flex;flex:1;max-width:100%;background-color:#000}.timeline-slider__input{height:6px;cursor:pointer;width:100%}.timeline-slider__label{font-size:12px;color:#a0aec0;min-width:80px}.timeline-slider__label--start{text-align:right}.range__wrapper{width:100%;overflow:auto;background-color:color-mix(in srgb,var(--color-background) 25%,var(--color-background) 50%);color:var(--color-foreground);border-radius:0;padding:.25rem 1rem}.range__wrapper svg{max-width:100%;vertical-align:bottom;height:auto}.map__wrapper{background:#1e37996e;overflow:hidden;position:fixed;inset:0;width:100%;height:100%}.map{position:absolute;left:0;top:0;z-index:-1}.map__spinner--wapper{display:flex;justify-content:center;align-items:end;width:100%;height:50vh}.map__spinner{position:relative;width:5rem;height:5rem}.map__spinner:before{content:"";position:absolute;transform:translate(-50%,-50%) rotate(45deg);height:100%;width:4px;background:gold;left:50%;top:50%}.map__spinner:after{content:"";position:absolute;left:.2em;bottom:.18em;width:1em;height:1em;background-color:#0057b7;border-radius:15%;animation:rollingRock 2.5s cubic-bezier(.79,0,.47,.97) infinite}@keyframes rollingRock{0%{transform:translateY(-1rem) rotate(-45deg)}5%{transform:translateY(-1rem) rotate(-50deg)}20%{transform:translate(1rem,-2rem) rotate(47deg)}25%{transform:translate(1rem,-2rem) rotate(45deg)}30%{transform:translate(1rem,-2rem) rotate(40deg)}45%{transform:translate(2rem,-3rem) rotate(137deg)}50%{transform:translate(2rem,-3rem) rotate(135deg)}55%{transform:translate(2rem,-3rem) rotate(130deg)}70%{transform:translate(3rem,-4rem) rotate(217deg)}75%{transform:translate(3rem,-4rem) rotate(220deg)}to{transform:translateY(-1rem) rotate(-225deg)}}.map__controls{display:grid;height:100%;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;gap:1rem;padding:6rem 1rem 1rem;grid-template-areas:"toolbar empty" "timeline timeline";pointer-events:none}.map__controls--toolbar{grid-area:toolbar;background-color:#00000080;pointer-events:auto}.map__controls--timeline{grid-area:timeline;pointer-events:auto}:root{--color-background: rgba(255, 255, 255);--color-foreground: rgba(37, 37, 37);--color-card: rgba(255, 255, 255);--color-card-foreground: rgba(37, 37, 37);--color-popover: rgba(255, 255, 255);--color-popover-foreground: rgba(37, 37, 37);--color-primary: rgba(52, 52, 52);--color-primary-foreground: rgba(251, 251, 251);--color-secondary: rgba(247, 247, 247);--color-secondary-foreground: rgba(52, 52, 52);--color-muted: rgba(247, 247, 247);--color-muted-foreground: rgba(142, 142, 142);--color-accent: rgba(247, 247, 247);--color-accent-foreground: rgba(52, 52, 52);--color-destructive: rgba(212, 88, 89);--color-destructive-foreground: rgba(251, 251, 251);--color-border: rgba(235, 235, 235);--color-popup: rgba(235, 235, 235, .95);--color-ring: rgba(180, 180, 180);--radius: 1.5rem}.dark{--color-background: rgba(37, 37, 37);--color-foreground: rgba(251, 251, 251);--color-card: rgba(52, 52, 52);--color-card-foreground: rgba(251, 251, 251);--color-popover: rgba(52, 52, 52);--color-popover-foreground: rgba(251, 251, 251);--color-primary: rgba(235, 235, 235);--color-primary-foreground: rgba(52, 52, 52);--color-secondary: rgba(69, 69, 69);--color-secondary-foreground: rgba(251, 251, 251);--color-muted: rgba(69, 69, 69);--color-muted-foreground: rgba(130, 130, 130);--color-accent: rgba(69, 69, 69);--color-accent-foreground: rgba(251, 251, 251);--color-destructive: rgba(180, 138, 100);--color-destructive-foreground: rgba(251, 251, 251);--color-border: rgba(255, 255, 255, .1);--color-popup: rgba(57, 57, 57, .95);--color-ring: rgba(142, 142, 142)}html{font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}body{background-color:var(--color-background);color:var(--color-foreground);margin:0;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:inherit}button{cursor:pointer}
