.style1 {
}
.style2 {
    margin-top: 61px
}
.style3 {
}
.style4 {
}
.style5 {
}
.style6 {
}
.style7 {
    margin-right: 36px;
    padding-right: 97px
}
.style8 {
}

/* Moving Banner Styles */
.moving-banner {
  position: fixed;
  top: 61px; /* Adjust if your header height is different */
  left: 0;
  width: 100vw;
  z-index: 1050; /* Above header */
  background: -webkit-gradient(linear, left top, right top, from(#ffff00), to(#04c143));
  background: linear-gradient(90deg, #ffff00 0%, #04c143 100%);
  color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
          box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  padding: 0.75em 0;
  font-weight: 600;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-print-color-adjust: exact;
}

.moving-banner-inner {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: moving-banner-scroll 20s linear infinite;
          animation: moving-banner-scroll 20s linear infinite;
}

.moving-banner:hover .moving-banner-inner {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes moving-banner-scroll {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}

@keyframes moving-banner-scroll {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}

@media (max-width: 600px) {
  .moving-banner {
    font-size: 1rem;
    padding: 0.6em 0;
  }
}

@media (min-width: 601px) {
  .moving-banner {
    font-size: 1.25rem;
    padding: 1em 0;
  }
}

@media print {
  .moving-banner {
    display: none !important;
  }
}

.style9 {
}

.style10 {
    margin-top: 35px;
    margin-bottom: 95px
}

.style11 {
    margin-bottom: 41px
}

.style12 {
    border-color: #4da85b;
    border-style: solid;
    padding-top: 26px
}

.style13 {
    position: relative;
    z-index: 1
}

.style14 {
}

.style15 {
}

.style16 {
}
