footer{transform:translate(-50%,var(--footer-height));background:var(--white90);width:90%;box-shadow:0 0 20px var(--black10);border-radius:20px 20px 0 0;flex-direction:row;justify-content:space-between;margin:0 auto;padding:2vw 3.5vw;transition:transform .5s ease-in-out;display:flex;position:fixed;bottom:0;left:50%}@media (min-width:1921px){footer{max-width:2200px}}@media (max-width:768px){footer{flex-direction:column;width:100%;margin:0;padding:14px}}footer.visible{transition-delay:.6s;transform:translate(-50%)}footer .copyright{opacity:.75;font-size:.63vw;font-weight:400}footer .copyright.mobile{margin-top:14px;font-size:10px;display:none}@media (max-width:768px){footer .copyright.mobile{display:block}footer .copyright:not(.mobile){display:none}}footer .left{flex-direction:column;display:flex}@media (max-width:768px){footer .left{flex-direction:row;justify-content:space-between}}footer .left .logo{color:var(--black90);flex-direction:row;align-items:center;display:flex}footer .left .logo .logo_mono_svg__logo-mono{fill:currentColor;width:1.6vw;height:1.6vw;margin-right:.5vw}@media (max-width:768px){footer .left .logo .logo_mono_svg__logo-mono{width:24px;height:24px;margin-right:10px}}footer .left .logo .title{font-size:1.3vw;font-weight:700}@media (max-width:768px){footer .left .logo .title{font-size:18px}}footer .left .lang{margin:.5vw 0}@media (max-width:768px){footer .left .lang{margin:8px 0}}footer .right{flex-direction:row;flex:1;justify-content:space-evenly;display:flex}@media (max-width:768px){footer .right{justify-content:space-between}}footer .right .nav{flex-direction:column;gap:.3vw;display:flex}@media (max-width:768px){footer .right .nav{gap:4px}}footer .right .nav a{color:var(--black75);transition:color .2s ease-in-out}footer .right .nav a:hover{color:var(--black);text-decoration:underline}footer .right .nav a .item{cursor:pointer;width:100%;font-size:.8vw;font-weight:500}@media (max-width:768px){footer .right .nav a .item{font-size:10px}}.dark-theme footer{background:var(--black90)}.dark-theme footer .left .logo{color:var(--white90)}.dark-theme footer .right .nav a{color:var(--white75)}.dark-theme footer .right .nav a:hover{color:var(--white)}
