/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}#scrollableLayout{height:100vh;display:grid;grid-template-rows:5vh [header-start] 10vh [header-end content-start] 1fr [content-end] 1vh;grid-template-columns:16vw [content-start] 24vw [narrow-start] auto [narrow-end] 24vw [content-end] 16vw}header{grid-row:header;grid-column:content}#scrollableLayout main{grid-area:content}*{margin:0;padding:0;font-family:Overpass,sans-serif;color:#000;list-style:none;font-weight:600}a,a:active,a:hover,a:visited{color:inherit}body #background{background-image:url(../images/bg.jpg);height:100vh;background-position:center;background-repeat:no-repeat;background-size:cover;position:fixed;top:0;width:100vw;z-index:-500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body main{background-position:center;background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(255,255,255,.7)}#scrollableLayout header h1{color:#000;font-size:3.4em}#scrollableLayout h2{font-size:2.5em}#scrollableLayout h3{border-bottom:1px solid;margin-bottom:1vw;padding-top:1vw}#scrollableLayout main{padding:2.5vw;-webkit-box-shadow:0 .4vw .8vw 0 rgba(0,0,0,.2),0 .6vw 2vw 0 rgba(0,0,0,.19);box-shadow:0 .4vw .8vw 0 rgba(0,0,0,.2),0 .6vw 2vw 0 rgba(0,0,0,.19)}#scrollableLayout main #content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;gap:4vw}#scrollableLayout main #content>header{text-align:center}#scrollableLayout main #content>section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2vw;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:31vh}#scrollableLayout main #content>section.first{text-align:center;line-height:2em}#scrollableLayout main #content>section.second img{height:7em}#scrollableLayout main #content>section div{padding:1vw .5vw 1vw;-webkit-box-flex:1;-ms-flex:1 0 25vh;flex:1 0 25vh}#scrollableLayout main #content>section div .contentbox{margin:2vh auto;border:1px solid #000;padding:2vh}#scrollableLayout main #content>section div p{margin-bottom:2vw}#scrollableLayout main #content iframe{height:100%;width:100%}