<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'DM Sans 18pt';
    src: url('fonts/DMSans18pt-Regular.woff2') format('woff2'),
        url('fonts/DMSans18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h2 {
    font-size: 115%;
}
body{
    font-family: 'DM Sans 18pt';
    font-size: 24px;
}
.home-header p{
    font-size: 20px;
}
.home-header a{
    display: inline-block;
    margin-bottom: 10px;
}
h1{
    margin-top: 15px;
    margin-bottom: 15px;
}
a{
    text-decoration: none;
    color: #0149AD;
}
iframe{
    width: 100%;
    height: 520px;
    border-radius: 8px;
}
.darkblue a{
    color: white;
}
.partner img {
    mix-blend-mode: multiply;
    max-width: 320px;
    margin-left: -20px;
}
.footer-callout{
    color: #232323;
    padding: 22px;
    max-width: 430px;
    margin-left: auto;
    margin-bottom: 60px;
}
.partner p{
    font-size: 22px;
}
p1{
    font-size: 18px;
    line-height: 1.5;
    display: block;
}
p2{
    font-size: 16px;
    line-height: 1.25;
    display: block;
}
label{
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}
form input, form textarea{
    width: 100%;
    display: block;
    border: 0px;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 7px 20px;
}
ul.arrow li{
    background-image: url('data:image/svg+xml,&lt;svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M0.200001 12.94V10.57H17.57L8.81 2.29004L10.4 0.670044L21.2 11.05V12.37L10.4 22.78L8.78 21.13L17.48 12.94H0.200001Z" fill="%23266EC0"/&gt;&lt;/svg&gt;');
    padding-left: 35px;
    background-size: 22px;
    list-style: none;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position: 0px 4px;
}
.contact-banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px
}
.card{
    padding: 26px 22px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
}
.card a{
    color: #0149AD;
    padding-left: 20px;
    display: block;
    position: relative;
}
.pres{
    border-top: 1px solid #0149AD;
    padding-top: 16px;
    padding-bottom: 20px;
}
.pres p{
    color: #0149AD;    
}
.card a:before{
    content: "";
    display: block;
    background-color: #0149AD;
    width: 6px;
    height: 6px;
    border-radius: 8px;
    position: absolute;
    left: 0px;
    top: calc(50% - 4px);
}
h3{
    font-size: 22px;
}
.card h3{
    color: black;
    margin-bottom: 12px;
}
article {
    padding-bottom: 20px;
    border-bottom: 1px solid #4E80C5;
    margin-bottom: 30px;
}
article h{
    font-size: 28px;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}
figure{
    font-size: 18px;
    margin: 0px;
}
figcaption{
    font-size: 90%;
    text-transform: uppercase;
    color: #0149AD;
}
article .button{
    font-size: 18px;
    text-decoration: none;
}
ul.arrow{
    padding-left: 0px;
}
.caps{
    text-transform: uppercase;
}
.blue{
    background-color: #B7DDFF;
}
h1, h2, h3, h4{
    font-weight: 200;
    color: #0645AC;
}
img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
nav img{
    max-width: 250px;
}
.submenu{
    display: none;
}
.submenu li a{
    padding-top: 5px;
    padding-bottom: 5px;
}
li:hover .submenu{
    display: block;
}
.submenu{
    position: absolute;
    border-top: 24px solid transparent;
    top: 85px;
    right: 20px
}
.submenu ul{
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    margin: 0px;
    display: block;
    list-style: none;
    min-width: max-content;
}
nav{
    font-size: 20px;
}
section:last-child{
    padding-bottom: 60px;
}
.button{
    background: #B7DDFF;
    color: #0149AD;
    border-radius: 8px;
    padding: 8px 18px;
    transition: 0.25s ease;
    font-family: inherit;
    font-size: inherit;
    border: none;
}
.button:hover{
    transform: scale(1.05);
}
.button:focus{
    transform: scale(0.98);
}
.beige{
    background-color: #f9f2ec;
}
.white{
    background-color: white;
}
.darkblue{
    background-color: #3273C5;
    color: white;
}
.rounded {
    border-radius: 8px;
}
section, .general-padding, footer{
    padding: 2rem 4rem;
}

.text-right{
    text-align: right;
}
footer img{
    max-width: 320px;
    mix-blend-mode: multiply;
    width: 100%;
    height: auto;
}
.d-flex{
    display: flex;
}
.animate {
    opacity: 0;
    transition: 0.5s ease;
    transition-delay: 0.15s;
}
.animate.loaded {
    opacity: 1;
}
.delay-1{
    transition-delay: 0.2s;
}
.delay-1-5{
    transition-delay: 0.25s;
}
.delay-2{
    transition-delay: 0.3s;
}
.delay-2-5{
    transition-delay: 0.35s;
}
.delay-3{
    transition-delay: 0.4s;
}
.delay-3-5{
    transition-delay: 0.45s;
}
.delay-4{
    transition-delay: 0.5s;
}
.delay-4-5{
    transition-delay: 0.55s;
}
.delay-5{
    transition-delay: 0.6s;
}
.delay-5-5{
    transition-delay: 0.65s;
}
.delay-6{
    transition-delay: 0.7s;
}
.delay-6-5{
    transition-delay: 0.75s;
}
.delay-7{
    transition-delay: 0.8s;
}
.delay-7-5{
    transition-delay: 0.85s;
}
.delay-8{
    transition-delay: 0.9s;
}
.delay-9{
    transition-delay: 1s;
}
.delay-10{
    transition-delay: 1.1s;
}
.delay-11{
    transition-delay: 1.2s;
}
.delay-12{
    transition-delay: 1.3s;
}


@media screen and (min-width: 990px){
    .burger-menu{
        display: none;
    }
    .has-submenu{
        background-image: url('data:image/svg+xml,&lt;svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M1 1L7 7L13 1" stroke="%23323130" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
        background-repeat: no-repeat;
        background-position: 100% 51%;
        padding-right: 22px;
    }
}


@media screen and (max-width: 989px){
    figure {
        font-size: 16px;
    }
    figure p{
        margin-top: 5px;
    }
    article .button {
        font-size: 16px;
        padding: 6px 15px;
    }
    body{
        font-size: 22px;
    }
    .home-header p{
        font-size: 18px;
    }
    .partner p{
        font-size: 18px;
    }
    article h{
        font-size: 24px;
    }
    section, .general-padding, footer {
        padding: 40px 30px;
    }
    footer p2{
        font-size: 14px;
    }
    header nav{
        padding: 4px 30px;
    }
    .showMenu {
        transform: translateY(0);
      }
      .hamburger {
        position: fixed;
        z-index: 100;
        top: 9px;
        right: 1rem;
        padding: 4px;
        cursor: pointer;
        background: none;
        display: none;
      }
      .burger-menu{
        cursor: pointer
      }
      header nav ul li, header nav ul li a {
        margin: 0px;
        height: auto;
      }
      .main-navmenu li {
        font-size: 26px;
        margin-bottom: 20px;
        display: block;
    }
    /* .has-submenu span{
        display: none;
    } */
    .submenu {
        position: relative;
        display: block;
        top: 0px;
        border-top: 0px;
    }
      .main-navmenu {
        position: fixed;
        transform: translateX(100%);
        transition: transform 0.2s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: #FFFFFF;
     
        list-style: none;
        padding: 40px 30px;
        padding-top: 20vh;
          margin: 0px;
          text-align: left;
          color: #0645AC;
          display: flex;
          flex-direction: column;
      }
      .open-burger .main-navmenu{
           transform: translateY(0%);
      }
      .open-burger .intercom-lightweight-app{
          opacity: 0;
          pointer-events: none;
      }
      .open-burger .intercom-app{
          opacity: 0;
          pointer-events: none;
      }
      .master-container {
          position: fixed;
          z-index: 99999;
          top: 4px;
          transform: scale(.9);
          right: 6vw;
      }
      .submenu li {
        background-image: url('data:image/svg+xml,&lt;svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M0.200001 12.94V10.57H17.57L8.81 2.29004L10.4 0.670044L21.2 11.05V12.37L10.4 22.78L8.78 21.13L17.48 12.94H0.200001Z" fill="%23266EC0"/&gt;&lt;/svg&gt;');
        padding-left: 30px;
        background-size: 19px;
        list-style: none;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        background-position: 0px 4px;
    }
      .main-navmenu li{
          font-size: 26px;
          margin-bottom: 10px;
          list-style: none;
      }
      .main-navmenu li a{
        color: #0645AC;
      }
      .showMenu {
        transform: translateY(0);
      }
      
      .bar {
         transition:0.4s;
        background: transparent;
        border: none;
      }
      .bar-1 {
        display: block;
        width: 35px;
        border-top: 2px solid #0645AC;
        padding-top:8px;
        cursor:pointer;
        transition:0.4s;
      }
       .bar-2 {     
        display: block;
        width: 35px;
        border-top: 2px solid #0645AC;
        padding-top:8px;  
        display:fixed;
        transition:0.4s;
        }
      .bar-3 {  
        width:5em;
        display: block;
        width: 35px;
        border-top: 2px solid #0645AC;
        padding-top:7px;
        transition:0.4s;
        }
      .open-burger .bar-1 {
      -webkit-transform: rotate(-45deg) translate(-7px, 8px);
          transform: rotate(-45deg) translate(-7px, 8px);
      }
      .open-burger .bar-2 {opacity:0;}
      .open-burger .bar-3 {
          -webkit-transform: rotate(45deg) translate(-10px, -3px);
          transform: rotate(45deg) translate(-10px, -3px);
      }
}
@media screen and (max-width: 768px){
    nav img {
        max-width: 200px;
    }
    .contact-banner{
        display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 9px 18px 19px 18px;
    }
    .contact-banner p{
        margin-top: 10px;
    }
}
@media screen and (max-width: 500px){
    figure {
        font-size: 14px;
    }
    article .button {
        font-size: 14px;
        padding: 6px 13px;
    }
    footer .grid{
        display: block;
    }
    footer .text-right {
        text-align: left;
        margin-top: 20px;
    }
 
    nav img {
        max-width: 160px;
    }
    ul.arrow li{
        padding-left: 30px;
        background-size: 16px;
    }
    .main-navmenu li {
        font-size: 22px;
    }
    .main-navmenu{
        padding-left: 20px;
        padding-right: 20px;
    }
    section, .general-padding, footer {
        padding: 25px 20px;
    }
    header nav {
        padding: 4px 20px;
    }
body{
    font-size: 18px;
}
.home-header p{
    font-size: 16px;
}
.partner p{
    font-size: 16px;
}
article h{
    font-size: 18px;
}
.submenu ul{
    min-width: 100%;
}
}</pre></body></html>