body.service-popup-open{overflow:hidden}.service-popup[hidden]{display:none}.service-popup{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:40px 20px}.service-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.55);cursor:pointer}.service-popup__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:720px;max-height:calc(100vh - 80px);background:#fff;color:var(--theme-body-color,#333);border-radius:var(--theme-rounded,12px);padding:32px;box-shadow:0 20px 60px rgba(0,0,0,.25)}.service-popup__close{position:absolute;top:12px;right:12px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;background:0 0;color:var(--theme-primary-color,#2588af);font-size:32px;line-height:1;cursor:pointer;border-radius:var(--theme-rounded-button,12px);transition:background-color .15s ease-in-out,color .15s ease-in-out}.service-popup__close:hover{background:rgba(37,136,175,.1)}.service-popup__title{font-size:24px;font-weight:700;line-height:1.25;margin:0 40px 16px 0;color:var(--theme-primary-color,#2588af)}.service-popup__content{overflow-y:auto;overscroll-behavior:contain;padding-right:8px}.service-popup__content>*:first-child{margin-top:0}.service-popup__content>*:last-child{margin-bottom:0}.service-about{margin:0}@media (max-width:767px){.service-popup{padding:16px}.service-popup__dialog{max-height:calc(100vh - 32px);padding:24px 16px;border-radius:var(--theme-rounded,12px)}.service-popup__title{font-size:20px;margin-right:36px}.service-popup__content{padding-right:4px}}