/* /Views/About/Index.cshtml.rz.scp.css */
.leadership h2[b-o0zae6ian2], .mission h2[b-o0zae6ian2], .media h2[b-o0zae6ian2] {
  margin-bottom: 0.5em;
}

.mission[b-o0zae6ian2] {
  padding: 4em 0;
}

.leadership[b-o0zae6ian2] {
  display: flex;
  gap: 1.5em;
  padding: 4em 0;
}
.leadership p[b-o0zae6ian2] {
  margin: 1em 0;
}

.media[b-o0zae6ian2] {
  background: var(--darker);
  text-align: center;
  padding: 2em;
  margin-top: 4em;
  border-radius: 14px;
}
.media p[b-o0zae6ian2] {
  margin-bottom: 2em;
}
.media h2[b-o0zae6ian2] {
  margin-bottom: 1em;
}

.quote[b-o0zae6ian2] {
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 0.7em;
  text-align: center;
}
/* /Views/About/Leadership.cshtml.rz.scp.css */
.body-content section[b-6knwtjekit] {
  background: var(--light);
}
.body-content section.team[b-6knwtjekit] {
  display: flex;
  gap: 4em;
  justify-content: center;
  margin: 4rem 0 6rem 0;
}
.body-content section.team img[b-6knwtjekit] {
  border-radius: 14px;
}
.body-content section.team p[b-6knwtjekit] {
  margin: 1em 0;
}
.body-content section.ceo[b-6knwtjekit], .body-content section.leadership[b-6knwtjekit] {
  display: flex;
  gap: 4rem;
}
.body-content section.ceo .profile[b-6knwtjekit], .body-content section.leadership .profile[b-6knwtjekit] {
  display: flex;
  gap: 1.5em;
  align-items: flex-start;
}
.body-content section.ceo .profile h3[b-6knwtjekit], .body-content section.leadership .profile h3[b-6knwtjekit] {
  font-size: 1.618em;
}
.body-content section.ceo .profile h4[b-6knwtjekit], .body-content section.leadership .profile h4[b-6knwtjekit] {
  font-size: 1.2em;
  font-weight: normal;
  font-style: italic;
  opacity: 0.6;
}
.body-content section.ceo .profile p[b-6knwtjekit], .body-content section.leadership .profile p[b-6knwtjekit] {
  margin-top: 1em;
  max-width: 88ch;
  line-height: 1.55em;
}
.body-content section.ceo[b-6knwtjekit] {
  background-color: var(--dark);
  color: var(--light);
  padding: 3em;
  border-radius: 14px;
  margin-bottom: 4em;
}
.body-content section.ceo .quote-image[b-6knwtjekit] {
  max-width: 300px;
}
.body-content section.ceo .quote-image img[b-6knwtjekit] {
  border-radius: 7px 75px 7px 75px;
  margin-bottom: -100px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.body-content section.ceo .quote-image p[b-6knwtjekit] {
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 1.7em;
}
.body-content section.leadership .profile[b-6knwtjekit] {
  gap: 3em;
}
.body-content section.leadership .profile img[b-6knwtjekit] {
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* /Views/Capabilities/Index.cshtml.rz.scp.css */
.body-content .container section:first-child[b-4ae591ijta] {
  padding: 4em 0;
}
/* /Views/Home/Index.cshtml.rz.scp.css */
section[b-m0xcup8q9p] {
  padding: 4rem 2rem;
}

.hero[b-m0xcup8q9p] {
  display: flex;
  justify-content: center;
  padding-top: 8rem;
  color: var(--light);
  padding-bottom: 4rem;
  background: #000;
}
.hero .hero-container[b-m0xcup8q9p] {
  max-width: var(--max-width);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.hero .hero-container > .hero-panel[b-m0xcup8q9p] {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0) 80%);
  border-radius: 1.5em;
  padding: 1em;
  z-index: 9;
}
.hero .hero-container > div > p[b-m0xcup8q9p] {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 4px 12px rgba(0, 0, 0, 0.6);
}
.hero .hero-image[b-m0xcup8q9p] {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 550px;
  display: block;
  top: 75px;
  left: 0;
}
.hero .hero-image img[b-m0xcup8q9p] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.hero h1[b-m0xcup8q9p] {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero p[b-m0xcup8q9p] {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.services[b-m0xcup8q9p] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.contact[b-m0xcup8q9p] {
  margin: 0 auto;
  width: 100%;
}
.contact .contact-image[b-m0xcup8q9p] {
  display: flex;
  align-items: center;
  min-width: 40%;
}
.contact .contact-image img[b-m0xcup8q9p] {
  margin: 0 auto;
}
.contact > div[b-m0xcup8q9p] {
  background-color: var(--dark);
  color: var(--light);
}
.contact .cta-round[b-m0xcup8q9p] {
  background: var(--dark-green);
  color: var(--white);
  padding: 0.5rem 1.8rem;
  border-radius: 0.5em;
  text-decoration: none;
  width: 100%;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: none;
  cursor: pointer;
}
.contact .cta-round:hover[b-m0xcup8q9p] {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(17, 209, 95, 0.35);
}
.contact .cta-round:disabled[b-m0xcup8q9p] {
  background: #9ca3af;
  color: #e5e7eb;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
  opacity: 0.7;
}
.contact .cta-round:disabled:hover[b-m0xcup8q9p] {
  transform: none;
  box-shadow: none;
}

.card[b-m0xcup8q9p] {
  background: var(--light);
  padding: 2rem;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(12, 30, 53, 0.08);
}
.card h3[b-m0xcup8q9p] {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.card p[b-m0xcup8q9p] {
  font-size: 1rem;
  opacity: 0.85;
}

@media (max-width: 975px) {
  .hero[b-m0xcup8q9p] {
    height: 400px;
    margin-bottom: 3em;
  }
  .hero .hero-container[b-m0xcup8q9p] {
    width: 100%;
    display: flex;
    margin-top: 6em;
  }
  .hero .hero-container .hero-panel[b-m0xcup8q9p] {
    width: 100%;
    display: block;
  }
  .hero .hero-image[b-m0xcup8q9p] {
    height: 400px;
  }
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-6qqueu9vzx] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-6qqueu9vzx] {
  color: #0077cc;
}

.btn-primary[b-6qqueu9vzx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-6qqueu9vzx], .nav-pills .show > .nav-link[b-6qqueu9vzx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-6qqueu9vzx] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-6qqueu9vzx] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-6qqueu9vzx] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-6qqueu9vzx] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-6qqueu9vzx] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Views/Values/Index.cshtml.rz.scp.css */
.body-content .container section:first-child[b-bcvfii5ppu] {
  padding: 4em 0;
}
.body-content .container section .summary[b-bcvfii5ppu] {
  margin-bottom: 3em;
}
.body-content .container section .core-belief[b-bcvfii5ppu] {
  display: flex;
  gap: 0.5em;
  width: 100%;
}
.body-content .container section .core-belief img[b-bcvfii5ppu], .body-content .container section .core-belief > div[b-bcvfii5ppu] {
  width: 50%;
}
.body-content .container section .core-belief > div[b-bcvfii5ppu] {
  padding: 2em;
  align-content: center;
}
