.atlas-header{--_atlas-header_background:var(--atlas-header_background,var(--color-header-top-bg));--_atlas-header_border-bottom:var(--atlas-header_border-bottom,1px solid var(--color-header-top-divider));--_atlas-header_position:var(--atlas-header_position,relative);--_atlas-header_height:var(--atlas-header_height,auto);--_atlas-header_frontpage_height:var(--atlas-header_frontpage_height,auto);--_atlas-header_padding:var(--atlas-header_padding,0 16px);--_atlas-header_gap:var(--atlas-header_gap,0);--_atlas-header_max-width:var(--atlas-header_max-width,1280px);--_atlas-header_logo_gap:var(--atlas-header_logo_gap,clamp(8px, 2vw, 16px));--_atlas-header_divider_color:var(--atlas-header_divider_color,#b5b5b5);--_atlas-header_atlas-search_max-width:var(--atlas-header_atlas-search_max-width);--_atlas-header_content_menu_items_gap:var(--atlas-header_content_menu_items_gap,2rem);--_atlas-header_logo_width:var(--atlas-header_logo_width,30px);--_atlas-header_frontpage_logo_width:var(--atlas-header_frontpage_logo_width,300px);--_atlas-header_icon_color:var(--atlas-header_icon_color,var(--color-header-top-fg));--_atlas-header_menu_open_background:var(--atlas-header_menu_open_background,#fff);--_atlas-header_atlas-headline_subhead_color:var(--atlas-header_atlas-headline_subhead_color,var(--color-header-top-fg));--_atlas-header_atlas-headline_subhead_font-family:var(--atlas-header_atlas-headline_subhead_font-family,sans-serif);--_atlas-header_atlas-headline_subhead_font-size:var(--atlas-header_atlas-headline_subhead_font-size,clamp(16px, 2vw, 22px));--_atlas-header_atlas-headline_subhead_font-weight:var(--atlas-header_atlas-headline_subhead_font-weight,400);--_atlas-header_atlas-headline_subhead_letter-spacing:var(--atlas-header_atlas-headline_subhead_letter-spacing,0);--_atlas-header_atlas-headline_subhead_line-height:var(--atlas-header_atlas-headline_subhead_line-height,100%);--_atlas-header_slogan_font-size:var(--atlas-header_slogan_font-size,20px);--_atlas-header_slogan_font-family:var(--atlas-header_slogan_font-family,inter);--_atlas-header_slogan_font-weight:var(--atlas-header_slogan_font-weight,400);--_atlas-header_slogan_letter-spacing:var(--atlas-header_slogan_letter-spacing,0);--_atlas-header_slogan_line-height:var(--atlas-header_slogan_line-height,100%);--_atlas-header_slogan_color:var(--atlas-header_slogan_color,var(--color-header-top-fg));--_atlas-header_skiplink_focus_outline:var(--atlas-header_skiplink_focus_outline);--_atlas-header_skiplink_padding:var(--atlas-header_skiplink_padding,.5rem);position:var(--_atlas-header_position);background:var(--_atlas-header_background);border-bottom:var(--_atlas-header_border-bottom);z-index:5000;align-items:center;width:100%;display:grid;& .skip-link{background:var(--color-brand-utility-700,#005eb8);color:#fff;padding:var(--_atlas-header_skiplink_padding);font-family:var(--_atlas-header_atlas-headline_subhead_font-family);z-index:10000;opacity:0;border-radius:4px;font-size:1rem;font-weight:600;text-decoration:none;position:absolute;top:.5rem;left:50%;transform:translate(-50%)translateY(-200%);&:focus{opacity:1;outline:var(--_atlas-header_skiplink_focus_outline);outline-offset:2px;transform:translate(-50%)translateY(0)}}& .header-content{z-index:4000;flex-direction:column;align-items:center;width:100%;display:flex;& .header-items{width:100%;height:var(--_atlas-header_height);max-width:var(--_atlas-header_max-width);align-items:center;gap:0;column-gap:var(--_atlas-header_gap);padding:var(--_atlas-header_padding);z-index:3000;grid-template:auto/20% repeat(10,minmax(0,auto)) 20%;display:grid;@media only screen and (width<=768px){column-gap:0}& .atlas-button{&.primary{--atlas-button_background:var(--color-brand-primary);--atlas-button_background_hover:var(--color-brand-utility-500);--atlas-button_color:var(--color-brand-utility-0);--atlas-button_color_hover:var(--color-brand-utility-0);--atlas-button_border:1px solid var(--atlas-button_background);--atlas-button_border_hover:var(--atlas-button_background_hover)}&.secondary{--atlas-button_background:var(--color-button-secondary-default-bg);--atlas-button_background_hover:var(--color-button-secondary-hover-bg);--atlas-button_color:var(--color-header-top-fg);--atlas-button_color_hover:var(--color-header-top-fg);--atlas-button_border:1px solid #6c6c6c80;--atlas-button_border_hover:#6c6c6c4d}}& .logo-container{align-items:center;gap:var(--_atlas-header_logo_gap);--atlas-headline_color:var(--_atlas-header_atlas-headline_subhead_color);--atlas-headline_font-family:var(--_atlas-header_atlas-headline_subhead_font-family);--atlas-headline_font-size:var(--_atlas-header_atlas-headline_subhead_font-size);--atlas-headline_font-weight:var(--_atlas-header_atlas-headline_subhead_font-weight);--atlas-headline_letter-spacing:var(--_atlas-header_atlas-headline_subhead_letter-spacing);--atlas-headline_line-height:var(--_atlas-header_atlas-headline_subhead_line-height);grid-area:1/1/-1/3;place-self:center start;display:flex;& .atlas-link{align-items:center;height:100%;display:grid}& .atlas-icon{--atlas-icon_width:var(--_atlas-header_logo_width);max-width:100%}& .atlas-icon.-logo-full,& .header-slogan{display:none}& .section-headline{display:none;@media only screen and (width>=780px){display:block}}& span{background-color:var(--_atlas-header_divider_color);width:1px;height:24px;display:none;@media only screen and (width>=780px){display:block}}}& .atlas-search{max-width:var(--_atlas-header_atlas-search_max-width);grid-area:1/4/-1/-4;place-self:center;width:100%;@media only screen and (width<=1024px){display:none}}& .header-menu-content{column-gap:var(--_atlas-header_content_menu_items_gap);flex-direction:row;grid-area:1/9/-1/-1;justify-content:flex-end;align-items:center;width:100%;display:flex;& .menu-button{cursor:pointer;background:0 0;border:none;width:30px;height:32px;position:relative}& .search-button{display:none;@media only screen and (width>=1024px){--atlas-button_background:var(--_atlas-header_background);--atlas-button_color:var(--_atlas-header_icon_color);--atlas-button_color_hover:var(--_atlas-header_icon_color);--atlas-button_color_active:var(--_atlas-header_icon_color);--atlas-button_border:none;--atlas-button_padding:0;--atlas-button_border_hover:none;--atlas-button_background_hover:none;--atlas-button_border_active:none;--atlas-button_background_active:none;display:block}& .atlas-icon{--atlas-icon_width:24px;--atlas-icon_color:var(--_atlas-header_icon_color)}}& .menu-button span{background:var(--_atlas-header_icon_color);width:100%;height:2px;transition:all .2s linear;position:absolute;left:0}& .menu-button.-burger span:first-child{top:10px}& .menu-button.-burger span:nth-child(2){top:20px}& .menu-button.-close span{top:50%}& .menu-button.-close span:first-child{transform:translateY(-50%)rotate(45deg)}& .menu-button.-close span:nth-child(2){transform:translateY(-50%)rotate(-45deg)}}}}& .atlas-link{&.button{--atlas-link_background:transparent;--atlas-link_color:var(--color-header-top-fg);--atlas-link_border:1px solid #6c6c6c80;--atlas-link_background_hover:var(--color-button-secondary-hover-bg);--atlas-link_color_hover:var(--color-header-top-fg);--atlas-link_border_hover:1px solid #6c6c6c4d;--atlas-link_background_active:var(--atlas-button_background_active);--atlas-link_color_active:var(--color-header-top-fg);--atlas-link_border_active:1px solid #6c6c6c80}}&.is-sticky{transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;transform:translateY(0);&.is-sliding{transition:none;transform:translateY(-100%)}&.is-sliding-out{transform:translateY(-100%)}& .atlas-hot-topic-nav,& .header-slogan{display:none}}&.is-open{--_atlas-header_is-open_border-bottom:var(--atlas-header_is-open_border-bottom,#fafafa);max-height:100vh;& .header-content{border-bottom:var(--_atlas-header_is-open_border-bottom)}--atlas-header_background:var(--_atlas-header_menu_open_background)}&.frontpage{@media screen and (width>=980px){--atlas-hot-topic-nav_justify_content:center}& .header-items{height:var(--_atlas-header_frontpage_height);& .header-slogan{display:none;@media screen and (width>=980px){--atlas-text-entity_font-size:var(--_atlas-header_slogan_font-size);--atlas-text-entity_font-family:var(--_atlas-header_slogan_font-family);--atlas-text-entity_font-weight:var(--_atlas-header_slogan_font-weight);--atlas-text-entity_letter-spacing:var(--_atlas-header_slogan_letter-spacing);--atlas-text-entity_line-height:var(--_atlas-header_slogan_line-height);--atlas-text-entity_color:var(--_atlas-header_slogan_color);grid-area:1/1/-1/4;display:block}}& .logo-container{@media screen and (width>=980px){grid-area:1/4/-1/-4;place-self:center}& .atlas-icon.-logo-full{max-width:var(--_atlas-header_frontpage_logo_width);--atlas-icon_width:var(--_atlas-header_frontpage_logo_width);display:none;@media screen and (width>=980px){display:block}}& .atlas-icon.-logo{display:block;@media screen and (width>=980px){display:none}}}}&.is-open{& .header-items{& .logo-container{grid-area:1/1/-1/4;place-self:center start;& .atlas-icon.-logo-full{display:none}& .atlas-icon.-logo{display:block}& .atlas-search{grid-area:1/4/-1/-4;display:block}}& .header-slogan{display:none}}}}}.menu-dropdown{width:100%;height:calc(100vh - var(--_atlas-header_height));background-color:var(--_atlas-header_menu_open_background);z-index:1000;--atlas-menu_background:var(--_atlas-header_menu_open_background);transition:opacity .2s,transform .3s,visibility .3s;position:absolute;top:100%;left:0;overflow-y:auto;transform:translateY(0);@media only screen and (width>=768px){height:auto;max-height:calc(100vh - var(--_atlas-header_height))}& .atlas-menu{max-width:var(--_atlas-header_max-width);margin:0 auto}}.menu-enter-from,.menu-leave-to{opacity:0;transform:translateY(-30px)}.menu-enter-to,.menu-leave-from{opacity:1;visibility:visible;transform:translateY(0)}.menu-dropdown.is-visible{opacity:1;visibility:visible}.overlay{--_atlas-header_overlay_background-color:var(--atlas-header_overlay_background-color,#00000080);background-color:var(--_atlas-header_overlay_background-color);z-index:1000;width:100%;height:100%;position:fixed;top:0;left:0}body.no-scroll{overflow-y:hidden}.atlas-hot-topic-nav{--_atlas-hot-topic-nav_background:var(--atlas-hot-topic-nav_background);--_atlas-hot-topic-nav_gap:var(--atlas-hot-topic-nav_gap,8px);--_atlas-hot-topic-nav_padding:var(--atlas-hot-topic-nav_padding);--_atlas-hot-topic-nav_justify_content:var(--atlas-hot-topic-nav_justify_content,flex-start);--_atlas-hot-topic-nav_gradient_background:var(--atlas-hot-topic-nav_gradient_background,transparent);--_atlas-hot-topic-nav_height:var(--atlas-hot-topic-nav_height);--atlas-button_width:max-content;word-break:keep-all;background:var(--_atlas-hot-topic-nav_background);width:100%;max-width:1280px;height:var(--_atlas-hot-topic-nav_height);align-items:center;justify-content:var(--_atlas-hot-topic-nav_justify_content);padding:var(--_atlas-hot-topic-nav_padding);scrollbar-width:none;flex-wrap:nowrap;place-self:center;display:flex;overflow:scroll hidden;& .atlas-list{--atlas-list_flex-wrap:nowrap;--atlas-list_gap:var(--_atlas-hot-topic-nav_gap)}&::-webkit-scrollbar{display:none}& .gradient{pointer-events:none;background:linear-gradient(to right, transparent, var(--color-header-top-bg));width:100px;height:3rem;position:absolute;bottom:0;right:0}}.atlas-menu{--_atlas-menu_background:var(--atlas-menu_background,var(--color-header-top-bg));--_atlas-menu_gap:var(--atlas-menu_gap,12px);--_atlas-menu_atlas-headline_font-size:var(--atlas-menu_atlas-headline_font-size,20px);--_atlas-menu_atlas-headline_font-family:var(--atlas-menu_atlas-headline_font-family,"inter", sans-serif);--_atlas-menu_atlas-headline_color:var(--atlas-menu_atlas-headline_color,var(--color-header-top-fg));--_atlas-menu_atlas-accordion_icon_width:var(--atlas-menu_atlas-accordion_icon_width,20px);--_atlas-menu_atlas-accordion_icon_height:var(--atlas-menu_atlas-accordion_icon_height,10px);--_atlas-menu_atlas-link_color:var(--atlas-menu_atlas-link_color,var(--color-header-top-fg));--_atlas-menu_atlas-link_font-size:var(--atlas-menu_atlas-link_font-size,16px);--_atlas-menu_atlas-accordion_padding:var(--atlas-menu_atlas-accordion_padding,1rem);--_atlas-menu_content_padding:var(--atlas-menu_content_padding,0px);--_atlas-menu_content_column-gap:var(--atlas-menu_content_column-gap,16px);--_atlas-menu_content_row-gap:var(--atlas-menu_content_row-gap,64px);--_atlas-menu_content_menu-item_gap:var(--atlas-menu_content_menu-item_gap,16px);--_atlas-menu_content_grid-template-columns:var(--atlas-menu_content_grid-template-columns,repeat(4, 1fr));--_atlas-menu_atlas-list_gap:var(--atlas-menu_atlas-list_gap,1rem);--_atlas-menu_atlas-accordion_atlas-headline_font-weight:var(--atlas-menu_atlas-accordion_atlas-headline_font-weight,400);--_atlas-menu_atlas-accordion_atlas-link_font-size:var(--atlas-menu_atlas-accordion_atlas-link_font-size,16px);--_atlas-menu_atlas-accordion_icon_color:var(--atlas-menu_atlas-accordion_icon_color,var(--color-header-top-fg));background-color:var(--_atlas-menu_background);padding:var(--_atlas-menu_content_padding);gap:var(--_atlas-menu_gap);--atlas-accordion_icon_width:var(--_atlas-menu_atlas-accordion_icon_width);--atlas-accordion_icon_height:var(--_atlas-menu_atlas-accordion_icon_height);--atlas-accordion_color:var(--_atlas-menu_atlas-headline_color);--atlas-link_text-decoration:none;--atlas-link_text-decoration-line:none;--atlas-list_gap:var(--_atlas-menu_atlas-list_gap);--atlas-link_font-family:var(--_atlas-menu_atlas-headline_font-family);--atlas-link_color:var(--_atlas-menu_atlas-link_color);--atlas-headline_color:var(--_atlas-menu_atlas-headline_color);flex-direction:column;display:flex;& .tip-button_container{justify-content:flex-end;width:100%;display:flex}& .atlas-accordion{--atlas-accordion_content_padding:var(--_atlas-menu_atlas-accordion_padding);--atlas-accordion_summary_border-bottom:none;--atlas-accordion_atlas-headline_font-weight:var(--_atlas-menu_atlas-accordion_atlas-headline_font-weight);--atlas-accordion_atlas-headline_font-family:var(--_atlas-menu_atlas-headline_font-family);--atlas-accordion_icon_color:var(--_atlas-menu_atlas-accordion_icon_color);& .atlas-list{padding-bottom:var(--_atlas-menu_gap);& .atlas-link{font-size:var(--_atlas-menu_atlas-accordion_atlas-link_font-size);&:hover{color:var(--_atlas-menu_atlas-link_color);opacity:.8}}}& .atlas-accordion-icon{right:var(--_atlas-menu_atlas-accordion_padding)}}& .atlas-accordion[open]{--atlas-accordion_atlas-headline_font-weight:600}& .atlas-menu_content{grid-template-columns:var(--_atlas-menu_content_grid-template-columns);column-gap:var(--_atlas-menu_content_column-gap);row-gap:var(--_atlas-menu_content_row-gap);display:grid;& .menu-item{gap:var(--_atlas-menu_content_menu-item_gap);--atlas-list_gap:var(--_atlas-menu_atlas-list_gap);flex-direction:column;display:flex;& .atlas-list{& .atlas-link{font-size:var(--_atlas-menu_atlas-accordion_atlas-link_font-size);&:hover{color:var(--_atlas-menu_atlas-link_color);opacity:.8}}}}}}.atlas-accordion-group{--_atlas-accordion-group_gap:var(--atlas-accordion-group_gap,1rem);display:grid;overflow:hidden;&.faq{border-radius:var(--border-radius-default-max);--atlas-accordion_atlas-headline_font-family:inter, sans-serif;--atlas-accordion_atlas-headline_font-size:18px;--atlas-accordion_atlas-headline_font-weight:500;--atlas-accordion_atlas-headline_line-height:1.6;--atlas-accordion_summary_padding:var(--atlas_gap);--atlas-accordion_content_padding:0 var(--atlas_gap) var(--atlas_gap) var(--atlas_gap);--atlas-accordion_content_font-family:inter, sans-serif;--atlas-accordion_content_font-size:16px;--atlas-accordion_content_background:var(--color-neutral-0);--atlas-accordion_icon_right:var(--atlas_gap);width:100%;max-width:680px;&.factbox{background:var(--color-ui-factbox-bg)}&.generic{color:var(--color-ui-generic-fg);background:var(--color-ui-generic-bg);--atlas-accordion_summary_border-bottom:1px solid var(--color-ui-generic-divider)}& .atlas-accordion{&:last-child{--atlas-accordion_summary_border-bottom:none}}}}.atlas-theme-switch{--_atlas-theme-switch_font-family:var(--atlas-theme-switch_font-family,"inter", sans-serif);--_atlas-theme-switch_font-size:var(--atlas-theme-switch_font-size,14px);--_atlas-theme-switch_color:var(--atlas-theme-switch_color,#f2f2f2);--_atlas-theme-switch_line-height:var(--atlas-theme-switch_line-height,1.5);--_atlas-theme-switch_background:var(--atlas-theme-switch_background,#3d5279);--_atlas-theme-switch_border-radius:var(--atlas-theme-switch_border-radius,8px);--_atlas-theme-switch_min-width:var(--atlas-theme-switch_min-width,260px);--_atlas-theme-switch_padding:var(--atlas-theme-switch_padding,0 16px);--_atlas-theme-switch_option-padding:var(--atlas-theme-switch_option-padding,15px 0);--_atlas-theme-switch_headline-color:var(--atlas-theme-switch_headline-color,#a9b8d2);--_atlas-theme-switch_headline-padding:var(--atlas-theme-switch_headline-padding,14px 16px);--_atlas-theme-switch_atlas-list_divider_color:var(--atlas-theme-switch_atlas-list_divider_color,#5b729b);--_atlas-theme-switch_margin:var(--atlas-theme-switch_margin,0);--_atlas-theme-switch_icon-width:var(--atlas-theme-switch_icon-width,18px);--atlas-headline_color:var(--_atlas-theme-switch_headline-color);--atlas-headline_font-size:var(--_atlas-theme-switch_font-size);--atlas-headline_font-family:var(--_atlas-theme-switch_font-family);--atlas-headline_font-weight:400;--atlas-headline_letter-spacing:1px;--atlas-headline_text-transform:uppercase;--atlas-headline_padding:var(--_atlas-theme-switch_headline-padding);--atlas-icon_width:var(--_atlas-theme-switch_icon-width);margin:var(--_atlas-theme-switch_margin)}.atlas-theme-switch .atlas-list{background:var(--_atlas-theme-switch_background);border-radius:var(--_atlas-theme-switch_border-radius);min-width:var(--_atlas-theme-switch_min-width);--atlas-list_gap:0;--atlas-list_divider_color:var(--_atlas-theme-switch_atlas-list_divider_color);--atlas-list_padding:var(--_atlas-theme-switch_padding)}.atlas-theme-switch .atlas-list .option{--atlas_default-font-family:var(--_atlas-theme-switch_font-family);--atlas_default-font-size:var(--_atlas-theme-switch_font-size);--atlas_default-color:var(--_atlas-theme-switch_color);--atlas_default-line-height:var(--_atlas-theme-switch_line-height);--atlas-icon_color:var(--_atlas-theme-switch_color);width:100%;padding:var(--_atlas-theme-switch_option-padding);cursor:pointer;justify-content:space-between;align-items:center;display:flex}.atlas-theme-switch .atlas-list .option .sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.atlas-theme-switch .atlas-list .option:has(input:focus-visible){outline-offset:2px;border-radius:6px;outline:auto}.atlas-theme-switch .atlas-list .option .text{font-family:var(--atlas_default-font-family);font-size:var(--atlas_default-font-size);color:var(--atlas_default-color);line-height:var(--atlas_default-line-height)}.atlas-popover-usermenu{--_atlas-popover-usermenu_background:var(--atlas-popover-usermenu_background,#13264a);--_atlas-popover-usermenu_color:var(--atlas-popover-usermenu_color,white);--_atlas-popover-usermenu_divider:var(--atlas-popover-usermenu_divider,#3d5279);--_atlas-popover-usermenu_subtle-fg:var(--atlas-popover-usermenu_subtle-fg,#a6b8d8);--_atlas-popover-usermenu_text-entity-color:var(--color-usermenu-subtle-fg,#a6b8d8);--_atlas-popover-usermenu_padding:var(--atlas-popover-usermenu_padding,48px 24px 24px 24px);--_atlas-popover-usermenu_width:var(--atlas-popover-usermenu_width,580px);--_atlas-popover-usermenu_font-family:var(--atlas-popover-usermenu_font-family,"Inter");--atlas-popover_background:var(--_atlas-popover-usermenu_background);--atlas-popover_color:var(--_atlas-popover-usermenu_color);--atlas-headline_color:var(--_atlas-popover-usermenu_color);--atlas-popover_width:var(--_atlas-popover-usermenu_width);--atlas-popover_padding:var(--_atlas-popover-usermenu_padding);--atlas-list_gap:0;--atlas-link_font-family:var(--_atlas-popover-usermenu_font-family), "Inter";--atlas-link_padding:var(--atlas_gap) var(--atlas_gap);--atlas-link_color:var(--color-usermenu-fg,#fff);--atlas-link_color_hover:var(--color-usermenu-fg,#fff);--atlas-theme-switch_headline-color:var(--color-usermenu-subtle-fg,#a6b8d8);--atlas-theme-switch_margin:var(--atlas_gap) 0;--atlas-link_text-decoration-color:transparent;& .atlas-link{display:block}& hr{background:var(--_atlas-popover-usermenu_divider);border:none;width:100%;height:1px;margin:24px 0 16px}& .header{align-items:center;gap:16px;display:flex}& .user-icon{background:var(--_atlas-popover-usermenu_color);width:48px;height:48px;color:var(--_atlas-popover-usermenu_background);font-size:21px;font-weight:400;font-family:var(--_atlas-popover-usermenu_font-family);letter-spacing:2%;border-radius:50%;justify-content:center;align-items:center;display:flex}& .user-info{--atlas-text-entity_color:var(--_atlas-popover-usermenu_text-entity-color);--atlas-text-entity_line-height:140%;--atlas-text-entity_font-size:18px;--atlas-text-entity_font-weight:400;--atlas-text-entity_font-family:var(--_atlas-popover-usermenu_font-family);--atlas-headline_font-size:21px;--atlas-headline_font-weight:600;--atlas-headline_font-family:var(--_atlas-popover-usermenu_font-family)}& .close-button{cursor:pointer;background:0 0;border:none;width:30px;height:32px;margin-left:auto;position:relative;& span{background:var(--_atlas-popover-usermenu_color);width:100%;height:1px;transition:all .2s linear;position:absolute;right:0;&:first-child{transform:rotate(45deg)}&:nth-child(2){transform:rotate(-45deg)}}}}.atlas-popover{--_atlas-popover_background:var(--atlas-popover_background,#f5f5f5);--_atlas-popover_color:var(--atlas-popover_color,#2d2d2d);--_atlas-popover_padding:var(--atlas-popover_padding,48px 24px 24px 24px);--_atlas-popover_height:var(--atlas-popover_height,fit-content);--_atlas-popover_width:var(--atlas-popover_width,100vw);--_atlas-popover_max-width:var(--atlas-popover_max-width,auto);--_atlas-popover_gap:var(--atlas-popover_gap,0);--_atlas-popover_top:var(--atlas-popover_top,0);--_atlas-popover_right:var(--atlas-popover_right,0);--_atlas-popover_bottom:var(--atlas-popover_bottom,0);--_atlas-popover_left:var(--atlas-popover_left,0);--_atlas-popover_border-radius:var(--atlas-popover_border-radius,0);--_atlas-popover_backdrop_background:var(--atlas-popover_backdrop_background,#121825b3);--_atlas-popover_backdrop-filter:var(--atlas-popover_backdrop-filter,none);--_atlas-popover_margin:var(--atlas-popover_margin,12px auto);height:var(--_atlas-popover_height);background:var(--_atlas-popover_background);color:var(--_atlas-popover_color);padding:var(--_atlas-popover_padding);width:var(--_atlas-popover_width);max-width:var(--_atlas-popover_max-width);border-radius:var(--_atlas-popover_border-radius);gap:var(--_atlas-popover_gap);top:var(--_atlas-popover_top);right:var(--_atlas-popover_right);bottom:var(--_atlas-popover_bottom);left:var(--_atlas-popover_left);margin:var(--_atlas-popover_margin)}.atlas-popover:popover-open{opacity:1;border:none;flex-direction:column;justify-content:flex-start;display:flex}.atlas-popover:popover-open::backdrop{opacity:1;background:var(--_atlas-popover_backdrop_background);backdrop-filter:var(--_atlas-popover_backdrop-filter);animation:1s cubic-bezier(0,.92,.32,.96) opacity}.atlas-popover:popover-open.center{--atlas-popover_max-width:600px;--atlas-popover_width:90%;--atlas-popover_height:auto;--atlas-popover_bottom:20svh;--atlas-popover_border-radius:3px;place-self:center;margin:0;animation:.4s cubic-bezier(0,.92,.32,.96) fade-from-center}.atlas-popover:popover-open.right{--atlas-popover_width:100vw;--atlas-popover_border-radius:0px;--atlas-popover_height:100vh;--atlas-popover_margin:0;animation:.4s cubic-bezier(0,.92,.32,.96) fade-from-right}@media (width>=680px){.atlas-popover:popover-open.right{--atlas-popover_left:auto;--atlas-popover_width:520px}}.atlas-popover:popover-open.right.bottom,.atlas-popover:popover-open.right.top{--atlas-popover_width:90vw;--atlas-popover_border-radius:3px;--atlas-popover_height:fit-content;--atlas-popover_left:calc(50% - var(--atlas-popover_width) / 2)}@media (width>=680px){.atlas-popover:popover-open.right.bottom,.atlas-popover:popover-open.right.top{--atlas-popover_width:580px;--atlas-popover_left:auto;--atlas-popover_margin:24px}}.atlas-popover:popover-open.right.top{--atlas-popover_top:0;--atlas-popover_margin:12px 0 0 0}@media (width>=680px){.atlas-popover:popover-open.right.top{--atlas-popover_margin:24px}}.atlas-popover:popover-open.right.bottom{--atlas-popover_margin:0 0 12px 0}@media (width>=680px){.atlas-popover:popover-open.right.bottom{--atlas-popover_margin:24px}}.atlas-popover:popover-open.left{--atlas-popover_height:100vh;--atlas-popover_margin:0;animation:.4s cubic-bezier(0,.92,.32,.96) fade-from-left}@media (width>=680px){.atlas-popover:popover-open.left{--atlas-popover_width:580px;--atlas-popover_right:auto}}.atlas-popover:popover-open.bottom{--atlas-popover_top:auto;--atlas-popover_margin:0;animation:.4s cubic-bezier(0,.92,.32,.96) fade-from-bottom}.atlas-popover:popover-open.top{--atlas-popover_margin:0;--atlas-popover_bottom:auto;animation:.4s cubic-bezier(0,.92,.32,.96) fade-from-top}.header-actions[data-v-8895cbab]{align-items:center;gap:.5rem;display:flex}
