.menu{box-sizing:border-box;background-color:#fff;border-bottom:1px solid #353535;flex-direction:row;justify-content:end;align-items:center;gap:.7rem;width:100%;height:45px;padding-right:.5rem;display:flex}.img-btn,#theme-btn,#menu-btn{color:#353535;cursor:pointer;background:0 0;border:none;width:35px;height:35px;margin:0;padding:0}#routes{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;display:none}#routes ul{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;list-style:none;display:flex}#routes ul li,#routes ul a{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;line-height:40px;display:flex}#routes ul li{background-color:#fff;border-bottom:1px solid #353535;border-radius:0 0 10px 10px}#routes ul a,#routes ul a:link,#routes ul a:visited{color:#353535;font-size:22px;font-weight:400;text-decoration:none}#routes ul a:hover,#routes ul a:link:hover,#routes ul a:visited:hover{color:#294285}@media (prefers-color-scheme:dark){.menu{background-color:#353535;border-bottom:1px solid #cfcfcf}.img-btn,#menu-btn,#theme-btn,#routes ul a,#routes ul a:link,#routes ul a:visited{color:#cfcfcf}#routes ul a:hover,#routes ul a:link:hover,#routes ul a:visited:hover{color:#ffff9e}#routes ul li{background-color:#353535;border-bottom:1px solid #cfcfcf}}.card{box-sizing:border-box;background-color:#fff;flex-direction:column;justify-content:center;align-items:start;width:100%;margin:0 0 1rem;padding:.5rem;display:flex}@media (prefers-color-scheme:dark){.card{background-color:#353535}}header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;display:flex}@media screen and (width>=600px){header{background-color:#fff;border-right:1px solid #353535;justify-content:start;max-width:40%;height:300vh}}@media screen and (width>=600px) and (prefers-color-scheme:dark){header{background-color:#353535;border-right:1px solid #cfcfcf}}main{box-sizing:border-box;background-color:#d5d5d5;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;margin:1rem 0;padding:0;display:flex}@media screen and (width>=600px){main{align-items:start;max-width:600px;margin:2rem}}@media (prefers-color-scheme:dark){main{background-color:#515151}}.logo{box-sizing:border-box;background-color:#fff;border-bottom:1px solid #353535;flex-direction:column;justify-content:center;align-items:center;width:100%;height:140px;display:flex}#logo-link,#logo-link{color:#353535}@media (prefers-color-scheme:dark){#logo-link{color:#cfcfcf}.logo{background-color:#353535;border-bottom:1px solid #cfcfcf}}#gallery{box-sizing:border-box;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:.5rem;display:flex}#gallery picture img{width:100%;min-width:250px;max-width:500px;height:auto}@media (prefers-color-scheme:dark){#gallery{background-color:#353535}}@keyframes text1{0%{opacity:0;width:0;transform:translate(100%)scale(2)}to{opacity:1;width:100%;transform:translate(0)scale(1)}}@keyframes text2{0%{color:#cfcfcf;width:0}to{color:#353535;width:100%}}@media (prefers-color-scheme:dark){@keyframes text2{0%{color:#353535;width:0}to{color:#cfcfcf;width:100%}}}.text-anime1{white-space:nowrap;width:100%;font-style:italic;transition:all 1s ease-out;animation:2s linear text1;overflow:hidden}.text-anime2{white-space:nowrap;transition:all 2s ease-in;animation:4s linear text2;overflow:hidden}.btn-anime{cursor:pointer}.btn-anime:hover{transition:color 1s ease-in-out;animation:1s linear infinite btn-hover}@keyframes btn-hover{0%{background-color:#353535;transform:scale(1)}to{background-color:#353535;transform:scale(1)}50%{background-color:#294285;transform:scale(1.2)}}@media (prefers-color-scheme:dark){@keyframes btn-hover{0%{background-color:#cfcfcf;transform:scale(1)}to{background-color:#cfcfcf;transform:scale(1)}50%{background-color:#ffff9e;transform:scale(1.2)}}}@keyframes image{0%{transform:scaleX(1)}50%{transform:scaleX(-1)scale(.3,.7)}to{transform:scaleX(1)}}.image-anime img{transition:all 5s ease-out;animation:2s linear image}@keyframes football{0%{transform:translate(0)rotate(0)}50%{transform:translate(280px)rotate(360deg)}to{transform:translate(0)rotate(-200deg)}}.football-anime{color:#353535;transition:color 2s ease-in;animation:1s linear football}@media (prefers-color-scheme:dark){.football-anime{color:#cfcfcf}}.btn-wrapper{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.btn-wrapper button,.btn-wrapper input[type=submit]{color:#fff;background-color:#353535;border:none;border-radius:5px;margin-top:1rem;padding:.2rem 1rem;font-size:1.2rem;font-weight:600;line-height:1.5rem}@media (prefers-color-scheme:dark){.btn-wrapper button,.btn-wrapper input[type=submit]{color:#353535;background-color:#cfcfcf}}.diagram{background-color:#e9f4ff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:300px;display:flex}.location{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:start;gap:.3rem;width:100%;margin-bottom:1rem;display:flex}.location input[type=text]{box-sizing:border-box;color:#353535;border:2px solid #294285;border-radius:5px;width:100%;margin:0;padding-left:.3rem;font-size:1.2rem;line-height:2rem}@media (prefers-color-scheme:dark){.location input{color:#cfcfcf;border:2px solid #ffff9e}}#error{color:#87181b;margin:0;padding:0;display:none}@media (prefers-color-scheme:dark){#error{color:#ffc2c3}}#map{box-sizing:border-box;width:100%;height:300px}.jsdoc{box-sizing:border-box;background-color:#fff;border-bottom:1px solid #353535;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1rem 0;display:flex}.jsdoc:hover{font-size:1.2rem}.jsdoc a,.jsdoc a:link,.jsdoc a:visited{color:#294285}@media (prefers-color-scheme:dark){.jsdoc{background-color:#353535;border-bottom:1px solid #cfcfcf}.jsdoc a,.jsdoc a:link,.jsdoc a:visited{color:#ffff9e}}body{color:#353535;background-color:#d5d5d5;flex-direction:column;justify-content:center;align-items:center;width:100vw;margin:0;padding:0;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:18px;display:flex}@media screen and (width>=600px){body{flex-direction:row;justify-content:start;align-items:start}}@media (prefers-color-scheme:dark){body{color:#cfcfcf;background-color:#515151}}h1{box-sizing:border-box;background-color:#fff;border-top:1px solid #353535;border-bottom:1px solid #353535;flex-direction:column;justify-content:center;align-items:center;width:100%;height:40px;margin:0;font-size:22px;display:flex}@media (prefers-color-scheme:dark){h1{background-color:#353535;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf}}h2{font-size:22px}
