.popup{background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16);display:none;left:50%;max-height:100vh;max-width:1050px;overflow:auto;padding:1.875rem;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%;z-index:5}.popup .popup__close{background:none;border:none;cursor:pointer;height:20px;padding:0;position:absolute;right:30px;top:30px;transform:rotate(45deg);transition:transform .3s cubic-bezier(.65,0,.076,1);width:20px}.popup .popup__close span{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.popup .popup__close:after,.popup .popup__close:before{background:#575756;border-radius:1px;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s cubic-bezier(.65,0,.076,1),opacity .3s cubic-bezier(.65,0,.076,1);width:4px}.popup .popup__close:after{transform:translate(-50%,-50%) rotate(90deg)}.popup .popup__close:hover{transform:rotate(225deg)}.popup .popup__content{margin-top:1.875rem}.popup .popup__img{aspect-ratio:1;border-radius:100%;flex-shrink:0;overflow:hidden;width:250px}.popup .popup__img .circle-image__img{display:block;height:95%;object-fit:cover;width:95%}.popup .popup__img.popup__img--square{aspect-ratio:auto;border-radius:0}.popup .popup__full_name{font-size:1.875rem;font-weight:400;line-height:120%;margin:0 0 .3125rem;text-transform:uppercase}.popup .popup__job-title{font-size:1.625rem;font-weight:300;line-height:120%;margin:0 0 1.25rem;text-transform:uppercase}.popup .popup__ctas{display:block;margin-top:1.875rem;overflow:hidden}.popup .popup__ctas>div{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:-.3125rem}.popup .popup__ctas>div>*{margin:.3125rem}.popup [data-flipper-animate]{opacity:0;transform:translateY(100px)}.popup.popup--top{text-align:left}.popup.popup--top .popup__ctas>div{justify-content:flex-start}.popup.active{display:block}@media screen and (min-width:768px){.popup{width:90%}}@media screen and (min-width:1020px){.popup{border-radius:10px;padding:3.125rem;text-align:left}.popup .popup__content{margin-left:4.375rem;margin-top:0}.popup .popup__ctas>div{justify-content:flex-start}}@media screen and (min-width:1140px){.popup{align-items:center}.popup.popup--top{align-items:flex-start}.popup.active{display:flex}}[data-flipper-wrapper]{position:relative}[data-flipper-wrapper]:after{background:rgba(0,0,0,.7);bottom:0;content:"";left:0;position:fixed;right:0;top:0;transform:translateY(100%);transition:transform .2s cubic-bezier(.65,0,.076,1)}[data-flipper-wrapper].modal-open:after{transform:translate(0)}