.cmp-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:100;visibility:hidden;opacity:0;transition-duration:.3s;transition-timing-function:ease;transition-property:opacity}.cmp-modal__overlay{position:absolute;inset:0;background-color:#c0c0c0d9;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);z-index:-1}.cmp-modal__wrapper{position:relative;background-color:#fff;filter:drop-shadow(0 0 12px rgba(140,135,130,.75));transform:translateY(15%);transition-duration:.3s;transition-timing-function:ease;transition-property:transform;padding:2.8125rem 6.25rem 3.4375rem}.cmp-modal--primary .cmp-modal__wrapper{background-color:#10b;color:#fff}.cmp-modal--gray .cmp-modal__wrapper{background-color:#f1f3f5}.cmp-modal__logo{width:11.875rem;display:block;position:absolute;top:.625rem;left:1.25rem}.cmp-modal__content{position:relative;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-height:calc(100vh - 18.75rem)}.cmp-modal--full-height .cmp-modal__content{max-height:100%;height:100%}.cmp-modal--full-height .cmp-modal__wrapper{transform:translateY(-75%)}.cmp-modal--small .cmp-modal__wrapper{max-width:36.25rem;width:100%}.cmp-modal--video .cmp-modal__wrapper{background-color:transparent;width:100%;max-width:55rem}.cmp-modal--video .cmp-modal__content{max-height:100%}.cmp-modal--full .cmp-modal__wrapper,.cmp-modal--full-height .cmp-modal__wrapper{width:100%;height:100%}.cmp-modal--full .cmp-modal__content,.cmp-modal--full-height .cmp-modal__content{max-width:61.25rem;max-height:100%}.cmp-modal--video .cmp-modal__close:before{color:#fff}.cmp-modal__head{text-align:center;flex-grow:0}.cmp-modal__title{margin-top:0;margin-bottom:0}.cmp-modal__body{margin-top:2.5rem;flex-grow:1}.cmp-modal--body-smaller .cmp-modal__body{margin-top:1rem}.cmp-modal__body--center{text-align:center}.cmp-modal__body iframe{max-width:100%;display:block;margin-left:auto;margin-right:auto}.cmp-modal__foot{text-align:center;margin-top:1.5rem}.cmp-modal__body>*:first-child{margin-top:0}.cmp-modal__body>*:last-child{margin-bottom:0}.cmp-modal__close{background:none;border:none;padding-left:0;padding-right:0;cursor:pointer;transform:scale(1);transition:transform .3s ease;position:fixed;top:1.5rem;right:1.5rem;font-size:1.125rem;color:#10b}.cmp-modal__close{outline:none}.cmp-modal__close:after{content:"";position:absolute;inset:-.375rem;filter:blur(.0625rem);border:.0625rem solid #273036;opacity:0;border-radius:0}.cmp-modal__close:focus:after{opacity:.4}.cmp-modal--primary .cmp-modal__close{color:#fff}.cmp-modal__close:hover{transform:scale(1.1)}.cmp-modal--active{opacity:1;transition-timing-function:ease-out}.cmp-modal--active .cmp-modal__wrapper{transform:translate(0);transition-timing-function:ease-out}@media screen and (max-width:64em){.cmp-modal{align-items:flex-start;padding-top:3.75rem}.cmp-modal__wrapper{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:none;border-bottom-right-radius:none;width:100%;height:100%;padding:4.375rem 5.3125rem .75rem}.cmp-modal__content{max-width:100%;max-height:100%;height:100%}.cmp-modal--full,.cmp-modal--full-height{padding-top:0}}@media screen and (max-width:47.9375em){.cmp-modal__wrapper{padding-left:2rem;padding-right:2rem}}