@import"https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap";@use "./styles/tokens" as *;*{font-family:Open Sans}body,#root{font-family:Open Sans;color:var(--secondary);background-color:#fff;margin:0}.App{position:relative;width:90%;max-width:1440px;margin:0 auto;height:100%;box-sizing:border-box}.nav-section{position:fixed;top:0;left:50%;width:90%;transform:translate(-50%);max-width:1440px;z-index:200;height:6rem;box-sizing:border-box;background-color:#fff}.content-section{position:relative;height:calc(100vh - 7rem);width:100%;margin-top:6rem;padding:0 20px;box-sizing:border-box}.footer{margin-top:5rem;height:1rem;box-sizing:border-box}.title h1{color:var(--primary);font-size:1.2rem;letter-spacing:2px;font-weight:400}.title h2,.title p{text-align:center}.title h2{margin-top:60px;font-size:2.6rem}@media only screen and (max-width:768px){.App{width:100%}.nav-section{width:100%;height:4rem;transform:none;left:0}.content-section{margin-top:4rem}}.navbar{font-family:Open Sans,sans-serif;color:#000;font-size:1rem;padding:20px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.branding{text-decoration:none}.navbar--logo-holder{display:flex;align-items:center;justify-content:center}.navbar--logo{width:2rem;height:2rem;margin-right:.5rem;animation:rotate .7s ease-in-out .5s}.navbar--link{display:flex;list-style:none}.navbar--link-item{font-family:Open Sans,sans-serif;text-decoration:none;color:#000;margin:.4rem 0 0 1rem;padding:0 .3rem;cursor:pointer}.navbar--link-item:hover{text-shadow:.5px 0 0 currentColor}.navbar--link-item-selected{color:var(--primary);font-family:Open Sans,sans-serif;text-decoration:none;margin:.4rem 0 0 1rem;padding:0 .3rem;cursor:pointer}.navbar-mobile{visibility:hidden}.mobile-branding{visibility:hidden;position:absolute;top:20px;left:20px;color:var(--primary);font-size:1.2em;text-decoration:none}.bm-burger-button{position:fixed;visibility:hidden;width:36px;height:30px;right:20px;top:20px}.bm-burger-bars{background:#373a47}.bm-burger-bars-hover{background:var(--primary)}.bm-cross-button{display:none}.bm-menu-wrap{position:fixed;height:100%;transition:transform .2s ease-out!important}.bm-menu{background:#fff;padding:0;font-size:1.15em;overflow:hidden!important;box-sizing:border-box}.menu-header{width:100%;display:flex!important;flex-direction:row;justify-content:space-between;align-items:center;padding:20px 0 20px 20px;border-bottom:1px solid #f0f0f0;margin:0 0 2rem;box-sizing:border-box}.menu-title{font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:300;color:#000;margin:0}.menu-close{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#000;transition:transform .2s ease;flex-shrink:0}.menu-close:hover{transform:scale(1.1)}.menu-close svg{width:40px;height:40px}.bm-morph-shape{fill:#373a47}.bm-item-list{color:#b8b7ad;padding:0 20px 0 0;display:flex;flex-direction:column}.bm-item{display:block;width:100%;color:#000;margin-bottom:1.5rem;padding-left:20px;font-size:1.5rem;text-decoration:none;font-weight:600}.bm-item:focus{outline:none}.menu-item-selected{color:var(--primary)!important}.bm-overlay{background:#0000004d}@media only screen and (max-width:768px){.navbar{visibility:hidden;display:none}.navbar-mobile,.bm-burger-button,.mobile-branding{visibility:visible}}.toast-container{position:fixed;top:80px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{min-width:300px;max-width:500px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;opacity:0;transform:translate(400px);transition:all .3s ease-out;cursor:pointer;pointer-events:auto}.toast-enter{opacity:1;transform:translate(0)}.toast-content{display:flex;align-items:center;justify-content:space-between;gap:12px}.toast-message{flex:1;font-size:14px;line-height:1.5}.toast-close{background:none;border:none;font-size:24px;line-height:1;cursor:pointer;opacity:.7;transition:opacity .2s;padding:0;margin:0;color:inherit}.toast-close:hover{opacity:1}.toast-error{background-color:#ff4a4a;color:#fff}.toast-success{background-color:#4caf50;color:#fff}.toast-warning{background-color:#ff9800;color:#fff}.toast-info{background-color:#2196f3;color:#fff}@media only screen and (max-width:768px){.toast-container{top:60px;right:10px;left:10px}.toast{min-width:unset;max-width:unset}}:root{--color-primary: #00bfff;--color-primary-dark: #0090cd;--color-primary-light: #86d3ff;--color-black: #000000;--color-white: #ffffff;--color-gray-600: #393433;--color-gray-500: #4e4e4e;--color-error: #ff4a4a;--color-success: #4caf50;--color-warning: #ff9800;--color-info: #2196f3;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--font-family-primary: Open Sans, sans-serif;--primary: #00bfff;--secondary: #4e4e4e;--error: #ff4a4a;--modal: #1a1423}.footer{background-color:#393433;position:fixed;bottom:0;left:0;width:100%;color:#fff;display:flex;justify-content:center;align-items:center;font-size:x-small;z-index:5000;height:2rem;box-sizing:border-box}.footer--content{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1440px;padding:0 1rem;box-sizing:border-box}.footer--left,.footer--center,.footer--right{display:flex;align-items:center;flex:1}.footer--left{justify-content:flex-start}.footer--center{justify-content:center}.footer--right{justify-content:flex-end}.footer--text-item{color:#fff;margin:0}.footer--link-item{color:#fff;text-decoration:none}.footer--link-item:hover{text-decoration:underline}@media only screen and (max-width:768px){.footer--content{width:100%}.footer--left{flex:2;white-space:nowrap}.footer--center{flex:1;justify-content:flex-end}.footer--right{display:none}}
