	body {
	  background-color: #ffffff;
	  font-family: "SI",sans-serif,arial;
	  color: #000000;
	  line-height: 1.4;
	  margin: 0;
	  padding: 0;
	}

	h1 {
		font-family: "SW",sans-serif,arial;
		line-height: 1.1;         
		letter-spacing: -0.03em;  
		color: #000000;
	}

	h2, h3, h4, h5, h6 {
		font-family: "SIM",sans-serif,arial;
		line-height: 1.4;       
		letter-spacing: -0.03em;  
		color: #000000;
	}
	
	a {
	  color: #000;          
	  text-decoration: none;   
	}

	a:hover {
	  color: #000;        
	  text-decoration: none;   
	}
	
	p {
  	  font-family: "SI",sans-serif,arial;	
	}
	
    header {
      border-bottom: 1px solid #eee;
      background-color: #ffffff;
    }

	.site-footer {
	  background-color: #425ba0;
	  padding: 2rem 0 1rem 0;
	  color: #ffffff;
	}

	.footer-content {
	  max-width: 1280px;
	  margin: 0 auto;
	  padding: 0 2rem;
	}

	.footer-links a,
	.footer-social a {
	  color: #ffffff;
	  text-decoration: none;
	  margin-right: 1.2rem;
	  font-size: 0.95rem;
	}

	.footer-links a:hover,
	.footer-social a:hover {
	  text-decoration: underline;
	}

	.footer-social i {
	  font-size: 1.2rem;
	}

    .topbar {
      max-width: 1280px;
      margin: 0 auto;
      padding: 1rem 2rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
	  text-transform: uppercase;
    }

    .navbar-brand img {
      height: 80px;
    }

    .nav-links a {
	  color: #000;             	
	  text-transform: uppercase; 
	  text-decoration: none;     
	  font-family: "SIM",sans-serif,arial;
	  }

    .btn-cta {
      background-color: #000000;
      border: 2px solid #000000;
      color: #fff;
      font-weight: 500;
      padding: 0.6rem 1.4rem;
      font-size: 1rem;
      border-radius: 0px;
	  text-transform: uppercase;
      transition: background-color 0.3s ease;
      text-decoration: none;
    }

    .btn-cta:hover {
      background-color: #ffffff;
	  border: 2px solid #000000;
    }

	.hero-section {
	  background-color: #ffffff;
	}

	.hero-text h1 {
	  font-family: "SW", sans-serif, arial;
	  line-height: 1.1;
	  letter-spacing: -0.03em;
	  font-size: 2.2rem;
	}

	@media (min-width: 768px) {
	  .hero-text h1 {
		font-size: 2.5rem;
	  }
	}

	.hero-text p {
	  font-size: 1.125rem;
	  line-height: 1.5;
	  color: #000;
	}

	.hero-image img {
	  width: 100%;
	  height: auto;
	  object-fit: cover;
	}

    footer {
      background-color: #425ba0;
      color: #fff;
      text-align: center;
      padding: 1rem;
      font-size: 0.9rem;
      margin-top: 3rem;
    }

	.accordion-button {
	  color: #8795c4;
	  font-weight: bold;
	}

	.accordion-body {
	  color: #000000;
	}
	
	.container-custom {
	  max-width: 1280px;
	  margin: 0 auto;
	  padding: 0 2rem;
	}	
	
	@media (max-width: 767.98px) {
	  .topbar {
		flex-direction: column;
		align-items: center;
		text-align: center;
	  }

	  .navbar-brand {
		margin-bottom: 1rem;
	  }

	  .nav-links {
		flex-direction: column;
		gap: 0.5rem;
		margin-bottom: 1rem;
	  }

	  .btn-cta {
		margin-bottom: 1rem;
	  }
	}