.h5p-game-map-path{border-top:4px var(--path-style, solid) var(--path-color, rgba(0, 0, 0, 0.7));opacity:1;position:absolute;transform-origin:0 center;transition:opacity .5s ease-in-out,border-color .5s ease-in-out}.h5p-game-map-path.display-none{display:none}.h5p-game-map-path.transparent{opacity:0}.h5p-game-map-path.h5p-game-map-path-open{border-color:var(--path-color, rgba(0, 0, 0, 0.7))}.h5p-game-map-path.h5p-game-map-path-cleared{border-color:var(--path-color-cleared, rgba(0, 130, 0, 0.7))}
.h5p-game-map-stage-label-container{border:0;opacity:1;position:absolute;text-shadow:1px 1px 2px rgba(0,0,0,.5);transition:opacity .2s ease-in .3s;z-index:2}.h5p-game-map-stage-label-container .h5p-game-map-stage-label{transition:height .2s linear;border-radius:3px;background:rgba(0,0,0,.7);color:#fff;line-height:1.5;padding:.5em 1em .5em 1em;overflow:hidden;font-size:.9em;min-width:6em;max-width:11em;max-height:20.5em}.h5p-game-map-stage-label-container .h5p-game-map-stage-label .h5p-game-map-stage-label-inner{white-space:initial;text-overflow:ellipsis;overflow:hidden;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.h5p-game-map-stage-label-container.touch-device{transition-delay:0s}.h5p-game-map-stage-label-container.bottom{bottom:-2.75em;left:50%;transform:translateX(-50%)}.h5p-game-map-stage-label-container.bottom .h5p-game-map-stage-label .h5p-game-map-stage-label-inner{text-align:center}.h5p-game-map-stage-label-container.top{bottom:120%;left:50%;transform:translateX(-50%)}.h5p-game-map-stage-label-container.top .h5p-game-map-stage-label .h5p-game-map-stage-label-inner{text-align:center}.h5p-game-map-stage-label-container.left{right:125%;transform:translateY(-50%);top:50%}.h5p-game-map-stage-label-container.right{left:125%;transform:translateY(-50%);top:50%}.h5p-game-map-stage-label-container.top-left{bottom:75%;right:125%}.h5p-game-map-stage-label-container.top-right{bottom:75%;left:125%}.h5p-game-map-stage-label-container.bottom-right{bottom:-1.75em;left:125%}.h5p-game-map-stage-label-container.bottom-left{bottom:-1.75em;right:125%}.h5p-game-map-stage-label-container.visibility-hidden{visibility:hidden;opacity:0}.h5p-game-map-stage-label-container.display-none{display:none}.h5p-game-map-stage-label-container.multiline.bottom{bottom:-4.125em}.h5p-game-map-stage-label-container.multiline.bottom-right{bottom:-3.125em}.h5p-game-map-stage-label-container.multiline.bottom-left{bottom:-3.125em}.h5p-game-map-stage-label-container.multiline .h5p-game-map-stage-label{min-width:11em}.h5p-game-map-stage-label-container.multiline .h5p-game-map-stage-label .h5p-game-map-stage-label-inner{white-space:initial}
.h5p-game-map-stage{background:none;border:none;box-sizing:border-box;cursor:pointer;display:block;height:max(1rem,var(--stage-height));left:var(--stage-left);margin:0;opacity:1;padding:0;position:absolute;top:var(--stage-top);transition:opacity .5s ease-in-out;width:max(1rem,var(--stage-width))}.h5p-game-map-stage.display-none{display:none}.h5p-game-map-stage.transparent{opacity:0}.h5p-game-map-stage.animate.animate-shake{animation:shake;animation-duration:.25s}.h5p-game-map-stage.animate.animate-bounce{animation:bounce;animation-duration:1s;transform-origin:center bottom}.h5p-game-map-stage.animate.animate-pulse{animation:pulse;animation-duration:.5s;animation-timing-function:ease-in-out}.h5p-game-map-stage .h5p-game-map-stage-content{box-sizing:border-box;height:100%;position:relative;transition:transform .1s ease-in-out;z-index:1;border:2px solid var(--stage-color-border, rgba(0, 0, 0, 0.4));border-radius:50%}.h5p-game-map-stage .h5p-game-map-stage-content.dark-text{color:var(--stage-color-contrast-dark, #000)}.h5p-game-map-stage .h5p-game-map-stage-content.light-text{color:var(--stage-color-contrast-light, #fff)}.h5p-game-map-stage .h5p-game-map-stage-content:hover{transform:scale(1.25)}.h5p-game-map-stage .h5p-game-map-stage-content.h5p-game-map-stage-locked,.h5p-game-map-stage .h5p-game-map-stage-content.h5p-game-map-stage-unlocking,.h5p-game-map-stage .h5p-game-map-stage-content.h5p-game-map-stage-sealed{background-color:var(--stage-color-locked, rgba(153, 0, 0, 0.7))}.h5p-game-map-stage .h5p-game-map-stage-content.h5p-game-map-stage-locked::before,.h5p-game-map-stage .h5p-game-map-stage-content.h5p-game-map-stage-unlocking::before,.h5p-game-map-stage .h5p-game-map-stage-content.h5p-game-map-stage-sealed::before{content:"";font-family:"H5PFontAwesome4",sans-serif;font-size:max(.75rem,var(--stage-font-size));left:0;line-height:max(1rem,var(--stage-line-height));position:absolute;right:0;top:-1px}.h5p-game-map-stage .h5p-game-map-stage-content.h5p-game-map-stage-open{background-color:var(--stage-color, rgba(250, 223, 10, 0.7))}.h5p-game-map-stage .h5p-game-map-stage-content.h5p-game-map-stage-cleared{background-color:var(--stage-color-cleared, rgba(0, 130, 0, 0.7))}.h5p-game-map-stage .h5p-game-map-stage-content.h5p-game-map-stage-cleared::before{content:"";font-family:"H5PGameMap","H5PFontAwesome4",sans-serif;font-size:max(.75rem,var(--stage-font-size));left:0;line-height:max(1rem,var(--stage-line-height));position:absolute;right:0;top:-2px}@keyframes shake{0%{transform:translate3d(0, 0, 0)}15%,45%,75%{transform:translate3d(-0.5rem, 0, 0)}30%,60%,90%{transform:translate3d(0.5rem, 0, 0)}100%{transform:translate3d(0, 0, 0)}}@keyframes bounce{0%,20%,53%,100%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -1rem, 0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -0.5rem, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0) scaleY(0.95)}90%{transform:translate3d(0, -0.125rem, 0) scaleY(1.02)}}@keyframes pulse{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.1, 1.1, 1.1)}100%{transform:scale3d(1, 1, 1)}}.h5p-content:not(.using-mouse) .h5p-game-map-stage:focus .h5p-game-map-stage-content{transform:scale(1.25)}@media(max-width: 768px){.h5p-game-map-stage{scale:1.5}}
.media-screen{align-items:center;background:#fff;box-sizing:border-box;display:flex;flex-direction:column;height:100%;left:0;overflow-wrap:anywhere;padding:1rem 0 3rem 0;position:relative;top:0;z-index:3}.media-screen.display-none{display:none}.media-screen>:not(:first-child){margin-top:.5rem}.media-screen p{margin:0 0 .5em}.media-screen .media-screen-medium{align-items:center;display:flex;height:15em;justify-content:center;margin:4.375em 0;position:relative;width:100%}.media-screen .media-screen-medium.display-none{display:none}.media-screen .media-screen-medium.h5p-image>img,.media-screen .media-screen-medium.h5p-video>video,.media-screen .media-screen-medium.h5p-video.h5p-youtube>div:not(.media-screen-bar){box-shadow:.5em .25em 3em 0 rgba(0,0,0,.2);position:absolute;left:50%;max-height:15em;min-width:20em;top:50%;transform:translate(-50%, -50%)}.media-screen .media-screen-medium.h5p-image>img{object-fit:contain}.media-screen .media-screen-medium.h5p-image>img,.media-screen .media-screen-medium.h5p-video>video{max-width:85%}.media-screen .media-screen-medium.h5p-video.h5p-youtube>div:not(.media-screen-bar){max-width:26.666em}.media-screen .media-screen-bar{background-color:rgba(26,115,217,.1);background-size:cover;height:70%;width:inherit}.media-screen .media-screen-image{box-shadow:10px 4px 47px 0 rgba(0,0,0,.2);height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);z-index:3}.media-screen .media-screen-introduction{color:#4c4452;text-decoration:none solid #4c4452}.media-screen .media-screen-introduction.display-none{display:none}.media-screen .media-screen-content{width:80%}.media-screen .media-screen-content.display-none{display:none}.media-screen .media-screen-buttons-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;width:90%}.media-screen .media-screen-buttons-wrapper .media-screen-button button{background-color:#1a73d9;background-size:cover;border:0;border-radius:3px;color:#fff;cursor:pointer;font-size:20px;font-weight:400;padding:.5rem 2.5rem;text-align:center;text-decoration:none solid #fff;white-space:nowrap}.media-screen .media-screen-buttons-wrapper .media-screen-button button:hover{background-color:rgba(26,115,217,.9);background-size:cover;cursor:pointer}.media-screen .media-screen-buttons-wrapper .media-screen-button button:active{background-color:rgba(26,115,217,.95);background-size:cover}
.media-screen.start .media-screen-button-start button::before{content:"";font-family:"H5PFontAwesome4",sans-serif;padding-right:.5rem}
.media-screen.end .h5p-game-map-feedback-wrapper{align-items:center;display:flex;flex-direction:column}.media-screen.end .h5p-game-map-feedback-wrapper .h5p-question-feedback{margin:0}.media-screen.end .h5p-game-map-feedback-wrapper .h5p-question-feedback .h5p-question-feedback-container{text-align:center}.media-screen.end .h5p-game-map-feedback-wrapper .h5p-question-scorebar{margin:0 0 1em 0;padding:0}.media-screen.end .h5p-game-map-feedback-wrapper .h5p-question-scorebar.display-none{display:none}.media-screen.end .media-screen-button-show-solutions button::before{content:"";font-family:"H5PFontAwesome4",sans-serif;padding-right:.5rem}.media-screen.end .media-screen-button-restart button::before{content:"";font-family:"H5PFontAwesome4",sans-serif;padding-right:.5rem}
.h5p-game-map-map{background-color:#fff;box-sizing:border-box;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:center;position:relative;user-select:none;z-index:0}.h5p-game-map-map .h5p-game-map-background-image{display:block;grid-area:1/1/1/1;height:auto;pointer-events:none;width:100%}.h5p-game-map-map .h5p-game-map-path-wrapper{grid-area:1/1/1/1;height:100%;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:0;width:100%}.h5p-game-map-map .h5p-game-map-stage-wrapper{grid-area:1/1/1/1;height:100%;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:0;width:100%}
.status-container{align-items:flex-end;box-sizing:border-box;display:flex;flex-direction:row;flex-shrink:0}@supports(-webkit-touch-callout: none) and (not (translate: none)){.status-container:not(:last-child){margin-right:1.25rem}}.status-container::before{color:#1768c4;margin-right:.5rem}.status-container.display-none{display:none}.status-container .status-container-values{box-sizing:border-box;display:flex;flex-direction:row;font-weight:bold;justify-content:center}.status-container .status-container-values span.value,.status-container .status-container-values span.max-value{color:#1768c4}.status-container .status-container-values span.delimiter{text-align:center;width:1rem}
.status-containers{box-sizing:border-box;display:flex;flex-direction:row;gap:1.25rem}@supports(-webkit-touch-callout: none) and (not (translate: none)){.status-containers:not(:last-child){margin-right:1.25rem}}.status-containers.display-none{display:none}
.toolbar-button{align-items:center;background-color:rgba(26,115,217,.05);background-position:center;background-repeat:no-repeat;background-size:1.25em 1.25em;border:2px solid #fff;border-radius:3px;display:flex;flex-shrink:0;font-size:1em;height:3em;padding:0;width:3em}.toolbar-button:not(.toolbar-button-disabled):hover{background-color:rgba(26,115,217,.1);cursor:pointer}.toolbar-button:not(.toolbar-button-disabled):active{background-color:rgba(26,115,217,.15)}.toolbar-button:not(.toolbar-button-disabled).toolbar-button-active{background-color:#1a73d9;background-position:center;background-repeat:no-repeat;background-size:1.25em 1.25em;opacity:20}.toolbar-button:not(.toolbar-button-disabled).toolbar-button-active:hover{background-color:rgba(26,115,217,.9);cursor:pointer}.toolbar-button:not(.toolbar-button-disabled).toolbar-button-active:active{background-color:rgba(26,115,217,.95)}.toolbar-button.toolbar-button-disabled{background-color:rgba(128,128,128,.95)}.toolbar-button.toolbar-button-disabled::before{color:#fff}.toolbar-button-display-none{display:none}.toolbar-button-cloak{visibility:hidden;opacity:0}
.h5p-game-map-toolbar-tool-bar{align-items:center;background-color:#fff;box-shadow:10px 10px 30px rgba(166,166,166,.2);box-sizing:border-box;column-gap:1.25rem;display:flex;flex-direction:row;flex-shrink:0;flex-wrap:wrap;justify-content:center;margin-bottom:.5em;overflow:hidden;padding:.5em;row-gap:.25rem}.h5p-game-map-toolbar-tool-bar .toolbar-headline{color:#4c4452;flex-grow:1;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.h5p-game-map-toolbar-tool-bar .toolbar-non-headline{align-items:center;column-gap:1.25rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;row-gap:.25rem}.h5p-game-map-toolbar-tool-bar .toolbar-non-headline .status-containers .status-container-lives::before{content:"";font-family:"H5PFontAwesome4",sans-serif}.h5p-game-map-toolbar-tool-bar .toolbar-non-headline .status-containers .status-container-stages::before{content:"";font-family:"H5PFontAwesome4",sans-serif}.h5p-game-map-toolbar-tool-bar .toolbar-non-headline .status-containers .status-container-score::before{content:"";font-family:"H5PFontAwesome4",sans-serif}.h5p-game-map-toolbar-tool-bar .toolbar-buttons{display:flex;flex-direction:row;flex-grow:0;flex-shrink:1}.h5p-game-map-toolbar-tool-bar .toolbar-buttons .toolbar-button{color:#1768c4;position:relative}.h5p-game-map-toolbar-tool-bar .toolbar-buttons .toolbar-button.toolbar-button-audio::before{content:"";font-family:"H5PFontAwesome4",sans-serif;font-size:1.15em;height:1.15em;left:50%;margin-left:-0.575em;margin-top:-0.575em;position:absolute;top:50%;width:1.15em}.h5p-game-map-toolbar-tool-bar .toolbar-buttons .toolbar-button.toolbar-button-audio.toolbar-button-active:not(.toolbar-button-disabled){background-color:rgba(26,115,217,.05)}.h5p-game-map-toolbar-tool-bar .toolbar-buttons .toolbar-button.toolbar-button-audio.toolbar-button-active::before{content:""}.h5p-game-map-toolbar-tool-bar .toolbar-buttons .toolbar-button.toolbar-button-finish::before{content:"";font-family:"H5PFontAwesome4",sans-serif;font-size:1.15em;height:1.15em;left:50%;margin-left:-0.575em;margin-top:-0.575em;position:absolute;top:50%;width:1.15em}.h5p-game-map-toolbar-tool-bar .toolbar-buttons .toolbar-button.toolbar-button-fullscreen.toolbar-button-exit-fullscreen::before{content:""}.h5p-game-map-toolbar-tool-bar .toolbar-buttons .toolbar-button.toolbar-button-fullscreen.toolbar-button-enter-fullscreen::before{content:""}.h5p-game-map-toolbar-tool-bar .toolbar-buttons .toolbar-button.toolbar-button-fullscreen::before{font-family:"H5PFontAwesome4",sans-serif;font-size:1.15em;height:1.15em;left:50%;margin-left:-0.575em;margin-top:-0.575em;position:absolute;top:50%;width:1.15em}.h5p-game-map-toolbar-tool-bar.display-none{display:none}.h5p-game-map-toolbar-tool-bar.solution-mode{background-color:#4c4452}.h5p-game-map-toolbar-tool-bar.solution-mode .toolbar-headline{color:#fff}.h5p-game-map-toolbar-tool-bar.solution-mode .toolbar-headline::after{content:"";font-family:"H5PFontAwesome4",sans-serif;font-weight:normal;margin-left:.5em}.h5p-game-map-toolbar-tool-bar.solution-mode .status-containers .status-container::before{color:#fff}.h5p-game-map-toolbar-tool-bar.solution-mode .status-containers .status-container .status-container-values span.value,.h5p-game-map-toolbar-tool-bar.solution-mode .status-containers .status-container .status-container-values span.max-value{color:#fff}.h5p-game-map-toolbar-tool-bar.solution-mode .status-containers .status-container .status-container-values span.delimiter{color:#fff;text-align:center;width:1em}.h5p-game-map-toolbar-tool-bar.solution-mode .toolbar-buttons .toolbar-button{background-color:rgba(166,166,166,.1);border-color:#4c4452;color:#fff}.h5p-game-map-toolbar-tool-bar.solution-mode .toolbar-buttons .toolbar-button:not(.toolbar-button-disabled):hover{background-color:rgba(166,166,166,.2)}.h5p-game-map-toolbar-tool-bar.solution-mode .toolbar-buttons .toolbar-button:not(.toolbar-button-disabled):active{background-color:rgba(166,166,166,.3)}
.h5p-game-map-exercise-headline-timer{font-size:1.25rem;font-weight:bold;justify-self:flex-end}.h5p-game-map-exercise-headline-timer.timeout-warning{color:#b00}.h5p-game-map-exercise-headline-timer::before{content:"";font-family:"H5PFontAwesome4",sans-serif;margin-right:.5rem}.h5p-game-map-exercise-headline-timer.display-none{display:none}.h5p-game-map-exercise-headline-timer.notify-animation{animation:pulse;animation-duration:1s;animation-timing-function:ease-in-out}@keyframes pulse{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.25, 1.25, 1.25)}100%{transform:scale3d(1, 1, 1)}}
.h5p-game-map-exercise{align-items:center;background-color:rgba(44,44,44,.8);box-sizing:border-box;display:flex;flex-direction:column;grid-area:1/1/1/1;height:100%;left:0;position:relative;top:0;transition:background-color .25s;width:100%;z-index:1}.h5p-game-map-exercise.display-none{display:none}.h5p-game-map-exercise.transparent{background-color:rgba(44,44,44,0);transition:background-color .25s .5s}.h5p-game-map-exercise .h5p-game-map-exercise-content-container{box-sizing:border-box;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;max-width:1080px;width:100%}.h5p-game-map-exercise .h5p-game-map-exercise-content-container.offscreen{transform:translate3d(0, -200rem, 0) scaleY(3)}.h5p-game-map-exercise .h5p-game-map-exercise-content-container.transparent{opacity:0}.h5p-game-map-exercise .h5p-game-map-exercise-content-container.animate.animate-bounce-in{animation:bounce-in;animation-delay:10ms;animation-duration:1s;transform-origin:center bottom}.h5p-game-map-exercise .h5p-game-map-exercise-content-container.animate.animate-bounce-out{animation:bounce-out;animation-duration:.75s;transform-origin:center bottom}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-button-close{grid-area:1/1/1/1;background:#fff;border:none;border-radius:50%;color:#222;cursor:pointer;height:2.25em;justify-self:end;left:calc((var(--exercise-screen-offset, 4rem) - 2rem)/-2 - .25rem);line-height:1;padding:3px;position:relative;top:calc((var(--exercise-screen-offset, 4rem) - 2rem)/2 + .25rem);transition:transform .1s ease-in-out;width:2.25em}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-button-close:hover{transform:scale(1.25)}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-button-close::after{font-family:"H5PFontAwesome4",sans-serif;content:"";border:1px solid #222;text-align:center;border-radius:50%;width:1.5em;height:1.5em;display:inline-block;line-height:1.5}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content{grid-area:1/1/1/1;background-color:#fff;border:.75rem solid #fff;border-radius:.5rem;box-sizing:border-box;margin-bottom:calc(var(--exercise-screen-offset, 4rem)/2);margin-left:calc(var(--exercise-screen-offset, 4rem)/2);margin-top:calc(var(--exercise-screen-offset, 4rem)/2);max-width:calc(100% - var(--exercise-screen-offset, 4rem));min-width:0}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-headline{align-items:start;border-bottom:1px solid rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;padding:0 .25rem}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-headline .h5p-game-map-exercise-headline-text{display:-webkit-box;font-size:1.25rem;font-weight:bold;overflow:hidden;overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container{height:calc(100% - 1rem);width:calc(100% - .25rem)}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance{box-sizing:border-box;width:100%}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance .h5p-question-game-map-continue{float:right}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance .h5p-question-game-map-continue::before{content:""}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance.h5p-video{overflow:inherit;height:100%}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance.h5p-advanced-text p:first-child{margin-top:1rem}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance.h5p-advanced-text p:last-child{margin-bottom:1rem}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance.h5p-interactive-video{overflow:inherit}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance.h5p-memory-game{position:relative}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance.h5p-memory-game .h5p-memory-reset{width:fit-content}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance.h5p-image-hotspot-question>.h5p-question-content{margin:0}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance.h5p-transcript .h5p-transcript-text-container{margin-left:0;margin-right:0}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance.h5p-image-slider .h5p-image-slider-progress{padding:.5em 0}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance-continue-button{float:right}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance-continue-button::before{content:""}.h5p-game-map-exercise .h5p-game-map-exercise-content-container .h5p-game-map-exercise-content .h5p-game-map-exercise-instance-container .h5p-game-map-exercise-instance-wrapper .h5p-game-map-exercise-instance-continue-button.display-none{display:none}@keyframes bounce-in{0%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);opacity:0;transform:translate3d(0, -200rem, 0) scaleY(3)}60%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);opacity:1;transform:translate3d(0, 1.5rem, 0) scaleY(0.9)}75%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);opacity:1;transform:translate3d(0, -0.75rem, 0) scaleY(0.95)}90%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);opacity:1;transform:translate3d(0, 0.25rem, 0) scaleY(0.985)}100%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);opacity:1;transform:translate3d(0, 0, 0)}}@keyframes bounce-out{0%{animation-timing-function:cubic-bezier(0.355, 0.61, 0.215, 1);opacity:1;transform:translate3d(0, 0, 0)}10%{animation-timing-function:cubic-bezier(0.355, 0.61, 0.215, 1);opacity:1;transform:translate3d(0, 0.25rem, 0) scaleY(0.985)}25%{animation-timing-function:cubic-bezier(0.355, 0.61, 0.215, 1);opacity:1;transform:translate3d(0, -0.75rem, 0) scaleY(0.95)}40%{animation-timing-function:cubic-bezier(0.355, 0.61, 0.215, 1);opacity:1;transform:translate3d(0, 1.5rem, 0) scaleY(0.9)}100%{animation-timing-function:cubic-bezier(0.355, 0.61, 0.215, 1);opacity:0;transform:translate3d(0, -200rem, 0) scaleY(3)}}
.h5p-game-map-confirmation-dialog .h5p-confirmation-dialog-popup{min-width:15rem}.h5p-game-map-confirmation-dialog .h5p-confirmation-dialog-popup .h5p-confirmation-dialog-exit{padding:1px 6px}.h5p-game-map-confirmation-dialog.prefers-reduced-motion .h5p-confirmation-dialog-background .h5p-confirmation-dialog-popup{-webkit-transition:none;transition:none}.h5p-game-map-confirmation-dialog.prefers-reduced-motion .h5p-confirmation-dialog-background.hiding .h5p-confirmation-dialog-popup{opacity:0}
.h5p-game-map-container{display:grid;grid-template-columns:1fr;grid-template-rows:1fr}.h5p-game-map-container .h5p-game-map-main{box-sizing:border-box;display:flex;flex-direction:column;grid-area:1/1/1/1;margin:1rem;min-width:0}.h5p-game-map-container .h5p-game-map-main.display-none{display:none}
.h5p-game-map-message-box{background-color:#f5e8d5;border:1px solid #ed5;box-sizing:border-box;color:#874e12;font-size:.8em;padding:.8em}.h5p-game-map-message-box .h5p-game-map-message-box-message{margin:0;text-align:center}
@font-face{font-family:"H5PGameMap";src:url(0e8f51293124a70d6c84.eot) format("embedded-opentype"),url(748ec8f4029b8c30962b.ttf) format("truetype"),url(f95bd8381fab0ea1d4ee.woff) format("woff"),url(e3d31b16dd69b9305140.svg) format("svg");font-weight:normal;font-style:normal}.h5p-game-map{background-color:#fff;color:#4c4452}.h5p-game-map>.h5p-question-content{margin:0}.h5p-game-map>.h5p-question-feedback{display:none}.h5p-game-map>.h5p-question-scorebar{display:none}
