<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone, .context-dark .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-outer {
    background-color:white !important;
    color:black !important;
}



.rd-nav-link  {
    color:#ffffff !important;

}


.rd-nav-link.scroll-black {
    color: black !important;
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ffffff);
}

.rd-navbar-main {
    padding: 35px 0 !important;

}

.custom-separator {
    width: 90%;
    margin: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}

.lg-1-item-aside {
    border-radius: 5px; 
}

.quoteTestimonials {
    font-size: 50px;
    color: #2B3990
}

.success-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}

.success-msg {
  color: #270;
  background-color: #DFF2BF;
  animation: fadeOut 2s forwards;
  animation-delay: 5s;
}

.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
  display: flex; /* Add this line */
  align-items: center; /* This will vertically center align the items */
  gap: 10px;
}

.inputWarning {
    color: #D8000C;
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}


@media (max-width: 992px) {
    .rd-nav-link {
        color: black !important;
    }
}

.hideAddress {
    display:none;
}</pre></body></html>