@charset "UTF-8";

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-light-gray: #f6f4f1;
  --color-off-white-nav: rgba(210, 202, 189, 0.2);
  --color-french-blue: #2874bb;
  --color-denim: #085eb1;
  --color-columbia-blue: #d6eef9;
  --color-carolina-blue: #1aa2dc;
  --color-prussian-blue: #003458;
  --color-alice-blue: #e4f4fb;
  --color-prussian-blue-light: rgba(0, 52, 88, 0.3);
  --color-onyx: #414042;
  --color-forest-green-web: #1f841c;
  --swiper-theme-color: #007aff;
  --color-dark-bg: #0d1f3a;
  --color-dark-bg-lighter: #1a3a5c;
  --color-dark-surface: #16335a;
  --color-dark-text: #e8eaed;
  --color-dark-text-muted: #9aa0ac;
  --color-accent-primary: #4f9aff;
  --color-accent-secondary: #6366f1;
  --color-accent-warm: #fb7185;
  --color-button-primary: #E8864D;
  --color-button-primary-hover: #F29C70;
  --color-button-primary-active: #D67539;
  --font-primary: "IBM Plex Sans", sans-serif;
  --font-heading: "IBM Plex Sans", sans-serif;
  --font-secondary: "Arial", sans-serif;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.25), 0 5px 10px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 20px 50px rgba(0, 0, 0, 0.35), 0 10px 20px rgba(0, 0, 0, 0.2);
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select {
  margin: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color: var(--color-dark-text);
  background-color: var(--color-dark-bg);
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

img,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.3125rem auto 0.3125rem auto; }

.alignright {
  float: right;
  margin: 0.3125rem 0 1.25rem 1.25rem; }

.alignleft {
  float: left;
  margin: 0.3125rem 1.25rem 1.25rem 0; }

a img.alignright {
  float: right;
  margin: 0.3125rem 0 1.25rem 1.25rem; }

a img.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0; }

a img.alignleft {
  float: left;
  margin: 0.3125rem 1.25rem 1.25rem 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 96%;
  padding: 0.3125rem 0.1875rem 0.625rem;
  text-align: center;
  backdrop-filter: blur(10px);
}

.wp-caption.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0; }

.wp-caption.alignleft {
  margin: 0.3125rem 1.25rem 1.25rem 0; }

.wp-caption.alignright {
  margin: 0.3125rem 0 1.25rem 1.25rem; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 0.6875rem;
  line-height: 1.55;
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
  color: var(--color-dark-text-muted);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 28, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15); }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

embed,
iframe,
img,
object,
svg,
video {
  max-width: 100%;
  height: auto; }

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%; }
  .responsive-embed iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

body {
  position: relative;
  font-family: var(--font-primary);
  --site-header-height: 5.125rem;
  color: var(--color-dark-text);
  line-height: 1.6;
}
  @media (min-width: 64rem) {
    body {
      --site-header-height: 6.75rem; } }
  body.page-template-landing-page {
    --site-header-height: 4.25rem; }
  body::after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease; }

.js-body-overlay::after {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

main {
  padding-top: var(--site-header-height);
  background-color: transparent;
}

.rich-text {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--color-dark-text);
}
  .rich-text > * {
    margin-bottom: 1.5rem; }
  .rich-text h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.875rem; }
    @media (min-width: 80rem) {
      .rich-text h1 {
        font-size: 2.125rem; } }
  .rich-text h2 {
    font-weight: 600;
    line-height: 1.25;
    font-size: 1.5rem; }
    @media (min-width: 80rem) {
      .rich-text h2 {
        font-size: 1.75rem; } }
  .rich-text h3 {
    font-weight: 600;
    line-height: 1.3;
    font-size: 1.25rem; }
    @media (min-width: 80rem) {
      .rich-text h3 {
        font-size: 1.375rem; } }
  .rich-text h4 {
    font-weight: 600;
    line-height: 1.4;
    font-size: 1.0625rem; }
  .rich-text h5 {
    font-weight: 600;
    line-height: 1.4;
    font-size: 1rem; }
  .rich-text h6 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 0.9375rem; }
  .rich-text h1,
  .rich-text h2,
  .rich-text h3,
  .rich-text h4,
  .rich-text h5,
  .rich-text h6 {
    font-weight: 600; }
  .rich-text p + p {
    margin-top: 1.5rem; }
  .rich-text ul {
    list-style: outside; }
  .rich-text ul,
  .rich-text ol {
    padding-left: 1.25rem; }
    .rich-text ul li + li,
    .rich-text ol li + li {
      margin-top: 0.75rem; }
  .rich-text blockquote {
  position: relative;
  line-height: 1.4;
  font-size: 1.125rem;
  padding-left: 18px;
  color: var(--color-accent-primary);
  border: 0px !important;
  border-left: 3px solid var(--color-accent-primary);
}
    @media (min-width: 64.0625rem) {
      .rich-text blockquote {
        font-size: 1.375rem;
        padding-left: 3rem;
        margin: 2.5rem -6rem; } }
    .rich-text blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  line-height: 1;
  font-size: 3rem;
  top: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(135deg, #4f9aff 0%, #6366f1 100%);
  border-radius: 2px;
  color: var(--color-accent-secondary);
}
      @media (min-width: 64.0625rem) {
        .rich-text blockquote::before {
          font-size: 5rem; } }
  .rich-text a {
  text-decoration: none;
  font-weight: 600;
  color: var(--color-accent-primary);
  transition: color 200ms ease;
}
    .rich-text a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem; }

.button {
  --button-color: #050a12;
  --button-background: var(--color-button-primary);
  --button-border: transparent;
  --button-hover-border: transparent;
  --button-hover-color: #050a12;
  --button-hover-background: var(--color-button-primary-hover);
  --button-active-border: transparent;
  --button-active-color: #050a12;
  --button-active-background: var(--color-button-primary-active);
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.5rem;
  color: var(--button-color);
  background-color: var(--button-background);
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  text-decoration: none;
  --button-shadow: 0 4px 12px rgba(232, 134, 77, 0.3);
  --button-shadow-hover: 0 6px 20px rgba(242, 156, 112, 0.45);
  box-shadow: var(--button-shadow);
}
  .button--secondary {
  --button-color: var(--color-dark-text);
  --button-background: rgba(255, 255, 255, 0.04);
  --button-border: rgba(255, 255, 255, 0.08);
  --button-hover-border: rgba(255, 255, 255, 0.12);
  --button-hover-color: #ffffff;
  --button-hover-background: rgba(255, 255, 255, 0.08);
  --button-active-border: rgba(255, 255, 255, 0.16);
  --button-active-color: #ffffff;
  --button-active-background: rgba(255, 255, 255, 0.12);
  --button-shadow: var(--shadow-sm);
  --button-shadow-hover: var(--shadow-md);
}
  .button--small {
    font-size: 1rem;
    padding: 0.5rem 1.5rem; }
  .button--light {
  --button-color: #f5f7fb;
  --button-background: rgba(40, 116, 187, 0.12);
  --button-border: transparent;
  --button-hover-color: #f5f7fb;
  --button-hover-background: rgba(40, 116, 187, 0.2);
  --button-hover-border: transparent;
  --button-shadow: none;
  --button-shadow-hover: 0 6px 20px rgba(40, 116, 187, 0.4);
  border: 2px solid #2874bb;
}


.button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  border: 2px solid var(--button-border);
}

.button:hover {
  color: var(--button-hover-color);
  background-color: var(--button-hover-background);
  border: var(--button-hover-border);
  transform: translateY(-2px);
  box-shadow: var(--button-shadow-hover);
}

.button:hover::before {
  border-color: var(--button-hover-border); }

.button:active {
  color: var(--button-active-color);
  background-color: var(--button-active-background);
  border: var(--button-active-border);
  transform: translateY(0);
}

.button:active:before {
  border-color: var(--button-active-border); }


.section--bg-blue .button.button--light {
  --button-color: #f5f7fb;
  --button-background: rgba(40, 116, 187, 0.12);
  --button-border: transparent;
  --button-hover-color: #f5f7fb;
  --button-hover-background: rgba(40, 116, 187, 0.2);
  --button-hover-border: transparent;
  --button-shadow: none;
  --button-shadow-hover: 0 6px 20px rgba(40, 116, 187, 0.4);
  border: 2px solid #2874bb;
}


.button svg {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 1.375rem;
  max-width: 1.375rem;
  margin-right: 0.625rem; }

.arrow-button {
  font-size: 1.125rem;
  line-height: 1.5;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-dark-text);
  transition: color 250ms ease;
}
  .arrow-button svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0.5rem;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease; }
  .arrow-button:hover svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  .arrow-button--small {
    font-size: 0.875rem;
    line-height: 1.5; }
  .arrow-button--back svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .arrow-button--back:hover svg {
    -webkit-transform: rotate(180deg) translateX(4px);
            transform: rotate(180deg) translateX(4px); }

.section {
  --section-spacing-top: 4rem;
  --section-spacing-bottom: 4rem;
  padding: var(--section-spacing-top) 0px var(--section-spacing-bottom) 0px;
  background-color: var(--section-bg); }

.section--space-top-none {
  --section-spacing-top: 0px; }

.section--space-top-sm {
  --section-spacing-top: 2rem; }

.section--space-top-medium {
  --section-spacing-top: 4rem; }

.section--space-top-lg {
  --section-spacing-top: 8rem; }

.section--space-bottom-none {
  --section-spacing-bottom: 0px; }

.section--space-bottom-sm {
  --section-spacing-bottom: 2rem; }

.section--space-bottom-medium {
  --section-spacing-bottom: 4rem; }

.section--space-bottom-lg {
  --section-spacing-bottom: 8rem; }

.section--bg-pattern {
  --section-text: var(--color-white);
  --section-bg: var(--color-dark-bg-lighter);
}

.section--bg-white {
  background: #0d1f3a;
  --section-text: var(--color-dark-text);
}

.section--bg-blue {
  --section-text: var(--color-white);
  background: #0f2848;
}

.section--bg-light-gray {
  background: radial-gradient(ellipse at 20% 0%, #1c315c 0%, #0a1628 50%, #050a12 100%);
  --section-text: var(--color-dark-text);
}

.section--bg-light-blue {
  background: #141a22;
  --section-text: var(--color-dark-text);
}

.dropdown {
  position: absolute;
  display: flex;
  top: 100%;
  right: 0px;
  background-color: var(--color-dark-surface);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  min-width: 37.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-xl);
  backdrop-filter: blur(20px);
  border-radius: 12px;
}
  .dropdown[aria-hidden='true'] {
    pointer-events: none;
    opacity: 0; }
  .nav__item:nth-child(1) .dropdown {
    left: -4.375rem;
    top: calc(100% + 33px);
    right: auto; }

.dropdown__info {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 2rem 1.5rem;
  width: 13.5rem;
  border-radius: 8px;
}

.dropdown__title {
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
}

.dropdown__text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-dark-text-muted);
  margin-bottom: 1.5rem;
}

.dropdown__link {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-accent-primary);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  transition: color 250ms ease;
}
  .dropdown__link svg {
    max-width: 0.375rem;
    margin-left: 0.375rem;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease; }
  .dropdown__link:hover svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }

.dropdown__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1.8125rem 1.5rem;
  background-color: var(--color-dark-surface);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
}

.dropdown__nav-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.dropdown__link-icon {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 2.5rem;
  max-height: 2.5rem; }

.search-dropdown {
  position: absolute;
  display: flex;
  top: 100%;
  right: 0px;
  background-color: var(--color-dark-surface);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  box-shadow: var(--shadow-xl);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 12px;
}
  .search-dropdown[aria-hidden] {
    pointer-events: none;
    opacity: 0; }

.search-dropdown__content {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 7.5rem 2.5rem 2.5rem 2.5rem;
  border-radius: 8px;
}

.search-dropdown__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 1rem;
  letter-spacing: 0.11em;
  color: var(--color-accent-primary);
  margin-bottom: 2.5rem;
}

.search-dropdown__search-container {
  display: flex;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}

.search-dropdown__input {
  font-weight: 600;
  line-height: 1.33;
  font-size: 1.5rem;
  border: none;
  background: none;
  width: 400px;
  font-family: var(--font-heading);
  color: #ffffff;
}
  .search-dropdown__input::-webkit-input-placeholder {
    color: var(--color-onyx); }
  .search-dropdown__input::-moz-placeholder {
    color: var(--color-onyx); }
  .search-dropdown__input:-ms-input-placeholder {
    color: var(--color-onyx); }
  .search-dropdown__input::-ms-input-placeholder {
    color: var(--color-onyx); }
  .search-dropdown__input::placeholder {
  color: var(--color-dark-text-muted);
}

.search-dropdown__button {
  background: none;
  border: none;
  color: var(--color-accent-primary);
  cursor: pointer;
  transition: color 250ms ease;
}

.search-dropdown__link-content {
  padding: 1.25rem 1.25rem 7.5rem 1.25rem;
  background-color: var(--color-dark-surface);
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
}

.search-dropdown__close-button {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 1rem;
  letter-spacing: 0.11em;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  color: var(--color-accent-primary);
  margin-bottom: 5rem;
  margin-left: auto;
  -webkit-transition: color 200ms ease;
  transition: color 250ms ease;
  cursor: pointer;
}
  .search-dropdown__close-button:hover {
  color: #ffffff;
}

.search-dropdown__links-eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 1rem;
  letter-spacing: 0.11em;
  color: var(--color-accent-primary);
  margin-bottom: 4rem;
  padding: 0rem 2.5rem;
}

.search-dropdown__grid {
  padding: 0rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem; }

/* extra class added to overwrite .arrow-button styles */
.search-dropdown__link-icon.search-dropdown__link-icon.search-dropdown__link-icon {
  margin-bottom: 1.5rem;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none; }

.search-dropdown__link {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
  color: var(--color-accent-primary);
  -webkit-transition: color 200ms ease;
  transition: color 250ms ease;
  text-decoration: none;
}
  .search-dropdown__link:hover {
  color: #ffffff;
}

.search-dropdown__link-text {
  -webkit-text-decoration-line: none;
          text-decoration-line: none; }

.nav-menu__title {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-decoration: none;
  display: block;
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
}

.nav-menu__list--two-col {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem; }

.nav-menu__link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-dark-text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.625rem 0rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 250ms ease;
}

.nav-menu__link-text {
  margin-right: 1rem; }

.nav-menu__icon {
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: var(--color-accent-primary);
}
  .nav-menu__list-item:hover .nav-menu__icon {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }

.mobile-nav-menu {
  background-color: var(--color-dark-surface);
  border-radius: 12px;
}

.mobile-nav-menu.--white-bg {
  background-color: var(--color-dark-bg);
}

.mobile-nav-menu__list {
  padding: 2.5rem 1.25rem; }

.mobile-nav-menu__link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-dark-text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.625rem 0rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 250ms ease;
}
  .mobile-nav-menu__link--highlight {
  color: var(--color-accent-primary);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  border: none;
  padding-top: 0px;
}
  .mobile-nav-menu__link--title {
  font-weight: 600;
  color: #ffffff;
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
}

.mobile-nav-menu__link-text {
  margin-right: 1rem; }

.mobile-nav-menu__icon {
  margin-left: auto;
  color: var(--color-accent-primary);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
  .mobile-nav-menu__list-item:hover .mobile-nav-menu__icon {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }

.icon-menu {
  background-color: #16335a;
  padding: 2.5rem 1.25rem;
}

.icon-menu__search {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
}

.icon-menu__search-input {
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--color-white);
  font-weight: 600;
  background: none;
  border: none; }
  .icon-menu__search-input::-webkit-input-placeholder {
    color: var(--color-white); }
  .icon-menu__search-input::-moz-placeholder {
    color: var(--color-white); }
  .icon-menu__search-input:-ms-input-placeholder {
    color: var(--color-white); }
  .icon-menu__search-input::-ms-input-placeholder {
    color: var(--color-white); }
  .icon-menu__search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.icon-menu__search-button {
  cursor: pointer;
  background: none;
  border: none; }

.icon-menu__search-icon {
  color: var(--color-white);
  margin-left: auto; }

.icon-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.625rem; }

.icon-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem; }

.icon-menu__link {
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  font-weight: 600;
  text-decoration: none; }

.icon-menu__link-text {
  margin-right: 1rem; }

.icon-menu__link-icon {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease; }
  .icon-menu__link:hover .icon-menu__link-icon {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }

.detail-hero {
  padding: 8rem 0rem;
  background-color: var(--color-french-blue);
  background: linear-gradient(135deg, #1a3a5c 0%, #0d1f3a 100%);
}

.detail-hero__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 48.0625rem) {
    .detail-hero__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 3rem; } }

.detail-hero__text-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34.375rem;
          flex: 0 1 34.375rem; }

.detail-hero__eyebrow {
  color: var(--color-accent-primary);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.detail-hero__headline {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.75rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
  @media (min-width: 80rem) {
    .detail-hero__headline {
      font-size: 2.25rem; } }

.detail-hero__text {
  color: var(--color-dark-text);
  margin-bottom: 1.5rem;
}

.detail-hero__image-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37.5rem;
          flex: 0 1 37.5rem;
  position: relative;
  margin-bottom: 1.5rem; }
  @media (min-width: 48.0625rem) {
    .detail-hero__image-content {
      margin-bottom: 0px; } }

.detail-hero__image {
  border-radius: 1.5625rem;
  width: 100%; }

.stat-block {
  position: relative;
  top: -3.75rem;
  margin-bottom: -3.75rem; }

.stat-block__container {
  width: 68.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.stat-block__card {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  row-gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 1.5625rem;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
  box-shadow: var(--shadow-lg);
  padding: 1.25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}
  @media (min-width: 30rem) {
    .stat-block__card {
      padding: calc(2.5vw + 0.5rem); } }
  @media (min-width: 80rem) {
    .stat-block__card {
      padding: 2.5rem; } }

.stat-block__image {
  max-height: 5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200;
          flex: 0 1 200;
  -o-object-fit: contain;
     object-fit: contain; }

.stat-block__items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem; }

@media (max-width: 48rem) {
  .stat-block-item {
    text-align: center; } }

.stat-block-item__headline {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  line-height: 1.12;
  margin-bottom: 0.5rem;
  color: var(--color-accent-primary);
  font-size: 2.25rem;
}
  @media (min-width: 80rem) {
    .stat-block-item__headline {
      font-size: 3rem; } }

.stat-block-item__text {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-dark-text);
}
  @media (min-width: 48.0625rem) {
    .stat-block-item__text {
      font-size: 1.125rem;
      line-height: 1.5; } }

.detail-content {
  padding-top: 4rem;
  background-color: var(--color-dark-bg);
}

.detail-content__container {
  width: 68.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem; }
  @media (min-width: 48.0625rem) {
    .detail-content__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.detail-content__share {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative; }

@media (min-width: 48.0625rem) {
  .detail-content__share-container {
    position: sticky;
    top: calc(var(--site-header-height) + 40px); } }

.detail-content__share-text {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.detail-content__text-container {
  position: relative;
  margin: 0px auto;
  overflow: hidden;
  -webkit-transition: max-height 1000ms ease;
  transition: max-height 1000ms ease; }
  @media (min-width: 64.0625rem) {
    .detail-content__text-container {
      padding: 0rem 6rem; } }

.detail-content__text {
  max-width: 40.625rem;
  color: var(--color-dark-text);
}

.detail-content__text iframe {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%; }

.detail-content__readmore {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(13, 31, 58, 0) 0%, var(--color-dark-bg) 85%);
  width: 100%;
  padding-top: 12.5rem;
}
  @media (min-width: 64.0625rem) {
    .detail-content__readmore {
      padding: 12.5rem 6rem 0 6rem; } }

.detail-content__readmore-button {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 1rem;
  letter-spacing: 0.11em;
  background: none;
  border: none;
  color: var(--color-accent-primary);
  cursor: pointer;
}
  .detail-content__readmore-button svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0.5rem; }

.rollup-content--search-results {
  padding: 64px 0px;
  background-color: var(--color-dark-bg);
}

.rollup-content__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.rollup-content__filters-container {
  margin-bottom: 2.5rem; }
  @media (min-width: 64.0625rem) {
    .rollup-content__filters-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.rollup-content__filters-text {
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.375rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
  @media (min-width: 80rem) {
    .rollup-content__filters-text {
      font-size: 1.625rem; } }
  @media (min-width: 64.0625rem) {
    .rollup-content__filters-text {
      margin-bottom: 0px; } }

.rollup-content__filters-description {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 1rem;
  letter-spacing: 0.11em;
  color: var(--color-accent-primary);
  margin-bottom: 1rem;
}
  @media (min-width: 64.0625rem) {
    .rollup-content__filters-description {
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: 2.5rem; } }

.rollup-content__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem; }
  @media (min-width: 30.0625rem) {
    .rollup-content__filters {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 1.5rem; } }

.rollup-content__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem; }
  @media (min-width: 48.0625rem) {
    .rollup-content__grid {
      gap: 2.5rem; } }

.rollup-content__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem; }

.rollup-content__search {
  margin-right: 2.5rem; }

.share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem; }
  @media (min-width: 48.0625rem) {
    .share-icons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.a2a_kit .share-icon,
.share-icon {
  color: #3475ccd4;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
  .a2a_kit .share-icon:hover,
  .share-icon:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.resource-grid {
  padding-bottom: 4rem;
  background-color: var(--color-dark-bg);
}

.resource-grid__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.5rem;
  grid-template-columns: 1fr; }
  @media (min-width: 64.0625rem) {
    .resource-grid__container {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr; } }

.resource-grid-cta {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.5625rem;
  background: linear-gradient(135deg, #003458 0%, #0A1A2F 100%);
  padding: 2.5rem;
  color: var(--color-white);
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
  @media (min-width: 64.0625rem) {
    .resource-grid-cta {
      grid-row: span 2;
      grid-column: span 1; } }

.resource-grid-cta__headline {
  font-weight: 600;
  line-height: 1.22;
  font-size: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 30rem) {
    .resource-grid-cta__headline {
      font-size: calc(0.5vw + 1.85rem); } }
  @media (min-width: 80rem) {
    .resource-grid-cta__headline {
      font-size: 2.25rem; } }

.resource-grid-cta__text {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.5rem; }

.resource-grid-item {
  display: flex;
  border-radius: 1.5625rem;
  background-color: var(--color-light-gray);
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
  box-shadow: var(--shadow-md);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}
  @media (min-width: 64.0625rem) {
    .resource-grid-item {
      grid-row: span 1;
      grid-column: span 1; } }

.resource-grid-item__image-container {
  position: relative;
  max-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%; }

.resource-grid-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.resource-grid-item__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem; }

.resource-grid-item__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  color: var(--color-accent-primary);
  margin-bottom: 0.5rem;
}

.resource-grid-item__headline {
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  color: #ffffff;
}

.resource-grid-item__button {
  margin-top: auto;
  color: var(--color-accent-primary);
}

.filter {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3.125rem;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(10px);
}

.filter__select {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 5rem 0.5rem 1rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}
  @media (min-width: 48.0625rem) {
    .filter__select {
      font-size: 1rem;
      line-height: 1.5;
      padding: 1rem 5rem 1rem 1.5rem; } }

.filter__icon {
  z-index: -1;
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-accent-primary);
}
  @media (min-width: 48.0625rem) {
    .filter__icon {
      right: 24px; } }

.pagination-button {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 600;
  width: 2.25rem;
  height: 2.25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  cursor: pointer;
  color: var(--color-accent-primary);
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
  .pagination-button svg {
    display: block; }
  .pagination-button:hover, .pagination-button--active {
    background-color: var(--color-french-blue);
    color: var(--color-white);
    border-color: var(--color-french-blue); }
  .pagination-button.dots {
  cursor: auto;
  border: none;
  color: var(--color-dark-text-muted);
  background: none;
}
    .pagination-button.dots:hover {
      background: none; }

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.video-modal {
  position: absolute;
  z-index: 1000;
  display: none; }
  .video-modal.is-open {
    display: block; }
  .video-modal[aria-hidden="false"] .video-modal__overlay,
  .video-modal[aria-hidden="false"] .video-modal__container {
    -webkit-animation: mmfadeIn 375ms ease-out;
            animation: mmfadeIn 375ms ease-out; }
  .video-modal[aria-hidden="true"] .video-modal__overlay,
  .video-modal[aria-hidden="true"] .video-modal__container {
    -webkit-animation: mmfadeOut 200ms ease-in;
            animation: mmfadeOut 200ms ease-in; }

.video-modal__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 1.25rem;
  overflow-y: scroll;
  background: rgba(13, 31, 58, 0.95);
  backdrop-filter: blur(10px);
}
  .video-modal__overlay::before {
    content: '';
    position: fixed;
    inset: 0;
    opacity: 0.3; }

.logged-in .video-modal__overlay {
  top: 32px; }

.video-modal__container {
  position: relative;
  width: 60rem;
  height: 39.375rem;
  max-width: 100%;
  margin: auto;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
  .video-modal.is-open .video-modal__container {
    -webkit-transform: none;
            transform: none; }

.video-modal__close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  width: 2rem;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  cursor: pointer;
  background-color: #ffffff;
  color: var(--color-dark-bg);
}
  @media (min-width: 64rem) {
    .video-modal__close {
      width: 3rem; } }
  .is-open .video-modal__close {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
  .video-modal__close:focus, .video-modal__close:hover {
    -webkit-transform: translate(50%, -50%) scale(1.2);
            transform: translate(50%, -50%) scale(1.2); }
  .video-modal__close::before, .video-modal__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 0.125rem;
    background: currentColor; }
  .video-modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .video-modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

.video-modal__iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video-modal__iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.global-banner {
  background-color: black;
  color: var(--color-white);
  padding: 0.75rem 0rem;
  border-bottom: 1px solid rgba(65, 64, 66, 0.2);
  padding-top: 25px;
}

.global-banner__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.global-banner__text {
  font-size: 1.125rem;
  line-height: 1.5;
  color: white;
}

.global-banner__link {
  color: #4f9aff !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1rem;
}

#main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]), #main .gform_wrapper select, #main .gform_wrapper textarea {
  padding: 0.8125rem 1.0625rem;
  border: 1px solid var(--color-onyx);
  color: #ffffff;
  border-radius: 2px;
  font-size: 1rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: inherit;
}
  #main .gform_wrapper input:hover:not([type=radio]):not([type=checkbox]):not([type=submit]), #main .gform_wrapper select:hover, #main .gform_wrapper textarea:hover {
    -webkit-box-shadow: 0 0 0 1px var(--color-onyx);
            box-shadow: 0 0 0 1px var(--color-onyx); }
  #main .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]), #main .gform_wrapper select:focus, #main .gform_wrapper textarea:focus {
    -webkit-box-shadow: 0 0 0 1px var(--color-carolina-blue);
            box-shadow: 0 0 0 1px var(--color-carolina-blue);
    border-color: var(--color-carolina-blue);
    outline: none; }
  #main .gform_wrapper input[aria-invalid=true]:not([type=radio]):not([type=checkbox]):not([type=submit]), #main .gform_wrapper select[aria-invalid=true], #main .gform_wrapper textarea[aria-invalid=true] {
    -webkit-box-shadow: 0 0 0 1px #CF3A0A;
            box-shadow: 0 0 0 1px #CF3A0A;
    border-color: #CF3A0A; }
  #main .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, #main .gform_wrapper select::-webkit-input-placeholder, #main .gform_wrapper textarea::-webkit-input-placeholder {
    color: var(--color-onyx); }
  #main .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, #main .gform_wrapper select::-moz-placeholder, #main .gform_wrapper textarea::-moz-placeholder {
    color: var(--color-onyx); }
  #main .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):-ms-input-placeholder, #main .gform_wrapper select:-ms-input-placeholder, #main .gform_wrapper textarea:-ms-input-placeholder {
    color: var(--color-onyx); }
  #main .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio])::-ms-input-placeholder, #main .gform_wrapper select::-ms-input-placeholder, #main .gform_wrapper textarea::-ms-input-placeholder {
    color: var(--color-onyx); }
  #main .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, #main .gform_wrapper select::placeholder, #main .gform_wrapper textarea::placeholder {
    color: var(--color-onyx); }

#main .gform_wrapper {
  color: var(--color-onyx);
  margin: 3.125rem 0; }
  #main .gform_wrapper .gform_validation_errors {
  margin-bottom: 1.875rem !important;
  background: linear-gradient(135deg, rgba(251, 113, 133, 0.1) 0%, rgba(251, 113, 133, 0.05) 100%);
  border-color: var(--color-accent-warm);
}
  #main .gform_wrapper .gform_required_legend {
    display: none; }
  #main .gform_wrapper .gform_fields {
    grid-row-gap: 0.625rem; }
  #main .gform_wrapper .gfield_description,
  #main .gform_wrapper .gform_description {
    display: none; }
  #main .gform_wrapper .gsection {
  margin-top: 1.875rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
  #main .gform_wrapper .gfield {
    margin-bottom: 0.9375rem; }
  #main .gform_wrapper label,
  #main .gform_wrapper legend {
    margin-bottom: 0.625rem;
    display: block;
    color: inherit;
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.22; }
  #main .gform_wrapper .gfield_error label {
    color: inherit !important; }
  #main .gform_wrapper .hidden_label label {
    display: none; }
  #main .gform_wrapper legend {
    margin-left: 0;
    margin: 0;
    width: 100%; }
  #main .gform_wrapper input[type=radio] + label, #main .gform_wrapper input[type=checkbox] + label {
    display: inline-block;
    margin-left: 0.3125rem; }
  #main .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.86602 10.5C7.48112 11.1667 6.51888 11.1667 6.13397 10.5L0.937821 1.5C0.552921 0.833333 1.03405 0 1.80385 0L12.1962 0C12.966 0 13.4471 0.833333 13.0622 1.5L7.86602 10.5Z' fill='%234f9aff'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position: 0 0, right 0.9375rem center !important;
  color: #9a9fac !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
  background-size: 100% 100%, 14px 11px !important;
}
  #main .gform_wrapper .top_label .gfield_label,
  #main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none !important; }

.nav {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgba(10, 20, 35, 0.95);
  backdrop-filter: blur(20px) saturate(180%);
}
  @media (min-width: 64rem) {
    .nav {
      display: block; } }

.nav__simple {
  display: block; }

.nav__container {
  position: relative;
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem; }

.nav__simple-container {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.nav__secondary {
  text-align: right;
  margin-bottom: 0.625rem; }
  .nav__secondary li {
    display: inline-block;
    margin-left: 1.5rem; }
    .nav__secondary li a {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--color-dark-text-muted);
  text-decoration: none;
  transition: color 250ms ease;
}
      .nav__secondary li a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem; }

.nav__logo-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 12.5rem;
          flex: 1 1 12.5rem; }

.nav__small-logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%; }

.nav__small-logo {
  max-width: 9.375rem; }
  @media (min-width: 30rem) {
    .nav__small-logo {
      max-width: 12.5rem; } }

.nav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem; }
  @media (min-width: 80.0625rem) {
    .nav__main {
      gap: 2rem; } }

.nav__item {
  list-style: none; }
  .nav__item:nth-child(1) {
    position: relative; }

.nav__button {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  color: var(--color-dark-text);
  background-color: transparent;
  border: none;
  white-space: nowrap;
  transition: all 250ms ease;
  padding: 0.5rem 0;
}
  .nav__button::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: var(--color-carolina-blue);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--color-accent-primary) 0%, var(--color-accent-secondary) 100%);
}
  .nav__button:hover::after, .nav__button[aria-expanded='true']::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

.nav__search-button {
  background: none;
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  color: var(--color-dark-text);
  transition: color 250ms ease;
}
  .nav__search-button:hover {
  color: var(--color-accent-primary);
}

.nav__show-desktop {
  display: none; }
  @media (min-width: 64rem) {
    .nav__show-desktop {
      display: list-item; } }

.nav__show-mobile {
  display: list-item; }
  @media (min-width: 64rem) {
    .nav__show-mobile {
      display: none; } }

.mobile-nav {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: rgba(10, 20, 35, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: none;
  backdrop-filter: blur(20px) saturate(180%);
}
  @media (max-width: 63.9375rem) {
    .mobile-nav {
      display: block; } }

.mobile-nav__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.mobile-nav__bar {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobile-nav__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobile-nav__logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.mobile-nav__logo {
  max-width: 12.5rem; }

.mobile-nav__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
  width: 30px;
  height: 30px; }

.mobile-nav__toggle-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 0.25rem;
  border-radius: 1rem;
  background-color: var(--color-accent-primary);
}
  .mobile-nav__toggle[aria-expanded='true'] .mobile-nav__toggle-icon {
    background-color: transparent; }
    .mobile-nav__toggle[aria-expanded='true'] .mobile-nav__toggle-icon::before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .mobile-nav__toggle[aria-expanded='true'] .mobile-nav__toggle-icon::after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .mobile-nav__toggle-icon::before, .mobile-nav__toggle-icon::after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background-color: var(--color-french-blue); }
  .mobile-nav__toggle-icon::before {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem); }
  .mobile-nav__toggle-icon::after {
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem); }

.mobile-nav__slide-out-container {
  position: relative;
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.mobile-nav__slide-out {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--color-dark-surface);
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  -webkit-transition: visibility 0ms ease 500ms, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 0ms ease 500ms, -webkit-transform 500ms ease;
}
  @media (min-width: 48.0625rem) {
    .mobile-nav__slide-out {
      max-width: 25rem; } }
  .js-mobile-nav--open .mobile-nav__slide-out {
    -webkit-transition: visibility 0ms ease 0ms, -webkit-transform 500ms ease;
    transition: visibility 0ms ease 0ms, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 0ms ease 0ms;
    transition: transform 500ms ease, visibility 0ms ease 0ms, -webkit-transform 500ms ease;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible; }

.mobile-nav__list-item {
  color: var(--color-dark-text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 250ms ease;
}
  .mobile-nav__list-item:hover {
  color: var(--color-accent-primary);
}

.mobile-nav__button {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: none;
  padding: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.25rem;
  color: inherit;
  font-family: var(--font-heading);
  cursor: pointer;
  transition: color 250ms ease;
}
  .mobile-nav__button:hover {
  color: var(--color-accent-primary);
}

.mobile-nav__link {
  display: block;
  padding: 1.25rem;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.25rem;
  color: inherit;
  transition: color 250ms ease;
}

.mobile-nav__button-icon {
  position: relative;
  width: 18px;
  height: 0.25rem;
  border-radius: 1rem;
  background-color: var(--color-accent-primary);
}
  .mobile-nav__details[open] .mobile-nav__button-icon::before {
    background-color: transparent; }
  .mobile-nav__button-icon::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: var(--color-accent-primary);
}
  

.mobile-nav__menu {
  max-height: 0px;
  overflow: hidden;
  visibility: hidden; }
  .mobile-nav__list-item--open .mobile-nav__menu {
    visibility: visible;
    max-height: 9999px; }

.mobile-nav__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1.25rem; }

.mobile-nav__cta-button {
  margin-top: 1.5rem;
  -ms-flex-item-align: center;
      align-self: center; }

.moblie-nav__icon-menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.footer {
  background-color: var(--color-french-blue);
  padding: 4rem 0px;
  border-radius: 1.875rem 1.875rem 0rem 0rem;
  background: linear-gradient(135deg, #1a3a5c 0%, #0d1f3a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
  @media (min-width: 30rem) {
    .footer {
      border-radius: calc(3.75vw + 0.75rem) calc(3.75vw + 0.75rem) 0rem 0rem; } }
  @media (min-width: 80rem) {
    .footer {
      border-radius: 3.75rem 3.75rem 0rem 0rem; } }

.footer__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.footer__primary {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 1.5rem;
}
  @media (min-width: 64.0625rem) {
    .footer__primary {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-column-gap: 5rem;
         -moz-column-gap: 5rem;
              column-gap: 5rem; } }

.footer__logo-container {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.footer__nav {
  max-width: 56.25rem;
  width: 100%; }

.footer__list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem; }
  @media (min-width: 40.0625rem) {
    .footer__list-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 2.5rem;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 40rem) {
    .footer__list-container > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem; } }
  .footer__list-container > li > a {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 1.25rem;
  text-decoration: none;
  transition: color 250ms ease;
}
  .footer__list-container .sub-menu li + li {
    margin-top: 0.5rem; }
  .footer__list-container li a {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color-white);
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    text-decoration: none; }
    .footer__list-container li a:hover {
  text-decoration: underline;
  color: var(--color-accent-primary);
}

.footer__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 64.0625rem) {
    .footer__secondary {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.footer__copy {
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--color-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.footer__copy-links li {
  display: inline-block;
  margin-right: 0.9375rem; }
  .footer__copy-links li:after {
  content: '|';
  margin-left: 0.9375rem;
  opacity: 0.3;
}
  .footer__copy-links li:last-child:after {
    content: ''; }

.footer__copy-links li a {
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease; }
  .footer__copy-links li a:hover {
  text-decoration: underline;
  color: var(--color-accent-primary);
}

.footer__social-link {
  color: var(--color-white);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  display: inline-block; }
  .footer__social-link + .footer__social-link {
    margin-left: 0.75rem; }
  .footer__social-link:hover {
  color: var(--color-accent-primary);
}

.footer__social-icon {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 2.5rem;
  max-height: 2.5rem; }

.simple-footer {
  background-color: var(--color-french-blue);
  padding: 4.0625rem 0rem;
  border-radius: 3.75rem 3.75rem 0rem 0rem;
  background: linear-gradient(135deg, #1a3a5c 0%, #0d1f3a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.simple-footer__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.simple-footer__content {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-white);
}

.simple-footer__copy-links li {
  display: inline-block;
  margin-right: 0.9375rem; }
  .simple-footer__copy-links li:after {
  content: '|';
  margin-left: 0.9375rem;
  opacity: 0.3;
}
  .simple-footer__copy-links li:last-child:after {
    content: ''; }

.simple-footer__copy-links li a {
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease; }
  .simple-footer__copy-links li a:hover {
  text-decoration: underline;
  color: var(--color-accent-primary);
}

.hero__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 48.0625rem) {
    .hero__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 2.5rem; } }

.hero__text-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34.375rem;
          flex: 0 1 34.375rem; }

.hero__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: var(--section-text, var(--color-accent-primary));
  margin-bottom: 1.25rem;
}

.hero__headline {
  font-weight: 600;
  line-height: 1.15;
  font-size: 2.125rem;
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  color: var(--section-text, #ffffff);
  font-family: var(--font-heading);
  letter-spacing: -0.03em;
}
  @media (min-width: 80rem) {
    .hero__headline {
      font-size: 2.75rem; } }
  .hero__headline::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3rem;
  height: 0.3125rem;
  background-color: var(--color-carolina-blue);
  background: linear-gradient(90deg, var(--color-accent-primary) 0%, var(--color-accent-secondary) 100%);
}

.hero__headline--no-eyebrow::before {
  display: none; }

.hero__text {
  color: var(--section-text, var(--color-dark-text));
  line-height: 1.7;
}

.hero__image-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 2 43.75rem;
          flex: 0 2 43.75rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 48.0625rem) {
    .hero__image-content {
      margin-bottom: 0px; } }

.hero__image {
  width: 100%;
  border-radius: 1.5625rem;
  overflow: hidden; }

.video-hero__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 48.0625rem) {
    .video-hero__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 3rem; } }

.video-hero__text-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34.375rem;
          flex: 0 1 34.375rem; }

.video-hero__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: var(--section-text, var(--color-accent-primary));
  margin-bottom: 1.25rem;
}

.video-hero__headline {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2rem;
  color: var(--section-text, #ffffff);
  margin-bottom: 1.5rem;
  font-family: var(--font-heading);
  letter-spacing: -0.03em;
}
  @media (min-width: 80rem) {
    .video-hero__headline {
      font-size: 2.625rem; } }

.video-hero__text {
  color: var(--section-text, var(--color-dark-text));
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.video-hero__image-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37.5rem;
          flex: 0 1 37.5rem;
  position: relative;
  margin-bottom: 1.5rem; }
  @media (min-width: 48.0625rem) {
    .video-hero__image-content {
      margin-bottom: 0px; } }

.video-hero__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--color-white);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  cursor: pointer; }
  .video-hero__play:hover {
    color: var(--color-prussian-blue); }

.video-hero__image {
  border-radius: 1.5625rem;
  width: 100%; }

.graphic-hero__container {
  width: 68.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }

.graphic-hero__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: var(--section-text, var(--color-accent-primary));
  margin-bottom: 1.25rem;
}

.graphic-hero__headline {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2rem;
  color: var(--section-text, #ffffff);
  margin-bottom: 1.5rem;
  max-width: 52.5rem;
  font-family: var(--font-heading);
  letter-spacing: -0.03em;
}
  @media (min-width: 80rem) {
    .graphic-hero__headline {
      font-size: 2.625rem; } }

.graphpic-hero__text {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 38.75rem;
  color: var(--section-text, var(--color-dark-text));
}

.graphic-hero__image {
  margin-bottom: 2rem;
  border-radius: 25px; }

.stat-cards__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem; }
  .stat-cards__container .stat-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 15.625rem;
            flex: 1 1 15.625rem; }
    @media (min-width: 40.0625rem) {
      .stat-cards__container .stat-card {
        max-width: 18.75rem; } }

.stat-card {
  padding: 2rem 1.5rem;
  border-radius: 0.9375rem;
  background-color: var(--color-light-gray);
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.stat-card__headline {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 66px;
  color: var(--color-accent-primary);
  margin-bottom: 0.75rem;
}

.stat-card__text a {
  color: var(--color-accent-primary);
}

.text-media__container {
  width: 68.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 48.0625rem) {
    .text-media__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 2rem; } }

.text-media--image-right .text-media__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.text-media__image-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28.125rem;
          flex: 0 1 28.125rem; }

.text-media__image {
  width: 100%;
  margin-bottom: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain; }
  @media (min-width: 48.0625rem) {
    .text-media__image {
      margin-bottom: 0px; } }

.text-media__text-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.25rem;
          flex: 0 1 31.25rem; }

.text-media__headline {
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  color: #ffffff;
}
  @media (min-width: 80rem) {
    .text-media__headline {
      font-size: 1.875rem; } }
  .text-media__headline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 3rem;
  height: 0.3125rem;
  background-color: var(--color-carolina-blue);
  background: linear-gradient(90deg, var(--color-accent-primary) 0%, var(--color-accent-secondary) 100%);
}
  .text-media__headline--no-eyebrow {
  padding-top: 0;
}
  .text-media__headline--no-eyebrow::before {
  display: none;
}

.text-media__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: var(--section-text, var(--color-accent-primary));
  margin-bottom: 1.25rem;
}

.text-media__text {
  margin-bottom: 1.5rem;
  color: var(--color-dark-text);
}

.quote__container {
  width: 55.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.quote__content {
  padding-left: 2rem;
  position: relative; }
  @media (min-width: 48.0625rem) {
    .quote__content {
      padding-left: 3rem; } }
  .quote__content::before {
  content: '“';
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  color: #2874bb;
}
    @media (min-width: 48.0625rem) {
      .quote__content::before {
        font-size: 5rem; } }

.quote__text {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  font-size: 1.5rem;
}
  @media (min-width: 48.0625rem) {
    .quote__text {
      font-size: 2.125rem; } }

.quote__attribution-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1.5rem;
  margin-top: 3rem; }

.quote__attribution {
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-accent-primary);
}

.quote__name {
  font-weight: 600;
  color: #ffffff;
}

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

.text-block__container {
  width: 55.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.text-block__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 1rem;
  letter-spacing: 0.11em;
  color: var(--section-text, var(--color-accent-primary));
  margin-bottom: 1rem;
}

.text-block__headline {
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.5rem;
  color: var(--section-text, #ffffff);
  margin-bottom: 2rem;
  position: relative;
  padding-top: 1.5rem;
}
  .text-block__headline::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3rem;
  height: 0.3125rem;
  background: linear-gradient(90deg, var(--color-accent-primary) 0%, var(--color-accent-secondary) 100%);
}
  .text-block__headline--no-eyebrow {
  padding-top: 0;
}
  .text-block__headline--no-eyebrow::before {
  display: none;
}

.text-block--centered .text-block__headline::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

  @media (min-width: 80rem) {
    .text-block__headline {
      font-size: 1.875rem; } }

.text-block__text {
  margin-bottom: 1.5rem;
  color: var(--section-text, var(--color-dark-text));
}

.text-form__container {
  width: 68.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 48.0625rem) {
    .text-form__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 2rem; } }

.text-form__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.25rem;
          flex: 0 1 31.25rem; }

.text-form__eyebrow {
  position: relative;
  padding-bottom: 1.5rem; }
  .text-form__eyebrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 3rem;
  height: 0.3125rem;
  background-color: var(--section-text, var(--color-denim));
  background: linear-gradient(90deg, var(--color-accent-primary) 0%, var(--color-accent-secondary) 100%);
}

.text-form__text {
  color: var(--section-text, var(--color-dark-text));
}

/* increased specificity to override _gform.scss */
#main .text-form__text .gform_wrapper {
  margin: 0px; }

.text-form__text .gform_legacy_markup_wrapper .gform_fields {
  margin-top: -16px !important; }

.cards__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.cards__headline {
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.375rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
  @media (min-width: 80rem) {
    .cards__headline {
      font-size: 1.625rem; } }

.cards__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem; }

.card {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 18.75rem;
  flex: 1 1 18.75rem;
  max-width: 25rem;
  border-radius: 0.625rem;
  padding: 2.5rem;
  background-color: var(--color-light-gray);
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
  box-shadow: var(--shadow-md);
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}
  .card:hover {
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.26);
  box-shadow: var(--shadow-xl);
  border-color: var(--color-accent-primary);
}

.card__icon {
  max-width: 46px;
  max-height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 1rem;
}

.card__headline {
  font-weight: 600;
  line-height: 1.33;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.card__text {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: var(--color-dark-text);
}

.card__button {
  text-transform: uppercase;
  color: var(--color-accent-primary);
}
  .card__button::after {
    content: '';
    position: absolute;
    inset: 0; }

.navigation-cards__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.navigation-cards__text-content {
  margin-bottom: 3rem; }
  @media (min-width: 48.0625rem) {
    .navigation-cards__text-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem; } }

.navigation-cards__headline {
  font-weight: 600;
  line-height: 1.22;
  font-size: 2rem;
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 43.75rem;
  flex: 0 1 43.75rem;
  margin-bottom: 1.5rem;
}
  @media (min-width: 30rem) {
    .navigation-cards__headline {
      font-size: calc(0.5vw + 1.85rem); } }
  @media (min-width: 80rem) {
    .navigation-cards__headline {
      font-size: 2.25rem; } }
  @media (min-width: 48.0625rem) {
    .navigation-cards__headline {
      margin-bottom: 0px; } }

.navigation-cards__text {
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.25rem;
          flex: 0 1 31.25rem; }

.navigation-cards__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 1fr;
  gap: 1.5rem; }

.navigation-card {
  position: relative;
  background-color: var(--color-white);
  padding: 1.5rem;
  border-radius: 0.625rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
  box-shadow: var(--shadow-md);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.navigation-card__headline {
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
  cursor: pointer;
  text-decoration: none;
}
  .navigation-card__headline::after {
    content: '';
    position: absolute;
    inset: 0; }
  .navigation-card__headline--no-pointer {
    cursor: auto; }

.navigation-card__text {
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-dark-text);
}

.navigation-card__icon {
  color: var(--color-accent-primary);
  margin-left: auto;
  margin-top: auto;
  padding-top: 2rem;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
  .navigation-card:hover .navigation-card__icon {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }

.callout-cards__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.callout-cards__headline {
  font-weight: 600;
  line-height: 1.33;
  font-size: 1.5rem;
  color: #2874bb;
  padding-bottom: 1rem;
  border-bottom: 1px solid #2874bb !important;
  margin-bottom: 2rem;
}

.callout-cards__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem; }
  .callout-cards__grid .callout-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 18.75rem;
            flex: 1 1 18.75rem;
    max-width: 25rem; }

.callout-card {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  min-height: 25rem;
  width: 100%;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13); }
  .callout-card:hover .callout-card__slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.callout-card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; }

.callout-card__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: var(--color-white); }

.callout-card__headline {
  font-weight: 600;
  line-height: 1.33;
  font-size: 1.5rem;
  padding: 2.5rem 2.5rem 1.5rem 2.5rem;
  background-color: #003458;
}

.callout-card__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  overflow: hidden;
  background-color: #003458;
  -webkit-transition: -webkit-box-flex 500ms ease;
  transition: flex 500ms ease, -webkit-box-flex 500ms ease, -ms-flex 500ms ease;
}

.callout-card__slide-content {
  padding: 0 2.5rem 2.5rem 2.5rem; }

.callout-card__text {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 2rem; }

.callout-card__button {
  color: var(--color-white); }

.icon-cards {
}

.icon-cards__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.icon-cards__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: var(--color-accent-primary);
  margin-bottom: 1rem;
  text-align: center;
}

.icon-cards__headline {
  font-weight: 600;
  line-height: 1.22;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 4rem;
  text-align: center;
  max-width: 52.5rem;
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
}
  @media (min-width: 30rem) {
    .icon-cards__headline {
      font-size: calc(0.5vw + 1.85rem); } }
  @media (min-width: 80rem) {
    .icon-cards__headline {
      font-size: 2.25rem; } }

.icon-cards__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.icon-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 18.75rem;
  flex: 1 0 18.75rem;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 0.625rem;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
  box-shadow: var(--shadow-md);
  max-width: 25rem;
  position: relative;
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}
  .icon-card--link:hover {
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.26);
  box-shadow: var(--shadow-xl);
  border-color: var(--color-accent-primary);
}

.icon-card__icon {
  max-width: 35;
  max-height: 35;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem; }

.icon-card__headline {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
}

.icon-card__text {
  margin-bottom: 0.75rem;
  color: var(--color-dark-text);
}

.icon-card__button {
  text-transform: uppercase;
  color: var(--color-accent-primary);
}
  .icon-card__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cta {
  }
  .cta--bg-pattern {
    --cta-text-color: var(--color-white); }

.cta__container {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 1.5625rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(10px);
}
  .cta--bg-pattern .cta__container {
  background: linear-gradient(135deg, 
    rgba(79, 154, 255, 0.1) 0%, 
    rgba(99, 102, 241, 0.08) 50%, 
    rgba(79, 154, 255, 0.05) 100%);
  border-color: rgba(255, 255, 255, 0.12);
}

.cta__content {
  max-width: 48.75rem; }

.cta__headline {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.75rem;
  color: var(--cta-text-color, #ffffff);
  margin-bottom: 1.5rem;
}
  @media (min-width: 80rem) {
    .cta__headline {
      font-size: 2.125rem; } }

.cta__text {
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--cta-text-color, var(--color-dark-text));
  margin-bottom: 1.5rem;
}

.icon-columns {
}

.icon-columns__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--section-bg); }
  .icon-columns--styled-borders .icon-columns__container {
    border-radius: 3.75rem 0rem; }

.icon-columns__text {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.icon-columns__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 1rem;
  letter-spacing: 0.11em;
  color: var(--section-text, var(--color-accent-primary));
  margin-bottom: 1rem;
  text-align: center;
}

.icon-columns__headline {
  font-weight: 600;
  line-height: 1.22;
  font-size: 2rem;
  text-align: center;
  color: var(--section-text, #ffffff);
  max-width: 50rem;
  margin-bottom: 4rem;
}
  @media (min-width: 30rem) {
    .icon-columns__headline {
      font-size: calc(0.5vw + 1.85rem); } }
  @media (min-width: 80rem) {
    .icon-columns__headline {
      font-size: 2.25rem; } }

.icon-columns__grid {
  width: 66.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  gap: 1.25rem;
  text-align: center;
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 48.0625rem) {
    .icon-columns__grid {
      text-align: left;
      gap: 2.5rem;
      grid-template-columns: repeat(4, 1fr); } }

.icon-column__icon {
  max-height: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem; }

.icon-column__headline {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.15;
  color: var(--section-text, #ffffff);
  margin-bottom: 0.5rem;
}
  @media (min-width: 30rem) {
    .icon-column__headline {
      font-size: calc(0.5vw + 2.1rem); } }
  @media (min-width: 80rem) {
    .icon-column__headline {
      font-size: 2.5rem; } }

.icon-column__subhead {
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--section-text, var(--color-dark-text));
}

.icon-grid {
}

.icon-grid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--section-bg); }
  .icon-grid--styled-borders .icon-grid__container {
    border-radius: 3.75rem 0rem; }

.icon-grid__text {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.icon-grid__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 1rem;
  letter-spacing: 0.11em;
  color: var(--section-text, var(--color-accent-primary));
  margin-bottom: 1rem;
  text-align: center;
}

.icon-grid__headline {
  font-weight: 600;
  line-height: 1.22;
  font-size: 2rem;
  text-align: center;
  color: var(--section-text, #ffffff);
  max-width: 50rem;
  margin-bottom: 4rem;
}
  @media (min-width: 30rem) {
    .icon-grid__headline {
      font-size: calc(0.5vw + 1.85rem); } }
  @media (min-width: 80rem) {
    .icon-grid__headline {
      font-size: 2.25rem; } }

.icon-grid__grid {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

.icon-grid-item__icon {
  max-height: 3.75rem;
  margin-bottom: 1.5rem; }

.icon-grid-item__headline {
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.25rem;
  color: var(--section-text, #ffffff);
  margin-bottom: 1.5rem;
}

.icon-grid-item__text {
  font-size: 18px;
  line-height: 1.5;
  color: var(--section-text, var(--color-dark-text));
}

.icon-grid-item__button {
  margin-top: 1.5rem;
  color: var(--section-text, var(--color-accent-primary));
}

@media (max-width: 47.9375rem) {
  .tabs {
    display: none; } }

.tabs--bg-light-blue {
  background-color: var(--color-dark-bg);
}

.tabs__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.tabs__inner-container {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  background-color: var(--color-alice-blue);
  background: linear-gradient(135deg, rgba(79, 154, 255, 0.08) 0%, #001625 100%);
}

.tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 72.5rem;
  width: 100%;
  padding: 2.5rem 0rem; }
  @media (min-width: 30rem) {
    .tabs__content {
      padding: calc(5vw + 1rem) 0rem; } }
  @media (min-width: 80rem) {
    .tabs__content {
      padding: 5rem 0rem; } }

.tabs__headline {
  font-weight: 600;
  line-height: 1.22;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  text-align: center;
  color: #ffffff;
}
  @media (min-width: 30rem) {
    .tabs__headline {
      font-size: calc(0.5vw + 1.85rem); } }
  @media (min-width: 80rem) {
    .tabs__headline {
      font-size: 2.25rem; } }

.tabs__nav {
  display: flex;
  position: relative;
  border-radius: 2rem;
  margin-bottom: 4rem;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.03);
  overflow-x: auto;
}

.tabs__nav-slider {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 2rem;
  background-color: var(--color-white);
  -webkit-transition: left 400ms ease, width 200ms ease;
  transition: left 400ms ease, width 200ms ease;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: var(--shadow-sm);
}

.tabs__nav-item {
  font-size: 1.0625rem;
  line-height: 1.41;
  z-index: 1;
  border: none;
  border-radius: 2rem;
  padding: 1rem 1.25rem;
  background: none;
  color: #e3e3e3;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
  .tabs__nav-item:hover {
  color: var(--color-accent-primary);
}

.js-tab__nav-item--active {
  color: #ffffff;
}

.tab {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  pointer-events: none; }
  .tab.js-tab--active {
    pointer-events: all;
    max-height: 62.5rem;
    opacity: 1; }
  @media (min-width: 48.0625rem) {
    .tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 2.5rem; }
      .tabs--image-right .tab {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }

.tab__image-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38.75rem;
          flex: 0 1 38.75rem; }
  @media (max-width: 48rem) {
    .tab__image-content {
      margin-bottom: 1.5rem; } }

.tab__image {
  border-radius: 1.5625rem;
  width: 100%; }

.tab__text-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28.125rem;
          flex: 0 1 28.125rem; }

.tab__headline {
  font-weight: 600;
  line-height: 1.33;
  font-size: 1.5rem;
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .tab__headline::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3rem;
  height: 0.3125rem;
  background-color: var(--color-carolina-blue);
  background: linear-gradient(90deg, var(--color-accent-primary) 0%, var(--color-accent-secondary) 100%);
}

.tab__text {
  font-size: 1.125rem;
  line-height: 1.5; }

.tab__button {
  margin-top: 2rem;
  color: var(--color-accent-primary);
  text-transform: uppercase;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
  .tab__button:hover {
  color: #ffffff;
}

.resource-cards__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.resource-cards__headline {
  font-weight: 600;
  line-height: 1.33;
  font-size: 1.5rem;
  color: #ffffff;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 2rem;
}

.resource-cards__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem; }
  .resource-cards__grid .resource-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 15.625rem;
            flex: 1 1 15.625rem;
    max-width: 25rem; }

.resource-card {
  position: relative;
  color: var(--color-white);
  border-radius: 1.5625rem;
  min-height: 28.125rem;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .resource-card::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 94, 177, 0)), color-stop(19.27%, rgba(5, 84, 158, 0.73)), color-stop(72.4%, #05549E));
    background: linear-gradient(180deg, rgba(8, 94, 177, 0) 0%, rgba(5, 84, 158, 0.73) 19.27%, #05549E 72.4%); }

.resource-card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.resource-card__content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: auto;
  padding: 2.5rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }
  .resource-card:hover .resource-card__content {
  background-color: rgb(17 54 98);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.resource-card__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 1rem;
  letter-spacing: 0.11em;
  margin-bottom: 1rem; }

.resource-card__headline {
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.25rem;
  margin-bottom: 0.75rem; }

.resource-card__link {
  color: var(--color-white);
  text-transform: uppercase; }
  .resource-card__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.testimonial-slider {
  overflow: hidden;
}

.testimonial-slider__container {
}
  .testimonial-slider--styled-borders .testimonial-slider__container {
    border-radius: 3.75rem 0rem; }

.js-swiper-button-prev,
.js-swiper-button-next {
  display: none; }

.testimonial-slider .swiper-slide {
  height: auto !important; }

.testimonial-slide {
  width: 73.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48.0625rem) {
    .testimonial-slide {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 2.5rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .testimonial-slide--hide-image {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .testimonial-slider--image-right .testimonial-slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }

.testimonial-slide__image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem; }
  .testimonial-slide--hide-image .testimonial-slide__image-content {
    display: none; }
  @media (min-width: 48.0625rem) {
    .testimonial-slide__image-content {
      max-width: 21.875rem;
      margin-bottom: 0;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.testimonial-slide__image {
  border-radius: 1.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  display: inline-block;
  max-width: 29.6875rem; }

.testimonial-slide__text-content {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .testimonial-slide--hide-image .testimonial-slide__text-content {
    margin: 0 auto; }

.testimonial-slide__text-container {
  margin-top: auto; }

.testimonial-slide__rating-image {
  margin-bottom: 2.5rem;
  max-width: 19.6875rem; }

.testimonial-slide__headline {
  font-weight: 600;
  line-height: 1.33;
  font-size: 1.5rem;
  color: var(--section-text, #ffffff);
  margin-bottom: 1.5rem;
}

.testimonial-slide__text {
  color: var(--section-text, var(--color-dark-text));
  margin-bottom: 2.5rem;
}

.testimonial-slide__buttons {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.testimonial-slide__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem; }

.testimonial-slide__navigation-button {
  padding: 1rem;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  cursor: pointer;
  color: var(--section-text, #ffffff);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
  .testimonial-slide__navigation-button svg {
  color: var(--section-text, var(--color-accent-primary));
  display: block;
}
  .testimonial-slide__navigation-button:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--color-accent-primary);
}
    .testimonial-slide__navigation-button:hover svg {
  color: #ffffff;
}

.video-cards__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.video-cards__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 1rem;
  letter-spacing: 0.11em;
  margin-bottom: 1rem;
  color: var(--color-accent-primary);
}
  .video-cards--center-text .video-cards__eyebrow {
    text-align: center; }

.video-cards__headline {
  font-weight: 600;
  line-height: 1.22;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
  @media (min-width: 30rem) {
    .video-cards__headline {
      font-size: calc(0.5vw + 1.85rem); } }
  @media (min-width: 80rem) {
    .video-cards__headline {
      font-size: 2.25rem; } }
  .video-cards--center-text .video-cards__headline {
  text-align: center;
  border: none;
  padding: 0px;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.video-cards__grid {
  text-align: left;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
  @media (min-width: 48.0625rem) {
    .video-cards__grid {
      gap: 2.5rem; } }

.video-card {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: var(--color-light-gray);
  padding: 1.5rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.13);
  box-shadow: var(--shadow-md);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.video-card__headline {
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.video-card__link {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
  .video-card__link::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }

.video-card__image-container {
  position: relative;
  margin-top: auto;
  max-height: 12.5rem;
  overflow: hidden; }

.video-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--color-accent-primary);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}
  .video-card__play:hover {
  color: #ffffff;
  transform: translate(-50%, -50%) scale(1.1);
}

.video-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media (min-width: 48rem) {
  .mobile-tabs {
    display: none; } }

.mobile-tabs__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 2rem;
  background-color: var(--color-alice-blue);
  background: linear-gradient(135deg, rgba(79, 154, 255, 0.08) 0%, rgba(99, 102, 241, 0.06) 100%);
}

.mobile-tabs__content {
  padding: 2.5rem 0px; }

.mobile-tabs__headline {
  font-weight: 600;
  line-height: 1.22;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  text-align: center;
  color: #ffffff;
}
  @media (min-width: 30rem) {
    .mobile-tabs__headline {
      font-size: calc(0.5vw + 1.85rem); } }
  @media (min-width: 80rem) {
    .mobile-tabs__headline {
      font-size: 2.25rem; } }

.mobile-tabs__details {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-tabs__summary {
  display: flex;
  color: var(--color-dark-text);
  list-style: none;
  padding: 0.625rem 0px;
}
  .mobile-tabs__details[open] .mobile-tabs__summary {
  color: #ffffff;
}
  .mobile-tabs__summary::-webkit-details-marker {
    list-style: none;
    display: none; }
  .mobile-tabs__summary:focus {
    outline: none; }

.mobile-tabs__summary-icon {
  display: block;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease; }
  .mobile-tabs__details[open] .mobile-tabs__summary-icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.mobile-tab {
  padding: 1.25rem 0px; }

.mobile-tab__image-content {
  margin-bottom: 1.5rem; }

.mobile-tab__image {
  border-radius: 1.5625rem;
  width: 100%; }

.mobile-tab__text-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28.125rem;
          flex: 0 1 28.125rem; }

.mobile-tab__headline {
  font-weight: 600;
  line-height: 1.22;
  font-size: 2rem;
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
  @media (min-width: 30rem) {
    .mobile-tab__headline {
      font-size: calc(0.5vw + 1.85rem); } }
  @media (min-width: 80rem) {
    .mobile-tab__headline {
      font-size: 2.25rem; } }
  .mobile-tab__headline::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3rem;
  height: 0.3125rem;
  background-color: var(--color-carolina-blue);
  background: linear-gradient(90deg, var(--color-accent-primary) 0%, var(--color-accent-secondary) 100%);
}

.mobile-tab__text {
  font-size: 1rem;
  line-height: 1.5; }

.mobile-tab__button {
  margin-top: 2rem;
  color: var(--color-accent-primary);
  text-transform: uppercase;
}

.simple-header__container {
  width: 52.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center; }

.simple-header__eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
  font-size: 1rem;
  letter-spacing: 0.11em;
  color: var(--section-text, var(--color-accent-primary));
  margin-bottom: 1.5625rem;
}

.simple-header__headline {
  font-weight: 600;
  line-height: 1.17;
  font-size: 2.5rem;
  color: var(--section-text, #ffffff);
  margin-bottom: 1.5625rem;
}
  @media (min-width: 30rem) {
    .simple-header__headline {
      font-size: calc(1vw + 2.2rem); } }
  @media (min-width: 80rem) {
    .simple-header__headline {
      font-size: 3rem; } }

.simple-header__text {
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--section-text, var(--color-dark-text));
}

.logo-list {
  position: relative;
}

.logo-list__container {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem; }

.logo-list__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem; }

.logo-list__swiper-slide.swiper-slide {
  height: auto !important; }

.logo-list__swiper-button {
  background: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  cursor: pointer;
  color: var(--section-text, #ffffff);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
  .logo-list__swiper-button svg {
  color: var(--section-text, var(--color-accent-primary));
  display: block;
}
  .logo-list__swiper-button:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--color-accent-primary);
}
    .logo-list__swiper-button:hover svg {
  color: #ffffff;
}


/* ============================================================================
   ELEMENTOR FRONTEND OVERRIDES (from former acs/style.css)
   ============================================================================ */

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none !important;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

/* Remove the column editor */
.elementor-editor-column-settings {
  display: none !important;
}

.elementor-editor-element-settings {
  display: none !important;
}

.elementor-section {
  margin-bottom: 0;
}

#elementor-panel-category-basic {
  display: none !important;
}

.elementor-tab-control-advanced {
  display: none !important;
}

#elementor-panel-category-theme-elements-single {
  display: none !important;
}

#elementor-section:last-of-type {
  margin-bottom: 0;
}

.elementor-editor-element-edit {
  display: none !important;
}

.elementor-add-section-area-button {
  display: none !important;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.elementor img {
  max-width: 100% !important;
}

/* ============================================================================
   DARK MODE
   ============================================================================ */

/* ============================================================================
   CHILD THEME - BASE MODIFICATIONS
   ============================================================================ */

#main .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
#main .gform_wrapper select::placeholder,
#main .gform_wrapper textarea::placeholder {
  color: #9a9fac;
}

#main .gform_wrapper input:-webkit-autofill,
#main .gform_wrapper input:-webkit-autofill:hover,
#main .gform_wrapper input:-webkit-autofill:focus,
#main .gform_wrapper input:-webkit-autofill:active,
#main .gform_wrapper textarea:-webkit-autofill,
#main .gform_wrapper textarea:-webkit-autofill:hover,
#main .gform_wrapper textarea:-webkit-autofill:focus,
#main .gform_wrapper textarea:-webkit-autofill:active,
#main .gform_wrapper select:-webkit-autofill,
#main .gform_wrapper select:-webkit-autofill:hover,
#main .gform_wrapper select:-webkit-autofill:focus,
#main .gform_wrapper select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #1a2332 inset !important;
  box-shadow: 0 0 0 1000px #1a2332 inset !important;
  -webkit-text-fill-color: #ffffff !important;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
}

#main .gform_wrapper select:not(:invalid) {
  color: #ffffff !important;
}

#main .gform_wrapper select option {
  color: #ffffff !important;
  background: #1a2332 !important;
}

#main .gform_wrapper select option:first-child {
  color: #9a9fac !important;
}

.text-form--right-left .text-form__container {
  flex-direction: row-reverse;
}

.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  font-family: var(--font-heading);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.button--light:hover {
  background: linear-gradient(45deg, rgba(40, 116, 187, 0.2) 0%, rgba(0, 0, 0, 0.25) 100%);
  border: 2px solid #2874bb;
  box-shadow: 0 6px 20px rgba(40, 116, 187, 0.4);
  transform: translateY(-1px);
}

.arrow-button:hover {
  color: var(--color-accent-primary);
}

.dropdown__link:hover {
  color: #ffffff;
}

.search-dropdown__button:hover {
  color: #ffffff;
}

.nav-menu__link:hover {
  color: var(--color-accent-primary);
}

.mobile-nav-menu__link:hover {
  color: var(--color-accent-primary);
}

.nav__button:hover {
  color: #ffffff;
}

.mobile-nav__toggle-icon::before,
.mobile-nav__toggle-icon::after {
  background-color: var(--color-accent-primary);
}

.mobile-nav__link:hover {
  color: var(--color-accent-primary);
}

.footer__list-container > li > a:hover {
  color: var(--color-accent-primary);
}

.footer__social-link svg.footer__social-icon {
  filter: invert(1) grayscale(1) contrast(8);
}

.stat-card__text a:hover {
  color: #ffffff;
}

.icon-card__button:hover {
  color: #ffffff;
}

.card__button:hover {
  color: #ffffff;
}

.resource-card .resource-card__content {
    background-color: rgb(17 54 98);
}

.icon-grid-item__text ul li a {
  color: #4f9aff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.icon-grid-item__text ul li a:hover {
  color: #ffffff;
}

.icon-grid-item__button:hover {
  color: #ffffff;
}

.icon-grid-item__text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.icon-grid-item__text li {
  margin-bottom: 6px;
}

.tab__text-content a {
  color: #4f9aff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tab__text-content a:hover {
  color: #ffffff;
}

.js-tab--active {
  max-height: none !important;
}

.mobile-tab__button:hover {
  color: #ffffff;
}

.video-card:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--color-accent-primary);
}

.detail-content__readmore-button:hover {
  color: #ffffff;
}

.a2a_kit .share-icon:hover,
.share-icon:hover {
  color: #091424;
}

.resource-grid-item:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--color-accent-primary);
}

.resource-grid-item__button:hover {
  color: #ffffff;
}

.filter__select option {
  background-color: var(--color-dark-surface);
  color: #ffffff;
}

.pagination-button:hover {
  border-color: var(--color-accent-primary);
  background: rgba(79, 154, 255, 0.1);
}

.video-modal__close:hover {
  transform: scale(1.1);
}

#main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]),
#main .gform_wrapper select,
#main .gform_wrapper textarea {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(10px);
}

#main .gform_wrapper input:hover:not([type=radio]):not([type=checkbox]):not([type=submit]),
#main .gform_wrapper select:hover,
#main .gform_wrapper textarea:hover {
  box-shadow: 0 0 0 1px var(--color-accent-primary);
  border-color: var(--color-accent-primary);
  background: rgba(255, 255, 255, 0.06);
}

#main .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]),
#main .gform_wrapper select:focus,
#main .gform_wrapper textarea:focus {
  box-shadow: 0 0 0 2px var(--color-accent-primary);
  border-color: var(--color-accent-primary);
  background: rgba(255, 255, 255, 0.08);
}

#main .gform_wrapper input[aria-invalid=true]:not([type=radio]):not([type=checkbox]):not([type=submit]),
#main .gform_wrapper select[aria-invalid=true],
#main .gform_wrapper textarea[aria-invalid=true] {
  box-shadow: 0 0 0 1px var(--color-accent-warm);
  border-color: var(--color-accent-warm);
}

#main .gform_wrapper input[type=radio] + label,
#main .gform_wrapper input[type=checkbox] + label {
  color: var(--color-dark-text);
}


.text-form {
}

.text-form.section--bg-white {
  background: linear-gradient(135deg, #003458 0%, #0d1e39 100%);
}

.stat-card__text {
  color: var(--color-dark-text);
}

.video-card__text {
  color: var(--color-dark-text);
}

.text-form-cta {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.text-form-cta__headline {
  color: #ffffff;
}

.text-form-cta__text {
  color: var(--color-dark-text);
}

/* ============================================================================
   Blog Tables
   ============================================================================ */

.accounting-seed-custom-table-container {
  margin: 30px 0 !important;
  overflow-x: auto !important;
}

table.accounting-seed-custom-table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: linear-gradient(
    135deg,
    rgba(13, 31, 58, 0.9) 0%,
    rgba(19, 44, 86, 0.8) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.4),
    0 5px 10px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(10px) !important;
}

table.accounting-seed-custom-table thead {
  background: linear-gradient(
    135deg,
    rgba(79, 154, 255, 0.15) 0%,
    rgba(99, 102, 241, 0.12) 100%
  ) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
}

table.accounting-seed-custom-table th {
  padding: 16px 20px !important;
  text-align: left !important;
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  color: #ffffff !important;
  letter-spacing: 0.01em !important;
  background: #003458 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

table.accounting-seed-custom-table th:first-child {
  border-top-left-radius: 12px !important;
}

table.accounting-seed-custom-table th:last-child {
  border-top-right-radius: 12px !important;
  border-right: none !important;
}

table.accounting-seed-custom-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  transition: background-color 0.2s ease !important;
  background: transparent !important;
}

table.accounting-seed-custom-table tbody tr:hover {
  background: #003458 !important;
}

table.accounting-seed-custom-table tbody tr:last-child {
  border-bottom: none !important;
}

table.accounting-seed-custom-table td {
  padding: 14px 20px !important;
  color: #e8eaed !important;
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
  vertical-align: top !important;
  background: transparent !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
}

table.accounting-seed-custom-table td:first-child {
  font-weight: 600 !important;
  color: #9aa0ac !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.5px !important;
}

table.accounting-seed-custom-table td:last-child {
  border-right: none !important;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(232, 134, 77, 0.08) 100%
  ) !important;
  font-weight: 500 !important;
}

table.accounting-seed-custom-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px !important;
}

table.accounting-seed-custom-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px !important;
}

@media (max-width: 768px) {
  table.accounting-seed-custom-table {
    font-size: 0.8rem !important;
  }

  table.accounting-seed-custom-table th,
  table.accounting-seed-custom-table td {
    padding: 12px 16px !important;
  }
}

/* ====================================
   Blog Single Template Styles
   ==================================== */

/* Date below featured image - right aligned */
.detail-hero__image-date {
  text-align: right;
  margin-top: 1rem;
}

.detail-hero__date {
  font-size: 0.875rem;
  color: #a0a0a0;
  font-weight: 500;
  display: inline-block;
}

/* Scroll Progress Bar - fixed position with responsive heights */
#scroll-progress-bar {
  position: fixed;
  top: 73px; /* Mobile: 120px - 32px admin bar = 88px */
  left: 0;
  right: 0;
  height: 7px;
  width: 0%;
  background: linear-gradient(90deg, #4f9aff 0%, #6366f1 100%);
  z-index: 9998;
  transition: width 0.1s ease-out, opacity 0.3s ease;
  opacity: 0; /* Start hidden */
}
/* Tablet */
@media (min-width: 768px) {
  #scroll-progress-bar {
    height: 7px;
    top: 75px; /* Tablet: 110px - 32px admin bar = 78px */
  }
}
/* Desktop */
@media (min-width: 1024px) {
  #scroll-progress-bar {
    height: 8px;
    top: 108px; /* Desktop: 135px - 32px admin bar = 103px */
  }
}
/* When WordPress admin bar is present (logged in users) */
.admin-bar #scroll-progress-bar {
  top: 120px; /* Mobile nav + admin bar */
}
@media (min-width: 768px) {
  .admin-bar #scroll-progress-bar {
    top: 110px; /* Tablet nav + admin bar */
  }
}
@media (min-width: 1024px) {
  .admin-bar #scroll-progress-bar {
    top: 135px; /* Desktop nav + admin bar */
  }
}

/* Author meta styling */
.detail-hero__meta {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #999;
}

.detail-hero__author {
  display: inline;
}

.detail-hero__author-link {
  color: #66b3ff;
  text-decoration: none;
  transition: color 0.2s;
}

.detail-hero__author-link:hover {
  color: #99ccff;
  text-decoration: underline;
}

.detail-hero__excerpt {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ffffff;
}

.table-of-contents {
  background: #0c192f;
  border: 1px solid #002b66;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.table-of-contents__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: #ffffff;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #2c3e50;
}

.table-of-contents__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.table-of-contents__item {
  margin-bottom: 0.5rem;
}

.table-of-contents__link {
  color: #5eb3f6;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 0.9375rem;
  line-height: 1.5;
  display: block;
}

.table-of-contents__link:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Scroll offset for TOC anchor links - prevents headers from being cut off */
.detail-content__text h2[id],
.rich-text h2[id] {
  scroll-margin-top: 100px;
}

/* Scroll offset for author bio anchor link */
#author-bio {
  scroll-margin-top: 100px;
}

/* ====================================
   About the Author Section
   ==================================== */

.author-bio {
  background: #0a1423;
  padding: 3rem 0;
  margin-top: 3rem;
}

.author-bio__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.author-bio__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 2rem 0;
  text-align: center;
}

.author-bio__content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  background: #1a2332;
  border: 1px solid #2c3e50;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.author-bio__avatar {
  flex-shrink: 0;
}

.author-bio__avatar img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 3px solid #2c3e50;
}

.author-bio__text {
  flex: 1;
}

.author-bio__name {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: #ffffff;
}

.author-bio__description {
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
}

/* Author Bio - LinkedIn Icon */
.author-bio__avatar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.author-bio__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #0077b5;
  border-radius: 4px;
  color: #ffffff;
  transition: background 0.2s;
  text-decoration: none;
}

.author-bio__linkedin:hover {
  background: #005885;
}

.author-bio__linkedin svg {
  width: 20px;
  height: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .detail-hero__excerpt {
    font-size: 1rem;
  }
  
  .table-of-contents {
    padding: 1rem;
  }
  
  /* Adjust scroll offset for mobile if needed */
  .detail-content__text h2[id],
  .rich-text h2[id],
  #author-bio {
    scroll-margin-top: 80px;
  }
  
  .author-bio {
    padding: 2rem 0;
  }
  
  .author-bio__content {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 1.5rem;
  }
  
  .author-bio__avatar img {
    width: 100px;
    height: 100px;
  }
  
  .author-bio__name {
    font-size: 1.25rem;
  }
}
