footer{margin-top:-5px}footer,footer .upper-part{display:flex;flex-direction:column;align-items:center}footer .upper-part{justify-content:space-between;padding:calc(var(--col)*6) 0;gap:1.5rem}@media(min-width:1024px){footer .upper-part{padding:calc(var(--col)*2.5) 0;gap:calc(var(--col));text-align:center}}footer .upper-part .optimg-wrapper{width:100%;aspect-ratio:1.44}@media(min-width:1024px){footer .upper-part .optimg-wrapper{width:calc(var(--col)*15)}}footer .upper-part .h3{text-transform:unset}@media(min-width:1024px){footer .upper-part{flex-direction:row;text-align:left;gap:calc(var(--col)*2)}}footer .bottom-part{display:flex;flex-direction:column;justify-content:space-between;align-items:center;border-top:1px solid hsla(0,0%,7%,.2);width:100%;padding:calc(var(--col)) 0;text-align:center}@media(min-width:1024px){footer .bottom-part{flex-direction:row;text-align:unset;gap:unset;padding:calc(var(--col)/2) 0}}header{position:fixed;top:0;left:0;padding-top:24px;padding-bottom:24px;width:100vw;height:auto;z-index:9998;display:flex;align-items:center;justify-content:space-between;transition:background-color .5s ease-in-out}@media(min-width:1024px){header{padding-top:3.5rem;padding-bottom:3.5rem}}header.backdrop{background-color:hsla(0,0%,7%,.8)}header .header-logo{display:flex;flex-direction:row;align-items:center;gap:1rem;color:#ddd9cc}header .header-logo svg{width:1.5rem;height:auto}@media(min-width:1024px){header .header-logo svg{width:2.5rem}}.subscribe-button{position:relative;border:none;background-color:transparent;padding:0;color:#ddd9cc;cursor:pointer}.subscribe-button:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#ddd9cc}.subscribe-button:after{content:"";position:absolute;top:50%;left:-1rem;transform:translateY(-50%);width:.5rem;height:.5rem;background-color:#eb5959}.subscribe-button span{display:none}@media(min-width:1024px){.subscribe-button span{display:inline-block}}