body {
    background-color: #f5f7fa;
    min-height: 100vh;
    scroll-behavior: smooth;
    /* font-family: ui-sans-serif,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; */
    font-style: normal;
}
.nav-link{
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px;
}
.full-bleed-partner-program {
box-shadow: 0 0 0 100vmax #dcdfe4;
-webkit-clip-path: inset(0 -100vmax);
clip-path: inset(0 -100vmax);
background-color: #dcdfe4;
}
.bg-primaryLight {
    background-color: rgb(203 249 249 );
}
.list-unstyled a {
    text-decoration: none;
}
