:root{--background:#fff;--foreground:#171717;--blue-gray-900:#0e405d;--blue-gray-800:#1b5b7b;--blue-gray-700:#246b8c;--blue-gray-600:#1d8ecf;--blue-gray-400:#23a1e3;--blue-gray-200:#86d7f8;--blue-gray-100:#b5e7fb;--blue-gray-50:#e2f6fd;--gray-800:#424242;--gray-600:#757575;--gray-400:#c3c3c3;--gray-200:#e9e9e9;--gray-100:#f5f5f5;--gray-50:#f8f9fa;--green-900:#005706;--red-900:"#d50000";--red-50:"#f6e6e8";--dark-red-900:#770804;--dark-red-800:"#87100f";--dark-red-700:"#931715";--dark-red-600:"#a31f19"}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}
.navbar{font-family:var(--font-inter);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--gray-100);box-shadow:0 0 6px 3px #0000001a}.fixed-top{background-color:#fff}.link-cont{flex-direction:row;justify-content:center;align-items:center;gap:50px;width:100%;height:100%;display:flex}.link{font-size:medium}.toggle{background-color:#0000;border-width:0;transform:scaleX(80%)scaleY(80%)}.toggle:focus{box-shadow:none}@media (max-width:600px){.navbar{padding-inline:25px}.link-cont{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;padding-top:25px;padding-bottom:10px;display:flex}}
.footer-cont{background-image:linear-gradient(to bottom right,var(--blue-gray-50),var(--blue-gray-200));flex-direction:column;height:30vh;padding-inline:2vw;display:flex}.footer-top-cont{align-items:center;height:55%;padding-top:2vh;display:flex}.footer-bottom-cont{border-top:1px solid #fff;flex-direction:row;justify-content:space-between;align-items:center;height:45%;display:flex}.left-footer-cont{width:20%;display:flex}.right-footer-cont{flex-direction:row;align-items:center;gap:30px;width:80%;display:flex}.social-icon-cont{flex-direction:row;gap:25px;display:flex}.social-icon{width:20px;height:20px}.copyright-text{font-size:small;font-weight:400}.footer-btn{background-color:#0000;border-style:solid;border-width:0;padding:0}.footer-btn-text{font-size:small;font-weight:400}@media screen and (max-width:600px){.footer-cont{height:40vh;padding-inline:5vw}.footer-top-cont{flex-direction:column}.footer-bottom-cont{flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.left-footer-cont{width:100%;height:40%}.right-footer-cont{width:100%;height:60%}.social-icon-cont{gap:15px}}
