.hidden{display:none}.fct-checkout-modal-container{position:fixed;top:0;right:0;bottom:0;left:0;outline:0;z-index:999999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;overflow-x:hidden;overflow-y:auto;background-color:#080a12eb}.fct-checkout-modal-container.fct-checkout-modal-open{opacity:1;visibility:visible}.fct-checkout-modal-container.fct-checkout-modal-open .fct-checkout-modal{transform:scale(1)}.fct-checkout-modal{max-width:1100px;width:90%;background-color:#fff;border-radius:12px;overflow:hidden;z-index:1;box-shadow:0 25px 50px -12px #00000040;transform:scale(.95);transition:transform .3s ease;margin:4vh auto}@media (max-width:768px){.fct-checkout-modal{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}}.fct-checkout-modal .fct-checkout-modal-close{position:absolute;top:8px;right:8px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#fff;cursor:pointer;z-index:10;transition:all .2s ease;color:#565865;padding:0;box-shadow:none;opacity:.8;border-radius:50%}.fct-checkout-modal .fct-checkout-modal-close:hover,.fct-checkout-modal .fct-checkout-modal-close:focus{color:#253241;opacity:1}.fct-checkout-modal .fct-checkout-modal-close:focus{outline:none;box-shadow:none}.fct-checkout-modal .fct-checkout-modal-close svg{width:18px;height:18px}.fct-checkout-modal-loader{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:#fff;z-index:5}.fct-checkout-modal-loader-spinner{position:relative;height:50px;width:50px;flex:none}.fct-checkout-modal-loader-spinner:after,.fct-checkout-modal-loader-spinner:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;border-radius:9999px;border-width:2px;border-style:solid;border-color:#253241;border-top-color:#fff0;border-right-color:#fff0;animation:spin 1.3s linear infinite}.fct-checkout-modal-loader-spinner:after{transform:rotate(30deg);top:10%;left:10%;height:80%;width:80%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fct-checkout-modal-iframe{width:100%;border:none;display:block;background-color:#fff}.fct-checkout-modal-content{overflow:visible}@keyframes fct-pulse-loader{0%,to{opacity:1}50%{opacity:.5}}@media print{.fct-checkout-modal-container{display:none!important}}