.s-modal{display:none;inset:0;margin:auto;max-height:65dvh;max-width:50rem;opacity:0;position:fixed;transition:opacity .25s ease-in-out;width:95%;z-index:-10}.s-modal.is-active{align-items:center;display:flex;flex-direction:column;justify-content:center;pointer-events:none;z-index:14}.s-modal.is-visible{opacity:1}.s-modal>*{-ms-overflow-style:none;background-color:var(--surface-global-primary);overflow-y:auto;pointer-events:auto;position:relative;scrollbar-width:none;width:100%}.s-modal>::-webkit-scrollbar{background:transparent;display:none;height:0;width:0}.s-modal>::-moz-scrollbar{display:none}.s-modal>*{border-radius:.125rem;box-shadow:0 3px 6px rgba(0,0,0,.11)}.s-modal__header{align-items:center;background-color:var(--surface-global-primary);display:flex;flex-direction:row;justify-content:space-between;padding-left:1.5rem;position:sticky;top:0;width:100%;z-index:2}.s-modal__title{font-family:var(--font-typeface-display);font-size:var(--font-responsive-xl);font-weight:var(--font-weight-strongest);letter-spacing:.02em;line-height:1;margin:.5rem 0;text-transform:uppercase}.s-modal__content{padding:1.5rem}.s-modal__video{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.s-modal__video iframe{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;right:0;top:0;width:100%}.s-modal--nested.is-active{z-index:15}.s-modal--narrow{max-width:31.25rem}.s-modal--almost-fullscreen{height:calc(100vw - 3rem);max-height:calc(100% - 3rem);max-width:calc(100% - 3rem);width:calc(100vw - 3rem)}.s-modal--almost-fullscreen>*{align-items:center;background-color:transparent;display:flex;flex-direction:column;height:100%;justify-content:center}.s-modal--almost-fullscreen .s-modal__header{background-color:transparent;left:0;padding:.75rem;position:fixed;right:0;top:0}.s-modal--almost-fullscreen .s-modal__content{padding:0}.s-modal--almost-fullscreen .c-modal-close-btn{position:fixed;right:1.5rem;top:1.5rem;transform:none}.s-modal--fullscreen{height:100vh;max-height:100%;max-width:100%;width:100vw}.s-modal--fullscreen>*{height:100%}.s-modal--fullscreen .s-modal__header{background-color:transparent;left:0;padding:.75rem;position:fixed;right:0;top:0}.s-modal--fullscreen .s-modal__content{padding:0}.s-modal--fullscreen .c-modal-close-btn{right:.75rem;top:.75rem;transform:none}.s-modal--video>*{background-color:transparent!important;height:unset!important;overflow:visible!important}.s-modal--video .c-modal-close-btn{position:absolute!important;right:0!important;top:0!important;transform:translate(50%,-50%)!important}.c-modal-close-btn{align-items:center;background-color:var(--surface-global-dark);border:.1875rem solid var(--surface-global-light);border-radius:50%;color:var(--text-global-light);display:flex;flex-direction:column;height:3rem;justify-content:center;position:absolute;right:0;top:0;transform:translate(50%,-50%);width:3rem}.c-modal-close-btn svg{display:block;height:auto;width:1.25rem}@media only screen and (min-width:64em){.s-modal__header{padding-left:2.5rem}.s-modal__content{padding:2.5rem}.s-modal--almost-fullscreen{height:calc(100vw - 6rem);max-height:calc(100% - 6rem);max-width:calc(100% - 6rem);width:calc(100vw - 6rem)}}