<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 */

/*Menu*/

.topmenu {
  overflow: hidden;
 
  width: 100%; /* Full width */
}




.topmenu a {
  float: left;
  display: block;
  color: #fff !important;
  background-color: #098d3f;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topmenu p {
  float: left;
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topmenu .icon {
  display: none;
}

.active {
  background-color: #d82a20 !important; 
  color:white;
}


.space {
  background-color: #ffffff !important; 
  color:white;
}



.topmenu a:hover, .dropdown:hover .dropbtn {
  background-color: #d82a20;
  color: white !important;
}

@media screen and (max-width: 768px) {
  .topmenu a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topmenu a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 869px) {
  .topmenu a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topmenu a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .topmenu.responsive {position: relative;}
  .topmenu.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topmenu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topmenu.responsive .dropdown {float: none;}
  .topmenu.responsive .dropdown-content {position: relative;}
  .topmenu.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 869px) {
  .topmenu.responsive {position: relative;}
  .topmenu.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topmenu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topmenu.responsive .dropdown {float: none;}
  .topmenu.responsive .dropdown-content {position: relative;}
  .topmenu.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


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