:root{--default-font:"Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--heading-font:"Raleway", sans-serif;--nav-font:"Poppins", sans-serif;--background-color:#fff;--default-color:#212529;--heading-color:#2d465e;--accent-color:#559bcc;--surface-color:#fff;--contrast-color:#fff;--nav-color:#ffffff80;--nav-hover-color:#fff;--nav-mobile-background-color:#fff;--nav-dropdown-background-color:#fff;--nav-dropdown-color:#212529;--nav-dropdown-hover-color:#559bcc}.light-background{--background-color:#f1f3f8;--surface-color:#fff}.dark-background{--background-color:#142e6c;--default-color:#fff;--heading-color:#fff;--surface-color:#1c4097;--contrast-color:#fff}:root{scroll-behavior:smooth}#preloader{z-index:999999;background:var(--background-color);transition:all .6s ease-out;position:fixed;inset:0;overflow:hidden}#preloader:before{content:"";border:6px solid #fff;border-color:var(--accent-color) transparent var(--accent-color) transparent;border-radius:50%;width:60px;height:60px;animation:1.5s linear infinite animate-preloader;position:fixed;top:calc(50% - 30px);left:calc(50% - 30px)}@keyframes animate-preloader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
