
/*** T3SB identifier: t3sbsCSSassets_29510 */

/* t3sbs_assets_29510 */
.jumbotron-content,
#s-29540 {
  position: relative;
  overflow: hidden;
}
.jumbotron-content {
  background: linear-gradient(135deg, #042563 0%, #122957 100%);
}
#s-29540 {
  background: linear-gradient(135deg, #042563 0%, #122957 100%);
}

.jumbotron-content::before,
#s-29540::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#s-29540 {
  background: linear-gradient(135deg, #042563 0%, #122957 100%);
}
#s-29540 .card {
  background: #ffffff0d;
  color: white;
  border-color: white;
}
#s-29540 .card-header {
  color: white;
  border-width: 2px;
  font-size: 1rem;
  min-width: 33px;
  text-align: center;
  display: flex;
  justify-content: center;
}

#c29521 {
  .card {
    border-color: #042563;
  }
}

.hero-badges {
  display: flex;
  gap: 2rem;

  flex-wrap: wrap;
  animation: fadeIn 1s ease 0.4s both;
}

.badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 1rem 2rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.badge-icon {
  font-size: 1.5rem;
}

.badge-text {
  text-align: left;
}

.badge-number {
  font-size: 1.5rem;
  font-weight: bold;
}

.badge-label {
  font-size: 0.85rem;
  opacity: 0.9;
}

	

