@import "https://fonts.googleapis.com/css2?family=Figtree:wght@400;700&display=swap";
.bound-maximum {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 700px) {
  .bound-maximum {
    padding: 0 20px;
  }
}
body {
  background: var(--darkblue2);
  color: white;
}
.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.global-video-toggle {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 0;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: white;
  font-family: inherit;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.global-video-toggle:hover {
  background: white;
  border-color: white;
  color: var(--darkblue2);
}
.global-video-toggle:hover svg {
  fill: var(--darkblue2);
}
.global-video-toggle svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.global-video-toggle .icon-play {
  display: none;
}
.global-video-toggle.is-paused .icon-pause {
  display: none;
}
.global-video-toggle.is-paused .icon-play {
  display: block;
}
@media (max-width: 700px) {
  .global-video-toggle {
    background: white;
    padding: 5px;
  }
  .global-video-toggle svg {
    fill: var(--darkblue2);
    width: 16px;
    height: 16px;
  }
  .global-video-toggle .label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.btn {
  display: inline-block;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  border-radius: 0px;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  cursor: pointer;
}
.btn.green {
  background: var(--green);
  color: #fff;
}
.btn.-blue {
  background: var(--blue);
}
.btn.-blue:hover {
  background: var(--paleblue);
  color: var(--blue);
}
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1em;
}
:root {
  --sans: "Figtree", "Helvetica", "Arial", sans-serif;
  --headline: var(--sans);
  --blue: #1E4F96;
  --lightblue: #5f7ebd;
  --midblue: #2a497d;
  --paleblue: #9ddae6;
  --palerblue: #f5f9ff;
  --darkblue: #172e54;
  --darkblue2: #1c2d51;
  --grayblue: #c9cdd5;
  --yellow: #ebca45;
  --green: #84bd00;
  --teal: #8bd0de;
  --darkteal: #65c1d3;
  --body-color: #454545;
  --header-color: #333333;
  --rule: #cccccc;
  --placeholder-color: #555555;
  --graybg: #f4f4f4;
  --bound: 1080px;
  --narrow-bound: 740px;
}
.traversable-menu {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.traversable-menu .menu__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  width: 100%;
  transition: transform 350ms ease-in-out;
  transform: translateX(100%);
  overflow-x: hidden;
  overflow-y: auto;
}
.traversable-menu .menu__panel--depth-0,
.traversable-menu .menu__panel--active-trail {
  transform: translateX(0);
}
.traversable-menu .menu__panel.-show-immediate {
  transition: none !important;
}
.traversable-menu .-panel-height-auto,
.traversable-menu.-panels-container-height-auto {
  overflow-y: hidden;
}
.block-banner {
  padding: 130px 0 370px;
  position: relative;
  min-height: 70vh;
  overflow: hidden;
}
.block-banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(0deg, #1C2D51 0%, rgba(28, 45, 81, 0) 100%);
}
.block-banner .state {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.block-banner canvas {
  mix-blend-mode: darken;
}
.block-banner h2 {
  font-weight: normal;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 0.7em;
}
.block-banner .btn {
  color: white;
  margin-top: 0.8em;
  border: 0;
}
.block-banner .inner {
  width: 70%;
  margin: 0 auto;
  margin-top: -90px;
  text-align: center;
  position: relative;
  z-index: 4;
}
.block-banner .bg {
  background-image: url('https://dpjh8al9zd3a4.cloudfront.net/sites/default/files/2026-07/banner-bg-new.png');
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  transform: translateY(50%);
  right: 0;
  width: 100%;
  height: 90%;
  z-index: 1;
  mix-blend-mode: lighten;
}
.block-banner .bg:after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, #1C2D51 0%, rgba(28, 45, 81, 0) 100%);
  height: 30%;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 900px) {
  .block-banner {
    padding-bottom: 70px;
    padding-top: 50px;
  }
  .block-banner h2 {
    font-size: 28px;
  }
  .block-banner .bg {
    background-image: url('https://dpjh8al9zd3a4.cloudfront.net/sites/default/files/2026-07/mobile-banner-bg-new.jpg');
    background-position: top right;
    background-size: cover;
    opacity: 0.9;
  }
  .block-banner .state svg {
    width: 100%;
    height: auto;
  }
  .block-banner .inner {
    width: 84%;
    margin-top: 0;
  }
  .block-banner .inner p {
    font-size: 17px;
    line-height: 1.3;
  }
}
.banner-dialog {
  position: fixed;
  inset: 0;
  left: auto;
  width: 40%;
  max-width: 100vw;
  max-height: none;
  margin: 0;
  height: 100vh;
  z-index: 88;
  background: var(--darkblue2);
  border: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.banner-dialog .dialog-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 24px;
}
.banner-dialog .dialog-header .title {
  font-size: 20px;
  color: white;
  margin: 0;
}
.banner-dialog[open] {
  transform: translateX(0);
}
.banner-dialog::backdrop {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}
.banner-dialog .banner-dialog-close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  color: white;
  padding: 0;
}
.banner-dialog .banner-dialog-content {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}
@media (max-width: 800px) {
  .banner-dialog {
    width: 100vw;
  }
  .banner-dialog iframe {
    height: 100% !important;
  }
}
#cookienotice {
  display: none;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  padding: 20px 0 30px;
  width: 100%;
  background: var(--blue);
  border-top: none;
  font-family: var(--sans);
  color: #fff;
}
#cookienotice .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 700px) {
  #cookienotice .layout {
    align-items: flex-start;
  }
}
#cookienotice p {
  margin-bottom: 0;
  max-width: 1000px;
  font-size: 14px;
  line-height: 1.25;
}
#cookienotice p a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 700px) {
  #cookienotice p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
  }
}
#cookienotice #cookienotice-dismiss {
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 10vw;
  font-size: 15px;
  letter-spacing: 0;
  border: 0;
  background: var(--paleblue);
}
#cookienotice #cookienotice-dismiss:hover {
  background: #65c1d3;
}
@media (max-width: 700px) {
  #cookienotice #cookienotice-dismiss {
    padding: 0 15px;
  }
}
.showNotice #cookienotice {
  display: block;
}
@media (max-width: 900px) {
  #cookienotice {
    padding: 10px 0;
  }
  #cookienotice .layout {
    flex-direction: column;
  }
  #cookienotice-dismiss {
    margin: 5px auto 0 auto !important;
    height: 40px !important;
    line-height: 42px !important;
  }
}
.footer {
  position: relative;
  padding: 50px 0 75px;
  background: var(--darkblue2);
  overflow: hidden;
  line-height: 1.35;
  font-weight: 400;
}
.footer a:not(.btn) {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.footer .footer-main .layout {
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .left {
  display: flex;
}
.footer a.footer-logo,
.footer a.footer-logo img {
  display: block;
  width: 143px;
  height: 59px;
}
.footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.footer .footer-nav ul li::before {
  display: none;
}
.footer .footer-nav a.list-item-link,
.footer .footer-nav span.list-item-link {
  display: inline-block;
  color: #fff;
  transition: 0.25s ease-in-out;
}
.footer .footer-nav a.list-item-link:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-nav .footer-nav-list {
  display: flex;
}
.footer .footer-nav .list-item-level-1 {
  margin-left: 80px;
}
.footer .footer-nav .list-item-level-1 > .list-item-link {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
}
.footer .footer-nav .list-item-level-2 {
  margin-bottom: 0.6em;
}
.footer .footer-nav .list-item-level-2 > .list-item-link {
  font-size: 14px;
}
.footer .footer-extras {
  max-width: 100%;
}
.footer .footer-search {
  margin: 0 0 30px;
}
.footer .footer-search form {
  position: relative;
}
.footer .footer-search form input[type="search"] {
  padding: 0;
  height: 45px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: transparent !important;
  border: none;
  border-bottom: 2px solid #fff;
  width: 100%;
  outline: none;
}
.footer .footer-search form input[type="search"]::placeholder {
  color: #fff;
}
.footer .footer-search form button[type="submit"] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 20px;
  height: 45px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13"><path fill="white" fill-rule="nonzero" d="M12.897 11.725L9.536 8.364A5.244 5.244 0 0 0 10.54 5.27 5.277 5.277 0 0 0 5.271 0 5.276 5.276 0 0 0 0 5.27a5.276 5.276 0 0 0 5.27 5.27c1.102 0 2.125-.339 2.973-.919L11.62 13l1.276-1.275zM1.546 5.27A3.73 3.73 0 0 1 5.27 1.545 3.73 3.73 0 0 1 8.996 5.27a3.73 3.73 0 0 1-3.725 3.725A3.729 3.729 0 0 1 1.546 5.27z"/></svg>') !important;
  background-color: transparent !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  border: none;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
.footer .footer-search form button[type="submit"]:hover {
  opacity: 0.6;
}
.footer .footer-connect {
  display: flex;
  margin-bottom: 2em;
  align-items: center;
}
.footer .footer-connect a.btn {
  margin-right: 40px;
  color: var(--darkblue2);
}
.footer .footer-connect a.btn:hover {
  background: #fff !important;
}
.footer .footer-connect .social-links {
  display: flex;
  height: 34px;
  overflow: hidden;
  align-items: center;
}
.footer .footer-connect .social-links a {
  display: inline-block;
  height: 34px;
  margin-right: 30px;
}
.footer .footer-connect .social-links a:last-child {
  margin-right: 0;
}
.footer .footer-connect .social-links a img {
  opacity: 1;
  transition: 0.2s;
}
.footer .footer-connect .social-links a:hover img {
  opacity: 0.6;
}
.footer .footer-connect .social-links a.social-links-facebook {
  width: 14px;
}
.footer .footer-connect .social-links a.social-links-twitter,
.footer .footer-connect .social-links a.social-links-instagram {
  width: 27px;
}
.footer .footer-connect .social-links a.social-links-youtube {
  width: 30px;
}
.footer .footer-connect .social-links a.social-links-linkedin {
  width: 27px;
}
.footer .footer-tagline {
  font-family: var(--sans);
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.footer .footer-secondary {
  margin-top: 40px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-secondary .layout {
  display: flex;
  justify-content: space-between;
}
.footer .logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.footer .logos .logos-rtihs {
  display: block;
  margin-right: 30px;
}
.footer .footnote {
  max-width: 500px;
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.footer .footnote p {
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .footer .footer-main .layout,
  .footer .footer-secondary .layout {
    display: block;
  }
  .footer .logos {
    margin-bottom: 30px;
  }
  .footer .footnote {
    text-align: left;
  }
}
@media (max-width: 900px) {
  .footer .footer-main .left,
  .footer .footer-connect {
    display: block;
  }
  .footer .footer-main .left a.btn,
  .footer .footer-connect a.btn {
    margin: 0 0 30px;
  }
  .footer .footer-nav .list-item-level-1:first-child {
    margin-left: 0;
  }
  .footer a.footer-logo {
    margin-bottom: 40px;
  }
  .footer .footer-nav {
    margin-bottom: 40px;
  }
}
.skip-link {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9999;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-size: 18px;
  border: 2px solid #000;
}
.skip-link:not(:focus) {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.rti-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
}
.rti-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 201;
  width: 360px;
  max-width: 100vw;
  background: var(--darkblue);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
}
.rti-nav-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 65px;
  flex-shrink: 0;
}
.rti-nav-drawer__logo {
  display: flex;
  align-items: center;
}
.rti-nav-drawer__logo svg {
  height: 30px;
  display: block;
  width: auto;
}
.rti-nav-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.rti-nav-drawer__close:hover {
  opacity: 1;
}
.rti-nav-drawer__nav {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-height: 0;
}
body.rti-nav-open {
  overflow: hidden;
}
body.rti-nav-open .rti-nav-overlay {
  display: block;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
body.rti-nav-open .rti-nav-drawer {
  transform: translateX(0);
}
.rti-nav-drawer__nav .traversable-menu {
  height: 100%;
}
.rti-nav-drawer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rti-nav-drawer__nav .menu__panel {
  background: var(--darkblue);
}
.rti-nav-drawer__nav .menu__panel[data-panel-depth="2"] .menu__panel__title__link:hover {
  background: initial;
}
.rti-nav-drawer__nav .menu__panel[data-panel-depth="2"] .menu__item .menu__panel__trigger--child {
  display: none;
}
.rti-nav-drawer__nav .menu__panel__title__link {
  display: block;
  padding: 20px 24px 16px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0;
  text-decoration: none;
}
.rti-nav-drawer__nav .menu__panel__title__link:hover {
  background: rgba(255, 255, 255, 0.06);
}
.rti-nav-drawer__nav .menu__panel__title__link a {
  color: #fff;
  text-decoration: none;
}
.rti-nav-drawer__nav .menu__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rti-nav-drawer__nav .menu__item__link {
  flex: 1;
  display: block;
  padding: 15px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  transition: background 0.15s;
}
.rti-nav-drawer__nav .menu__item__link:hover {
  background: rgba(255, 255, 255, 0.06);
}
.rti-nav-drawer__nav span.menu__item__link {
  cursor: pointer;
}
.rti-nav-drawer__nav .menu__panel--depth-0 > ul > .menu__item > .menu__item__link {
  font-size: 18px;
}
.rti-nav-drawer__nav .menu__utility-divider {
  margin: 8px 0 4px;
}
.rti-nav-drawer__nav .menu__item--utility {
  list-style: none;
}
.rti-nav-drawer__nav .menu__item--utility a {
  display: block;
  padding: 6px 24px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.rti-nav-drawer__nav .menu__item--utility a:hover {
  color: #fff;
}
.rti-nav-drawer__nav .menu__panel__trigger--child {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  background: 0;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  transition: background 0.15s, border-color 0.15s;
}
.rti-nav-drawer__nav .menu__panel__trigger--child svg {
  display: block;
}
.rti-nav-drawer__nav .menu__panel__trigger--child:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
.rti-nav-drawer__nav .menu__panel__trigger--parent {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 13px 20px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.15s;
}
.rti-nav-drawer__nav .menu__panel__trigger--parent::before {
  content: '‹';
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-top: -1px;
}
.rti-nav-drawer__nav .menu__panel__trigger--parent:hover {
  color: rgba(255, 255, 255, 0.85);
}
.rti-nav-drawer__nav .menu__panel__trigger--top {
  display: none;
}
.rti-header {
  background: var(--darkblue);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: sticky;
  top: 0;
  z-index: 100;
}
.rti-header .breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 14px;
}
.rti-header .breadcrumbs ul li a {
  display: flex;
  color: white;
  text-decoration: none;
  font-size: 16px;
  align-items: center;
  gap: 14px;
}
.rti-header .breadcrumbs ul li:last-child a {
  font-weight: bold;
}
.scrolled .rti-header__inner .logo {
  opacity: 1;
}
.rti-header__inner {
  display: flex;
  align-items: center;
  height: 65px;
  gap: 20px;
  justify-content: space-between;
}
.rti-header__inner .logo {
  width: 80px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.rti-header__inner .logo svg {
  max-width: 100%;
  height: auto;
  display: block;
}
.rti-header__inner .left {
  display: flex;
  gap: 30px;
  align-items: center;
}
.rti-header__inner .left svg {
  display: block;
}
@media (max-width: 700px) {
  .rti-header__inner .logo {
    width: 60px;
  }
}
.rti-header__search {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  opacity: 0.85;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.rti-header__search span {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rti-header__search:hover {
  opacity: 1;
}
@media (max-width: 700px) {
  .rti-header__search {
    font-size: 14px;
  }
  .rti-header__search svg {
    width: 20px;
    height: auto;
  }
}
.rti-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  flex-shrink: 0;
}
.rti-header__hamburger {
  gap: 10px;
  font-family: var(--sans);
  font-size: 16px;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #fff;
  opacity: 0.85;
  flex-direction: row-reverse;
  transition: opacity 0.2s;
}
.rti-header__hamburger:hover {
  opacity: 1;
}
.block-hero {
  background: var(--darkblue);
  color: #fff;
  padding: 90px 40px 140px;
  text-align: center;
  position: relative;
}
.scrolled .block-hero .logo {
  opacity: 0;
  visibility: hidden;
}
.block-hero .hero-dialog-trigger {
  border: 0;
  padding: 0;
  outline: 0;
  margin: 0;
  background: 0;
  color: white;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-family: inherit;
  font-size: 16px;
  z-index: 7;
}
.block-hero .hero-dialog-trigger:hover,
.block-hero .hero-dialog-trigger:focus {
  color: var(--teal);
}
.block-hero canvas {
  mix-blend-mode: darken;
}
.block-hero .logo {
  margin-bottom: 30px;
  height: auto;
  transition: all 0.2s ease-in-out;
}
.block-hero__inner {
  max-width: var(--bound);
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
.block-hero p {
  line-height: 1.5;
}
.block-hero p:last-child {
  margin-bottom: 0;
}
.block-hero__title {
  font-size: 47px;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.15;
}
.block-hero__title strong {
  font-size: 90px;
  display: block;
}
.block-hero .hero-line {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 8;
  margin: 0 auto;
  width: 26px;
}
.block-hero .hero-line svg {
  display: block;
  overflow: visible;
}
.block-hero .hero-line .hero-sweep {
  opacity: 0;
  animation: heroLineSweep 4.6s ease-in-out infinite;
}
@keyframes heroLineSweep {
  0% {
    y: -50px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    y: 59px;
    opacity: 0;
  }
}
.block-hero .btn {
  background: var(--blue);
  color: white;
  border-radius: 0;
}
.block-hero__subtitle {
  font-size: 18px;
  padding-bottom: 17px;
  max-width: 78%;
  margin: 0 auto;
  line-height: 1.8;
}
.block-hero .buttontext {
  margin: 10px 0px 13px;
}
.block-hero .buttontext span {
  display: inline-block;
  margin-left: 7px;
}
.block-hero .buttontext span a {
  color: white;
  font-style: normal;
  transition: all 0.2s ease-in-out;
}
.block-hero .buttontext span a:hover {
  color: var(--teal);
}
.block-hero .bg-hero {
  background-image: url('https://dpjh8al9zd3a4.cloudfront.net/sites/default/files/2026-06/hero-bg.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.75;
  mix-blend-mode: lighten;
}
@media (max-width: 700px) {
  .block-hero {
    padding: 70px 30px 125px;
  }
  .block-hero .bg-hero {
    background-size: 150%;
  }
  .block-hero__title {
    font-size: 28px;
  }
  .block-hero__title strong {
    font-size: 70px;
    line-height: 1;
    padding-top: 15px;
  }
  .block-hero__subtitle {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .block-hero .logo svg {
    max-width: 160px;
    height: auto;
  }
}
.banner-dialog {
  position: fixed;
  inset: 0;
  left: auto;
  width: 40%;
  max-width: 100vw;
  max-height: none;
  margin: 0;
  height: 100vh;
  z-index: 88;
  background: var(--darkblue2);
  border: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.banner-dialog .dialog-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 24px;
}
.banner-dialog .dialog-header .title {
  font-size: 20px;
  color: white;
  margin: 0;
}
.banner-dialog[open] {
  transform: translateX(0);
}
.banner-dialog::backdrop {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}
.banner-dialog .banner-dialog-close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  color: white;
  padding: 0;
}
.banner-dialog .banner-dialog-close:hover path {
  fill: var(--teal) !important;
}
.banner-dialog .banner-dialog-content {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}
@media (max-width: 800px) {
  .banner-dialog {
    width: 100vw;
  }
  .banner-dialog iframe {
    height: 100% !important;
  }
}
.block-sticky-media-content {
  width: 100%;
  position: relative;
}
.block-sticky-media-content:not(:last-child) {
  margin-bottom: 100px;
}
.block-sticky-media-content h1,
.block-sticky-media-content h2,
.block-sticky-media-content h3,
.block-sticky-media-content h4,
.block-sticky-media-content p {
  margin: 0;
  margin-bottom: 0.8em;
}
.block-sticky-media-content p {
  line-height: 1.6;
}
.block-sticky-media-content p:not(:last-child) {
  margin-bottom: 1.5em;
}
.block-sticky-media-content .sticky-media-content {
  position: relative;
  z-index: 4;
  margin-top: -100vh;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 70px;
  display: flex;
  align-items: flex-start;
  gap: 96px;
}
.block-sticky-media-content .items {
  padding-top: 220px;
  flex: 1;
}
.block-sticky-media-content .items h3 {
  font-size: 24px;
  color: white;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}
.block-sticky-media-content .items .expand {
  background: 0;
  display: flex;
  color: white;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  outline: 0;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
  font-family: inherit;
  padding: 0px 0px 0px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.2s ease-in-out;
}
.block-sticky-media-content .items .expand:hover,
.block-sticky-media-content .items .expand:focus {
  border-color: white;
}
.block-sticky-media-content .items .expand svg {
  width: 36px;
  padding: 8px;
}
.block-sticky-media-content .items .expand span {
  padding: 10px 15px 10px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.block-sticky-media-content .items .tile {
  background: var(--blue);
  color: white;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  padding: 16px;
  align-items: center;
}
.block-sticky-media-content .items .tile:not(:last-child) {
  margin-bottom: 32px;
}
.block-sticky-media-content .items .tile img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}
.block-sticky-media-content .desc {
  background: white;
  color: var(--body-color);
  padding: 30px 32px;
  margin-bottom: 30px;
}
.block-sticky-media-content .desc h3 {
  font-size: 24px;
  color: var(--body-color);
}
.block-sticky-media-content .desc h3 b {
  color: var(--blue);
}
.block-sticky-media-content .title-wrap {
  position: sticky;
  left: 0;
  width: 25%;
  top: 150px;
}
@media (prefers-reduced-motion: reduce) {
  .block-sticky-media-content .bg {
    clip-path: inset(0 0% round 0px);
    transition: none;
  }
  .block-sticky-media-content .bg:after {
    background: rgba(0, 0, 0, 0.7);
    transition: none;
  }
}
.block-sticky-media-content .bg {
  position: sticky;
  top: 0;
  height: 93vh;
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 3% round 80px);
  transition: all 0.7s 0.3s ease-in-out;
}
.block-sticky-media-content .bg.nmc-entered {
  clip-path: inset(0 0% round 0px);
}
.block-sticky-media-content .bg.nmc-entered:after {
  background: rgba(0, 0, 0, 0.7);
}
.block-sticky-media-content .bg:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s 0.3s ease-in-out;
}
.block-sticky-media-content .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-sticky-media-content .title {
  font-size: 55px;
  font-weight: normal;
}
.tile-popup {
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 0;
  border: none;
  width: 66%;
  max-width: 90vw;
  overflow: visible;
  background: transparent;
  display: block;
}
.tile-popup:not([open]) {
  display: none;
}
.tile-popup .popup-inner {
  position: relative;
  background: white;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  max-height: 80vh;
  overflow-y: auto;
}
.tile-popup .image {
  position: relative;
}
.tile-popup .state {
  background: var(--darkblue2);
  padding: 30px 25px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tile-popup .state img {
  display: block;
}
.tile-popup p {
  margin: 0;
  line-height: 1.6;
  color: var(--body-color);
}
.tile-popup p:not(:last-child) {
  margin-bottom: 1em;
}
.tile-popup p.label {
  margin: 0;
  font-size: 16px;
  color: var(--blue);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.tile-popup::backdrop {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}
.tile-popup .popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  color: #333;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s;
}
.tile-popup .popup-close:hover svg,
.tile-popup .popup-close:focus svg {
  fill: var(--blue);
}
.tile-popup .popup-close svg {
  width: 25px;
  height: 25px;
  transition: all 0.2s ease-in-out;
}
.tile-popup .left {
  display: flex;
  flex-direction: column;
  position: relative;
}
.tile-popup .popup-image {
  width: 100%;
  display: block;
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.tile-popup .popup-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tile-popup .popup-body .link {
  padding-top: 4px;
}
.tile-popup .popup-title {
  font-size: 24px;
  font-weight: normal;
  color: var(--body-color);
  margin: 0 0 12px;
}
.tile-popup .popup-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--body-color);
  margin: 0 0 16px;
}
.tile-popup .popup-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s;
}
.tile-popup .popup-nav-btn:hover,
.tile-popup .popup-nav-btn:focus {
  border-color: white;
  outline: none;
}
.tile-popup .popup-prev {
  left: -85px;
}
.tile-popup .popup-next {
  right: -85px;
}
.tile-popup .popup-link {
  display: inline-block;
  padding: 10px 22px;
  background: var(--palerblue);
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--palerblue);
}
.tile-popup .popup-link:hover {
  border-color: var(--blue);
}
.tile-popup .popup-link:hover .btn {
  background: var(--darkblue2);
}
.tile-popup .popup-link .btn {
  background: var(--blue);
  padding: 5px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tile-popup .popup-link .read-story {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 400;
  color: var(--darkblue);
}
@media (max-width: 1300px) {
  .tile-popup {
    width: 76%;
  }
}
@media (max-width: 1000px) {
  .tile-popup .popup-next {
    right: -65px;
  }
  .tile-popup .popup-next,
  .tile-popup .popup-prev {
    width: 45px;
    height: 45px;
  }
  .tile-popup .popup-prev {
    left: -65px;
  }
  .tile-popup .popup-close {
    background: white;
    z-index: 3;
  }
  .tile-popup .popup-inner {
    grid-template-columns: 1fr;
    max-height: 90vh;
  }
  .tile-popup .popup-inner .left {
    aspect-ratio: 4 / 2;
  }
}
@media (max-width: 800px) {
  .tile-popup {
    width: 90%;
  }
  .tile-popup .popup-link {
    padding: 6px 20px;
  }
  .tile-popup .popup-link .btn {
    width: 40px;
    height: 40px;
  }
  .tile-popup .popup-inner {
    max-height: 94vh;
  }
  .tile-popup .popup-next,
  .tile-popup .popup-prev {
    display: none;
  }
}
@media (max-width: 1300px) {
  .block-sticky-media-content .title {
    font-size: 45px;
  }
  .block-sticky-media-content .items .tile {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 1100px) {
  .block-sticky-media-content .title {
    font-size: 35px;
  }
  .block-sticky-media-content .items .tile h3 {
    font-size: 20px;
  }
  .block-sticky-media-content .items .tile {
    grid-template-columns: 160px 1fr;
  }
  .block-sticky-media-content .sticky-media-content {
    padding: 140px 20px;
  }
}
@media (max-width: 800px) {
  .block-sticky-media-content .desc {
    padding: 25px;
  }
  .block-sticky-media-content .title {
    font-size: 42px;
    margin-bottom: 0.4em;
  }
  .block-sticky-media-content .items {
    padding-top: 0px;
  }
  .block-sticky-media-content .items .tile {
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 20px;
  }
  .block-sticky-media-content .items .tile .image {
    aspect-ratio: 4 / 2;
    overflow: hidden;
  }
  .block-sticky-media-content .sticky-media-content {
    padding: 140px 15px;
    flex-direction: column;
    gap: 20px;
  }
  .block-sticky-media-content .title-wrap {
    position: relative;
    left: 0;
    width: 100%;
    top: 0;
  }
}
.block-text {
  padding: 64px 40px;
}
.block-text__inner {
  max-width: 760px;
  margin: 0 auto;
}
.block-text__inner h2 {
  font-size: 1.75rem;
  margin-top: 0;
}
.block-text__inner h3 {
  font-size: 1.25rem;
}
.block-text__inner p {
  line-height: 1.75;
  color: var(--body-color);
}
.block-tiles {
  padding: 50px 0px 160px;
  color: white;
  position: relative;
  z-index: 6;
  margin-top: 100px;
}
.block-tiles:before {
  content: '';
  position: absolute;
  background: linear-gradient(0deg, #1C2D51 30%, rgba(28, 45, 81, 0) 100%);
  height: 200px;
  width: 100%;
  top: -250px;
  left: 0;
}
.block-tiles .block-tiles__inner {
  position: relative;
  z-index: 3;
}
.block-tiles .block-tiles__title {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 1.4em;
}
.block-tiles__sticky-nav {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(10px);
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.block-tiles__sticky-nav .inner {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 90%;
  padding: 0px;
  align-items: center;
}
.block-tiles__sticky-nav .inner a {
  font-size: 17px;
}
.block-tiles__sticky-nav .inner a br {
  display: none;
}
.block-tiles__sticky-nav.is-visible {
  transform: translateY(0);
}
.block-tiles__sticky-nav a,
.block-tiles__sticky-nav span {
  color: white;
  text-decoration: none;
  font-size: 14px;
  padding: 14px;
  font-weight: 400;
  border-radius: 0px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.block-tiles__sticky-nav a:after,
.block-tiles__sticky-nav span:after {
  content: '';
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  background: var(--darkteal);
  transition: all 0.2s ease-in-out;
}
.block-tiles__sticky-nav a:hover:after {
  height: 3px;
}
.block-tiles__sticky-nav a.is-active:after {
  height: 3px;
}
.block-tiles .tile {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 20px 10px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  flex: 1 1 0;
  min-width: 0;
  transition: flex-grow 0.4s ease, transform 0.4s ease;
}
.block-tiles .tile img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block-tiles .tile:hover .content {
  padding-bottom: 20px;
}
.block-tiles .tile:hover .content .arrow {
  opacity: 1;
  padding-top: 20px;
}
.block-tiles .tile .content {
  position: absolute;
  z-index: 3;
  padding: 10px 10px 0;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.block-tiles .tile .content .arrow {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.block-tiles .tile__title {
  color: white;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.block-tiles .image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.block-tiles .state {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.block-tiles .state svg {
  max-width: 100%;
  height: auto;
}
.block-tiles__grid {
  display: flex;
  gap: 10px;
  width: 94%;
  margin: 0 auto;
  height: clamp(350px, 32vw, 520px);
  overflow: visible;
}
.block-tiles .tile.is-active {
  flex-grow: 1.5;
  transform: scaleY(1.09);
}
.block-tiles .tile.is-active .content {
  padding-bottom: 20px;
}
.block-tiles .tile.is-active .content .arrow {
  opacity: 1;
  padding-top: 20px;
}
.block-tiles .tile:not(.is-active) .image {
  backdrop-filter: blur(8px);
}
.block-tiles .tile:not(.is-active) .image img {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .block-tiles .tile {
    transition: none;
  }
  .block-tiles .tile.is-active {
    flex-grow: 1;
    transform: none;
  }
}
@media (max-width: 1240px) {
  .block-tiles__sticky-nav .inner a {
    font-size: 14px;
    padding: 10px;
  }
  .block-tiles .block-tiles__grid {
    gap: 3px;
  }
  .block-tiles .tile__title {
    font-size: 18px;
  }
  .block-tiles .tile .content .learnmore {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .block-tiles__sticky-nav {
    display: none;
  }
}
@media (max-width: 900px) {
  .block-tiles {
    padding-bottom: 40px;
    padding-top: 30px;
    margin-top: 80px;
  }
  .block-tiles__grid {
    align-items: center;
    justify-content: center;
  }
  .block-tiles .image:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  .block-tiles .block-tiles__grid {
    flex-wrap: wrap;
    height: auto;
    gap: 23px 14px;
  }
  .block-tiles .tile {
    padding-bottom: 0;
    aspect-ratio: 3/4;
    flex: unset;
    flex-basis: calc(50% - 20px);
  }
  .block-tiles .block-tiles__title {
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
    line-height: 1.2;
    font-size: 37px;
  }
  .block-tiles .tile {
    width: 25%;
    height: 200px;
  }
  .block-tiles .tile:not(.is-active) .image {
    backdrop-filter: unset;
  }
  .block-tiles .tile:not(.is-active) .image img {
    opacity: 0.2;
  }
  .block-tiles .tile__title {
    font-size: 21px;
  }
  .block-tiles .tile.is-active {
    transform: 0;
    flex-grow: 0;
  }
}
* {
  box-sizing: border-box;
}
body {
  font-family: var(--sans);
  color: white;
  background: var(--darkblue2);
  margin: 0;
}
