body .agreement_popup__section{display:none}body.agreement_popup_active header{z-index:5!important}body.agreement_popup_active .agreement_popup__section{align-items:center;background:rgba(224,231,231,.7);bottom:0;content:"";display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:999}.agreement_popup__section .popup_card_container{background-color:#fff;border-radius:100px;margin:0 auto;max-height:90vh;max-width:689px;overflow-y:auto;padding:50px 40px 30px;position:relative}body.agreement_popup_active .agreement_popup__section .popup_card_container::-webkit-scrollbar{width:6px}body.agreement_popup_active .agreement_popup__section .popup_card_container::-webkit-scrollbar-track{background:transparent}body.agreement_popup_active .agreement_popup__section .popup_card_container::-webkit-scrollbar-thumb{background:#e0e7e7}.agreement_popup__section .close_btn{content:"";cursor:pointer;display:inline-block;height:max-content;margin-left:auto;position:absolute;right:40px}.agreement_popup__section .close_btn svg{height:40px;width:40px}.agreement_popup__section .popup_card_container .title_container h3{color:#000}.agreement_popup__section .popup_card_container .description_container p{color:#000;font-size:18px}.agreement_popup__section .popup_card_container .cta_container{margin-top:30px}.agreement_popup__section .popup_card_container .cta_container a{background-color:#059a91;border:1px solid #059a91;border-radius:4px;color:var(--white_color);display:block;font-size:20px;font-style:normal;font-weight:300;margin:0 auto;max-width:260px;padding:8px 24px;text-align:center;text-decoration:none}@media(max-width:767px){.agreement_popup__section .popup_card_container{border-radius:50px;padding:30px 20px 20px}.agreement_popup__section .close_btn{right:15px}.agreement_popup__section .close_btn svg{height:30px;width:30px}.agreement_popup__section .popup_card_container .title_container{max-width:calc(100% - 50px)}.agreement_popup__section .popup_card_container .title_container h3{font-size:24px}.agreement_popup__section .popup_card_container .cta_container a,.agreement_popup__section .popup_card_container .description_container p{font-size:16px}}