:root{--color-primary:#42cc33;--color-secondary:#42cc33;--color-highlight:#f24725;--color-dark:#000;--color-gray:#3e3e3e;--color-light:#eee;--color-white:#f1f1f1}.prfw-cfd-popup{display:none}.prfw-cfd-popup .modal{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1050;display:none;overflow:hidden;outline:0}.prfw-cfd-popup .modal-backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background-color:rgba(0,0,0,.5)}.prfw-cfd-popup__dialog{position:absolute;top:50%;left:0;right:0;width:auto;margin:0;overflow:hidden;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.prfw-cfd-popup__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:37.5em;min-height:16em;padding:1.875em;margin:auto;overflow-y:auto;color:#eee;background-color:#f1f1f1;outline:0}.prfw-cfd-popup__title{font-size:1.8rem;margin-bottom:0;text-transform:uppercase}@media (min-width:20.0625em){.prfw-cfd-popup__title{font-size:calc(18px + (600vw - 1920px)/880)}}@media (min-width:75em){.prfw-cfd-popup__title{font-size:2.4rem}}.prfw-cfd-popup__text{margin-bottom:2em}.prfw-cfd-popup__text a{text-decoration:underline}.prfw-cfd-popup__btn-wrapper{text-align:center}.prfw-cfd-popup__btn-wrapper .prfw-btn-primary{min-width:9.375em;padding:1em;font-weight:600;color:#f1f1f1;text-transform:uppercase;cursor:pointer;background-color:#32cf8e;border-radius:.25em}.prfw-cfd-popup__btn-wrapper .prfw-btn-primary:focus,.prfw-cfd-popup__btn-wrapper .prfw-btn-primary:hover{background-color:#27a772}.prfw-cfd-popup.prfw-cfd-popup-open,.prfw-cfd-popup.prfw-cfd-popup-open .modal,.prfw-cfd-popup.prfw-cfd-popup-open .prfw-modal{display:block}