@use "account-dropdown";.header-bar{background-color:var(--header-background);position:sticky;top:0;z-index:200;display:flex;flex-direction:column}.header-hero{width:100dvw;height:var(--header-hero-height);background:radial-gradient(ellipse 100% 200% at 0% 0,#195da4 -20%,#071c34 50%);overflow:hidden}.header-hero-content{height:100%;display:flex;justify-content:space-between}@media screen and (max-width:764px){.header-hero-content{display:none}}.header-hero-content a{flex-grow:0}#blackmagic-cloud-logo{background-image:url(https://static.cloud.blackmagicdesign.com/assets/img/logo_cloud_light_new.png);width:232px;height:100%;background-size:contain;background-position:0 16px;background-repeat:no-repeat}#blackmagicdesign-logo{background-image:url(https://static.cloud.blackmagicdesign.com/assets/img/logo_bmd_white_filled@2x.png);width:180px;height:100%;background-size:contain;background-position:0 26px;background-repeat:no-repeat}.header-inner{height:var(--header-height);align-items:center;gap:16px;padding:0 25px}@media screen and (max-width:764px){.header-inner{padding:0 18px}}.header-bar:not(.is-authenticated) .header-inner{display:flex;justify-content:space-between;width:100%;max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding);overflow:hidden}.header-bar.is-authenticated .header-inner{display:grid;width:100%;grid-template-columns:1fr auto 1fr;height:var(--header-height)}@media screen and (max-width:764px){.header-bar.is-authenticated .header-inner{grid-template-columns:auto auto}}.header-left-section{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.header-btn-group{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:9px}.btn{border-radius:6px;height:41px;border:none;width:217px;font-weight:600;font-size:13px;line-height:41px;color:#fff!important;background-color:#575a61;cursor:pointer;text-align:center}@media screen and (max-width:764px){.btn{min-width:100px;width:fit-content;padding:0 20px}}.btn:active{transform:translateY(1px)}.btn:hover{background-color:#6f737c}.btn-primary{background-color:var(--bmd-blue)}.btn-primary:hover{background-color:#33a3ff}.header-title-left h1{color:#fff;font-size:21px;font-weight:900;white-space:nowrap;margin-top:16px;margin-bottom:9px}.header-title-group{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:9px;flex:0;text-decoration:none;height:100%}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;height:30px;width:30px;cursor:pointer}.mobile-menu-toggle .menu-icon{height:28px;width:28px;filter:brightness(0)invert(1)}@media(max-width:764px){.mobile-menu-toggle{display:inline-flex}}.header-right-section{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;order:3}.header-app-icons{display:flex;flex-flow:row;flex-direction:row;align-items:center;flex-wrap:nowrap;justify-content:space-between;gap:20px;flex-grow:0}@media screen and (max-width:960px){.header-app-icons{gap:16px}}@media screen and (max-width:764px){.header-app-icons{display:none}}.header-app-icon{flex-grow:0;max-height:50px;max-width:50px}@media screen and (max-width:764px){.header-app-icon{max-height:36px;max-width:36px}}.header-app-icon figure{margin:0}.header-app-icon img{object-fit:cover;display:block;width:100%;height:auto}.app-icon{height:50px;width:50px}.header-bar.is-authenticated .header-hero{display:none}.header-bar.is-authenticated .header-btn-group{display:none}.header-bar.is-authenticated{background-color:#27282b}.header-bar:not(.is-authenticated) .header-right-section{display:none}.header-bar:not(.is-authenticated) .header-app-icons{display:none}