@keyframes leftSlide{0%{left:-400px}100%{left:0}}@keyframes rightSlide{0%{right:-400px;font-size:40%}100%{right:0}}@keyframes bottomSlide{0%{bottom:-300px}100%{bottom:0}}@keyframes topSlide{0%{top:-1000px}100%{top:0}}@keyframes textGrow{0%{font-size:40%}40%{font-size:50%}60%{font-size:70%}80%{font-size:80%}}@keyframes elementGrow{0%{width:0%;height:0%}20%{width:5%;height:5%}40%{width:10%;height:10%}60%{width:30%;height:50%}}@keyframes elementHide{0%{box-shadow:none}30%{box-shadow:.1em .1em .1em #5f9ea0,-.1em -.1em .1em #5f9ea0}40%{box-shadow:.1em .1em .1em #5f9ea0,-.1em -.1em .1em #5f9ea0}50%{box-shadow:.1em .1em .1em #f08906,-.1em -.1em .1em #f08906}60%{box-shadow:.1em .1em .1em rgba(43,46,100,.3764705882),-.1em -.1em .1em rgba(43,46,100,.4509803922)}}@keyframes displayHide{0%{color:#fff}70%{color:#5f9ea0}}@keyframes hideElement{0%{display:none}10%{display:none}20%{display:none}30%{display:none}40%{display:none}50%{display:none}60%{display:none}70%{display:none}80%{display:none}90%{display:none}95%{display:none}}@media screen and (min-width:541px) and (max-width:854px){*,::after,::before{box-sizing:border-box}body{margin:0;padding:0;font-family:Delius,cursive;background-color:rgba(255,255,255,.2);width:100%;min-height:100vh;display:grid;grid-template-columns:1fr;grid-auto-rows:max-content}body .about{padding:.4em .2em;padding-bottom:4em;font-family:Roboto,sans-serif;width:100%;min-height:80vh;display:grid;grid-template-columns:1fr;grid-auto-rows:max-content;row-gap:1em;justify-items:center}body .about .head{padding:.4em;width:100%;height:max-content}body .about .head h2{color:#f08906;text-align:center;font-size:3vw}body .about .started{padding:.4em;width:100%;display:inherit;grid-template-columns:1fr;grid-auto-rows:max-content;row-gap:.4em}body .about .started .info{padding:.4em;width:100%;height:max-content}body .about .started .info h2{color:#2b2e64;font-size:3vw;text-align:center;text-shadow:.1em .1em .4em #6d6a6a;position:relative;animation-name:displayHide;animation-duration:1.5s;animation-timing-function:ease-in}body .about .started .info p{padding:1em;color:#2b2e64;text-shadow:.1em .1em .4em #6d6a6a;font-weight:600;font-size:2vw;line-height:1.5em;position:relative;animation-name:displayHide;animation-duration:1.5s;animation-timing-function:ease-in}body .about .started .media{padding:.2em;display:inherit;grid-template-columns:1fr;grid-template-rows:max-content;column-gap:.2em;justify-items:center}body .about .started .media div{padding-bottom:3em}body .about .started .media div h2{text-align:center;font-size:3vw;color:#2b2e64;text-shadow:.1em .1em .4em #6e6a6a;position:relative;animation-name:displayHide;animation-duration:1.5s;animation-timing-function:ease-in}body .about .started .media div p{padding:0 1em;line-height:1.4em;font-weight:600;font-size:2vw;color:#2b2e64;text-shadow:.1em .1em .4em #6d6a6a;position:relative;animation-name:displayHide;animation-duration:1.5s;animation-timing-function:ease-in}body .about .started .media div p a{color:#f08906;font-size:1.8vw;position:relative;animation-name:displayHide;animation-duration:1.5s;animation-timing-function:ease-in}body .about .started .media div p a:hover{color:#000}body .about .started .media .image{position:relative;animation-name:elementGrow;animation-duration:1.5s;animation-timing-function:ease-in;width:100%;height:max-content;display:inherit;grid-template-columns:1fr;grid-auto-rows:max-content;column-gap:.2em;row-gap:.4em}body .about .started .media .image .im-info{padding:.1em;width:100%;height:max-content;display:inherit;justify-items:center}body .about .started .media .image .im-info .imag{padding:.1em;width:38%;height:70vh}body .about .started .media .image .im-info .imag img{box-shadow:none;border-radius:.4em;width:100%;height:100%}body .about .started .media .image .im-info figcaption{padding:.4em;font-size:2vw}body .about .started .media .image .im-info p{padding:0 .2em;line-height:1.4em;font-weight:400;font-size:2vw;text-shadow:.1em .1em .4em #6d6a6a;color:#2b2e64}body .about .started .media .image .im-info ul li{font-size:2vw;text-shadow:.1em .1em .4em #6d6a6a;color:#2b2e64}body .about .started .media .image .im-info ul li a{text-decoration:none;color:#f08906}body .about .started .matter{padding:1em;display:inherit;grid-template-columns:1fr 1fr;grid-auto-rows:60vh;gap:2em}body .about .started .matter div{border-radius:.4em;box-shadow:none}body .about .started .matter div h4{text-align:center;color:#2b2e64;text-shadow:.1em .1em .4em #6d6a6a}body .about .started .matter div p{padding:.5em 1.5em;color:#2b2e64;font-size:1.8vw;font-weight:600}body footer{padding:1em;width:100%;font-family:Roboto,sans-serif;background-color:#2b2e64;display:grid;justify-items:center}body footer .navbox{width:60%}body footer .navbox p{text-align:center;color:#fff;font-weight:500;font-size:1.8vw}}