<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    font-family: 'MetricLight', Arial, Sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: white;
}

.logo {
    width: 140px;
    /*height: 64px;*/
}

/* Container */

.container {
    width: 100% !important;
    position: absolute;
    margin-top: 0px;
}

.container-padding {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
}


h1.title {
    font-size: 2.5rem;
    color: black;
    margin-bottom: 0;
    font-weight: 300;
}

h2.title{
    font-size: 1.8rem;
    color: black;
    font-weight: 300;
}

.dropdown {
    font-size: 14px;
    color: #000;
    padding: 5px 3px 5px 8px;
}


.body-text {   
    font-size: 18px;
}

.body-alert {
    font-size: 18px;
}

.footer-text {
    font-size: 15px;
    line-height: 16px;
    color: black;
}

.footer-text a {
    color: black;
}

.button {
    font-size: 18px;
    font-family: 'MetricLight', Arial, Sans-serif;
    color: #ffffff;
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-appearance: none;
    -moz-border-radius: 20px;
    background-color: #3b9f79;
    border-top: 12px solid #3b9f79;
    border-bottom: 12px solid #3b9f79;
    border-right: 18px solid #3b9f79;
    border-left: 18px solid #3b9f79;
    display: inline-block;
    cursor: pointer;
}



@media screen and (max-width: 599px) {
  h1.title {
      font-size: 1.5rem;
      color: black;
      margin-bottom: 0;
  }

    h2.title {
        font-size: 1.2rem;
        color: black;
        margin-bottom: 10px;
    }


  .body-text {
      font-size: 14px;
  }


}

.w-socials-item.facebook .w-socials-item-link:after {
    content: '\f09a';
}

.w-socials-item-link:after {
    font-family: fontawesome;
}

.w-socials-item-link:after, .w-socials-item-link i {
    display: block;
    line-height: inherit;
    position: relative;
}


@media screen and (max-width: 599px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .container-padding {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* Making tables looks better */

table {
  border-spacing: 0;
}

table td {
  border-collapse: collapse;
}

table {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}

img {
  -ms-interpolation-mode: bicubic;
}

</pre></body></html>