.sample-image{float:left;margin:0 1em 1em 0;padding-top:30%;position:relative;width:30%}.sample-image img{background-color:#000;font-family:"object-fit:contain";height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%;z-index:auto}body{background-image:linear-gradient(135deg,hsla(0,0%,100%,.2),hsla(0,0%,78%,.2) 100%);background-repeat:no-repeat;min-height:100vh}.menu{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:150%;justify-content:center;margin:0 auto;padding:0;width:100%}.menu,.menu li{display:-webkit-box;display:-ms-flexbox;display:flex}.menu li{list-style:none;margin:2em 1vw;min-height:16vw;width:16vw}.menu li a{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(255,157,0,.7);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;min-height:100%;text-decoration:none;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;width:100%}.menu li a:hover{background:rgba(255,157,0,.5);color:#ff9d00}section p{padding:0}section .sec-inner{margin:0 auto;max-width:80%;width:90%}section a{color:#007bff}.history{margin:1em 0}.modal{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:none;justify-content:center;left:0;margin:auto;position:fixed;right:0;top:0;z-index:1002}.modal.is-open{display:-webkit-box;display:-ms-flexbox;display:flex}.modal[aria-hidden=false]{-webkit-animation:open-modal .5s ease forwards;animation:open-modal .5s ease forwards}@-webkit-keyframes open-modal{0%{opacity:0}to{opacity:1}}@keyframes open-modal{0%{opacity:0}to{opacity:1}}.modal[aria-hidden=true]{-webkit-animation:close-modal .2s ease forwards;animation:close-modal .2s ease forwards}@-webkit-keyframes close-modal{0%{opacity:1}to{opacity:0}}@keyframes close-modal{0%{opacity:1}to{opacity:0}}.modal-content{background:#fff;border-radius:10px;margin-bottom:5vh;max-width:640px;padding:40px;position:relative;width:89.3333333333vw}@media screen and (max-width:750px){.modal-content{padding:40px 5.3333333333vw}}.modal-content__inner{max-height:calc(90vh - 80px);max-height:calc(var(--clh, 100vh) - 80px - 10vh);overflow-y:auto}.modal-close{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#f8f8f8;border:0;border-radius:0 10px 0 0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;height:40px;justify-content:center;position:absolute;right:0;top:0;width:40px}