.popover{--popover-form-width:650px;display:-webkit-box;display:-ms-flexbox;display:flex;inset:0;opacity:0;padding:50px 20px 20px;place-items:center center;position:fixed;-webkit-transition:opacity .2s;transition:opacity .2s;z-index:600}.popover__mask{height:100%;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.8)}.popover__content{display:block;margin:0 auto;max-height:100%;max-width:100%;overflow-x:hidden;position:relative;scrollbar-width:thin;width:auto}.popover__close{background-color:rgba(0,0,0,.2);cursor:pointer;height:40px;padding:.6rem;position:absolute;right:20px;top:0;-webkit-transition:background-color .2s;transition:background-color .2s;width:40px}.popover__close::before{content:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%203.223L28.777%200%2016%2012.777%203.223%200%200%203.223%2012.777%2016%200%2028.777%203.223%2032%2016%2019.223%2028.777%2032%2032%2028.777%2019.223%2016z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}.popover__close span{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;width:1px}.popover__close:hover{background-color:#000}.popover.is-hidden{display:none}.popover.is-active{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.popover--video .popover__content{width:min(1280px,100%)}.popover--video .media{margin:0}.popover--form{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.popover--form .popover__close{position:fixed}.popover--form .widget{margin:0 auto;max-width:var(--popover-form-width)}.popover--form .widget__title{font-size:2rem}@media only screen and (min-width:768px){.popover--form .widget__title{font-size:2.75rem}}@media only screen and (min-width:768px){.popover__close{height:50px;padding:.8rem;width:50px}.popover--form .widget{width:var(--popover-form-width)}.popover--form .widget__content{padding:2.5rem 2rem 2rem}}