.image-modal-section{margin:50px 0;padding:20px}.image-popup-wrapper{align-items:center;cursor:pointer;flex-wrap:wrap;gap:1rem;margin:0 auto;max-width:840px}.image-modal-component,.image-popup-wrapper{display:flex;justify-content:center}.image-popup-wrapper .popup-hero-image{flex:0 1 calc(50% - 2rem);height:auto;max-width:400px}.modal-content .hs-image-widget{margin-bottom:2rem}.modal-container{align-items:center;background-color:rgba(0,0,0,.95);display:flex;flex-flow:column nowrap;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity var(--animation-speed) ease,visibility var(--animation-speed) ease;visibility:hidden;width:100vw;z-index:1000}.modal-container.show{opacity:1;pointer-events:all;visibility:visible}.modal-wrapper{position:relative;width:calc(100% - 2rem)}.modal-content{display:flex;flex-direction:column;height:100%}.close-modal-button{background:transparent;position:absolute;right:0;top:-2.5rem;z-index:10}.modal-container.image .image-popup-wrapper{cursor:default;max-width:100%}@media (max-width:768px){.image-popup-wrapper{flex-direction:column}.image-popup-wrapper .popup-hero-image{max-width:400px;width:100%}}@media (min-width:48rem){.modal-wrapper{max-width:44rem;width:100%}.modal-copy-container{margin-bottom:0}.cta-container.modal{margin:0}}@media (min-width:64rem){.modal-wrapper{max-width:1170px}}