/* Core */

* {
  box-sizing: border-box;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  font-family: Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375;
  color: #202020;
  background-color: #ffffff;
}

img {
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: middle;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #1c8ff7;
}

hr {
  height: 0.5px;
  border: none;
  box-sizing: content-box;
}

small {
  font-size: 0.875em;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

button > * {
  pointer-events: none;
}

body > svg[aria-hidden='true'] {
  position: absolute;
  width: 0;
  height: 0;
}

[hidden] {
  display: none !important;
}

/* Typography */

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin: 0;
}

h1 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-size: calc(2rem + 1.625vw);
  font-size: calc(2rem + 1.625svw);
  font-weight: 400;
  line-height: 1.25;
}

h2 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-size: calc(1.875rem + 1vw);
  font-size: calc(1.875rem + 1svw);
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  font-size: calc(1.675rem + 0.9vw);
  font-size: calc(1.675rem + 0.9svw);
  font-weight: 400;
  line-height: 1.25;
}

h4 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  font-size: calc(1.315rem + 0.9vw);
  font-size: calc(1.315rem + 0.9svw);
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-size: calc(1.1rem + 0.65vw);
  font-size: calc(1.1rem + 0.65svw);
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-size: calc(1.05rem + 0.325vw);
  font-size: calc(1.05rem + 0.325svw);
  font-weight: 400;
  line-height: 1.25;
}

.text-gradient {
  font-weight: 500;
  background: linear-gradient(90deg, #1c8ff7 0%, #1cf4f4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trim-block > :first-child {
  margin-top: 0 !important;
}

.trim-block > :last-child {
  margin-bottom: 0 !important;
}


/* Buttons */
.checklist-tight {
  margin: 0;
  padding-left: 1.2rem; /* adjust if needed */
}

.checklist-tight.checklist-item {
  margin-bottom: 0.25rem; /* tight vertical spacing */
}


.job-ad {
  font-size: 1rem;
}


/* =========================
   Content summary block
   ========================= */

.content-summary {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-summary__text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #000;
}



/* Buttons */

.button {
  position: relative;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  user-select: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  background-color: #1a0044;
  border: 1px solid #1a0044;
  border-radius: 0.25rem;
}

.button.button--white {
  color: #1a0044;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* Loading Bars */

.loading-bars {
  display: inline-flex;
  gap: 0.25rem;
  height: 1.5rem;
}

.loading-bars > div {
  display: inline-block;
  width: 0.375rem;
  height: 100%;
  background-color: rgb(255, 255, 255, 50%);
  -webkit-animation: loading-bar-stretch 1.2s infinite ease-in-out;
  animation: loading-bar-stretch 1.2s infinite ease-in-out;
}

.loading-bars > div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading-bars > div:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading-bars > div:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading-bars > div:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

html:not([data-js='true']) .loading-bars {
  display: none;
}

@keyframes loading-bar-stretch {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.625);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes loading-bar-stretch {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.625);
    transform: scaleY(0.625);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/* Loading Text */

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

/* Quote */

.quote {
  margin: 2em 0;
  padding: 0;
  background-color: #f1f8fe;
  border-radius: 0.125em;
  box-shadow: #f1f8fe 0 0 0 0.75rem;
}

.quote p {
  margin: 0 0 0.5rem;
}

/* Lists */

.separated-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.separated-list > li {
  padding: 0.75rem 0;
}

.separated-list > li:not(:last-child) {
  border-bottom: 1px solid #91c3ee;
}

.separated-list > li:first-child {
  padding-top: 0;
}

.separated-list > li:last-child {
  padding-bottom: 0;
}

/* Statistics */

.statistics {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.statistics ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.statistics li {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 20rem;
  line-height: 1.125;
}

.statistics a {
  color: inherit;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.statistics .statistics__value {
  flex: 0 0 3ch;
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  background: linear-gradient(90deg, #1c8ff7 0%, #1cf4f4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.statistics .statistics__label {
  flex: 1 1 auto;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* Video Poster */

.video-poster {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border-radius: 0.25rem;
}

.video-poster::before {
  content: '';
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border-radius: 50%;
}

.video-poster::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-left: 1.25rem solid #110129;
  transform: translate(-40%, -50%);
}

.video-poster.video-poster--glow {
  box-shadow: 0 0 1rem 0.75rem rgb(28 244 244 / 25%);
}

/* Info Box */

.info-box h1 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.info-box h1,
.info-box h2,
.info-box h3,
.info-box h4,
.info-box h5,
.info-box h6 {
  margin: 0 0 0.75rem;
}

.info-box p {
  margin: 0 0 1rem;
}

.info-box .info-box__label {
  margin: 0;
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125;
  text-transform: uppercase;
}

.info-box > :first-child {
  margin-top: 0 !important;
}

.info-box > :last-child {
  margin-bottom: 0 !important;
}

.info-box.info-box--banner h1,
.info-box.info-box--banner h2,
.info-box.info-box--banner h3,
.info-box.info-box--banner h4,
.info-box.info-box--banner h5,
.info-box.info-box--banner h6 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.info-box.info-box--banner h1 {
  font-size: 2rem;
  font-size: calc(1.5rem + 2vw);
  font-size: calc(1.5rem + 2svw);
  line-height: 1.125;
}

.info-box.info-box--banner .info-box__label {
  margin: 0 0 0.375rem;
  font-family: Nunito, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-size: calc(0.95rem + 0.25vw);
  font-size: calc(0.95rem + 0.25svw);
  font-weight: 700;
  letter-spacing: 0.125rem;
  color: #1cf4f4;
}

.info-box.info-box--banner .info-box__description {
  margin: 0 0 1.5rem;
}

.info-box.info-box--featured {
  align-items: center;
  max-width: 40rem;
  margin: 0 auto;
  font-size: calc(1.1rem + 0.25vw);
  font-size: calc(1.1rem + 0.25svw);
  text-align: center;
}

.info-box.info-box--featured h1 {
  font-size: 2.5rem;
  font-weight: 400;
}

.info-box.info-box--featured h2 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  text-transform: uppercase;
}

.info-box.info-box--featured h3 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
  text-transform: uppercase;
}

.info-box.info-box--featured h4 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.info-box.info-box--featured h5 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
}

.info-box.info-box--featured h6 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

/* Header */

.header {
  z-index: 10010;
  flex: 0 0 auto;
  background: linear-gradient(90deg, #1c8ff7 0%, #1cf4f4 100%);
  transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.header .header__navigation {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  padding-top: calc(0.5rem + constant(safe-area-inset-top));
  padding-top: calc(0.5rem + env(safe-area-inset-top));
  padding-left: calc(1rem + constant(safe-area-inset-left));
  padding-left: calc(1rem + env(safe-area-inset-left));
  padding-right: calc(1rem + constant(safe-area-inset-right));
  padding-right: calc(1rem + env(safe-area-inset-right));
}

.header .header__brand {
  display: flex;
}

.header .menu:not(.menu--child) {
  display: none;
}

.header .menu-toggle {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0.125rem 0.5rem;
  color: #1a0044;
  background: none;
  border: 1px solid rgb(26, 0, 68, 50%);
  border-radius: 0.25rem;
}

.header.header--box-shadow {
  box-shadow: rgb(0, 0, 0, 15%) 0 0.5rem 1rem;
}

html:not([data-js='true']) .header .menu-toggle {
  display: none;
}

/* Side Menu */

body:has(.side-menu.side-menu--open) {
  overflow: hidden;
}

.side-menu::before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  width: 100vw;
  background-color: rgb(20, 20, 20, 25%);
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.side-menu a {
  color: inherit;
  background-image: none;
}

.side-menu .side-menu__panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 11010;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 28rem;
  color: #1a0044;
  background-color: #ffffff;
  box-shadow: rgb(0, 0, 0, 10%) 0 0.5rem 1rem;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.side-menu .side-menu__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
}

.side-menu .side-menu__header__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.side-menu .side-menu__header__title img {
  max-width: 100%;
  height: 2.5rem;
  margin: 0 0.5rem;
}

.side-menu .side-menu__header__title:not(a) {
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.side-menu .side-menu__header__back,
.side-menu .side-menu__header__close {
  display: flex;
  appearance: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  color: #1a0044;
  background-color: transparent;
  border: none;
}

.side-menu .side-menu__header__back svg,
.side-menu .side-menu__header__close svg {
  width: 1.875rem;
  height: 1.5rem;
}

.side-menu .side-menu__quick-links {
  display: flex;
}

.side-menu .side-menu__quick-links > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  margin: 0;
  padding: 0 0.5rem;
  list-style: none;
}

.side-menu .side-menu__quick-links > ul > li {
  flex: 1 1 50%;
  padding: 0.5rem;
}

.side-menu .side-menu__quick-links > ul > li > a,
.side-menu .side-menu__quick-links > ul > li > button {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.75rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #1a0044;
  border: none;
  border-radius: 0.25rem;
  outline: none;
}

.side-menu .side-menu__spacer {
  flex: 1 1 0;
  min-height: 0.5rem;
}

.side-menu .side-menu__track {
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.side-menu .side-menu__track__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  flex-direction: column;
  width: 100%;
  padding-top: max(1.5rem, constant(safe-area-inset-top));
  padding-top: max(1.5rem, env(safe-area-inset-top));
  padding-bottom: max(1rem, constant(safe-area-inset-bottom));
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  color: #1a0044;
  background-color: #ffffff;
}

.side-menu .side-menu__track__item > ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 1.5rem 0 1rem;
  padding: 0;
  list-style: none;
}

.side-menu .side-menu__track__item > ul > li {
  display: block;
  padding: 0;
}

.side-menu .side-menu__track__item > ul > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.side-menu .side-menu__track__item > ul > li > a,
.side-menu .side-menu__track__item > ul > li > button {
  position: relative;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  padding: 0.75rem 1rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  color: #1a0044;
  background: none;
  border: none;
  outline: none;
}

.side-menu .side-menu__track__item > ul > li > a[data-side-menu-track-target],
.side-menu .side-menu__track__item > ul > li > button[data-side-menu-track-target] {
  padding-right: 2.5rem;
}

.side-menu .side-menu__track__item > ul > li > a[data-side-menu-track-target]::after,
.side-menu .side-menu__track__item > ul > li > button[data-side-menu-track-target]::after {
  content: '';
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;
  display: block;
  width: 0.5rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 8 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="%23808080" stroke-linecap="round" stroke-miterlimit="10" stroke-width=".75"><path d="m.66.58 6.69 7.44"/><path d="m7.35 8.02-6.69 7.43"/></g></svg>');
}

.side-menu .side-menu__track__item > ul > li > a:hover {
  color: inherit;
}

.side-menu .side-menu__track__item[data-side-menu-depth='0'] .side-menu__header__back {
  visibility: hidden;
  opacity: 0;
}

.side-menu .side-menu__track__item[aria-hidden='true'] {
  display: none;
}

.side-menu:not(.side-menu--open)::before {
  visibility: hidden;
  opacity: 0;
}

.side-menu:not(.side-menu--open) .side-menu__panel {
  visibility: hidden;
  transform: translateX(-100%);
}

/* Footer */

.footer {
  flex: 0 0 auto;
  padding: 4rem 2rem;
  padding-bottom: calc(4rem + constant(safe-area-inset-bottom));
  padding-bottom: calc(4rem + env(safe-area-inset-bottom));
  padding-left: calc(2rem + constant(safe-area-inset-left));
  padding-left: calc(2rem + env(safe-area-inset-left));
  padding-right: calc(2rem + constant(safe-area-inset-right));
  padding-right: calc(2rem + env(safe-area-inset-right));
  font-size: 1rem;
  color: #ffffff;
  background: linear-gradient(140deg, #110129 0%, #253a7c 100%);
}

.footer .footer__content {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  max-width: 40rem;
  margin: 0 auto;
}

.footer .footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer__contact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer .footer__contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.footer .footer__contact-buttons > a {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  min-width: 15rem;
  padding: 0.75rem 1rem;
  color: #ffffff;
  background: linear-gradient(140deg, rgb(147, 144, 144, 22%) 0%, rgb(255, 255, 255, 10%) 100%);
  border-radius: 0.25rem;
}

.footer .footer__social-icons {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.footer .footer__title {
  margin: 0 0 0.5rem;
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.footer .footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer__menu > li {
  display: block;
  margin: 0.25rem 0;
  line-height: 1.25;
}

.footer .footer__menu > li:first-child {
  margin-top: 0;
}

.footer .footer__menu > li:last-child {
  margin-bottom: 0;
}

.footer .footer__menu > li > a {
  font-size: 0.875rem;
  color: #ffffff;
}

.footer .footer__copyright {
  font-size: 0.875rem;
}

.footer .footer__copyright > :first-child {
  margin-top: 0;
}

.footer .footer__copyright > :last-child {
  margin-bottom: 0;
}

/* Main */

main {
  flex: 1 0 auto;
}

/* Section */

.section {
  position: relative;
  padding: 4rem 1.5rem;
  padding-left: calc(1.5rem + constant(safe-area-inset-left));
  padding-left: calc(1.5rem + env(safe-area-inset-left));
  padding-right: calc(1.5rem + constant(safe-area-inset-right));
  padding-right: calc(1.5rem + env(safe-area-inset-right));
}

.section .section__background-image {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  width: 100%;
  height: 100%;
}

.section .section__background-image-far-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-width: 40vw;      /* keeps it “normal” and responsive */
  height: auto;
}

.section .section__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 40rem;
  margin: 0 auto;
}

.section .section__content > h1,
.section .section__content > h2,
.section .section__content > h3,
.section .section__content > h4,
.section .section__content > h5,
.section .section__content > h6 {
  margin: 0;
}

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

.section.section--background-white + .section.section--background-white:not(.section--continuation)::before {
  content: '';
  position: absolute;
  top: 0;
  left: max(0px, calc(50vw - 40rem));
  width: 100%;
  max-width: 80rem;
  height: 1px;
  background: linear-gradient(to right, #ffffff, #d3d3d3 20%, #d3d3d3 80%, #ffffff);
}

.section.section--background-blue {
  background-color: #f1f8fe;
}

.section.section--background-dark-blue {
  color: #ffffff;
  background-color: #1f1842;
}


.section.section--background-gradient {
  color: #ffffff;
  background: linear-gradient(140deg, #110129 0%, #253a7c 100%);
}

.section.section--continuation {
  padding-top: 0;
}

.section.section--featured {
  display: flex;
  align-items: center;
  min-height: 10rem;
}

/* Row */

.ns-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ns-row.ns-row--equal > * {
  flex: 1 1 0;
}

.ns-row.ns-row--sidebar > :first-child {
  flex: 0 0 auto;
}

/* Accordion */

.accordion .accordion__item {
  border-bottom: 1px solid #d3d3d3;
}

.accordion .accordion__item .accordion {
  padding-left: 1.875rem;
}

.accordion .accordion__item .accordion .accordion__item:last-child {
  border-bottom: none;
}

.accordion .accordion__item .accordion .accordion__item__toggle > svg {
  position: absolute;
  right: 100%;
}

.accordion .accordion__item .accordion__item__toggle {
  position: relative;
  display: flex;
  appearance: none;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 1rem 2rem 1rem 0;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: left;
  color: #1a0044;
  background-color: transparent;
  border: none;
  outline: none;
}

.accordion .accordion__item .accordion__item__toggle > svg {
  flex: 0 0 auto;
  margin-right: 0.75rem;
}

.accordion .accordion__item .accordion__item__toggle::after {
  content: '';
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 0.5rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%231c1c1c" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z"/></svg>');
  transition: transform 0.3s ease-in-out;
}

.accordion .accordion__item .accordion__item__content {
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.accordion .accordion__item .accordion__item__content > section {
  padding: 0.5rem 0 1.5rem;
}

.accordion .accordion__item .accordion__item__content > section > :first-child {
  margin-top: 0;
}

.accordion .accordion__item .accordion__item__content > section > :last-child {
  margin-bottom: 0;
}

.accordion .accordion__item:not(.accordion__item--open) .accordion__item__toggle::after {
  transform: rotate(180deg);
}

.accordion .accordion__item:not(.accordion__item--open) .accordion__item__content {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  height: 0;
}

html:not([data-js='true']) .accordion .accordion__item .accordion__item__toggle {
  cursor: default;
}

html:not([data-js='true']) .accordion .accordion__item .accordion__item__toggle::after {
  display: none;
}

html:not([data-js='true']) .accordion .accordion__item .accordion__item__content {
  visibility: visible;
  opacity: 1;
  overflow: visible;
  height: auto;
}

/* Awards */

.awards-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.awards-grid > li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.awards-grid img {
  width: 100%;
  max-width: 18rem;
  height: auto;
}

/* Hubspot Form */

.hubspot-form {
  width: 100%;
}

/* Newsletter Form */

.newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(140deg, #110129 0%, #253a7c 100%);
  border-radius: 0.5rem;
  padding: 3rem;
}

.newsletter-form .newsletter-form__content {
  width: 100%;
  max-width: 40rem;
  text-align: center;
}

.newsletter-form .newsletter-form__label {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125;
  text-transform: uppercase;
  color: #ffffff;
}

.newsletter-form .newsletter-form__title {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  font-size: calc(1.675rem + 0.9vw);
  font-size: calc(1.675rem + 0.9svw);
  font-weight: 400;
  color: #ffffff;
}

/* Team Cards */

.team-cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

html:not([data-js='true']) .team-cards {
  display: none;
}

/* Team Card */

.team-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.5rem rgb(0, 0, 0, 5%);
}

.team-card .team-card__headshot {
  width: 100%;
  height: auto;
}

.team-card .team-card__content {
  padding: 1rem;
}

.team-card .team-card__name {
  margin: 0;
  font-size: 1.75rem;
}

.team-card .team-card__button-row {
  display: inline-flex;
  margin: 1rem 0 0;
  border: 1px solid #1a0044;
  border-radius: 0.25rem;
}

.team-card .team-card__button-row > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 1rem;
  color: #1a0044;
}

.team-card .team-card__button-row > :not(:first-child) {
  color: #ffffff;
  background-color: #1a0044;
}

.team-card .team-card__button-row > :not(:first-child)::after {
  content: '';
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.75ch;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FFFFFF" viewBox="0 0 14 14"><path d="M10.653 7.875H0v-1.75h10.653l-4.9-4.9L7 0l7 7-7 7-1.247-1.225z"/></svg>');
}

/* Team Profiles */

.team-profiles {
  position: relative;
  left: -1rem;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: calc(100% + 2rem);
  margin: 0;
  padding: 0 1rem;
  list-style: none;
}

.team-profiles .team-profiles__item {
  display: block;
  grid-column: 1;
  grid-row: 1;
  transform: translateY(-1rem);
  transition: visibility 0.3s linear, opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.team-profiles .team-profiles__item::before,
.team-profiles .team-profiles__item::after {
  content: '';
  display: table;
  width: 100%;
  height: 1rem;
}

.team-profiles .team-profiles__item:not(.team-profiles__item--visible) {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

html:not([data-js='true']) .team-profiles {
  display: block;
}

html:not([data-js='true']) .team-profiles .team-profiles__item {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* Team Profile */

.team-profile {
  display: block;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.5rem rgb(0, 0, 0, 5%);
}

.team-profile .team-profile__headshot {
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
  border-radius: 0.25rem;
}

.team-profile .team-profile__name {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 500;
}

.team-profile .team-profile__position {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
  color: #1c8ff7;
}

.team-profile .team-profile__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 1.125;
}

.team-profile .team-profile__buttons svg {
  flex: 0 0 auto;
}

.team-profile .team-profile__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1rem;
  color: #1a0044;
  border: 1px solid #1a0044;
  border-radius: 0.25rem;
}

.team-profile .team-profile__email {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.625rem 1rem;
  color: #ffffff;
  background-color: #1a0044;
  border-radius: 0.25rem;
}

.team-profile .team-profile__email span {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Radar */

.radar {
  --radar-item-offset: 28vw;
  --radar-item-offset: 36cqw;
  position: relative;
  display: block;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1rem;
  background: linear-gradient(140deg, #110129 10%, #3e58ab 100%);
  border-radius: 50%;
}

.radar .radar__content {
  position: relative;
  display: block;
  width: 100%;
  padding: 100% 0 0;
  container-type: size;
}

.radar .radar__content::before {
  content: '';
  position: absolute;
  top: 3.5%;
  left: 3.5%;
  z-index: 10;
  width: 93%;
  height: 93%;
  background: conic-gradient(
    from 0deg,
    rgb(28, 244, 244, 0%) 0deg,
    rgb(28, 244, 244, 0%) 180deg,
    rgb(28, 244, 244, 10%) 300deg,
    rgb(28, 244, 244, 100%) 360deg
  );
  border-radius: 50%;
  animation: radar-sweep 5s linear infinite;
}

.radar .radar__frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgb(28, 244, 244, 0%) 0%,
    rgb(28, 244, 244, 0%) 11.68%,
    rgb(28, 244, 244, 100%) 11.68%,
    rgb(28, 244, 244, 100%) 12.68%,
    rgb(28, 244, 244, 25%) 12.68%,
    rgb(28, 244, 244, 0%) 17.68%,
    rgb(28, 244, 244, 0%) 29.36%,
    rgb(28, 244, 244, 100%) 29.36%,
    rgb(28, 244, 244, 100%) 30.36%,
    rgb(28, 244, 244, 25%) 30.36%,
    rgb(28, 244, 244, 0%) 35.36%,
    rgb(28, 244, 244, 0%) 47.03%,
    rgb(28, 244, 244, 100%) 47.03%,
    rgb(28, 244, 244, 100%) 48.03%,
    rgb(28, 244, 244, 25%) 48.03%,
    rgb(28, 244, 244, 0%) 53.03%,
    rgb(28, 244, 244, 0%) 64.71%,
    rgb(28, 244, 244, 100%) 64.71%,
    rgb(28, 244, 244, 100%) 65.71%,
    rgb(28, 244, 244, 25%) 65.71%,
    rgb(28, 244, 244, 0%) 70.71%,
    rgb(28, 244, 244, 0%) 100%
  );
}

.radar .radar__frame::before {
  content: '';
  position: absolute;
  top: 3.5%;
  left: 49.6875%;
  z-index: 10;
  width: 0.625%;
  height: 93%;
  background-color: #1cf4f4;
}

.radar .radar__frame::after {
  content: '';
  position: absolute;
  top: 49.6875%;
  left: 3.5%;
  z-index: 10;
  width: 93%;
  height: 0.625%;
  background-color: #1cf4f4;
}

.radar .radar__center {
  position: absolute;
  top: 41.75%;
  left: 41.75%;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.5%;
  height: 16.5%;
  background-color: #1a0044;
  border-radius: 50%;
}

.radar .radar__center-engine {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 80%;
  background-color: #1a0044;
  border-radius: 50%;
}



.radar .radar__center img {
  object-fit: cover;
  width: 40%;
  height: 40%;
}

radar .radar__center-engine img {
    object-fit: cover;
    width: 80%;
    height: 80%;
}

.radar .radar__items {
  position: absolute;
  top: 3.5%;
  left: 3.5%;
  z-index: 20;
  width: 93%;
  height: 93%;
  margin: 0;
  padding: 0;
  list-style: none;
  container-type: size;
}

.radar .radar__items > li {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2% 3%;
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgb(26, 0, 68, 90%);
  border: 1px solid #1cf4f4;
  border-radius: 0.25rem;
  transform: translate(-50%, -50%) rotate(calc(360deg / var(--radar-item-count) * var(--radar-item-index) - 90deg))
    translate(var(--radar-item-offset))
    rotate(calc(-360deg / var(--radar-item-count) * var(--radar-item-index) + 90deg));
}

@keyframes radar-sweep {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Carousel */

.carousel .carousel__title {
  display: block;
  margin: 0 0 2rem;
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

/* Splide */

.splide .splide__track:not(:only-child) {
  margin-bottom: 2rem;
}

.splide .splide__pagination {
  flex-wrap: nowrap;
  gap: 0.5rem;
  bottom: 0;
  padding: 0;
}

.splide .splide__pagination li {
  display: inline-flex;
  flex: 0 1 4rem;
}

.splide .splide__pagination__page {
  flex: 1 1 0;
  margin: 0;
  width: auto;
  height: 0.5rem;
  opacity: 1;
  background-color: #d3d3d3;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease-in-out;
}

.splide .splide__pagination__page.is-active {
  background-color: #1c8ff7;
  transform: none;
}

/* Splide - Carousel */

.splide.splide--carousel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 10%;
  height: 100%;
  background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0%));
}

.splide.splide--carousel::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 10%;
  height: 100%;
  background: linear-gradient(to left, #ffffff, rgb(255, 255, 255, 0%));
}

.splide.splide--carousel .splide__list .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}

.splide.splide--carousel .splide__list .splide__slide img {
  width: 100%;
  height: 100%;
  transition: filter 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.splide.splide--carousel .splide__list .splide__slide:not(.is-active) img {
  -webkit-filter: grayscale(100%) opacity(0.6);
  filter: grayscale(100%) opacity(0.6);
}

html:not([data-js='true']) .splide.splide--carousel {
  visibility: visible;
}

html:not([data-js='true']) .splide.splide--carousel .splide__track {
  overflow: scroll;
}

html:not([data-js='true']) .splide.splide--carousel .splide__list::before,
html:not([data-js='true']) .splide.splide--carousel .splide__list::after {
  content: '';
  display: block;
  flex: 0 0 calc(10% - 2rem);
}

html:not([data-js='true']) .splide.splide--carousel .splide__list {
  gap: 3rem;
}

html:not([data-js='true']) .splide.splide--carousel .splide__slide img {
  width: 180px;
  height: 100px;
}

/* Splide - Testimonials */

.splide.splide--testimonials {
  background: linear-gradient(140deg, #110129 0%, #253a7c 100%);
  border-radius: 0.25rem;
}

.splide.splide--testimonials .splide__slide {
  display: flex;
}

.splide.splide--testimonials .splide__progress {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}

.splide.splide--testimonials .splide__progress__bar {
  background-color: #ffffff;
  border-radius: 0.25rem;
}

.splide.splide--thumbnail-testimonials {
  margin-top: 1rem;
}

.splide.splide--thumbnail-testimonials .splide__list .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  border: none;
  border-bottom: 0.25rem solid #d3d3d3;
  outline: none;
  transition: border-bottom-color 0.15s ease-in-out;
}

.splide.splide--thumbnail-testimonials .splide__list .splide__slide img {
  width: 70%;
  height: 85%;
  transition: filter 0.15s ease-in-out, filter 0.15s ease-in-out;
}

.splide.splide--thumbnail-testimonials .splide__list .splide__slide.is-active {
  border-bottom-color: #253a7c;
}

.splide.splide--thumbnail-testimonials .splide__list .splide__slide:not(.is-active) img {
  -webkit-filter: grayscale(100%) opacity(0.4);
  filter: grayscale(100%) opacity(0.4);
}

html:not([data-js='true']) .splide.splide--testimonials {
  visibility: visible;
}

html:not([data-js='true']) .splide.splide--testimonials .splide__list {
  flex-direction: column;
}

html:not([data-js='true']) .splide.splide--testimonials .splide__list .splide__slide:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

html:not([data-js='true']) .splide.splide--thumbnail-testimonials {
  display: none;
}

/* Splide - Resource */

html:not([data-js='true']) .splide.splide--resources {
  visibility: visible;
}

html:not([data-js='true']) .splide.splide--resources .splide__list {
  flex-wrap: wrap;
  gap: 2rem;
}

html:not([data-js='true']) .splide.splide--resources .splide__slide {
  flex: 0 0 100%;
}

/* Testimonial */

.testimonial {
  display: flex;
  gap: 8rem;
  margin: 2rem;
  color: #ffffff;
}

.testimonial > img {
  display: none;
}

.testimonial blockquote {
  margin: 0 0 2rem;
  font-size: 1.375rem;
}

.testimonial blockquote p {
  margin: 0;
}

.testimonial blockquote p::before {
  content: '“';
}

.testimonial blockquote p::after {
  content: '”';
}

.testimonial .testimonial__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial .testimonial__name {
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  color: #1c8ff7;
}

.testimonial .testimonial__position {
  display: block;
  font-size: 1rem;
}

/* Resource */

.resource {
  display: block;
}

.resource > :first-child {
  margin-top: 0 !important;
}

.resource > :last-child {
  margin-bottom: 0 !important;
}

.resource .resource__image {
  display: flex;
  overflow: hidden;
  margin: 1.5rem 0;
  border-radius: 0.25rem;
}

.resource .resource__image img {
  width: 100%;
}

.resource .resource__label {
  margin: 0.125rem 0;
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c8ff7;
}

.resource .resource__title {
  margin: 0.125rem 0;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a0044;
}

.resource .resource__title a {
  color: inherit;
}

.resource .resource__description {
  margin: 0.75rem 0;
  font-size: 1rem;
}

.resource .resource__meta {
  margin: 0.75rem 0;
  color: #6f687d;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Fancybox Overrides */

.fancybox__container {
  --fancybox-backdrop-bg: rgb(28, 145, 247, 95%);
}

.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html {
  overflow: hidden;
  border-radius: 0.25rem;
}

/* Media Queries */

@media (min-width: 576px) {
  /* Footer */

  .footer .footer__content {
    grid-template-columns: 3fr 2fr;
  }

  .footer .footer__brand {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .footer .footer__contact {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer .footer__nav.footer__nav--locations {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 3;
    flex-direction: column;
    align-items: center;
  }

  .footer .footer__nav.footer__nav--locations .footer__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
  }

  .footer .footer__nav.footer__nav--locations .footer__menu > li {
    display: inline-block;
    margin: 0;
  }

  .footer .footer__nav.footer__nav--solutions {
    grid-column: 1;
    grid-row: 4;
  }

  .footer .footer__nav.footer__nav--training {
    grid-column: 1;
    grid-row: 5;
  }

  .footer .footer__nav.footer__nav--resources {
    grid-column: 2;
    grid-row: 4 / 6;
  }

  .footer .footer__contact-form {
    grid-column: 1 / -1;
    grid-row: 6;
  }

  .footer .footer__copyright {
    grid-column: 1 / -1;
    grid-row: 7;
  }

  /* Awards */

  .awards-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Team Cards */

  .team-cards {
    grid-template-columns: 1fr 1fr;
  }

  /* Team Profile */

  .team-profile {
    display: grid;
    grid-template-columns: 40% auto;
    column-gap: 1rem;
  }

  .team-profile .team-profile__headshot {
    grid-column: 1;
    grid-row: 1 / span 4;
    margin: 0;
  }

  .team-profile .team-profile__name {
    grid-column: 2;
    grid-row: 1;
  }

  .team-profile .team-profile__position {
    grid-column: 2;
    grid-row: 2;
  }

  .team-profile .team-profile__biography {
    grid-column: 1 / span 2;
    grid-row: 5;
  }

  .team-profile .team-profile__biography p:last-child {
    margin-bottom: 0;
  }

  .team-profile .team-profile__buttons {
    grid-column: 2;
    grid-row: 3;
    margin: 1rem 0 0;
  }

  /* Radar */

  .radar {
    --radar-item-offset: 27vw;
    --radar-item-offset: 36cqw;
    padding: 2rem;
  }

  /* Splide - Testimonials */

  .splide.splide--thumbnail-testimonials .splide__list .splide__slide img {
    width: 50%;
    height: 75%;
  }

  /* Splide - Resource */

  html:not([data-js='true']) .splide.splide--resources .splide__slide {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media (min-width: 992px) {
  /* Typography */

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.875rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  /* Statistics */

  .statistics ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .statistics li {
    max-width: 24rem;
  }

  .statistics .statistics__value {
    font-size: 3.5rem;
  }

  .statistics .statistics__label {
    font-size: 1.25rem;
  }

  /* Info Box */

  .info-box.info-box--inset-left {
    margin-left: 15%;
  }

  .info-box.info-box--inset-right {
    margin-right: 15%;
  }

  .info-box.info-box--banner {
    max-width: 48rem;
  }

  .info-box.info-box--banner h1 {
    font-size: 3rem;
  }

  .info-box.info-box--banner .info-box__label {
    font-size: 1.125rem;
  }

  .info-box.info-box--banner .info-box__description {
    max-width: 32rem;
  }

  .info-box.info-box--centered {
    max-width: 60rem;
    margin: 0 auto;
    text-align: center;
  }

  .info-box.info-box--featured {
    font-size: 1.25rem;
  }

  /* Header */

  .header .header__navigation {
    padding: 1.25rem 3rem;
    padding-top: calc(1.25rem + constant(safe-area-inset-top));
    padding-top: calc(1.25rem + env(safe-area-inset-top));
    padding-left: calc(3rem + constant(safe-area-inset-left));
    padding-left: calc(3rem + env(safe-area-inset-left));
    padding-right: calc(3rem + constant(safe-area-inset-right));
    padding-right: calc(3rem + env(safe-area-inset-right));
  }

  .header .menu:not(.menu--child) {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header .menu.menu--child {
    display: flex;
    flex-direction: column;
    list-style: disc;
  }

  .header .menu.menu--float,
  .header .menu:not(.menu--child) > .menu-item > .menu {
    position: absolute;
    margin: 1rem 0 0;
    padding: 0.5rem 0;
    background-color: #ffffff;
    border-radius: 0.25rem;
    box-shadow: rgb(0, 0, 0, 10%) 0 0.5rem 1rem;
    list-style: none;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out;
  }

  .header .menu.menu--float::before,
  .header .menu:not(.menu--child) > .menu-item > .menu::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: -1rem;
    z-index: -1;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
  }

  .header .menu-item:not(:hover) > .menu.menu--float,
  .header .menu:not(.menu--child) > .menu-item:not(:hover) > .menu {
    visibility: hidden;
    opacity: 0;
  }

  .header .menu-item > a,
  .header .menu-item > button {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: calc(0.725rem + 0.325vw);
    font-weight: 500;
    text-align: left;
    color: #1a0044;
    background: none;
    border: none;
  }

  .header .menu-item > .menu-button {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    color: #ffffff;
    background-color: #1a0044;
    border-radius: 0.25rem;
  }

  .header .menu.menu--child .menu-item > a,
  .header .menu.menu--child .menu-item > button {
    display: block;
    padding: 0.5rem 1rem;
    transition: background-color 0.15s ease-in-out;
  }

  .header .menu.menu--child .menu-item:hover > a,
  .header .menu.menu--child .menu-item:hover > button {
    background-color: #f1f8fe;
  }

  .header .menu.menu--float > .menu-item > button {
    padding-right: 2.5rem;
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.125em 1.125em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23808080" fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
  }

  .header .menu-toggle {
    display: none;
  }

  /* Section */

  .section {
    padding: 5rem 2rem;
  }

  .section .section__content {
    gap: 4rem;
    max-width: 80rem;
  }

  .section.section--compact .section__content {
    max-width: 60rem;
  }

  .section.section--spacious {
    padding: 8rem 2rem;
  }

  .section.section--featured {
    min-height: 20rem;
  }

  /* Row */

  .ns-row {
    flex-direction: row;
    gap: 4rem;
  }

  .ns-row.ns-row--reverse {
    flex-direction: row-reverse;
  }

  .ns-row.ns-row--sidebar > :first-child {
    flex: 0 0 25rem;
  }

  .ns-row.ns-row--equal {
    align-items: center;
  }

  .ns-row.ns-row--equal > * {
    flex: 1 1 0;
  }

  /* Newsletter Form */

  .newsletter-form .newsletter-form__title {
    margin: 0 0 2rem;
    font-size: 2.25rem;
  }

  /* Testimonial */

  .testimonial {
    margin: 4rem;
  }

  .testimonial blockquote {
    font-size: 1.75rem;
  }

  .testimonial > img {
    display: block;
    width: 15rem;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  /* Team Cards */

  .team-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* Team Profile */

  .team-profile {
    grid-template-columns: auto 25rem;
    column-gap: 3rem;
    padding: 2rem;
  }

  .team-profile .team-profile__headshot {
    grid-column: 2;
    grid-row: 1 / span 5;
  }

  .team-profile .team-profile__name {
    grid-column: 1;
    grid-row: 1;
  }

  .team-profile .team-profile__position {
    grid-column: 1;
    grid-row: 2;
  }

  .team-profile .team-profile__biography {
    grid-column: 1;
    grid-row: 3;
  }

  .team-profile .team-profile__buttons {
    grid-column: 1;
    grid-row: 4;
    margin: 2rem 0 0;
  }

  /* Radar */

  .radar.radar--flow-left,
  .radar.radar--flow-right {
    --radar-item-offset: 15vw;
    --radar-item-offset: 36cqw;
    background: none;
  }

  .radar.radar--flow-left {
    padding: 2rem 2rem 2rem 0;
  }

  .radar.radar--flow-right {
    padding: 2rem 0 2rem 2rem;
  }

  .radar.radar--flow-left::before,
  .radar.radar--flow-right::before {
    content: '';
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    background: linear-gradient(140deg, #110129 10%, #3e58ab 100%);
  }

  .radar.radar--flow-left::before {
    right: 0;
    border-top-right-radius: 25rem;
    border-bottom-right-radius: 25rem;
  }

  .radar.radar--flow-right::before {
    left: 0;
    border-top-left-radius: 25rem;
    border-bottom-left-radius: 25rem;
  }

  /* Splide - Resource */

  html:not([data-js='true']) .splide.splide--resources .splide__slide {
    flex: 0 0 calc(calc(100% - 4rem) / 3);
  }
}

@media (min-width: 1280px) {
  /* Header */

  .header .menu-item > a,
  .header .menu-item > button {
    font-size: 1rem;
  }

  /* Footer */

  .footer .footer__content {
    grid-template-columns: 2fr 3fr 2fr 4fr;
    grid-template-rows: auto 2rem auto 2rem auto 2rem auto 2rem auto auto;
    row-gap: 0;
    max-width: 80rem;
  }

  .footer .footer__brand,
  .footer .footer__contact-buttons,
  .footer .footer__social-icons {
    justify-content: flex-start;
  }

  .footer .footer__contact {
    grid-column: 1;
    grid-row: 3 / span 3;
  }

  .footer .footer__nav.footer__nav--locations {
    grid-column: 1;
    grid-row: 6 / span 2;
    align-items: flex-start;
  }

  .footer .footer__nav.footer__nav--locations .footer__menu {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
  }

  .footer .footer__nav.footer__nav--solutions {
    grid-column: 2;
    grid-row: 2 / span 2;
  }

  .footer .footer__nav.footer__nav--training {
    grid-column: 2;
    grid-row: 5;
  }

  .footer .footer__nav.footer__nav--resources {
    grid-column: 3;
    grid-row: 2 / span 4;
  }

  .footer .footer__contact-form {
    grid-column: 4;
    grid-row: 2 / span 9;
  }

  .footer .footer__copyright {
    grid-column: 1 / -2;
    grid-row: 10;
  }

  /* Awards */

  .awards-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ns-row.ns-row--sidebar .awards-grid {
    padding-top: 1rem;
  }

  /* Radar */

  .radar.radar--flow-left,
  .radar.radar--flow-right {
    --radar-item-offset: 12rem;
    --radar-item-offset: 36cqw;
  }

  .radar.radar--flow-left {
    padding: 4rem 4rem 4rem 0;
  }

  .radar.radar--flow-right {
    padding: 4rem 0 4rem 4rem;
  }
}
