<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section &gt; .row-fluid {
  padding-left: 10%;
  padding-right: 10%;
}

.dnd-section {
  padding-bottom: 85px;
  padding-top: 85px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #0485FF;
}
.page-center {
  max-width: px;
}





body {
  color: #252525;
  font-family: Poppins,sans-serif;
  font-weight: 300;
  font-size: 14px;
}

@media screen and (min-width: 1440px){
  body {
    font-size: 14.98px;
  }
}
@media screen and (min-width: 1920px){
  body {
    font-size: 18.004px;
  }
}


p {
  font-family: Poppins,sans-serif;
  font-weight: 300
}

a {
  font-family: Poppins;
  color: rgba(0, 0, 0, 1.0);
}

a:hover,
a:focus {
  color:#0700b3;
}

a:active {
  color: rgba(40, 40, 40, 1.0);
}

h1 {
  color: #102d7b;
  font-family: Poppins,sans-serif;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (min-width: 1280px){
  h1 {
    font-size: 34.199999999999996px; 
  }
}

h2 {
  color: #000000;
  font-family: Poppins,sans-serif;
  font-size: 40px;
  font-weight: 700;
}

@media screen and (min-width: 1280px){
  h2 {
    font-size: 45.599999999999994px; 
  }
}

h3 {
  color: #000000;
  font-family: Poppins,sans-serif;
  font-size: 28px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h3 {
    font-size: 23.8px;
  }
}

h4 {
  color: #000000;
  font-family: Poppins,sans-serif;
  font-size: 70px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h4 {
    font-size: 59.5px;
  }
}

h5 {
  color: #000000;
  font-family: Poppins,sans-serif;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  color: #0485FF;
  font-family: Poppins,sans-serif;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  border-left: 10px solid #0485FF;;
}





form,
.submitted-message {
  font-family: Poppins;
}


.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
#comment-form, .hs-search-field__bar form, .cm-comment-form ,.systems-page form{
  background-color: rgba(255, 255, 255, 1.0);
}

h3.form-title {
  background-color: rgba(17, 40, 72, 0.0);
  color: rgba(17, 40, 72, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(4, 133, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 5px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(16, 45, 123, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(44, 173, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(17, 40, 72, 1.0);
}

.hs-form legend {
  color: rgba(17, 40, 72, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(250, 250, 250, 1.0);
  border-color: rgba(102, 102, 102, 1.0);
  color: rgba(17, 40, 72, 1.0);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  border-width: 1px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(0, 0, 0, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #252525;
}

.hs-richtext {
  font-size: 14;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Poppins;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

.fn-date-picker td.is-selected .pika-button {
  background: #000000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #0485FF !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
  background-color: rgba(0, 133, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}





header.header {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .submenu.level-1 &gt; li&gt;a{
  color: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary .submenu.level-1 &gt; li:hover&gt;a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(11, 0, 255, 1.0);
}
.custom-menu-primary .submenu.level-1 &gt; li&gt;a.active{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .submenu.level-2 &gt; li&gt;a{
  color: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary .submenu.level-2 &gt; li:hover&gt;a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(11, 0, 255, 1.0);
}
.custom-menu-primary .submenu.level-2 &gt; li&gt;a.active{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 0.0);
}
.header__container {
  max-width: px;
}






footer.footer {
  background-color: rgba(17, 40, 72, 1.0);
}
footer.footer .footer_column_wrapper .footer_column h6{
  color: rgba(255, 255, 255, 1.0);
}
footer.footer .footer_column_wrapper .footer_column a, 
footer.footer .footer_column_wrapper .footer_column .quick_links ul&gt;li&gt;a,
footer.footer a{
  color: rgba(255, 255, 255, 1.0);
}
footer.footer .footer_column_wrapper .footer_column a:hover, 
footer.footer .footer_column_wrapper .footer_column .quick_links ul&gt;li&gt;a:hover,
footer.footer a:hover{
  color: rgba(0, 133, 255, 1.0);
}
footer.footer .footer_column_wrapper .footer_column p{
  color: rgba(255, 255, 255, 1.0);
}
.copyright{
  color: rgba(255, 255, 255, 1.0);
}
.footer__container {
  max-width: px;
}





.content-wrapper {
  max-width: px;
}

.blog-post__date {
  border-color: #252525;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #252525;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #4d4d4d;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #000000;
}

.blog-pagination__link {
  color: #252525;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #000000;
}

.blog-post__title {
  color: #000000;
  font-family:Poppins;
  font-size: 40px;
  font-weight: ;
}

.blog-post__author {
  background-color: #0485FF;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(240, 240, 240);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #FAFAFA;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 80, 0.10);
}

.blog-post__tag-link:hover{
  color: #0700b3;
}

.blog-post__read-more svg {
  fill: #252525;
}

.blog-post__read-more a:hover svg {
  fill: #0700b3;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 80, 0.10);
}

.blog-sidebar a {
  color: #252525;
}

.blog-sidebar a:hover {
  color: #0700b3;
}

.blog__subscription-block {
  background-color: rgb(240, 240, 240);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 80, 0.10);
}

.blog-post__meta a {
  color: #252525;
}

.blog-post__body, .blog-post__tags a {
  color: #252525;
}

.blog-post__meta a:hover {
  color: #0700b3
}

.blog-post__back-to-blog {
  color: #252525;
}

.blog-post__back-to-blog:hover {
  color: #0700b3;
}

.blog-post__back-to-blog svg {
  fill: #252525;
}

a.blog-post__back-to-blog:hover svg {
  fill: #0700b3;
}

.comment.depth-1 {
  border-left: 2px solid rgb(0, 113, 235);
}

.section.post-footer .hs-input {
  border-color: rgb(0, 113, 235);
}

.blog-recent-posts {
  background-color: rgb(240, 240, 240);
}










body .icon svg {
  fill: #000000;
}

body .tns-nav button.tns-nav-active {
  background-color: #000000;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #000000;
}

body .social-links__icon {
  background-color: #000000;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #0485FF;
}

.page-center {
  max-width: px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}</pre></body></html>