@font-face{font-family:NunitoSans;src:url(/fonts/NunitoSans.ttf)}:root{--modal-bg:#fff;--modal-border:#d1d1d1;--modal-btn-bg:#f0f0f0;--modal-btn-color:#808aa1;--bg-modal-box:#ffffff67}[data-theme=dark]{--modal-bg:#131c2f69;--modal-border:#282a3f;--modal-btn-bg:#0b0c20;--modal-btn-color:#969fb2;--bg-modal-box:#01051f67}.Modal{background:var(--bg-modal-box);z-index:999999999;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);width:100%;height:100vh;transition:opacity .1s ease-in-out,transform .1s linear;position:fixed;inset:0;overflow:hidden;transform:translate(-100%)}.Modal.is-active{opacity:1;transform:translate(0%)}@media screen and (min-width:501px){.Modal.is-active .Modal-Container{animation:.2s .1s forwards transformModal1}}@media screen and (max-width:500px){.Modal.is-active .Modal-Container{animation:.2s ease-in-out .1s forwards transformModal2}}.Modal .custom-scrollbar{max-height:700px}@media screen and (max-height:860px){.Modal .custom-scrollbar{max-height:600px}}@media screen and (max-height:755px){.Modal .custom-scrollbar{max-height:500px}}@media screen and (max-height:660px){.Modal .custom-scrollbar{max-height:400px}}@media screen and (max-height:565px){.Modal .custom-scrollbar{max-height:calc(100vh - 200px)}}@media screen and (max-width:500px){.Modal .custom-scrollbar{max-height:45vh}}.Modal .custom-scrollbar .simplebar-scrollbar:before{background:#8b959f}.Modal.is-btns .custom-scrollbar{max-height:600px}@media screen and (max-height:860px){.Modal.is-btns .custom-scrollbar{max-height:500px}}@media screen and (max-height:755px){.Modal.is-btns .custom-scrollbar{max-height:400px}}@media screen and (max-height:660px){.Modal.is-btns .custom-scrollbar{max-height:300px}}@media screen and (max-height:565px){.Modal.is-btns .custom-scrollbar{max-height:calc(100vh - 300px)}}@media screen and (max-width:500px){.Modal.is-btns .custom-scrollbar{max-height:35vh}}.Modal.is-fullwidth .custom-scrollbar{max-height:calc(100vh - 150px)}.Modal.is-fullwidth.is-btns .custom-scrollbar{max-height:calc(100vh - 226px)}@media screen and (min-width:501px){.Modal-Box{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}}.Modal-Container{background:var(--modal-bg);outline:1px solid var(--modal-border);border-radius:40px;width:100%;padding:20px;transition:transform .1s ease-in-out}@media screen and (min-width:501px){.Modal-Container{transform:scale(0)}}@media screen and (max-width:500px){.Modal-Container{border-bottom:none;border-left:none;border-right:0;border-radius:40px 40px 0 0;padding:10px;position:fixed;bottom:0;transform:translateY(100%)}}.Modal-Content{padding:20px 0 0;position:relative}.Modal-Content .btns{border-radius:99999px;gap:5px;padding:10px;display:flex;position:absolute}@media screen and (max-width:500px){.Modal-Content .btns{background-color:var(--modal-bg);outline:1px solid var(--modal-border);top:-90px;right:0}}@media screen and (min-width:501px){.Modal-Content .btns{top:0;right:0}}.Modal-Content .btns button.btn{cursor:pointer;width:40px;height:40px;color:var(--modal-btn-color);background:var(--modal-btn-bg);opacity:.8;border:none;border-radius:99999px;justify-content:center;align-items:center;padding:10px;font-size:1.7rem;transition:opacity .15s ease-in-out;display:flex}.Modal-Content .btns button.btn:hover{opacity:1}.Modal-Content .text{scroll-behavior:smooth;max-height:700px;padding:0 20px;font-size:16px;line-height:1.4;scrollbar-color:#9195ac #ddd!important;scrollbar-width:thin!important}.Modal-Content .text::-webkit-scrollbar{width:6px!important;height:6px!important}.Modal-Content .text::-webkit-scrollbar-thumb{background:#9195ac!important;border-radius:20px!important}.Modal-Content .text::-webkit-scrollbar-track{background:#9195ac!important}@media screen and (max-width:500px){.Modal-Content .text{font-size:14px}}.Modal-Content .text p:last-child{margin-bottom:0}.Modal-Content .text blockquote{background:linear-gradient(90deg,#0075ff2b,#0000);border-left:3px solid #0075ff;margin-left:0;padding:10px}.Modal-Content .text blockquote p:first-child{margin-top:0}.Modal-Content .text blockquote p:last-child{margin-bottom:0}.Modal-Content .text input{background:0 0;border:none;border-radius:7px;outline:none;width:100%;padding:13px;font-family:NunitoSans,sans-serif;font-size:15px;transition:box-shadow .13s ease-in-out;box-shadow:0 0 0 1px #91969973}.Modal-Content .text input::placeholder{color:var(--modal-btn-color)}.Modal-Content .text input:focus{box-shadow:0 0 0 2px #65799173}.Modal-Content .text ol,.Modal-Content .text ul{padding-left:15px}.Modal-Content .text a{color:#0075ff;text-decoration:none;transition:color .13s ease-in-out}.Modal-Content .text a:hover{color:#ff00d9}.Modal-Content .buttons{border-top:1px solid var(--modal-border);flex-wrap:wrap;gap:10px;margin-top:30px;padding-top:20px;display:flex}.Modal-Content .buttons button{color:#fff;cursor:pointer;background-color:#0075ff;border:none;border-radius:10px;padding:13px 20px;font-family:NunitoSans,sans-serif;font-size:16px;text-decoration:none;transition:opacity .13s ease-in-out}.Modal-Content .buttons button.is-fullwidth{width:100%}.Modal-Content .buttons button:hover{opacity:.8}.Modal-Content h2{margin:0 20px 10px;font-size:26px}@media screen and (max-width:500px){.Modal-Content h2{font-size:23px}}.Modal.is-fullwidth .Modal-Box{padding:0}.Modal.is-fullwidth .Modal-Container{border-radius:0;width:100%;height:100vh;inset:0;max-width:inherit!important}@media screen and (max-width:500px){.Modal.is-fullwidth .Modal-Container .Modal-Content h2{margin-top:10px}}.Modal.is-fullwidth .Modal-Container .Modal-Content .text{max-height:calc(100vh - 150px)}.Modal.is-fullwidth .Modal-Container .Modal-Content .btns{top:0;right:0}@media screen and (max-width:500px){.Modal.is-fullwidth .Modal-Container .Modal-Content .btns{background-color:#0000;outline:none;padding:0}.Modal.is-fullwidth .Modal-Container .Modal-Content .btns button.btn{border-radius:99999px;width:30px;height:30px;padding:5px;font-size:1.5rem}}.Modal.is-fullwidth.is-btns .text{max-height:calc(100vh - 226px)}@keyframes transformModal1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes transformModal2{0%{transform:translateY(100%)}to{transform:translateY(0%)}}
[data-simplebar]{flex-flow:column wrap;place-content:flex-start;align-items:flex-start;position:relative}.simplebar-wrapper{width:inherit;height:inherit;max-width:inherit;max-height:inherit;overflow:hidden}.simplebar-mask{direction:inherit;z-index:0;margin:0;padding:0;position:absolute;inset:0;overflow:hidden;width:auto!important;height:auto!important}.simplebar-offset{-webkit-overflow-scrolling:touch;margin:0;padding:0;position:absolute;inset:0;direction:inherit!important;box-sizing:inherit!important;resize:none!important}.simplebar-content-wrapper{direction:inherit;scrollbar-width:none;-ms-overflow-style:none;width:auto;max-width:100%;height:100%;max-height:100%;display:block;position:relative;overflow:auto;box-sizing:border-box!important}.simplebar-content-wrapper::-webkit-scrollbar{width:0;height:0;display:none}.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{pointer-events:none;width:100%;max-width:100%;max-height:100%}.simplebar-height-auto-observer-wrapper{float:left;z-index:-1;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0;width:100%;max-width:1px;height:100%;max-height:1px;margin:0;padding:0;position:relative;overflow:hidden;box-sizing:inherit!important}.simplebar-height-auto-observer{box-sizing:inherit;opacity:0;pointer-events:none;z-index:-1;width:1000%;min-width:1px;height:1000%;min-height:1px;display:block;position:absolute;top:0;left:0;overflow:hidden}.simplebar-track{z-index:1;pointer-events:none;position:absolute;bottom:0;right:0;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{min-height:10px;position:absolute;left:0;right:0}.simplebar-scrollbar:before{content:"";opacity:0;background:#000;border-radius:7px;transition:opacity .2s linear .5s;position:absolute;left:2px;right:2px}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-duration:0s;transition-delay:0s}.simplebar-track.simplebar-vertical{width:11px;top:0}.simplebar-scrollbar:before{inset:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{width:auto;min-width:10px;min-height:0;inset:0 auto 0 0}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.simplebar-dummy-scrollbar-size{opacity:0;visibility:hidden;direction:rtl;width:500px;height:500px;position:fixed;overflow:scroll hidden;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{visibility:hidden;scrollbar-width:none;-ms-overflow-style:none;position:fixed;left:0;overflow-y:scroll}
