@media (min-width: 1024px){
.lg\:border-dashed {
    border-style: dashed;
}
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-gray-500 {
    --border-opacity: 1;
    border-color: #b5b5b5;
    border-color: rgba(181,181,181,var(--border-opacity));
}
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.text-gray-700 {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109,109,109,var(--text-opacity));
}
.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.rounded {
    border-radius: .25rem;
}
.border {
    border-width: 1px;
}
.border-gray-700 {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109,109,109,var(--border-opacity));
}
.cursor-pointer {
    cursor: pointer;
}
*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e1e1e1;
}
html {
    font-family: Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.25;
}
.sas-logo .title {
    font-weight: 700;
}
.sas-logo .title .dot {
    color: #f1d204;
}
.sas-logo .subtitle {
    font-size: .75em;
    font-style: italic;
}
.sas-logo {
    font-family: Source Sans Pro,sans-serif;
    text-align: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.flex-grow {
    flex-grow: 1;
}
.bg-gray-200 {
    --bg-opacity: 1;
    background-color: #ededed;
    background-color: rgba(237,237,237,var(--bg-opacity));
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.mr-4 {
    margin-right: 1rem;
}
.hidden {
    display: none;
}
.navbar-menu {
    display: none;
}
img, video {
    max-width: 100%;
    height: auto;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}
img {
    border-style: solid;
}
img {
    border-style: none;
}
.h-12 {
    height: 3rem;
}
element.style {
    fill: currentcolor;
}
.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
}
.navbar-burger.is-active .close, .navbar-burger .open {
    display: block !important;
}
.navbar-burger .close, .navbar-burger.is-active .open, .navbar-burger .open {
    display: none;
}
.h-8 {
    height: 2rem;
}
.font-bold {
    font-weight: 700;
}
@media (min-width: 1024px){
.lg\:hidden {
    display: none;
}
}
@media (min-width: 640px){
.sm\:block {
    display: block;
}
}
@media (min-width: 1024px){
.lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
}
@media (min-width: 1024px){
.lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}
}
@media (min-width: 1024px){
.lg\:flex-grow-0 {
    flex-grow: 0;
}
}
@media (min-width: 1024px){
.lg\:flex {
    display: flex;
}
}
@media (min-width: 1024px){
.lg\:w-auto {
    width: auto !important;
}
}
@media (min-width: 1024px){
.lg\:p-0 {
    padding: 0;
}
}
@media (min-width: 1024px){
.lg\:justify-end {
    justify-content: flex-end;
}
}
@media (min-width: 1024px){
.lg\:bg-transparent, .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
}
}
@media (min-width: 1024px){
.navbar-menu {
    display: flex !important;
}
}
@media (min-width: 1024px){
.lg\:mb-0 {
    margin-bottom: 0;
}
}
@media (min-width: 1024px){
.lg\:text-xl {
    font-size: 1.25rem !important;
}
}
@media (min-width: 1024px){
.lg\:inline {
    display: inline;
}
}
@media (min-width: 1024px){
.lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 1rem;
}
}
@media (min-width: 1024px){
.lg\:rounded-full {
    border-radius: 9999px;
}
}
@media (min-width: 1024px){
.lg\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #b5b5b5;
    color: rgba(181,181,181,var(--text-opacity));
}
}
.bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #f1d204;
    background-color: rgba(241,210,4,var(--bg-opacity));
}
.text-black {
    --text-opacity: 1;
    color: #000 !important;
    color: rgba(0,0,0,var(--text-opacity));
}
.w-full {
    width: 100%;
}
.p-4 {
    padding: 1rem;
}
.justify-between {
    justify-content: space-between;
}
.text-2xl {
    font-size: 1.5rem;
}
.no-underline {
    text-decoration: none !important;
}


.mb-20 {
    margin-bottom: 5rem !important;
}
.text-4xl {
    font-size: 2.25rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.text-3xl {
    font-size: 1.875rem;
}


a {
    color: #000;
    text-decoration: inherit;
}
a:hover{
    color: #707676 !important;
}
a {
    background-color: transparent;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body{
	margin: 0;
	padding: 0;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.navbar-menu.is-active{display:flex}.navbar-burger .close,.navbar-burger.is-active .open,.navbar-burger .open{display:none}.navbar-burger.is-active
