<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gradient-y-overlay-lg-white2::before {
  background-image: linear-gradient(to bottom, #ffffff 5%, rgba(119, 131, 143, 0.1) 50%);
  background-repeat: repeat-x;
}

.nezbu-primary{
  color: #0094ff;
}

.noHover{
    pointer-events: none;
}

.display-5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-5 {
    font-size: calc(1.475rem + 0.7vw) ;
  }
}

.test{
  background-color: red;
}


.override-text{
  font-family: 'Roboto', sans-serif;
  color: #035b65 !important;
}

body {background-color:#d4d6c8}
.header-section {background-color:#d4d6c8}
.dropdown-menu {background-color:#e1e2d9}


@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-top: 0.1875rem solid #035b65 ;
}
}

.icon-soft-primary{
  background: #035b65;
  color:#d4d6c8;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&amp;display=swap');

.font-weight-bold{
  font-weight:300 !important;
  font-family: 'Roboto', sans-serif;
}

.hvsbutton{
  background-color:#d4d6c8;
}</pre></body></html>