.story-popup{z-index:301;padding:var(--story-popup-padding);display:flex;flex-direction:column;gap:var(--spacing);align-content:start;align-items:stretch;justify-content:stretch;position:fixed;top:calc(50% - var(--story-nav-height)/2);left:50%;background:#fff;width:375px;min-height:200px;max-height:calc(var(--vh)*100 - var(--story-nav-height) - var(--spacing)*2);max-width:calc(100vw - var(--spacing)*2);transform:translate(-50%,-50%);box-shadow:0 0 15px 0 rgb(0 0 0 / .5)}@media(min-width:1024px){.story-popup{width:996px}}.story-popup__title{flex:1 1 100%;font-size:1.5rem;font-weight:var(--typo-font-weight-bold)}.story-popup__close:active,.story-popup__close.active,.story-popup__close.is-active{color:var(--color-link)}.no-touchevents .story-popup__close:not(:where(:disabled)):hover,.no-touchevents .story-popup__close:not(:where(:disabled)).hover,.no-touchevents .story-popup__close:not(:where(:disabled)).is-hover{color:var(--color-link)}.story-popup__close:not(:where(:disabled)):focus-visible,.story-popup__close:not(:where(:disabled)).focus,.story-popup__close:not(:where(:disabled)).is-focus{color:var(--color-link)}.story-popup__close{margin:0;position:absolute;inset:0 0 auto auto}.story-popup__nav{display:flex;flex-direction:column;gap:var(--spacing);align-items:start}.story-popup__nav-btns{display:flex;align-items:stretch;flex-direction:column}@media(min-width:1024px){.story-popup__nav-btns{display:none}}.story-popup__nav-btns .btn{margin-bottom:var(--spacing)}.story-popup__content{flex:1 1 auto;overflow:hidden auto;height:100%;width:100%}.story-popup__content .header{text-align:left;padding-right:var(--spacing)}.story-popup__loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.story__card{font-family:var(--typo-text-font-family);font-weight:var(--typo-text-font-weight);line-height:var(--typo-text-line-height);font-style:var(--typo-text-font-style);font-size:var(--typo-s-font-size);font-family:var(--typo-s-font-family,var(--typo-text-font-family));font-weight:var(--typo-s-font-weight,var(--typo-text-font-weight));line-height:var(--typo-s-line-height,var(--typo-text-line-height));font-style:var(--typo-s-font-style,var(--typo-text-font-style));display:inline-flex;white-space:nowrap;vertical-align:middle;align-items:center;user-select:none;padding:0;margin:0;border:0;font-weight:var(--font-weight);color:var(--story-card-color-text);background-color:var(--story-card-color-bg);line-height:var(--btn-line-height);text-decoration:none;outline:none;width:100%;height:100%;text-align:left;justify-content:start;cursor:pointer}.no-touchevents .story__card:hover{color:var(--story-card-color-text-switch);background-color:var(--story-card-color-bg-switch)}.story__card:focus{outline:1px currentcolor solid;outline-offset:-1px}.story__card-icon{padding:var(--spacing);color:var(--story-card-color-text-switch);background-color:var(--story-card-color-bg-switch);font-size:2rem}.story__card-icon~.story__card-text{margin-left:.5em}.story__card-text{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}@supports(-webkit-line-clamp:2){.story__card-text{white-space:initial;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}}.story__card-text{padding:var(--spacing)}.story-popup__chapter-title{margin-bottom:var(--spacing)}.story-popup__chapter-overview-btn{margin-bottom:var(--spacing)}.story-popup__map .map{height:500px;max-height:calc(60vh - var(--story-nav-height))}.story-popup__map .marker{font-size:3rem;color:rgb(var(--color-text-rgb)/1)}.story-popup-wrap{z-index:300;position:fixed;inset:0;background-color:rgb(0 0 0 / .5)}