.hero_wrap{background-image:linear-gradient(to right bottom,#0f1b3e,#101d41,#111e44,#122047,#13224a,#142652,#162a5a,#172e62,#183672,#183e82,#154792,#1050a3);color:#fff;position:relative;display:flex;justify-content:center}@media (min-width:1280px){.hero_wrap{height:100vh}}.topleft_icon{position:absolute;top:-3rem;left:0;z-index:10;display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:.25rem;border-width:1px;border-color:var(--fallback-s,oklch(var(--s)/.2));background-color:var(--fallback-s,oklch(var(--s)/.2));animation:updown 5s linear infinite}@keyframes updown{0%{transform:rotate(-20deg) translateY(-5px)}50%{transform:rotate(-20deg) translateY(5px)}to{transform:rotate(-20deg) translateY(-5px)}}.topright_icon{position:absolute;right:0;top:1rem;z-index:10;display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:.25rem;border-width:1px;border-color:var(--fallback-s,oklch(var(--s)/.2));background-color:var(--fallback-s,oklch(var(--s)/.2))}@media (min-width:640px){.topright_icon{right:-1.5rem}}.topright_icon{animation:rotate 5s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bottomright_icon{position:absolute;bottom:0;right:2.5rem;z-index:10;display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:.25rem;border-width:1px;border-color:var(--fallback-s,oklch(var(--s)/.2));background-color:var(--fallback-s,oklch(var(--s)/.2));animation:leftright 3s linear infinite}@keyframes leftright{0%{transform:rotate(0deg)}50%{transform:rotate(-20deg)}to{transform:rotate(0deg)}}.about_img{background-position:50%;background-repeat:no-repeat;background-size:cover;border:3px solid var(--secondary);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;position:relative;transition:all 2s ease-in-out;margin:auto;-webkit-animation:morph 8s ease-in-out infinite;animation:morph 8s ease-in-out infinite}@keyframes morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}