body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:2px solid #ddd;border-radius:18px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0 0 2rem;min-height:calc(100dvh - 4px)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}header{height:3rem;margin:1rem 2rem}header .logo{-webkit-user-select:none;user-select:none}header nav{display:block;float:right;height:3rem}header nav ul{display:inline-flex;justify-content:space-between;line-height:2rem;list-style-type:none;margin:0;padding:0}header nav ul li{margin:.5rem;-webkit-user-select:none;user-select:none}header nav ul li div{color:#333;cursor:pointer;font-size:20px}header nav ul li div:hover{text-shadow:#c2c277 2px 2px 2px}header nav .ham{border-radius:5px;box-shadow:1px solid #0000004d;display:block;float:right;height:48px;position:relative;width:48px}header nav .ham-origin{left:50%;position:absolute;top:50%}header nav .ham-bar{background:#333;height:2px;margin:-1px 0 0 -13px;position:absolute;transition:all .5s;width:26px}header nav .ham-bar--top{transform:translateY(-6px)}header nav .ham-bar--bottom{transform:translateY(6px)}header nav #nav-toggle{display:none}header nav #nav-toggle:checked~.ham .ham-bar--middle{opacity:0}header nav #nav-toggle:checked~.ham .ham-bar--top{transform:rotate(-45deg)}header nav #nav-toggle:checked~.ham .ham-bar--bottom{transform:rotate(45deg)}@media(max-width:768px){header nav ul{animation:slideright 1s;background:rgba(51,51,51,.667);display:none;flex-direction:column;left:0;max-height:calc(100dvh - 80px);position:absolute;top:80px;width:80dvw;z-index:1}header nav ul.on{display:block}header nav ul li{margin:1rem}header nav ul li div{color:#fff}@keyframes slideright{0%{transform:translateX(-100%)}to{transform:translateX(0)}}}article.banner{background:#ffcd29;height:30dvw;max-height:500px;min-height:260px;overflow:hidden;width:100%}article.banner *{height:100%;width:100%}article.banner .banner-bar{margin-top:20px;overflow:hidden}article.banner .banner-bar img{object-fit:cover}article.content{display:inline-flex;margin:1rem;padding:1rem;width:calc(100% - 4rem)}article.content div.summary{box-shadow:1px 1px 3px #ddd;display:inline-block;margin:0 .5rem;padding:1rem;width:calc(33% - 2rem)}article.content div.summary img.box{background:#f9f9f9;border:1px solid #333;border-radius:5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0;width:100%}article.content div.summary h2{font-size:1.5rem;margin:1rem 0}article.content div.summary p{font-size:1rem;margin:1rem 0}@media(max-width:768px){article.content{display:block;margin:0;padding:0;width:100%}article.content div.summary{margin:0;width:calc(100% - 2rem)}}article.solution{display:inline-flex;margin:1rem 3rem;padding:1rem}footer{background-color:#333;bottom:0;color:#fff;left:0;min-height:60px;padding:1rem;position:fixed;text-align:center;width:calc(100% - 2rem)}footer ul{justify-content:space-between;line-height:2rem;list-style-type:none;margin:0;padding:0}footer ul li{display:inline-block;margin:0 1rem;-webkit-user-select:none;user-select:none}footer ul li div{cursor:pointer}.aboutus{border-radius:8px;box-shadow:1px 2px 2px 4px #d8d8d8;font-size:18px;margin:5%;padding:3% 5% 7%;width:80%}
/*# sourceMappingURL=main.a8b1382b.css.map*/