body,html{padding:0;margin:0;font-family:Open Sans,Roboto,Segoe UI,sans-serif;color:#fff;background:#3f5b89}a{text-decoration:none}*{box-sizing:border-box}h1{width:100%;margin:0;font-weight:700;padding:16px 4px;font-size:1.65em;text-align:center;background:#3f5b89;opacity:1;transition:opacity .3s}.page{display:flex;font-size:24px;padding:48px}.page .checkbox{position:absolute;display:block;height:64px;width:64px;top:0;left:0;z-index:5;opacity:0;cursor:pointer;pointer-events:none}.page .checkbox:checked~.SectionMenu{transform:translateX(0);pointer-events:all}.page .checkbox:checked~h1{opacity:0}.page .checkbox:checked~.hamburger-lines .line1{transform:rotate(45deg)}.page .checkbox:checked~.hamburger-lines .line2{transform:scaleY(0)}.page .checkbox:checked~.hamburger-lines .line3{transform:rotate(-45deg)}.page .hamburger-lines{display:block;height:26px;width:32px;position:absolute;top:21px;left:20px;z-index:2;display:flex;flex-direction:column;justify-content:space-between;opacity:0}.page .hamburger-lines .line{display:block;height:4px;width:100%;border-radius:10px;background:#fff}.page .hamburger-lines .line1{transform-origin:0 0;transition:transform .4s ease-in-out}.page .hamburger-lines .line2{transition:transform .2s ease-in-out}.page .hamburger-lines .line3{transform-origin:0 100%;transition:transform .4s ease-in-out}nav{flex:0 0 320px;margin-right:16px}main{margin:0 auto;width:100%}.SectionMenu{display:flex;background:#3f5b89;align-items:flex-start;flex-direction:column}.SectionMenu h1{display:none}.SectionMenu__Title{position:sticky;top:0;align-self:stretch;background:#3f5b89;font-weight:700;font-size:1.5em;color:#fff}.SectionMenu__Entries{display:flex;align-items:flex-start;font-size:1em;padding-right:16px;width:100%;margin-right:-16px;flex-direction:column}.SectionMenu__Entry{padding:8px 16px;margin-top:12px;color:#000;text-transform:uppercase;background:#fff;border-radius:16px;box-shadow:0 0 0 transparent;transition:color .2s,background .2s,box-shadow .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.SectionMenu__Entry--highlighted,.SectionMenu__Entry:focus,.SectionMenu__Entry:hover{color:#fff;background:#f0b43d;box-shadow:1px 2px 4px rgba(55,59,77,.36)}.Content{display:flex;flex-direction:column;width:100%;max-width:900px;padding:0 16px 60px;margin:8px auto 0;background:#e2e6ed;border-radius:50px}.Content>h2{align-self:center;padding:32px 40px;margin:0;font-weight:700;font-size:1.5em;text-align:center;background:#3f5b89;border-radius:0 0 20px 20px}.Content__Links{display:flex;flex-wrap:wrap;justify-content:center;margin:60px 0 0 -12px;font-size:1em}.Content__Links .SectionMenu__Entry{margin:8px 12px;color:#fff;background:#3f5b89}.Content__Links .SectionMenu__Entry--highlighted,.Content__Links .SectionMenu__Entry:focus,.Content__Links .SectionMenu__Entry:hover{background:#f0b43d}.VideoPlayer{position:relative;max-width:850px;width:100%;margin:60px auto 0}.VideoPlayer__Player{position:absolute;display:flex;z-index:2;justify-content:center;width:100%;height:10px;overflow:hidden;border-radius:10px;opacity:0;pointer-events:none}.VideoPlayer__Player video{width:100%}.VideoPlayer__Player .controls{position:absolute;bottom:10px;display:flex;align-content:stretch;justify-content:space-evenly;width:calc(100% - 20px);max-width:500px;padding:8px;background:rgba(0,0,0,.75);border:1px solid hsla(0,0%,100%,.2);border-radius:10px;transform:translateY(calc(32px + 100%));box-shadow:0 8px 32px 0 hsla(0,0%,100%,.1);transition:box-shadow .3s,transform .3s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none}.VideoPlayer__Player .play_pause_btn{border:none;border-radius:4px;cursor:pointer;padding:10px 15px;transition:background .2s;background:hsla(0,0%,54%,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.VideoPlayer__Player .play_pause_btn .svg_play_pause{fill:#fff;width:25px;height:25px;position:relative;top:2px}.VideoPlayer__Player .play_pause_btn:hover{background:hsla(0,0%,54%,.75)}.VideoPlayer__Player .play_pause_btn:focus{outline:none}.VideoPlayer__Player input[type=range]{width:350px;min-width:0;background:hsla(0,0%,100%,0);border-radius:20px;padding:0 16px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.VideoPlayer__Player input[type=range]::-webkit-slider-thumb{border:0 solid transparent;height:15px;width:15px;border-radius:50%;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-5px;box-shadow:0 0 4px rgba(0,0,0,.5)}.VideoPlayer__Player input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;border-radius:3px;border:0 solid transparent;background:linear-gradient(90deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.7)),hsla(0,0%,100%,.2);background-size:var(--background-size,0) 100%;background-repeat:no-repeat;border-radius:5px}.VideoPlayer__Player input[type=range]::-moz-range-thumb{border:0 solid transparent;height:15px;width:15px;border-radius:50%;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-5px;box-shadow:0 0 4px rgba(0,0,0,.5)}.VideoPlayer__Player input[type=range]::-moz-range-progress,.VideoPlayer__Player input[type=range]::-moz-range-track{width:100%;height:6px;cursor:pointer;background:hsla(0,0%,100%,.2);border-radius:3px;border:0 solid transparent}.VideoPlayer__Player input[type=range]::-moz-range-progress{background:hsla(0,0%,100%,.7)}.VideoPlayer__Player input[type=range]:focus{outline:none}.VideoPlayer__Player .speed_btn{outline:none;border:none;width:50px;text-align:center;color:#fff;border-radius:4px;cursor:pointer;padding:5px 0;transition:background .2s ease-out;background:hsla(0,0%,54%,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.VideoPlayer__Player .speed_btn:hover{background:hsla(0,0%,54%,.75)}.VideoPlayer__Player .mute_unmute_btn{outline:none;border:none;border-radius:4px;cursor:pointer;padding:5px 15px;transition:background .2s ease-out;background:hsla(0,0%,54%,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.VideoPlayer__Player .mute_unmute_btn .svg_mute_unmute{width:20px;height:20px;position:relative;top:2px}.VideoPlayer__Player .mute_unmute_btn .svg_mute_unmute path,.VideoPlayer__Player .mute_unmute_btn .svg_mute_unmute polygon,.VideoPlayer__Player .mute_unmute_btn .svg_mute_unmute rect{fill:#fff}.VideoPlayer__Player .mute_unmute_btn .svg_mute_unmute circle{stroke:#fff;stroke-width:2}.VideoPlayer__Player .mute_unmute_btn:hover{background:hsla(0,0%,54%,.75)}.VideoPlayer__Player--hovered .controls,.VideoPlayer__Player:hover .controls{transform:translateY(0);pointer-events:all}.VideoPlayer__Thumbnail{width:100%;padding-bottom:56.25%;border-radius:10px;background-position:50%;background-repeat:no-repeat;background-size:contain;pointer-events:none}.VideoPlayer__Loader{position:absolute;top:20px;right:23px;width:50px;height:50px;border-radius:50%;pointer-events:none}.VideoPlayer__Loader:before{position:absolute;width:100%;height:100%;content:"";top:0;left:0;border:4px solid #f0b43d;border-top-color:#3f5b89;border-radius:50%;box-sizing:border-box;-webkit-animation:loading 1s ease infinite;animation:loading 1s ease infinite}.VideoPlayer--loaded .VideoPlayer__Loader,.VideoPlayer--loaded .VideoPlayer__Thumbnail{display:none}.VideoPlayer--loaded .VideoPlayer__Player{position:relative;height:auto;opacity:1;pointer-events:all}@-webkit-keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:900px){nav{position:fixed;top:0;left:0;z-index:10;width:100%;height:100%;pointer-events:none}main h1{position:sticky;top:0;z-index:5;padding:16px 60px}.checkbox,.hamburger-lines{position:fixed;top:16px}.SectionMenu{overflow:auto;height:100%;text-align:center;transform:translate(calc(-100% - 48px));transition:transform .3s}.SectionMenu h1{display:block;margin-top:16px;padding:0 60px}.SectionMenu__Entry__Spacer{height:16px;margin:0;padding:0;background:transparent}.SectionMenu__Entries{align-items:center}.SectionMenu__Title{padding:22px 0 14px}.page{padding:0;font-size:16px}.page .checkbox{pointer-events:all}.page .hamburger-lines{opacity:1}.Content{border-radius:0;margin-top:0}.Content>h2{width:90%}.Content__Links,.VideoPlayer{margin-top:40px}}