html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "InterVariable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable.woff2") format("woff2");
}
body {
  font-family: "InterVariable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #2D3748;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.986rem;
  font-weight: 700;
}

h2 {
  font-size: 2.488rem;
  font-weight: 700;
}

h3 {
  font-size: 1.728rem;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #3670E0;
  text-decoration: none;
  transition: color 150ms ease;
}
a:hover {
  color: #2B5BC0;
}
a:focus-visible {
  outline: 2px solid #3670E0;
  outline-offset: 2px;
}

.text-muted {
  color: #637189;
}

.text-small {
  font-size: 0.875rem;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  word-break: break-word;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section--alt {
  background-color: #EDF2F7;
}

.section--hero {
  background-color: #1B3A6B;
  color: #FFFFFF;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.grid {
  display: grid;
  gap: 1.5rem;
}
.grid--3-col {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .grid--3-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid--3-col {
    grid-template-columns: 1fr;
  }
}
.grid--2-col {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .grid--2-col {
    grid-template-columns: 1fr;
  }
}

.card {
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mt-sm {
  margin-top: 0.5rem;
}

.mt-md {
  margin-top: 1rem;
}

.mt-lg {
  margin-top: 1.5rem;
}

.mt-xl {
  margin-top: 2rem;
}

.mb-sm {
  margin-bottom: 0.5rem;
}

.mb-md {
  margin-bottom: 1rem;
}

.mb-lg {
  margin-bottom: 1.5rem;
}

.mb-xl {
  margin-bottom: 2rem;
}

.btn {
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
  border: 2px solid transparent;
  line-height: 1.6;
  text-align: center;
}

.btn--primary {
  background-color: #3670E0;
  color: #FFFFFF;
  border-color: #3670E0;
}
.btn--primary:hover {
  background-color: #2B5BC0;
  border-color: #2B5BC0;
}

.btn--ghost {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn--ghost:hover {
  background-color: #FFFFFF;
  color: #1B3A6B;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 1rem 0;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.site-header__logo img {
  width: 40px;
  height: 40px;
}

.site-header__name {
  font-weight: 600;
  color: #2D3748;
  text-decoration: none;
  font-size: 1.125rem;
}

.hero {
  background-color: #1B3A6B;
  color: #FFFFFF;
  padding-top: calc(6rem + 80px);
  padding-bottom: 6rem;
  min-height: 55vh;
  display: flex;
  align-items: center;
}

.hero__content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero__tagline {
  font-size: 2.986rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero__tagline-bridge {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.1em;
  text-transform: lowercase;
  margin-top: 20px;
  margin-bottom: -30px;
}

.hero__description {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .hero {
    min-height: 50vh;
  }
  .hero__tagline {
    font-size: 2.488rem;
  }
}
.site-nav__menu {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.site-nav__link {
  color: #2D3748;
  text-decoration: none;
  font-weight: 500;
  transition: color 150ms ease;
  position: relative;
}
.site-nav__link:hover {
  color: #3670E0;
}
.site-nav__link.is-active {
  color: #3670E0;
}
.site-nav__link.is-active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: currentColor;
  border-radius: 1px;
}

.site-nav__toggle {
  display: none;
}

.site-nav__hamburger {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
}
@media (max-width: 768px) {
  .site-nav__hamburger {
    display: flex;
  }
}

.site-nav__hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2D3748;
  position: relative;
  transition: background-color 250ms ease;
}
.site-nav__hamburger-line::before, .site-nav__hamburger-line::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2D3748;
  position: absolute;
  left: 0;
  transition: transform 250ms ease, background-color 250ms ease;
}
.site-nav__hamburger-line::before {
  transform: translateY(-7px);
}
.site-nav__hamburger-line::after {
  transform: translateY(7px);
}

.site-nav__toggle:checked ~ .site-nav__hamburger .site-nav__hamburger-line {
  background-color: transparent;
}
.site-nav__toggle:checked ~ .site-nav__hamburger .site-nav__hamburger-line::before {
  transform: rotate(45deg);
  background-color: #FFFFFF;
}
.site-nav__toggle:checked ~ .site-nav__hamburger .site-nav__hamburger-line::after {
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  .site-nav__menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 75vw;
    max-width: 300px;
    background-color: #1B3A6B;
    transform: translateX(100%);
    transition: transform 250ms ease;
    flex-direction: column;
    align-items: stretch;
    padding: 6rem 2rem 2rem;
    overflow-y: auto;
    z-index: 999;
  }
  .site-nav__link {
    color: #FFFFFF;
    font-size: 1.125rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .site-nav__link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .site-nav__link.is-active {
    color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 3px solid #3670E0;
    padding-left: 1rem;
  }
  .site-nav__link.is-active::after {
    display: none;
  }
  .site-nav__toggle:checked ~ .site-nav__menu {
    transform: translateX(0);
  }
  .site-nav__toggle:checked ~ .site-nav__menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
}
.site-nav__item--has-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.site-nav__chevron {
  margin-left: 0.25rem;
  transition: transform 150ms ease;
  flex-shrink: 0;
}

.site-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0;
  list-style: none;
  margin: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}
.site-nav__dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}

.site-nav__dropdown-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #2D3748;
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
  transition: background-color 150ms ease, color 150ms ease;
}
.site-nav__dropdown-link:hover, .site-nav__dropdown-link:focus-visible {
  background-color: #EDF2F7;
  color: #3670E0;
}
.site-nav__dropdown-link[aria-current=page] {
  font-weight: 600;
  color: #3670E0;
}

@media (hover: hover) and (pointer: fine) {
  .site-nav__item--has-dropdown:hover > .site-nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .site-nav__item--has-dropdown:hover > .site-nav__link .site-nav__chevron {
    transform: rotate(180deg);
  }
}
.site-nav__item--has-dropdown:focus-within > .site-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-nav__item--has-dropdown:focus-within > .site-nav__link .site-nav__chevron {
  transform: rotate(180deg);
}

.site-nav__item--has-dropdown.is-dropdown-open > .site-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-nav__item--has-dropdown.is-dropdown-open > .site-nav__link .site-nav__chevron {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .site-nav__dropdown {
    transition: none;
    transform: none;
  }
  .site-nav__chevron {
    transition: none;
  }
}
@media (max-width: 768px) {
  .site-nav__item--has-dropdown {
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav__chevron {
    display: none;
  }
  .site-nav__dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    padding-left: 1rem;
    min-width: 0;
    z-index: auto;
  }
  .site-nav__dropdown-link {
    color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem 0;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    white-space: normal;
  }
  .site-nav__dropdown-link:hover, .site-nav__dropdown-link:focus-visible {
    color: #FFFFFF;
    background-color: transparent;
  }
  .site-nav__dropdown-link[aria-current=page] {
    color: #FFFFFF;
    font-weight: 600;
  }
}
.site-footer {
  background-color: #1A2332;
  color: #FFFFFF;
  padding: 4rem 0 1.5rem;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

.site-footer__heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #CBD5E0;
}

.site-footer__col a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: block;
  padding: 0.25rem 0;
}
.site-footer__col a:hover {
  color: #FFFFFF;
}

.site-footer__address {
  font-style: normal;
  line-height: 1.5;
  white-space: nowrap;
}

.site-footer__inline-link {
  display: inline !important;
  padding: 0 !important;
}

.site-footer__logo {
  width: 48px;
  height: 48px;
  margin-bottom: 0.5rem;
}

.site-footer__company {
  font-weight: 600;
  margin-bottom: 1rem;
}

.site-footer__tagline {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.6;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #3670E0;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: opacity 250ms ease, transform 250ms ease, background-color 150ms ease;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  z-index: 900;
}
.back-to-top:hover {
  background-color: #2B5BC0;
}
.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

.service-card {
  text-align: center;
  position: relative;
}
.service-card:has(.service-card__link:focus-visible) {
  outline: 2px solid #3670E0;
  outline-offset: 2px;
}
.service-card:focus-within {
  outline: 2px solid #3670E0;
  outline-offset: 2px;
}
.service-card:focus-within:not(:has(.service-card__link:focus-visible)) {
  outline: none;
}
.service-card__icon {
  color: #3670E0;
  margin-bottom: 1rem;
  width: 48px;
  height: 48px;
}
.service-card__title {
  font-size: 1.44rem;
  margin-bottom: 0.5rem;
  color: #1A2332;
}
.service-card__text {
  font-size: 1rem;
  color: #2D3748;
  line-height: 1.6;
  margin-bottom: 0;
}

.service-card__link {
  color: #1A2332;
  text-decoration: none;
  transition: color 150ms ease;
}
.service-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 6px;
  cursor: pointer;
}
.service-card__link:focus-visible {
  outline: none;
}

.service-card:hover .service-card__link {
  color: #2B5BC0;
}
.service-card:hover .service-card__cta {
  color: #2B5BC0;
}

.service-card__cta {
  display: inline-block;
  margin-top: 1rem;
  color: #3670E0;
  font-weight: 600;
  font-size: 1rem;
  transition: color 150ms ease, transform 150ms ease;
}
.service-card:hover .service-card__cta {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .service-card__cta {
    transition: color 150ms ease;
  }
  .service-card:hover .service-card__cta {
    transform: none;
  }
}
.section__heading {
  text-align: center;
  margin-bottom: 0.5rem;
}

.section__intro {
  text-align: center;
  color: #637189;
  font-size: 1.125rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.service-hero {
  padding-top: calc(6rem + 80px);
  padding-bottom: 3rem;
  color: #FFFFFF;
}
.service-hero--blue {
  background-color: #1B3A6B;
}
.service-hero--teal {
  background-color: #1a5c5c;
}
.service-hero--amber {
  background-color: #7a5a1a;
}
.service-hero--green {
  background-color: #1a5c2e;
}
.service-hero--indigo {
  background-color: #2d1b69;
}
@media (max-width: 768px) {
  .service-hero {
    padding-bottom: 2rem;
  }
}

.service-hero__title {
  font-size: 2.986rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .service-hero__title {
    font-size: 2.488rem;
  }
}

.service-hero__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.breadcrumb {
  padding: 1rem 0;
  background-color: #F7FAFC;
  border-bottom: 1px solid #E2E8F0;
}

.breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 0.875rem;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 0.25rem;
  color: #637189;
}

.breadcrumb__link {
  color: #3670E0;
  text-decoration: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}

.breadcrumb__current {
  color: #2D3748;
  font-weight: 500;
}

.service-page {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.service-page .container {
  max-width: 800px;
}
.service-page h2 {
  font-size: 1.728rem;
  font-weight: 600;
  color: #1A2332;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.service-page h3 {
  font-size: 1.44rem;
  font-weight: 600;
  color: #2D3748;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.service-page p {
  font-size: 1rem;
  line-height: 1.75;
  color: #2D3748;
  margin-bottom: 1rem;
}
.service-page ul, .service-page ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.service-page ul li, .service-page ol li {
  line-height: 1.75;
  color: #2D3748;
  margin-bottom: 0.25rem;
}
.service-page a {
  color: #3670E0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.service-page a:hover {
  color: #2B5BC0;
}
.service-page h2.section-highlight {
  background-color: #F7FAFC;
  border-left: 4px solid #4b3380;
  padding: 1rem 1.5rem;
  border-radius: 0 6px 6px 0;
}
.service-page table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.service-page table th, .service-page table td {
  padding: 0.5rem 1rem;
  text-align: left;
  border-bottom: 1px solid #E2E8F0;
}
.service-page table th {
  font-weight: 600;
  color: #1A2332;
  background-color: #F7FAFC;
}

.service-cta {
  padding: 3rem 0;
  background-color: #EDF2F7;
  text-align: center;
}

.service-cta__heading {
  font-size: 1.728rem;
  color: #1A2332;
  margin-bottom: 0.5rem;
}

.service-cta__text {
  color: #637189;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.service-cta__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.service-cta .btn--ghost {
  color: #3670E0;
  border-color: #3670E0;
}
.service-cta .btn--ghost:hover {
  background-color: #3670E0;
  color: #FFFFFF;
}

.accordion-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.accordion-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: box-shadow 250ms ease;
}
.accordion-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.accordion-card__heading {
  margin: 0;
}

.accordion-card__trigger {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.5rem 2rem;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: #1A2332;
  transition: background-color 150ms ease;
}
.accordion-card__trigger:hover {
  background-color: #F7FAFC;
}
.accordion-card__trigger:focus-visible {
  outline: 2px solid #3670E0;
  outline-offset: -2px;
  border-radius: 8px;
}

.accordion-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #F7FAFC;
  color: #3670E0;
}
.accordion-card__icon svg {
  width: 32px;
  height: 32px;
}

.accordion-card__label {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
}

.accordion-card__title {
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1A2332;
}

.accordion-card__subtitle {
  font-size: 0.875rem;
  color: #637189;
  margin-top: 0.25rem;
  font-weight: 400;
}

.accordion-card__chevron {
  flex-shrink: 0;
  color: #637189;
  transition: transform 250ms ease;
}
[aria-expanded=true] .accordion-card__chevron {
  transform: rotate(180deg);
}

.accordion-card__panel[hidden] {
  display: none;
}

.accordion-card__content {
  border-top: 1px solid #E2E8F0;
}
.accordion-card__content.service-page {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.accordion-card__content.service-page > .container > h2:first-child {
  margin-top: 0;
}

.accordion-card {
  border-left: 4px solid transparent;
}

.accordion-card:nth-child(1) {
  border-left-color: #1B3A6B;
}

.accordion-card:nth-child(2) {
  border-left-color: #1a5c5c;
}

.accordion-card:nth-child(3) {
  border-left-color: #7a5a1a;
}

.accordion-card:nth-child(4) {
  border-left-color: #1a5c2e;
}

.accordion-card:nth-child(5) {
  border-left-color: #8b2020;
}

.accordion-card:nth-child(6) {
  border-left-color: #4b3380;
}

@media (max-width: 768px) {
  .accordion-card__trigger {
    padding: 1rem;
    gap: 0.5rem;
  }
  .accordion-card__icon {
    width: 44px;
    height: 44px;
  }
  .accordion-card__icon svg {
    width: 24px;
    height: 24px;
  }
  .accordion-card__title {
    font-size: 1.125rem;
  }
  .accordion-card__subtitle {
    font-size: 0.8125rem;
  }
  .accordion-card__content.service-page {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
@media print {
  .accordion-card__panel[hidden] {
    display: block !important;
  }
  .accordion-card__chevron {
    display: none;
  }
  .accordion-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #CBD5E0;
    margin-bottom: 0.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-card__chevron {
    transition: none;
  }
  .accordion-card {
    transition: none;
  }
}
.contact-grid {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .contact-grid__col {
    width: 100%;
  }
}
.contact-grid__col h3 {
  font-size: 1.44rem;
  margin-bottom: 1rem;
  color: #1A2332;
}

.contact-info {
  font-style: normal;
  line-height: 1.6;
  color: #2D3748;
}
.contact-info p {
  margin-bottom: 0.5rem;
}
.contact-info a {
  color: #3670E0;
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}
.contact-info strong {
  font-weight: 600;
  color: #1A2332;
}

.contact-info__hint {
  font-size: 0.875rem;
  color: #637189;
  margin-left: 0.25rem;
}

.contact-info__note {
  margin-top: 1rem;
  color: #637189;
  font-size: 0.875rem;
}

.about-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.about-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.about-content p:last-child {
  margin-bottom: 0;
}

.referenzen-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
}
.referenzen-list__label {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #EDF2F7;
  border-radius: 6px;
  font-weight: 500;
  color: #1A2332;
  font-size: 1rem;
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
.referenzen-list__label:hover {
  background-color: #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.referenzen-cta {
  text-align: center;
}
.referenzen-cta p {
  margin-bottom: 1.5rem;
  color: #637189;
  font-size: 1.125rem;
}

.legal-page {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.legal-page__separator {
  border: none;
  height: 4px;
  background-color: #3670E0;
  margin: 0 0 2rem;
}
.legal-page .container {
  max-width: 720px;
}
.legal-page h1 {
  font-size: 2.488rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1A2332;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .legal-page h1 {
    font-size: 1.728rem;
  }
}
.legal-page h2 {
  font-size: 1.728rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1A2332;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .legal-page h2 {
    font-size: 1.44rem;
    margin-top: 3rem;
  }
}
.legal-page h3 {
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
  color: #2D3748;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .legal-page h3 {
    font-size: 1.2rem;
  }
}
.legal-page p {
  font-size: 1rem;
  line-height: 1.75;
  color: #2D3748;
  margin-bottom: 1rem;
}
.legal-page ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.legal-page ul li {
  font-size: 1rem;
  line-height: 1.75;
  color: #2D3748;
  margin-bottom: 0.25rem;
}
.legal-page a {
  color: #3670E0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-page a:hover {
  color: #2B5BC0;
}
.legal-page strong {
  font-weight: 700;
  color: #1A2332;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: #3670E0;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  z-index: 10000;
  font-weight: 600;
  text-decoration: none;
  transition: top 150ms ease;
}
.skip-link:focus {
  top: 0.5rem;
}

:focus-visible {
  outline: 2px solid #3670E0;
  outline-offset: 2px;
}

.site-footer :focus-visible,
.hero :focus-visible {
  outline-color: #FFFFFF;
}

.btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(54, 112, 224, 0.25);
}

.back-to-top:focus-visible {
  outline-color: #FFFFFF;
}

[data-animate] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate-delay="1"] {
  transition-delay: 100ms;
}

[data-animate-delay="2"] {
  transition-delay: 200ms;
}

[data-animate-delay="3"] {
  transition-delay: 300ms;
}

[data-animate-delay="4"] {
  transition-delay: 400ms;
}

[data-animate-delay="5"] {
  transition-delay: 500ms;
}

@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/*# sourceMappingURL=main.css.map */