@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap";.section-padding{padding:4rem 6rem}.section-margin{margin:4rem 6rem}.not-found div:first-child{max-width:60vw;max-height:30vw}.not-found .not-found-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;color:var(--color-white);padding-bottom:4rem;text-align:center}.not-found .not-found-body h2{font-weight:400}@media screen and (max-width: 900px){.not-found div:first-child{max-width:initial;max-height:initial}.not-found .not-found-body{padding:0rem 1rem}}:root{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--font-open-sans: "Open Sans", sans-serif;--color-white: #FEFEFE;--color-black: #27282B;--color-dark-grey: #27282B;--color-grey: #bfbfbf;--color-primary: #0077C8;--color-hover-button: #0099ff;--color-secondary: #D9B466;--color-typography: rgb(0, 18, 29);--color-inst: rgb(228, 33, 33);--bg-color: #27282B;--bg-color-footer: linear-gradient(180deg, #27282B 0%, #0077C8 100%)}html,body{font-family:var(--font-open-sans);background-color:var(--bg-color)}html::-webkit-scrollbar,body::-webkit-scrollbar{width:.8rem;background-color:#353639}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{border:.1rem solid #474747;box-shadow:0 0 .2rem .2rem}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:var(--color-primary);border-radius:2rem;width:2px}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,p,a{padding:0;margin:0}li{list-style:none}a{font-weight:500;color:unset;text-decoration:none}button{border:none;background:none;font-family:var(--font-open-sans)}
