.trademark{align-items:center;backdrop-filter:blur(2px);display:flex;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.trademark.show{animation:fadeIn .3s ease-in-out forwards}.trademark .trademark-box{align-items:center;background-color:var(--white);border:1px solid #c4c7c9;display:flex;flex-direction:column;gap:48px;max-width:500px;padding:60px 95px;position:relative}.trademark .trademark-box h1{font-family:Ovo;font-size:29px;font-weight:400}.trademark .trademark-box svg{cursor:pointer;position:absolute;right:24px;top:24px}.trademark .trademark-box svg path{transition:fill .3s ease-in-out}.trademark .trademark-box svg:hover path{fill:#2b2c2f}.trademark .trademark-box img{max-width:230px;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}