<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap');

body{
    background: #ffffff;
    color: #000000;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    font-size: 14px;

}
h1, .h1 {
    font-size: 40px;
    color: #000000;
    margin: 0 0 20px 0;
    font-family: "Nunito", sans-serif;
}
h2, .h2 {
    color: #000000;
    margin-top: 0;
    line-height: 50px;
    font-size: 40px;
    font-family: "Nunito", sans-serif;
}


/* LINKS */
a {
    color: #000000;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

a:hover{
    text-decoration: none;
    color: #EF008B;
}

a:focus, .btn:focus{
    outline: none;
    border-width: 0;
}

a:focus{
    background-color: transparent;
    text-decoration: none;
    color: #EF008B;
}

p{
    font-family: 'Nunito', sans-serif;
}

.form-group input::-webkit-input-placeholder { /* WebKit browsers */
    color:    transparent;
}
.form-group input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    transparent;
}
.form-group input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    transparent;
}
.form-group input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    transparent;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active{
    background-color: #000000;
}</pre></body></html>