@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);:root{--swv-button-background-color:#4f46e5;--swv-button-text-color:#fff;--swv-button-outline-color:#3730a3;--swv-button-hover-background-color:var(--bs-dark-rgb);--swv-button-disabled-background-color:#475569;--swv-button-disabled-text-color:#94a3b8;--swv-overlay-background-color:hsla(0,0%,78%,.8);--swv-modal-background-color:#fff;--swv-modal-text-color:#1f2937;--swv-modal-close-button-background-color:#f3f4f6;--swv-modal-close-button-text-color:#9ca3af;--swv-modal-close-button-hover-text-color:#374151;--swv-modal-button-text-color:#1f2937;--swv-modal-button-hover-background-color:var(--bs-dark-rgb);--swv-modal-button-outline-color:var(--swv-button-outline-color);--swv-dropdown-background-color:#fff;--swv-dropdown-item-hover-background-color:#f3f4f6;--swv-dropdown-text-color:#1f2937;--swm-modal-shadow:0 25px 25px rgba(0,0,0,.15);--swm-dropdown-shadow:0px 10px 20px rgba(0,0,0,.3);--swv-button-radius:6px;--swv-modal-radius:10px;--swv-dropdown-radius:10px;--swv-dropdown-item-radius:6px}.swv-dark{--swv-overlay-background-color:rgba(0,0,0,.7);--swv-modal-background-color:var(--bg-card);--swv-modal-text-color:#fff;--swv-modal-close-button-background-color:#232222;--swv-modal-close-button-text-color:#64748b;--swv-modal-close-button-hover-text-color:#fff;--swv-modal-button-text-color:#fff;--swv-modal-button-hover-background-color:var(--bs-dark-rgb);--swv-modal-button-outline-color:#fff;--swv-dropdown-background-color:var(--bg-card);--swv-dropdown-item-hover-background-color:var(--bs-dark-rgb);--swv-dropdown-text-color:#fff;--swm-modal-shadow:0px 8px 20px rgba(0,0,0,.6);position:relative}.swv-button{background-color:transparent;border:none;color:var(--swv-button-text-color);cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:40px;line-height:40px;padding:0 24px;border-radius:var(--swv-button-radius)}.swv-button>*+*{margin-left:12px}.swv-button-trigger{background-color:var(--swv-button-background-color)}.swv-button:not([disabled]):focus-visible{outline-color:var(--swv-button-outline-color)}.swv-button:not([disabled]):hover{background-color:var(--swv-button-hover-background-color)}.swv-button[disabled]{background:var(--swv-button-disabled-background-color);color:var(--swv-button-disabled-text-color);cursor:not-allowed}.swv-button-icon,.swv-button-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.swv-dropdown{position:relative;display:inline-block}.swv-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:var(--swv-dropdown-background-color);color:var(--swv-dropdown-text-color);border-radius:var(--swv-dropdown-radius);box-shadow:var(--swm-dropdown-shadow);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.swv-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.swv-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:var(--swv-dropdown-item-radius);font-size:14px;font-weight:500;height:37px}.swv-dropdown-list-item:not([disabled]):hover{background-color:var(--swv-dropdown-item-hover-background-color)}.swv-modal-collapse-button{justify-content:space-between;border-radius:0 0 var(--swv-modal-radius) var(--swv-modal-radius)}.swv-modal-collapse-button svg{transition:transform .15s ease-in;align-self:center;fill:#999}.swv-modal-collapse-button.swv-modal-collapse-button-active svg{transform:rotate(180deg)}.swv-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:1;transition:opacity .15s linear;z-index:1040;overflow-y:auto}.swv-modal-logo-wrapper{padding:60px;padding-bottom:0}.swv-modal-logo{max-width:100%;max-height:100px}.swv-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:var(--swv-modal-close-button-background-color);color:var(--swv-modal-close-button-text-color);border:none;border-radius:50%}.swv-modal-button-close:hover{color:var(--swv-modal-close-button-hover-text-color)}.swv-modal-button-close:focus-visible{outline-color:var(--swv-modal-button-outline-color)}.swv-modal-button-close svg{fill:currentColor;transition:fill .2s ease 0s}.swv-modal-overlay{background:var(--swv-overlay-background-color);position:fixed;top:0;left:0;bottom:0;right:0}.swv-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width:480px){.swv-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.swv-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:var(--swv-modal-radius);background:var(--swv-modal-background-color);color:var(--swv-modal-text-color);box-shadow:var(--swm-modal-shadow);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.swv-modal-wrapper .swv-button{width:100%;color:var(--swv-modal-button-text-color)}.swv-modal-wrapper .swv-button:not([disabled]):hover{background:var(--swv-modal-button-hover-background-color)}.swv-modal-wrapper .swv-button:not([disabled]):focus-visible{outline-color:var(--swv-modal-button-outline-color)}.swv-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:30px 60px;text-align:center}@media (max-width:374px){.swv-modal-title{font-size:18px}}.swv-modal-list{margin:0 0 12px 0;padding:0;width:100%;list-style:none}.swv-modal-list .swv-button{font-weight:400;border-radius:0;font-size:18px;justify-content:space-between}.swv-modal-list .swv-button-icon,.swv-modal-list .swv-button-icon img{width:28px;height:28px}.swv-button p{margin-bottom:0}.swv-button{max-height:36px}.login .swv-button{text-align:end;width:100%;justify-content:space-evenly;max-height:unset}:root{--bg-card:#323232;--bs-dark-rgb:#202020;--secondary-color:#f69a6b}body,html{font-family:Inter,sans-serif;color:#fff;background:var(--bs-dark-rgb);font-weight:400}h1{font-size:4rem}h1,h2{font-weight:700}h2{font-size:2.5rem}h3{font-size:1.5rem;font-weight:700}h4{font-size:1.25rem;font-weight:400;color:var(--secondary-color)}h5{font-size:1.15rem}.b1{font-size:1.5rem}.b1,.b2{margin-bottom:0}.b2{font-size:1.25rem}.b3{margin-bottom:0;font-size:1.125rem}.b4{font-weight:400}.text-secondary{color:var(--secondary-color)!important}.card{background:transparent;border:none}.card .card-body{background:#323232;border-radius:20px}a{transition:all .3s linear}a:hover{color:var(--secondary-color)}a:hover>svg path{fill:var(--secondary-color)!important;transition:fill .3s ease-out}.btn:hover>svg path{fill:#fff!important;transition:fill .3s ease-out}footer{background:transparent;color:#fff;min-height:250px}.footer-img{width:auto;height:100px}a{color:#fff}.no-underline{text-decoration:none}.social-icon{color:#fff;fill:#fff;max-height:30px;filter:brightness(100%) contrast(1%);cursor:pointer}.sidenav .nav-link{border:2px solid var(--bs-dark-rgb);transition:all .3s ease;border-radius:7px;position:relative;height:38px}.sidenav .router-link-active{border:2px solid #fab43b;font-weight:700!important}.sidenav .nav-link .nav-text{position:absolute;top:5px;left:5%;z-index:2;width:100%;height:100%}.sidenav .nav-link .nav-bg{position:absolute;top:0;left:0;background:linear-gradient(90deg,#ea3205 17.8%,#fab43b 67.97%);width:100%;height:100%;z-index:1;border-radius:6px;opacity:0;transition:opacity .6s ease}.sidenav .router-link-exact-active{border-color:var(--bs-dark-rgb);font-weight:700!important;color:#000!important}.sidenav .nav-link.router-link-exact-active .nav-bg{opacity:1}.cta-nav{fill:var(--secondary-color);color:var(--secondary-color);border:2px solid #fab43b}.bg-primary,.btn.btn-primary{background:linear-gradient(45deg,#ea3205 17.8%,#fab43b 67.97%);background-size:600%;animation:anime 8s linear infinite}.btn.btn-primary{border:none;transition:all .3s ease-out;color:#000;font-weight:700;border-radius:4px}.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover{color:#fff}.btn.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(238,75,6,.5)}@keyframes anime{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.xsmall{font-size:.8rem}.upload-container.loading{filter:brightness(.8)}.scroll-container{overflow-x:hidden;overflow-y:scroll;height:500px}.btn.btn-outline-info{background:#000!important;color:#fff}.btn-outline-light:active{transition:scale .3s linear;transform:scale(.95)}.btn-phantom img{float:left;width:2rem;margin-left:1%;height:auto}.alert.alert-primary{border:none;background:#000;color:#fff}table tr{color:#fff;font-size:.8rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#000;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#222}.active .option-inner{background:transparent!important}.fadeIn{animation:fadeIn .3s linear forwards;animation-fill-mode:forwards}.fadeOut{animation:fadeOut .3s linear forwards;animation-fill-mode:forwards}table.table-hover tbody tr{cursor:pointer}table.table-hover tbody tr:hover{background:#222}table.table-hover tbody tr:hover td{color:#fff}.form-control,.form-control:active,.form-control:focus{background:#111;color:#fff;border:none}