@font-face{font-family:Manrope;src:url(/fonts/Manrope-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal}:root{--main-green:#7c9878;--main-blue:#bad6e4;--foreground:#262626;--green:#7c9878;--pale-green-bg:#d1efcd;--pale-red-bg:#ffd7d7;--pale-blue-bg:#d7f2ff}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100%;overflow-x:hidden;scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);font-family:Manrope,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.admin-body{display:block}main{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}a{color:inherit}a,button{text-decoration:none}button{border:none;box-shadow:none;cursor:pointer}h2{font-weight:500}@media (max-width:480px){html{font-size:12px}}@media (min-width:481px) and (max-width:767px){html{font-size:12px}}@media (min-width:768px) and (max-width:1024px){html{font-size:12px}}@media (min-width:1025px) and (max-width:1280px){html{font-size:14px}}.client-modal-overlay{position:fixed;inset:0;width:100%;height:100%;background-color:rgba(186,214,228,.6);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px 16px;box-sizing:border-box;overflow-y:hidden}@media (max-width:480px){.client-modal-overlay{overflow-y:auto;-webkit-overflow-scrolling:touch}}.client-modal-panel{position:relative;background-color:#fff;padding:12px 20px 24px;border-radius:30px;box-shadow:0 4px 10px rgba(0,0,0,.25);width:min(92%,720px);max-width:720px;min-width:min(100%,280px);text-align:center;box-sizing:border-box;overflow:visible}@media (max-width:480px){.client-modal-panel{padding:0 11px;width:90%;max-width:637px;max-height:calc(100dvh - 40px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}}.client-modal-panel-wide{position:relative;background-color:#fff;padding:16px 20px 20px;border-radius:30px;box-shadow:0 4px 10px rgba(0,0,0,.25);width:90%;max-width:960px;max-height:min(90vh,920px);display:flex;flex-direction:column;align-items:stretch;overflow:hidden;box-sizing:border-box}.client-modal-panel-wide-payment{max-height:min(94vh,960px)}@media (max-width:480px){.client-modal-panel-wide{width:94%;max-height:90vh;padding:12px 12px 16px}.client-modal-panel-wide-payment{max-height:92vh}}