.AccountHeader{background:#000;padding:32px 0}.AccountHeader__image{display:inline-block;max-width:100%;border-radius:50%;margin-bottom:8px}@media screen and (min-width:1024px){.AccountHeader__image{margin:0 16px}}.AccountHeader__name{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:1.8rem;color:#fff}@media screen and (max-width:669px){.AccountHeader__name{flex-direction:column;text-align:center}}.AccountHeader__name .AccountHeader__icon{position:relative;width:30px;fill:#fff}.AccountHeader__name .AccountHeader__iconWrapper{margin:0 16px}.AccountHeader__name .AccountHeader__displayName{text-transform:uppercase}@media screen and (max-width:669px){.AccountHeader__name .AccountHeader__displayName{display:flex;flex-direction:column;margin-top:16px;line-height:1.11}}.AccountHeader__name .AccountHeader__greeting{color:#fff}.AccountHeader__nav{width:100%}.AccountHeader__navList{display:flex;flex-direction:column;flex:1;padding:16px 0 0}@media screen and (min-width:670px){.AccountHeader__navList{flex-direction:row;justify-content:center}}.AccountHeader__navList>:first-child .AccountHeader__navItem{margin-left:0}.AccountHeader__navItem{margin:0 16px;padding-bottom:16px;cursor:pointer;text-align:center;position:relative;font-weight:400}.AccountHeader__navItem.is-active,.AccountHeader__navItem:hover{font-weight:700}@media screen and (min-width:670px){.AccountHeader__navItem.is-active:after,.AccountHeader__navItem:hover:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#efdf00}}.AccountHeader__navLink{font-size:1.3rem;color:#fff;text-transform:uppercase}