.header{background:var(--background-primary);position:fixed;top:0;left:0;right:0;z-index:1000}.header__content{height:80px;padding:0 56px;display:flex;align-items:center;justify-content:space-between;transition:width .5s ease,height .5s ease}@media screen and (max-width:1439px){.header__content{height:72px;padding:0 40px}}@media screen and (max-width:767px){.header__content{height:56px;padding:0 24px}}@media screen and (max-width:374px){.header__content{padding:0 16px}}.header__content--xlarge{height:112px}.header__left{display:flex;align-items:center}.header__logo__horizontal{width:126px;height:43px;margin-right:35px}@media screen and (max-width:767px){.header__logo__horizontal{width:95px;height:32px}}.header__search-bar{flex-grow:1}.header__search-bar .single-search-bar{margin:0 auto}@media screen and (max-width:1023px){.header__search-bar{position:absolute;top:88px;left:40px;right:40px}.header__search-bar .search-bar{max-width:100%}}.header__cta{display:flex}.header__cta__item{margin-left:16px}.header__cta__item:first-child{margin-left:0}@media screen and (max-width:1439px){.header__cta__login-btn{display:none}}@media screen and (max-width:767px){.header__cta__custom-btn{display:none}}.header__cta__user-btn{height:48px;border-radius:99px;border:1px solid var(--brand-secondary);padding:0 16px 0 8px;display:flex;cursor:pointer;align-items:center;margin-left:16px}.header__cta__user-btn__image{border-radius:99px;width:32px;height:32px;border:2px solid var(--background-tertiary);margin-right:8px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.header__cta__user-btn__image--empty{border-color:var(--background-secondary);background:var(--background-secondary)}.header__cta__user-btn__image svg g{stroke:var(--functional-inactive)}@media screen and (max-width:767px){.header__cta__user-btn__image{margin-right:0}}.header__cta__user-btn__label{font-family:var(--avenir-heavy);font-size:16px;line-height:20px;color:var(--brand-secondary)}@media screen and (max-width:767px){.header__cta__user-btn__label{display:none}.header__cta__user-btn{border:none;padding:0}}