.cmp-header-profile{opacity:0;transition:all .3s ease-in-out}
.cmp-header-profile.show{opacity:1}
.cmp-header-profile:hover{cursor:pointer}
.cmp-header-profile:hover + .cmp-header-profile-menu{display:flex}
.cmp-header-profile-container{display:inline-flex;justify-content:flex-end;gap:12px;flex:0 0 auto;align-items:center;position:relative}
@media(max-width:1024px){.cmp-header-profile-container{display:flex;gap:unset}
}
.cmp-header-profile__img-link{width:40px;height:40px}
@media(max-width:1024px){.cmp-header-profile__img-link{height:24px;width:24px}
}
.cmp-header-profile__avatar{height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center}
@media(max-width:1024px){.cmp-header-profile__avatar{height:24px;width:24px}
}
.cmp-header-profile__avatar .cmp-header-profile__picture{display:block;width:40px;height:40px;border-radius:22px;border:1px solid var(--Tertiary-Blue);background-color:var(--Secondary-Nude)}
@media(max-width:1024px){.cmp-header-profile__avatar .cmp-header-profile__picture{height:100%;width:100%}
}
.cmp-header-profile__avatar span.cmp-header-profile__picture{display:flex;justify-content:center;align-items:center}
.cmp-header-profile__avatar .icon-person{font-size:24px}
.cmp-header-profile-menu{display:none;flex-direction:column;padding:8px 20px;list-style-type:none;position:absolute;top:60px;right:4em;background-color:var(--Secondary-Nude-Light,#fff9f5);border-radius:8px;gap:12px}
.cmp-header-profile-menu:hover{display:flex}
@media(max-width:1024px){.cmp-header-profile-menu{right:1.5em}
}
.cmp-header-profile-menu__item{position:relative;float:left}
.cmp-header-profile-menu::after{content:'';position:absolute;top:-10px;left:calc(40%);border-style:solid;border-width:0 10px 11px 10px;border-color:transparent transparent var(--Secondary-Nude-Light,#fff9f5) transparent}
@media(max-width:1024px){.cmp-header-profile-menu::after{left:63%}
}
.cmp-header.news .cmp-header-profile img{width:24px;height:24px;border-radius:unset;border:unset;background-color:unset}