.g6-popup-form .popup-form-wrap{display:flex;justify-content:center}
.g6-popup-form .overlay{position:fixed;transform:translate(-50%,-50%);top:50%;left:50%;width:100vw;height:100vh;z-index:100;background-color:rgba(0,0,0,0.5);visibility:hidden}
.g6-popup-form .close{position:fixed;right:calc(50% - 460px);height:40px;width:40px;z-index:101;visibility:hidden;cursor:pointer}
@media(max-width:767px){.g6-popup-form .close{width:24px;height:24px}
.g6-popup-form .close svg{width:24px;height:24px}
}
.g6-popup-form .hbspt-form{padding:80px 60px 60px;background-color:white;max-width:960px;display:flex;margin:0 auto;border-radius:32px;position:fixed;transform:translate(-50%,-50%);top:50%;left:50%;width:100vw;z-index:100;height:auto;max-height:90vh;overflow-y:auto;visibility:hidden}
@media(max-width:1219px){.g6-popup-form .hbspt-form{border-radius:24px;max-width:calc(100vw - 160px)}
}
@media(max-width:767px){.g6-popup-form .hbspt-form{padding:40px 40px;border-radius:12px;max-width:calc(100vw - 40px)}
}
.g6-popup-form .hbspt-form::-webkit-scrollbar-track{margin-top:30px;margin-bottom:30px}
.g6-popup-form .hbspt-form::-webkit-scrollbar{width:4px}
.g6-popup-form .hbspt-form::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}