.notification[data-v-790fdb92]{background-color:#322f35;border-radius:var(--border-radius);display:flex;gap:1.5rem;justify-content:space-between;max-width:1216px;padding:1.6rem;width:100%}.message[data-v-790fdb92]{color:#f5eff7;font-family:var(--heading-font);font-size:var(--body-xs-font-size);line-height:1.6rem}@media (min-width:480px){.message[data-v-790fdb92]{font-size:var(--body-s-font-size);line-height:var(--body-s-line-height)}}[data-v-790fdb92] a{color:var(--notification-link-color,#b290ea);text-decoration:none}svg[data-v-790fdb92]{fill:#f5eff7;align-self:flex-start;cursor:pointer;flex-shrink:0;margin-top:.3rem;width:1.8rem}.notifications[data-v-319e9acd]{bottom:1.5rem;display:flex;justify-content:center;margin-left:2rem;margin-right:2rem;position:fixed;width:calc(100% - 4rem);z-index:var(--level-2-index)}@media (min-width:766px){.notifications[data-v-319e9acd]{margin-left:2.5rem;margin-right:2.5rem;width:calc(100% - 5rem)}}@media (min-width:1280px){.notifications[data-v-319e9acd]{margin-left:0;margin-right:0;width:100%}}.group[data-v-319e9acd]{display:flex;flex:1;flex-direction:column;gap:2rem;max-width:1216px}.list-item[data-v-319e9acd]{transition:all .5s}.list-enter[data-v-319e9acd],.list-enter-active[data-v-319e9acd],.list-leave-to[data-v-319e9acd]{opacity:0;transform:translateY(30px)}.list-leave-active[data-v-319e9acd]{bottom:0;position:absolute}.notificare,[data-notificare-theme=light] .notificare{--notificare-primary:#2b42f7;--notificare-primary-hover:#071cc3;--notificare-on-primary:#ffffffde;--notificare-primary-container:#dfe0ff;--notificare-on-primary-container:#000a64;--notificare-error:#ba1a1a;--notificare-surface:#fff;--notificare-surface-hover:#f4f5f9;--notificare-on-surface:#000000de;--notificare-shadow-rgb:0 0 0;--notificare-elevation-1:0px 3px 1px -2px rgb(var(--notificare-shadow-rgb)/.2),0px 2px 2px 0px rgb(var(--notificare-shadow-rgb)/.14),0px 1px 5px 0px rgb(var(--notificare-shadow-rgb)/.12);--notificare-elevation-2:0px 2px 4px -1px rgb(var(--notificare-shadow-rgb)/.2),0px 4px 5px 0px rgb(var(--notificare-shadow-rgb)/.14),0px 1px 10px 0px rgb(var(--notificare-shadow-rgb)/.12);--notificare-elevation-3:0px 5px 5px -3px rgb(var(--notificare-shadow-rgb)/.2),0px 8px 10px 1px rgb(var(--notificare-shadow-rgb)/.14),0px 3px 14px 2px rgb(var(--notificare-shadow-rgb)/.12);--notificare-elevation-4:0px 5px 5px -3px rgb(var(--notificare-shadow-rgb)/.2),0px 8px 10px 1px rgb(var(--notificare-shadow-rgb)/.14),0px 3px 14px 2px rgb(var(--notificare-shadow-rgb)/.12);--notificare-backdrop-background:#00000080;--notificare-layer-medium:536870912;--notificare-layer-high:1073741824;--notificare-layer-highest:2147483647;--notificare-modal-margin:64px}[data-notificare-theme=dark] .notificare{--notificare-primary:#a392fd;--notificare-primary-hover:#927efd;--notificare-on-primary:#000000de;--notificare-error:#ef4444;--notificare-surface:#27282b;--notificare-surface-hover:#3d3d40;--notificare-on-surface:#ffffffde}@media (prefers-color-scheme:dark){.notificare{--notificare-primary:#a392fd;--notificare-primary-hover:#927efd;--notificare-on-primary:#000000de;--notificare-error:#ef4444;--notificare-surface:#27282b;--notificare-surface-hover:#3d3d40;--notificare-on-surface:#ffffffde}}.notificare *{box-sizing:border-box;margin:0;padding:0}.notificare a,.notificare button,.notificare h1,.notificare h2,.notificare h3,.notificare h4,.notificare h5,.notificare h6,.notificare p,.notificare span{background-color:initial;border:none;color:var(--notificare-on-surface);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:14px;font-weight:400;line-height:20px;-webkit-text-decoration:none;text-decoration:none;text-transform:none}.notificare a:hover,.notificare button:hover{background-color:initial;border:initial;color:initial;text-decoration:initial}.notificare .notificare__backdrop{background:var(--notificare-backdrop-background);bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:var(--notificare-layer-high)}.notificare .notificare__button{background-color:var(--notificare-button-background-color);border-radius:4px;color:var(--notificare-button-text-color);cursor:pointer;font-size:14px;font-weight:500;line-height:20px;overflow:hidden;padding:8px 16px;text-overflow:ellipsis;transition:background-color .3s ease-in-out,color .3s ease-in-out;white-space:nowrap}.notificare .notificare__button:hover{background-color:var(--notificare-button-background-color--hover);color:var(--notificare-button-text-color--hover)}.notificare .notificare__button--primary{--notificare-button-background-color:var(--notificare-primary);--notificare-button-text-color:var(--notificare-on-primary);--notificare-button-background-color--hover:var(--notificare-primary-hover);--notificare-button-text-color--hover:var(--notificare-on-primary)}.notificare .notificare__button--secondary{--notificare-button-background-color:clear;--notificare-button-text-color:var(--notificare-primary);--notificare-button-background-color--hover:var(--notificare-surface-hover);--notificare-button-text-color--hover:var(--notificare-primary)}.notificare .notificare__button--destructive{--notificare-button-background-color:clear;--notificare-button-text-color:var(--notificare-error);--notificare-button-background-color--hover:#ffdad699;--notificare-button-text-color--hover:var(--notificare-error)}.notificare .notificare__close-button{align-items:center;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:background-color .3s ease-in-out,border-radius .3s ease-in-out;width:32px}.notificare .notificare__close-button--solid,.notificare .notificare__close-button:hover{background-color:var(--notificare-surface-hover)}.notificare .notificare__close-button--solid{border-radius:16px}.notificare .notificare__close-button--solid:hover{border-radius:4px}.notificare .notificare__close-button .notificare__close-button-icon{fill:var(--notificare-on-surface);height:24px;width:24px}[data-notificare-theme=dark] .notificare .notificare__button--destructive{--notificare-button-background-color--hover:#ffdad633}@media (prefers-color-scheme:dark){.notificare .notificare__button--destructive{--notificare-button-background-color--hover:#ffdad633}}.notificare .notificare__modal{background:var(--notificare-surface);border-radius:4px;box-shadow:0 0 32px -8px #00000085;display:flex;flex-direction:column;left:50%;max-height:calc(100vh - var(--notificare-modal-margin));max-width:calc(100vw - var(--notificare-modal-margin));padding:16px;position:fixed;row-gap:16px;top:50%;transform:translate(-50%,-50%);z-index:var(--notificare-layer-highest)}.notificare .notificare__modal--top{top:var(--notificare-modal-margin);transform:translate(-50%)}.notificare .notificare__modal-header{align-items:center;-moz-column-gap:16px;column-gap:16px;display:flex;flex-direction:row;row-gap:16px}.notificare .notificare__modal-header-icon{border-radius:4px;height:32px;width:32px}.notificare .notificare__modal-header-title{flex-grow:1;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificare .notificare__modal-content{display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.notificare .notificare__notification[data-notification-type="re.notifica.notification.Alert"]{width:500px}.notificare .notificare__notification-alert{display:flex;flex-direction:column}.notificare .notificare__notification-alert-attachment{aspect-ratio:16/9;margin-bottom:16px;max-height:250px;max-width:100%}.notificare .notificare__notification-alert-title{font-size:16px;font-weight:600;margin-bottom:8px}.notificare .notificare__notification-alert-subtitle{font-size:14px;font-weight:600;margin-bottom:4px}.notificare .notificare__notification-actions{-moz-column-gap:8px;column-gap:8px;display:flex;flex-direction:row-reverse;flex-wrap:wrap;row-gap:8px}.notificare .notificare__notification-actions__list{flex-direction:column;flex-wrap:nowrap}.notificare .notificare__notification-actions__list>*{width:100%}.notificare .notificare__modal-footer__callback{-moz-column-gap:8px;column-gap:8px;display:flex;justify-content:right}.notificare .notificare__camera-callback{max-width:calc(900px - var(--notificare-modal-margin)*2);width:calc(100% - var(--notificare-modal-margin)*2)}.notificare .notificare__camera-callback-canvas,.notificare .notificare__camera-callback-video{aspect-ratio:16/9;background-color:#000}.notificare .notificare__keyboard-callback{max-width:calc(700px - var(--notificare-modal-margin)*2);width:calc(100% - var(--notificare-modal-margin)*2)}.notificare .notificare__keyboard-callback-textarea{background:var(--notificare-surface);border:none;color:var(--notificare-on-surface);font-size:14px;height:calc(8.4em + 16px);line-height:1.4em;outline:none;padding:8px;resize:none;width:100%}.notificare .notificare__notification[data-notification-type="re.notifica.notification.Image"]{max-width:calc(900px - var(--notificare-modal-margin)*2)}.notificare .notificare__notification-image-slider{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;width:100%}.notificare .notificare__notification-image-slider-item{display:flex;min-width:100%;scroll-snap-align:start}.notificare .notificare__notification-image-slider-image{-o-object-fit:contain;object-fit:contain;width:100%}.notificare .notificare__notification[data-notification-type="re.notifica.notification.Map"]{max-width:calc(900px - var(--notificare-modal-margin)*2);width:calc(100% - var(--notificare-modal-margin)*2)}.notificare .notificare__notification-map{height:500px;width:100%}.notificare .notificare__notification-map-info-window{display:flex;flex-direction:column;gap:8px;max-width:400px}.notificare .notificare__notification-map-info-window-title{font-size:18px;font-weight:500}.notificare .notificare__notification-map-info-window-description{font-size:14px}.notificare .notificare__notification[data-notification-type="re.notifica.notification.URL"]{height:100%;width:100%}.notificare .notificare__notification[data-notification-type="re.notifica.notification.URL"] .notificare__modal-content{flex-grow:1}.notificare .notificare__notification-url-iframe{border:none;flex-grow:1}.notificare .notificare__notification[data-notification-type="re.notifica.notification.Video"]{max-width:calc(900px - var(--notificare-modal-margin)*2);width:calc(100% - var(--notificare-modal-margin)*2)}.notificare .notificare__notification-video,.notificare .notificare__notification-video-iframe{border:none;height:500px;width:100%}.notificare .notificare__notification[data-notification-type="re.notifica.notification.WebView"]{height:100%;width:100%}.notificare .notificare__notification[data-notification-type="re.notifica.notification.WebView"] .notificare__modal-content{flex-grow:1}.notificare .notificare__notification-webview-iframe{border:none;flex-grow:1}.notificare .notificare__onboarding-accept-button{background-color:var(--primary-color)}.notificare .notificare__onboarding-accept-button:hover{background-color:var(--primary-color-dark)}.notificare .notificare__onboarding-actions{display:flex;gap:.6rem;justify-content:flex-end}.notificare .notificare__onboarding-branding-content{display:none}.notificare .notificare__onboarding-cancel-button{color:var(--primary-color-dark)}.notificare .notificare__onboarding-cancel-button:hover{background-color:var(--secondary-color-medium);color:inherit}.notificare .notificare__onboarding-content{flex-direction:row;gap:1.6rem}.notificare .notificare__onboarding-icon{height:8rem;width:8rem}.notificare .notificare__onboarding-modal{row-gap:0}.notificare .notificare__onboarding-title{font-weight:700}@media (prefers-color-scheme:dark){.notificare .notificare__onboarding-accept-button{color:var(--secondary-color-medium)}.notificare .notificare__onboarding-accept-button:hover{background-color:var(--secondary-color-medium);color:inherit}.notificare .notificare__onboarding-cancel-button{color:var(--secondary-color-medium)}.notificare .notificare__onboarding-cancel-button:hover{background-color:inherit;color:var(--secondary-color-medium)}}.spacing-top[data-v-b4f4a5c3]{padding-top:4.8rem}@media (min-width:1280px){.spacing-top[data-v-b4f4a5c3]{padding-top:var(--spacing-7)}}.spacing-bottom[data-v-b4f4a5c3]{padding-bottom:4.8rem}@media (min-width:1280px){.spacing-bottom[data-v-b4f4a5c3]{padding-bottom:var(--spacing-7)}}.spacing-bottom--overrule[data-v-b4f4a5c3]{margin-bottom:-2.4rem}.gapless-top[data-v-b4f4a5c3]{margin-top:-4rem}.gapless-bottom[data-v-b4f4a5c3]{margin-bottom:-4rem}.section[data-v-b4f4a5c3]{position:relative;width:100%}.section.full_width_ad[data-v-b4f4a5c3]:has(.did-not-fill){display:none}@media (min-width:766px){.section.centered[data-v-b4f4a5c3]{margin:0 auto;max-width:81rem}}.section.row[data-v-b4f4a5c3]{display:grid;grid-template-columns:1fr}@media (min-width:766px){.section.row[data-v-b4f4a5c3]{gap:4rem;grid-template-columns:1fr 1fr 1fr}}.section.sticky[data-v-b4f4a5c3]{position:sticky;top:0;z-index:10}.component[data-v-b4f4a5c3]:not(:first-child){margin-top:var(--spacing-5)}.section :first-child.component.did-not-fill+.component.did-not-fill+.component.did-not-fill[data-v-b4f4a5c3]+:not(.component.did-not-fill),.section :first-child.component.did-not-fill+.component.did-not-fill[data-v-b4f4a5c3]+:not(.component.did-not-fill),.section :first-child.component.did-not-fill[data-v-b4f4a5c3]+:not(.component.did-not-fill){margin-top:0}.section.article_main .component[type=ad_slot][data-v-b4f4a5c3]{margin-top:2.5rem}@media (min-width:766px){.section.article_main .component[type=ad_slot][data-v-b4f4a5c3]{margin-top:4rem}}.section.has-bg-color .component[data-v-b4f4a5c3]{padding:4rem 2rem}@media (min-width:766px){.section.has-bg-color .component[data-v-b4f4a5c3]{padding:4rem 2.5rem}}@media (min-width:1280px){.section.has-bg-color .component[data-v-b4f4a5c3]{padding:4rem 0}}.section.featured:nth-child(2) .component[type=collection_overview][data-v-b4f4a5c3]:first-child{margin-top:0}.section.featured .component[type=collection_overview][data-v-b4f4a5c3]:not(:first-child){margin-top:6.4rem}@media (min-width:766px){.section.article_aside .component[data-v-b4f4a5c3]:first-child,.section.article_main .component[data-v-b4f4a5c3]:first-child{margin-top:0}}.component:is([type=article_author_dates][data-v-b4f4a5c3],[type=article_authors][data-v-b4f4a5c3],[type=article_dates][data-v-b4f4a5c3],[type=article_intro][data-v-b4f4a5c3],[type=article_toc][data-v-b4f4a5c3]){margin-top:var(--spacing-2)}.component[type=article_author]+.component[type=article_construction_notice][data-v-b4f4a5c3],.component[type=article_author]+.component[type=article_socialshare][data-v-b4f4a5c3],.component[type=article_construction_notice]+.component[type=article_socialshare][data-v-b4f4a5c3]{margin-top:.5rem}.component[type=usp_bar]~.component[type=header_marketing][data-v-b4f4a5c3],.section.full_width .component[type=image]+.component[type=announcement][data-v-b4f4a5c3],aside.component[type=testimonial]~section.component[type=hero][data-v-b4f4a5c3]{margin-top:0}.section.article_main[data-v-b4f4a5c3]:has(div[type=ad_slot]:empty){padding-bottom:2rem}@media (min-width:766px){.section.article_main[data-v-b4f4a5c3]:has(div[type=ad_slot]:empty){padding-bottom:5rem}}div[data-v-0d108c5e]{align-items:center;background:repeating-linear-gradient(45deg,#222,#222 10px,#111 0,#111 20px);display:flex;height:5rem;padding:0 1.5rem;width:100%}.error[data-v-4d44a5a6] .information-block{align-items:flex-start}
