.screen{display:none;position:fixed;top:0;right:0;bottom:0;left:0;height:100%;background-color:rgba(0,0,0,.5);overflow:auto}.screen.show{display:block;z-index:31}.company-popup{margin-top:58px;background:#fff;border-radius:16px;box-shadow:0px 4px 12px 0px rgba(0,0,0,.2392156863);height:600px;width:446px;overflow:hidden;box-sizing:border-box}.company-popup .popup-header>p{font-size:20px;font-weight:700;color:#000;text-align:center}.company-popup .content .import>p{margin-top:12px;font-size:14px;font-weight:400;text-align:left;color:#2f3051}.company-popup .content .import .input{width:100%;min-width:390px;max-height:48px;margin-top:4px;font-weight:400;font-size:16px;line-height:23px;padding:14.5px 0 12.5px 12px;box-sizing:border-box;border:1px solid #dadada;border-radius:8px}.company-popup .content .import .input.textarea{width:100%;height:80px;max-height:none}.company-popup .content .import .input.textarea:focus-visible{border:1px solid #2351f7}.company-popup .content .import .input:focus{border:1px solid #2351f7}.company-popup .company-button{margin-top:20px;background:#2351f7;border-radius:8px;width:100%;height:44px;text-transform:uppercase;font-size:16px;font-weight:700;text-align:center;color:#fff}.company-popup .company-desc{margin-top:24px;font-size:16px;font-weight:400;text-align:center}.company-popup .company-desc>a{color:#2351f7;transition:all .5s}.company-popup .company-desc>a:hover{opacity:.6}.company-popup .close{position:absolute;width:24px;height:24px;z-index:14;top:12px;right:12px;cursor:pointer}.company-popup-iframe{position:fixed;transition:all .5s;transform:translate(-50%, -50%);top:50%;left:50%;z-index:3;display:none;width:calc(100% - 32px);max-width:500px;height:calc(100vh - 32px);max-height:686px;height:min(686px,100dvh - 32px);border-radius:24px;overflow:hidden;z-index:32}.company-popup-iframe .close{position:absolute;width:24px;height:24px;z-index:14;top:12px;right:12px;cursor:pointer}.company-popup-iframe.show{display:block}.company-popup-iframe iframe{display:block;height:100%;max-height:unset !important}@media screen and (max-width: 640px){.company-popup{width:100%;height:520px}.company-popup.popup-contact-sales{width:100%;max-width:100%;padding:16px 18px 16px}.company-popup.popup-contact-sales .popup-header>p{font-size:20px}.company-popup.popup-contact-sales .content .import .input{width:100%;min-width:100%;line-height:normal;font-size:12px;padding:8px}.company-popup.popup-contact-sales .company-button{font-size:14px}.company-popup.popup-contact-sales .company-desc{font-size:12px}.company-popup-iframe{height:calc(100vh - 32px);max-height:480px;height:min(480px,100dvh - 32px);border-radius:16px}}@media screen and (min-width: 641px)and (max-height: 718px){.company-popup-iframe{overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.company-popup-iframe iframe{height:686px;min-height:686px}}