.modal{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;visibility:hidden;z-index:9999}.modal.show{visibility:visible!important}.modal.show .modal-content{max-height:90vh;min-height:85vh;overflow:auto;top:50%;transition:all .5s ease-in-out}.modal .close-modal{align-items:center;color:var(--color-global-3-hex);cursor:pointer;display:flex;font-weight:700;height:25px;justify-content:center;position:absolute;right:5px;top:10px;width:25px}.modal .scroll-custom{padding-bottom:0}.modal .visible{visibility:visible!important}.modal .modal-content{background-color:#fff;border-radius:5px;left:50%;position:absolute;top:-100%;transform:translate(-50%,-50%)}.modal__inner{padding:40px 30px}.close-modal svg{height:18px;width:18px}.close-modal svg path{fill:var(--color-global-3-hex)}.modal .scroll-custom::-webkit-scrollbar{width:10px}.modal .scroll-custom::-webkit-scrollbar-thumb{background:var(--color-global-3-hex);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;cursor:pointer}.modal .scroll-custom::-webkit-scrollbar-track{background:linear-gradient(180deg,transparent 50%,transparent,#f5f5f5 0,transparent,transparent 80%);border-radius:20px}.modal .scroll-custom.scroll-no-bck::-webkit-scrollbar-track{background:transparent}.modal .hidden{display:none}.modal fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]){padding:5px 15px!important}.modal form .hs-submit .actions{text-align:center}@media screen and (max-width:992px){.modal.show .modal-content{width:95%}}@media screen and (min-width:992px){.close-modal svg{height:28px;width:28px}.modal .close-modal{height:40px;right:20px;width:40px}.modal.show .modal-content{min-height:65vh;width:55%}.modal__inner{padding:60px 40px}.modal .hs-form-field{margin-bottom:40px}.modal fieldset.form-columns-2 .input{margin-right:16px!important}}