@import"https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;cursor:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2L26 20H16L8 2Z' fill='white'/%3E%3C/svg%3E") 8 8,auto}body{background-color:#000;overflow:hidden;position:fixed;width:100%;height:100%}.scroll-container{height:100vh;overflow-y:auto;overflow-x:hidden;position:relative;scroll-behavior:smooth}.scroll-container::-webkit-scrollbar{width:6px;position:fixed;right:4px}.scroll-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px;margin:2rem 0}.scroll-container::-webkit-scrollbar-thumb{background:#0f6;border-radius:3px}.scroll-container::-webkit-scrollbar-thumb:hover{background:#00cc52}button,a,[role=button],[type=button]{cursor:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2L26 20H16L8 2Z' fill='%2300ff66'/%3E%3C/svg%3E") 8 8,pointer!important}.underline{text-decoration:none;display:inline-block;position:relative;color:#0f6!important}.underline:after{background:none repeat scroll 0 0 transparent;bottom:3px;content:"";display:block;height:1px;left:50%;position:absolute;background:#0f6;transition:width .3s ease 0s,left .3s ease 0s;width:0%}.underline:hover:after{width:100%;left:0}:root{--main-family: "Poppins", sans-serif;--color-bg: linear-gradient(180deg, #FFFFFF 0%, #AEC6DC 100%);--top-right-blur-1: #20C6B7;--top-right-blur-2: #4D9ABF;--bttm-left-blur-1: #de3641;--bttm-left-blur-2: #e46b73}html{background:var(--color-bg);font-family:var(--main-family);min-height:100%}body{margin:0}#background{position:fixed;width:100%;z-index:-1;height:100%}#content{display:flex;flex-direction:column;align-items:center;margin:0 auto}.header h1{margin:0;font-size:max(5vw,32px)}.header .logo img{padding:30px 0;width:100%}.header h2{line-height:34px;width:50%;margin:0 auto;padding-bottom:5%;font-weight:500}@media only screen and (max-width: 450px){.header h2{width:90%;padding:5%}}.bttns{margin-bottom:5%}.bttn{padding:15px;border-radius:5px;width:150px;margin:0 1%;text-decoration:none}.bttn.primary{display:inline-block;width:max-content;background:#21a69a;border:none;color:#fff;box-shadow:-3px 3px 5px #2321213b}.bttn.primary:hover{background:#21a69a;box-shadow:inset 3px 4px 10px #23212166}.bttn.secondary{background:transparent;border:#093C4F 2px solid;color:#0d1d24}.bttn.secondary:hover{background:#05171f;color:#fff}.resource-list{font-family:Helvetica,Arial,sans-serif;font-size:larger;text-align:center;width:100%}.resource-list ul{text-align:left;margin:0 auto;list-style:none;display:flex;justify-content:center;padding:2%}.resource-list li{padding:2%;font-weight:700}.resource-list a{color:#000;line-height:30px}footer{margin:0 auto;width:100%;text-align:center}footer img{width:20px}
