.header-user-profile{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;margin-left:.5rem}.header-user-profile:hover .header-user-profile__pages{transition-delay:.3s;display:block}.header-user-profile__headline{background-color:#f4f4f4;padding:.5rem 1.5rem;font-weight:700;text-transform:uppercase;cursor:default}.header-user-profile__name{text-align:right;margin-left:1rem;font-size:.87em;display:none}@media (min-width:768px){.header-user-profile__name{display:block}}.header-user-profile__account-info{padding:.5rem 1.5rem;border-bottom:6px solid #f7e7da;cursor:default}.header-user-profile__user{font-size:.87em;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header-user-profile__status{display:inline-block}.header-user-profile__status-icon{width:20px;height:20px;vertical-align:middle;-ms-flex:none;flex:none;margin-right:.5rem}.header-user-profile__pages{position:absolute;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:none;top:100%;margin-top:10px;width:240px;z-index:5;background-color:#fff;box-shadow:0 10px 25px 3px rgba(0,0,0,.4),0 4px 6px -2px rgba(0,0,0,.05)}.header-user-profile__pages:before{content:"";position:absolute;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:-10px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff}.header-user-profile__list{list-style:none;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.header-user-profile__list-link{font-size:.87em;padding:.75rem 1.5rem;display:block;color:#2f2725;transition:background-color .3s}.header-user-profile__list-link:hover{background-color:#f7e7da;text-decoration:none}.header-user-profile__message--error{color:#f05a67}