<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

  .better_border {border: 2px solid #196eb7; padding: 15px; display: inline-block; font-size: 25px; line-height: 20px; border-style: dotted !important;}

 @media only screen and (max-width: 767px) {
      .better_border {border: 2px solid #196eb7; padding: 15px; display: inline-block; font-size: 20px; line-height: 20px; border-style: dotted !important;} }

 @media only screen and (max-width: 504px) {
      .better_border {border: 2px solid #196eb7; padding: 15px; display: inline-block; font-size: 22px; line-height: 10px; border-style: dotted !important;} }

  .border-highlight {
      border-color: #196eb7 !important;
      border-radius: 2px;
      border-width: medium !important;
      border-style: dotted !important;
    }
    .section__bgpattern {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
background-color: #16284c!important;
}
 
</pre></body></html>