.sticky-banner{color:#1a1a1a;height:24px;width:100%;position:fixed;transform:translateY(-24px);transition:transform .2s ease;z-index:9}@media(min-width:560px){.sticky-banner{height:28px;transform:translateY(-28px)}}@media(min-width:768px){.sticky-banner{transform:translateY(-28px)}}@media(min-width:992px){.sticky-banner{height:40px;transform:translateY(-40px)}}.show-banner.active-banner .sticky-banner{transform:translateY(0)}.sticky-banner__marquee{height:1.5em}.sticky-banner__marquee .marquee-text-text{display:flex}.sticky-banner__content{display:flex;justify-content:center;align-items:center;margin:0 auto}.sticky-banner__text{position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width:559.98px){.sticky-banner__text{font-size:1rem}}.sticky-banner__text--animated{animation:banner-fade-out 10s linear infinite alternate}.sticky-banner__text--line-1{z-index:1}.sticky-banner__text--line-2{animation-direction:alternate-reverse}@keyframes banner-fade-out{0%{opacity:1}48%{opacity:1}52%{opacity:0}to{opacity:0}}.auth-login__content-wrapper{position:relative;margin:0 auto;max-width:700px}.auth-login__email{width:100%}.auth-login__button{margin:30px auto}@media(min-width:768px){.auth-login__button{margin:40px auto}}.auth-login__name-holder,.auth-login__new-user-expander{width:100%}@media(min-width:768px){.auth-login__name-holder{display:flex;-moz-column-gap:16px;column-gap:16px;flex-direction:row;justify-content:space-between}}.auth-login__name-field{position:relative;flex:1 1 50%}.auth-login__marketing{width:100%}.auth-login__bubbles-wrapper{position:relative;width:100%;padding-bottom:50%;margin-top:-50%;overflow:hidden}.auth-login__success-bubbles{position:absolute;bottom:0;left:0;width:100%;height:100%}:export{BREAKPOINT_xs:0}:export{BREAKPOINT_sm:560}:export{BREAKPOINT_md:768}:export{BREAKPOINT_lg:992}:export{BREAKPOINT_xl:1280}:export{BREAKPOINT_xxl:1920}:export{COLOUR_bleach_black:#1a1a1a}:export{COLOUR_bleach_grey_10:#1a1a1a}:export{COLOUR_bleach_grey_20:#333}:export{COLOUR_bleach_grey_30:#4c4c4c}:export{COLOUR_bleach_grey_40:#666}:export{COLOUR_bleach_grey_50:#7f7f7f}:export{COLOUR_bleach_grey_60:#999}:export{COLOUR_bleach_grey_80:#ccc}:export{COLOUR_bleach_grey_90:#e5e5e5}:export{COLOUR_bleach_white:#fff}:export{COLOUR_bleach_offwhite:#f0f0f0}:export{COLOUR_bleach_purple:#e182f0}:export{COLOUR_bleach_purple_dark:#bc3ad1}:export{COLOUR_bleach_lime:#b5e850}:export{COLOUR_bleach_green:#19c694}:export{COLOUR_bleach_mint:#8cfe9f}:export{COLOUR_bleach_peach:#fda68f}:export{COLOUR_bleach_pink:#faaab5}:export{COLOUR_bleach_pink_dark:#f04182}:export{NAV_HEIGHT_DEFAULT:50;NAV_HEIGHT_MD:50;NAV_HEIGHT_LG:64;NAV_HEIGHT_XL:72;NAV_TOTAL_HEIGHT_DEFAULT:50;NAV_TOTAL_HEIGHT_MD:50;NAV_TOTAL_HEIGHT_LG:108;NAV_TOTAL_HEIGHT_XL:116}:export{BANNER_HEIGHT_DEFAULT:24;BANNER_HEIGHT_SM:28;BANNER_HEIGHT_LG:40}:export{PLP_SCROLL_OFFSET_xs:90}:export{PLP_SCROLL_OFFSET_sm:89}:export{PLP_SCROLL_OFFSET_md:103}:export{PLP_SCROLL_OFFSET_lg:153}:export{PLP_SCROLL_OFFSET_xl:177}.auth-pushdown{z-index:4;width:100%;height:0;position:sticky;top:50px}@media(min-width:768px){.auth-pushdown{top:50px}}@media(min-width:992px){.auth-pushdown{top:108px}}@media(min-width:1280px){.auth-pushdown{top:116px}}.auth-pushdown__blackout{position:fixed;z-index:-1;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .2s linear;background-color:rgba(26,26,26,.5)}.auth-pushdown__blackout--active{opacity:1;pointer-events:all}.auth-pushdown__container{position:relative;top:0;width:100%;margin:0 auto;max-width:1280px;background-color:#fff;background:linear-gradient(0deg,hsla(0,0%,100%,.9),#fff 60%);backdrop-filter:blur(4px);max-height:calc(100vh - 50px);padding:0 24px;overflow-y:auto}@media(min-width:768px){.auth-pushdown__container{height:auto;max-height:calc(100vh - 50px)}}@media(min-width:992px){.auth-pushdown__container{width:580px;max-height:calc(100vh - 108px)}}@media(min-width:1280px){.auth-pushdown__container{max-height:calc(100vh - 116px)}}.auth-pushdown__content{max-width:500px;margin:auto;padding:40px 0;min-height:calc(100vh - 50px)}@media(min-width:768px){.auth-pushdown__content{min-height:unset;height:auto}}.auth-pushdown__cancel-button{border:none;outline:none;background-color:transparent;cursor:pointer}body:not(.mouse-nav) .auth-pushdown__cancel-button:focus{outline:2px solid #fda68f}