header{height:8rem;flex-direction:column;justify-content:space-around;width:100%;z-index:3000;transition:background .6s ease;transform:translateZ(0);-webkit-backdrop-filter:saturate(180%) blur(5px);backdrop-filter:saturate(180%) blur(5px);background-color:#fefefe;position:-webkit-sticky;position:sticky;top:0}header,header .main-header{display:flex;align-items:center}header .main-header{margin:0 auto;justify-content:space-between}header .main-header a{text-decoration:none}header .main-header h3{font-size:24px;font-weight:700;line-height:36px;color:#0c08b6;cursor:pointer}header .main-header .logo img{width:12.3rem;height:2.4rem}header .main-header .openbtn{all:unset;display:none;place-items:center}@media screen and (max-width:1040px){header .main-header .openbtn{display:grid!important}header .main-header nav{display:none}}header .main-header nav ul{display:flex;align-items:center;gap:4rem}header .main-header nav ul li{list-style-type:none}header .main-header nav ul li a{text-decoration:none;font-style:normal;font-weight:400;font-size:1.6rem;line-height:2rem;color:#000;padding:1rem 0;border-top:2px solid transparent;border-bottom:2px solid transparent;transition:border .2s ease}header .main-header nav ul li a:hover{color:#0145fd;border-bottom:2px solid #0145fd}header .main-header nav ul li .navlink-active{color:#0145fd}header .main-header nav ul li .navlink-active:hover{border-bottom:2px solid transparent}.mobilenav__container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100;background-color:#fff}@media screen and (min-width:1040px){.mobilenav__container{display:none}}.mobilenav__container .closebtn{all:unset;position:absolute;top:2.5rem;right:2rem;font-size:2.4rem;cursor:pointer}.mobilenav__container ul{display:flex;flex-direction:column;list-style:none;padding:2rem 4rem 5rem}.mobilenav__container ul li{padding:2rem 0;border-bottom:2px solid #e3e3e3}.mobilenav__container ul li a{font-size:2rem;font-weight:700}.profile__and__logout_section{position:relative;cursor:pointer}.profile__and__logout_section .avatar_img{width:3rem;height:3rem;border-radius:50%;margin:0 0 0 2rem;object-fit:cover;background-position:50%}@media screen and (max-width:820px){.profile__and__logout_section .avatar_img{margin-right:2rem}}.profile__and__logout_section .dropdown{z-index:100;width:15rem;padding:1.3rem;position:absolute;border-radius:.5rem;background:#f8f8f8;top:5rem;right:2rem;border:none;box-shadow:0 2px 8px rgba(0,0,0,.08)}.profile__and__logout_section .dropdown .drop_item{display:flex;align-items:center}.profile__and__logout_section .dropdown .divider_item{margin:1rem 0}.profile__and__logout_section .dropdown .align{width:100%;display:flex;justify-content:center}.profile__and__logout_section .dropdown .drop_icon{width:1.8rem}.profile__and__logout_section .dropdown span{font-size:1.4rem;font-weight:400;margin-left:1rem}.profile__and__logout_section .logout{width:1.5rem}