body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.footer{background-color:#f1f3ff;display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding:24px;border-top:2px solid #45667c}.footer h3{font-size:32px}.footer p{font-size:20px}.footer .container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-around}.footer .container .contact,.footer .container .logo{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.footer .container .logo img{width:280px}.footer .made-by{text-align:center}@media screen and (max-width:980px){.footer .container{flex-direction:column}.footer .container .contact,.footer .container .logo{margin:40px 0}}.popnavUl{list-style:none;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;width:100%;z-index:119;overflow:visible}.popnavUl *{background-color:transparent}.popnavUl .navlinkStyle{text-decoration:none;color:#1f211a;position:relative;font-size:20px;font-weight:700;pointer-events:auto;transition:color .3s ease}.popnavUl li{display:flex;align-items:center;justify-content:center;pointer-events:none;width:200px;height:100%;padding:8px;margin:0 8px;background-color:#f1f3ff;transition:background-color .3s ease}.popnavUl li.profileLi{background-color:transparent}.popnavUl li.profileLi img{width:72px;height:72px;object-fit:cover;border:4px solid #45667c;border-radius:50px;background-color:#f1f3ff;transition:background-color .3s ease}.popnavUl li.last{border:4px solid #45667c;border-radius:500px;background-color:#fff;margin:8px}.popnavUl li.mobileOnly{display:none}.popnavUl li:hover a{font-weight:700;color:#45667c}.popnavUl li.last:hover{background-color:#45667c;transition:background-color .3s ease}.popnavUl li.last:hover .navlinkStyle{color:#f1f3ff;transition:color .3s ease}.popnavUl li.profileLi:hover{background-color:transparent}.popnavUl li.profileLi:hover img{background-color:#45667c;transition:background-color .3s ease}.popnavUl li:nth-of-type(n+1){margin-left:-.8vw}@media screen and (max-width:980px){.popnavUl{flex-flow:column nowrap;justify-content:center;align-items:center;position:fixed;left:0;top:0;transition:transform .3s ease-in-out;width:100%;height:100%;margin:0;padding:0;background-color:#f1f3ff}.popnavUl.open{transform:translateX(0)}.popnavUl.close{transform:translateX(-100%)}.popnavUl li,.popnavUl li.last{height:-moz-fit-content;height:fit-content;margin:2em 0;padding:1em;-webkit-clip-path:none;clip-path:none;background-color:transparent}.popnavUl li.last.mobileOnly,.popnavUl li.mobileOnly{display:flex}.popnavUl li .navlinkStyle,.popnavUl li.last .navlinkStyle{color:#1f211a}}.burgerMainDiv{display:none}@media screen and (max-width:980px){.burgerMainDiv{height:48px;display:flex;justify-content:space-around;flex-flow:column nowrap;position:fixed;top:0;left:0;z-index:140;margin:20px 0 0 20px;padding:4px;background-color:#f1f3ff}.burgerMainDiv div{width:40px;height:8px;border-radius:10px;transform-origin:1px;transition:all .3s linear}.burgerMainDiv div,.burgerMainDiv.open div{background-color:#1f211a}.burgerMainDiv.open div:first-child{transform:rotate(45deg)}.burgerMainDiv.open div:nth-child(2){transform:translateX(100%);opacity:0}.burgerMainDiv.open div:nth-child(3){transform:rotate(-45deg)}.burgerMainDiv.close div:first-child{transform:rotate(0)}.burgerMainDiv.close div:nth-child(2){transform:translateX(0);opacity:1}.burgerMainDiv.close div:nth-child(3){transform:rotate(0)}}*,html{padding:0;margin:0;box-sizing:border-box}@font-face{font-family:big;src:url(/_next/static/media/RedHatDisplay-Medium.d58c20b1.ttf)}@font-face{font-family:paragraph;src:url(/_next/static/media/Montserrat-Regular.2cf917c2.ttf)}h1{font-size:80px}h1,h2,h3{margin:24px 0;font-family:big;text-align:center;color:#45667c}h2,h3{font-size:40px}a,button,h4,input,label,p{font-size:24px;font-family:paragraph;line-height:1.6em}button{margin:16px 0;padding:8px 16px;border:4px solid #45667c;border-radius:500px;background-color:#fff;color:#1f211a}button,button:hover{transition:background-color .3s ease}button:hover{cursor:pointer;background-color:#45667c;color:#f1f3ff}.mobile-only{display:none}.down-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;bottom:24px;z-index:2}.down-btn .arrow{position:relative;height:80px;width:80px}.down-btn .arrow .left,.down-btn .arrow .right,.down-btn .arrow .straight{position:absolute;display:inline-block;height:2px;background-color:#1f211a}.down-btn .arrow .straight{transform:rotate(90deg);top:35px;left:20px;width:40px}.down-btn .arrow .left{transform:rotate(45deg);top:48px;left:20px;width:24px}.down-btn .arrow .right{transform:rotate(-45deg);top:48px;right:20px;width:24px}.down-btn:hover{cursor:pointer}@media screen and (max-width:980px){h1{font-size:40px}h2,h3{font-size:32px}a,button,h4,input,label,p{font-size:20px}.mobile-only{display:flex}}.navbar{position:fixed;width:100vw;z-index:100}.navbar .container{position:relative;width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.navbar .container .opacity-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f1f3ff;opacity:.6}.navbar .container .logo{font-size:24px;text-decoration:none;color:#1f211a;z-index:100;margin-left:24px;position:relative;display:flex}.navbar .container .logo img{width:auto;height:80px}.navbar .container .burger{width:40%;z-index:100;padding-right:12px}@media screen and (max-width:980px){.navbar{width:0}.navbar .container .logo{display:none}}