@import url(https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Montserrat:wght@100..900&display=swap);
/**
 * MAIN
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

p,
a {
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}

h1,
.heading-1 {
  font-family: "Newsreader", serif;
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 105%;
  color: #e5e1dd;
  margin: 0;
}
@media (min-width: 580px) {
  h1,
  .heading-1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  h1,
  .heading-1 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1920px) {
  h1,
  .heading-1 {
    font-size: 7.5rem;
  }
}

h2,
.heading-2 {
  font-family: "Newsreader", serif;
  font-size: 2.625rem;
  line-height: 105%;
  color: black;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 1024px) {
  h2,
  .heading-2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1920px) {
  h2,
  .heading-2 {
    font-size: 5.625rem;
  }
}

h3,
.heading-3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -4px;
  margin: 0;
}
@media (min-width: 1240px) {
  h3,
  .heading-3 {
    font-size: 7.8125rem;
    letter-spacing: -6.258px;
  }
}

.stern-skip-content {
  display: block;
  position: absolute;
  top: -50px;
  right: 55px;
  left: auto;
  z-index: 100;
  padding: 10px 30px;
  background-color: black;
  color: white;
  opacity: 0;
  font-size: 1rem;
  border-radius: 5px;
  z-index: 1000;
  transition: all 0.2s ease-in;
}
.stern-skip-content:focus {
  top: 20px;
  opacity: 1;
}

.stern-header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  width: calc(100% - 56px);
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .stern-header {
    width: calc(100% - 180px);
  }
}
.stern-header__logo {
  margin: 0;
}
@media (min-width: 1024px) {
  .stern-header__logo {
    display: none;
  }
}
.stern-header__logo a {
  display: flex;
}
.stern-header__logo img {
  width: 195px;
  height: 32px;
}
.stern-header__logo-nav {
  display: none;
}
@media (min-width: 1024px) {
  .stern-header__logo-nav {
    display: block;
  }
}
.stern-header__logo-nav img {
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  margin-right: 30px;
  margin-top: 30px;
}
@media (min-width: 1240px) {
  .stern-header__logo-nav img {
    height: 50px;
    margin-top: 40px;
  }
}
.stern-header .stern-nav {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 90px;
  background-color: white;
  width: 100%;
  border-radius: 10px;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}
@media (min-width: 1024px) {
  .stern-header .stern-nav {
    position: relative;
    top: unset;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
  }
}
.stern-header .stern-nav__button {
  cursor: pointer;
  outline: 0;
  border: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  background-color: transparent;
  z-index: 100;
}
@media (min-width: 1024px) {
  .stern-header .stern-nav__button {
    display: none;
  }
}
.stern-header .stern-nav__button--hamburger {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}
.stern-header .stern-nav__button--hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background-color: white;
  border-radius: 1px;
  opacity: 1;
  left: 6px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.stern-header .stern-nav__button--hamburger span:nth-child(1) {
  top: 11px;
}
.stern-header .stern-nav__button--hamburger span:nth-child(2), .stern-header .stern-nav__button--hamburger span:nth-child(3) {
  top: 19px;
}
.stern-header .stern-nav__button--hamburger span:nth-child(4) {
  bottom: 11px;
}
.stern-header .stern-nav__button--hamburger.active span {
  background-color: white;
}
.stern-header .stern-nav__button--hamburger.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.stern-header .stern-nav__button--hamburger.active span:nth-child(2) {
  transform: rotate(45deg);
}
.stern-header .stern-nav__button--hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.stern-header .stern-nav__button--hamburger.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.stern-header .stern-nav__menu {
  padding: 0;
  margin: 0;
  gap: 44px;
  padding: 36px 24px;
}
@media (min-width: 1024px) {
  .stern-header .stern-nav__menu {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
.stern-header .stern-nav__menu .stern-connect-button {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .stern-header .stern-nav__menu .stern-connect-button {
    margin-left: auto;
  }
}
.stern-header .stern-nav__menu .stern-connect-button a {
  background-color: #005a9c;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 170px;
  display: flex;
  justify-content: center;
  color: white;
  padding: 15px 18px;
}
@media (min-width: 1024px) {
  .stern-header .stern-nav__menu .stern-connect-button a {
    padding: 15px;
    width: 140px;
  }
}
@media (min-width: 1240px) {
  .stern-header .stern-nav__menu .stern-connect-button a {
    padding: 20px;
    width: 170px;
  }
}
.stern-header .stern-nav__menu li {
  list-style-type: none;
}
.stern-header .stern-nav__menu li:not(:last-child) {
  margin-bottom: 30px;
  display: flex;
}
.stern-header .stern-nav__menu li:not(:last-child):after {
  content: url(../images/arrow-right.svg?9e06681558bb62214d1d555563543fae);
  width: 18px;
  height: 18px;
}
@media (min-width: 1024px) {
  .stern-header .stern-nav__menu li:not(:last-child) {
    margin-bottom: 0;
  }
  .stern-header .stern-nav__menu li:not(:last-child):after {
    display: none;
  }
}
.stern-header .stern-nav__menu li a {
  font-size: 1.25rem;
  font-weight: 400;
  color: black;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .stern-header .stern-nav__menu li a {
    color: white;
    font-size: 1.125rem;
  }
}
.stern-header .stern-nav.active {
  visibility: visible;
  opacity: 1;
  top: 100px;
}

.stern-footer {
  margin-top: 150px;
}
@media (min-width: 1024px) {
  .stern-footer {
    margin-top: 280px;
  }
}
.stern-footer__contact-us {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stern-footer__contact-us h2 {
  max-width: 1000px;
  margin-bottom: 80px;
  text-align: center;
}
@media (min-width: 1024px) {
  .stern-footer__contact-us h2 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .stern-footer__contact-us a {
    padding: 34px 116px;
  }
}
.stern-footer__primary {
  position: relative;
  background: linear-gradient(180deg, #09161E 0%, #082030 30%, #01599D 100%);
  margin: 0 auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 284px;
}
@media (min-width: 1024px) {
  .stern-footer__primary {
    width: calc(100% - 70px);
    margin-top: 400px;
  }
}
.stern-footer__primary .background {
  position: absolute;
  top: -250px;
  width: 100%;
  height: auto;
  -o-object-fit: inherit;
     object-fit: inherit;
  max-width: 900px;
  max-height: 1000px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 1024px) {
  .stern-footer__primary .background {
    top: -400px;
  }
}
@media (min-width: 768px) {
  .stern-footer__primary .background.mobile {
    display: none;
  }
}
.stern-footer__primary .background.desktop {
  display: none;
}
@media (min-width: 768px) {
  .stern-footer__primary .background.desktop {
    display: block;
  }
}
.stern-footer__primary .container {
  padding: 37px 60px 70px 60px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .stern-footer__primary .container {
    padding: 100px 60px 90px 60px;
  }
}
.stern-footer__primary .stern-footer-logo {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .stern-footer__primary .stern-footer-logo {
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .stern-footer__primary .stern-footer-logo {
    height: 77px;
  }
}
.stern-footer__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .stern-footer__top {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.stern-footer__top-links {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .stern-footer__top-links {
    flex-direction: row;
    gap: 70px;
  }
}
.stern-footer__top ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .stern-footer__top ul {
    width: 240px;
  }
}
.stern-footer__top ul li:not(:last-child) {
  margin-bottom: 20px;
}
.stern-footer__top ul li a,
.stern-footer__top ul li p {
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
}
.stern-footer__top ul li .eyebrow {
  margin: 0;
  color: white;
  opacity: 0.8;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 20px;
}
.stern-footer__top ul:nth-child(2) li:not(:last-child) {
  margin-bottom: 10px;
}
.stern-footer__top ul:nth-child(2) li a {
  text-decoration: underline;
}
.stern-footer__bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .stern-footer__bottom {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }
}
.stern-footer__bottom-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 45px;
}
@media (min-width: 1024px) {
  .stern-footer__bottom-links {
    gap: 70px;
    margin-top: 0;
    flex-direction: row;
  }
}
.stern-footer__bottom-links a {
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .stern-footer__bottom-links a {
    width: 240px;
  }
}
.stern-footer__bottom p {
  color: white;
  margin: 0;
  font-weight: 500;
  font-size: 1.125rem;
}

.stern-ticker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  margin-right: auto;
  position: relative;
  margin: 40px 0;
}

.stern-ticker__marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  min-width: 100%;
  animation: scroll 130s linear infinite;
}

.stern-ticker__marquee-content ul {
  display: flex;
  align-items: center;
}

.stern-ticker__marquee-content ul:first-child {
  margin-right: 1rem;
}

.stern-ticker__marquee-content ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.stern-ticker__marquee-content ul::-webkit-scrollbar {
  display: none;
}

.stern-ticker__marquee-content li {
  width: 170px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .stern-ticker__marquee-content li {
    width: 300px;
  }
}

.stern-ticker__marquee-content li .logo-container {
  width: 130px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .stern-ticker__marquee-content li .logo-container {
    width: 150px;
    height: 80px;
  }
}

.stern-ticker__marquee-content li .logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}
.stern-stats {
  margin-top: 135px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .stern-stats {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.stern-stats__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .stern-stats__background {
    display: none;
  }
}
.stern-stats__content {
  border-radius: 40px;
  border: 1px solid rgba(32, 98, 210, 0.3);
  background-color: white;
  padding: 200px 40px 200px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.stern-stats h1 {
  color: black;
  max-width: 900px;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 1920px) {
  .stern-stats h1 {
    max-width: 1400px;
  }
}
.stern-stats .button {
  margin-bottom: 100px;
}
.stern-stats ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1300px;
}
@media (min-width: 1024px) {
  .stern-stats ul {
    flex-direction: row;
  }
}
.stern-stats ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stern-stats ul li .heading-3 {
  margin: 0;
}
.stern-stats ul li p:not(.heading-3) {
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 1240px) {
  .stern-stats ul li p:not(.heading-3) {
    font-size: 1.5rem;
  }
}

.stern-home-carousel {
  margin-top: 100px;
  width: 100%;
}
.stern-home-carousel .swiper-wrapper {
  display: flex;
  align-items: center;
}
.stern-home-carousel__container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (min-width: 1024px) {
  .stern-home-carousel__container {
    padding-left: 60px !important;
    padding-right: 20px !important;
  }
}
.stern-home-carousel .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .stern-home-carousel .swiper-slide {
    width: calc(25% - 15px);
  }
}
.stern-home-carousel .swiper-button-next,
.stern-home-carousel .swiper-button-prev {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  left: unset;
  right: unset;
  top: unset;
  margin-top: unset;
  position: relative;
}
.stern-home-carousel .swiper-button-next:after,
.stern-home-carousel .swiper-button-prev:after {
  display: none !important;
}
.stern-home-carousel .swiper-button-prev img {
  transform: rotateY(180deg);
}
.stern-home-carousel .swiper-scrollbar {
  left: unset !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  width: 100% !important;
  position: relative !important;
}
@media (min-width: 1024px) {
  .stern-home-carousel .swiper-scrollbar {
    width: calc(100% - 200px) !important;
  }
}
.stern-home-carousel__background-container {
  width: 100%;
  height: 269px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.stern-home-carousel__background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.stern-home-carousel__logo-container {
  width: 60%;
  height: 100px;
  position: relative;
}
.stern-home-carousel__logo {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: invert(1);
  -o-object-fit: contain;
     object-fit: contain;
}
.stern-home-carousel__header {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 80px;
  width: calc(100% - 60px);
}
@media (min-width: 1024px) {
  .stern-home-carousel__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 120px);
  }
}
.stern-home-carousel__header h2 {
  width: auto;
  max-width: 400px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .stern-home-carousel__header h2 {
    margin-bottom: 0;
    max-width: 850px;
    text-align: left;
  }
}
@media (min-width: 1920px) {
  .stern-home-carousel__header h2 {
    max-width: 1300px;
  }
}
.stern-home-carousel__header .button {
  width: 100%;
}
@media (min-width: 1024px) {
  .stern-home-carousel__header .button {
    max-width: 325px;
  }
}
.stern-home-carousel__heading {
  font-family: "Newsreader", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 18px 0;
  height: 50px;
}
.stern-home-carousel__excerpt {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
  font-weight: 400;
  margin: 0 0 18px 0;
  height: 75px;
}
.stern-home-carousel__button {
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: black;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.stern-home-carousel__controls-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  height: 94px;
}
@media (min-width: 1024px) {
  .stern-home-carousel__controls-container {
    margin-top: 150px;
    margin-right: 40px;
    height: 50px;
    flex-direction: row;
  }
}
.stern-home-carousel__buttons {
  position: relative;
  display: flex;
  width: 114px;
  height: 60px;
  justify-content: space-between;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  overflow: hidden;
}
.modal-overlay .card-background {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.modal-overlay.active {
  display: flex;
}
.modal-container {
  background-color: white;
  max-width: 1142px;
  border-radius: 40px;
  position: relative;
  scale: 0;
  overflow: hidden;
  width: 80%;
  height: 80%;
}
@media (min-width: 1024px) {
  .modal-container {
    width: 80%;
    height: 80%;
  }
}
.modal-content-container {
  overflow: scroll;
  height: 94%;
  padding: 20px 30px 0 20px;
}
@media (min-width: 1024px) {
  .modal-content-container {
    padding: 80px 40px 0 40px;
    height: 87%;
  }
}
.modal-scroll-gradient {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 50px;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.close-modal {
  position: relative;
  margin-left: auto;
  background: #01599d;
  border: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.close-modal:after {
  content: url(../images/close.svg?cea04a84074adf48feae92b3e02d6282);
  width: 23px;
  height: 23px;
}

.team-modal-content {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  padding-bottom: 60px;
}
.team-modal-content p {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .team-modal-content {
    font-size: 1.5rem;
    padding-bottom: 110px;
  }
}
.team-modal-heading {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.2px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .team-modal-heading {
    font-size: 3.75rem;
  }
}
.team-modal-qualifications {
  font-family: "Newsreader", serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .team-modal-qualifications {
    font-size: 2.25rem;
  }
}
.team-modal-role {
  margin-bottom: 60px;
  color: #a8884e;
  font-family: "Newsreader", serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.2px;
}
@media (min-width: 1024px) {
  .team-modal-role {
    font-size: 3.75rem;
  }
}

.investment-modal-category {
  font-family: "Newsreader", serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .investment-modal-category {
    margin-bottom: 60px;
  }
}
.investment-modal-content {
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 80px;
}
.investment-modal-content a:visited {
  color: blue;
}
.investment-modal-content p {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .investment-modal-content {
    margin-bottom: 100px;
  }
}
.investment-modal-logo-container {
  width: 100px;
  height: auto;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .investment-modal-logo-container {
    width: 277px;
    height: 80px;
    margin-bottom: 30px;
  }
}
.investment-modal-logo {
  height: 100%;
  width: auto;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .investment-modal-logo {
    max-width: 277px;
  }
}
.investment-modal-button {
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: black;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 32px 64px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  bottom: 90px;
}
.investment-modal-related-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .investment-modal-related-container {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.investment-modal-related-container .related-investment-item {
  width: 130px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}
.investment-modal-related-container .related-investment-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.stern-hero {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .stern-hero {
    height: 110vh;
  }
}
@media (min-width: 1240px) {
  .stern-hero {
    height: 100vh;
  }
}
.stern-hero__background {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .stern-hero__background {
    display: block;
  }
}
.stern-hero__background-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .stern-hero__background-mobile {
    display: none;
  }
}
.stern-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 220px);
  padding-top: 120px;
  width: 100%;
  max-width: 1920px;
}
@media (min-width: 580px) {
  .stern-hero__content {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .stern-hero__content {
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (min-width: 1920px) {
  .stern-hero__content {
    height: calc(100% - 280px);
  }
}
.stern-hero__content-logo {
  display: none;
  max-width: 1286px;
  height: auto;
}
@media (min-width: 1024px) {
  .stern-hero__content-logo {
    display: block;
    width: 60vw;
    margin-bottom: 50px;
  }
}
.stern-hero__content h1 {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .stern-hero__content h1 {
    max-width: 500px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .stern-hero__content h1 {
    max-width: 750px;
    text-align: left;
    margin: 0 0 35px 0;
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .stern-hero__content h1 {
    font-size: 6.25rem;
    max-width: 1100px;
  }
}
.stern-hero__content p {
  color: white;
  max-width: 340px;
  text-align: center;
  font-size: 1.125rem;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .stern-hero__content p {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .stern-hero__content p {
    text-align: left;
    margin: 0 0 60px 0;
    max-width: 600px;
    font-size: 1.5rem;
  }
}
.stern-hero__button {
  display: inline-flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #74c2ff;
  background: #005a9c;
  color: white;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 30px;
}
@media (min-width: 580px) {
  .stern-hero__button {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .stern-hero__button {
    font-size: 1.25rem;
  }
}
@media (min-width: 1240px) {
  .stern-hero__button {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .stern-hero__button {
    position: absolute;
    margin-left: unset;
    left: 50%;
    bottom: 0;
  }
}
@media (min-width: 1920px) {
  .stern-hero__button {
    font-size: 1.5rem;
  }
}
.stern-hero__categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1024px) {
  .stern-hero__categories {
    justify-content: flex-start;
  }
}
@media (min-width: 1240px) {
  .stern-hero__categories {
    display: unset;
    position: unset !important;
  }
}
.stern-hero__category {
  transition: scale ease-in 0.2s;
}
@media (min-width: 1240px) {
  .stern-hero__category {
    position: absolute;
    padding: 20px;
    scale: 0.9;
  }
  .stern-hero__category:hover {
    scale: 1;
  }
}
.stern-hero__category .text {
  border: solid 1px white;
  color: white;
  padding: 15px;
  border-radius: 10px;
  font-size: 0.9375rem;
  line-height: normal;
  font-weight: 600;
}
@media (min-width: 580px) {
  .stern-hero__category .text {
    font-size: 1rem;
  }
}
.stern-hero__category img {
  display: none;
  width: 70px;
  height: 70px;
}
@media (min-width: 1024px) {
  .stern-hero__category img {
    display: block;
  }
}
.stern-hero__category--distribution {
  right: 22%;
  top: 50%;
}
.stern-hero__category--distribution img {
  position: absolute;
  top: 15%;
  right: -30%;
}
.stern-hero__category--manufacturing {
  right: -5%;
  top: 40%;
}
@media (min-width: 1600px) {
  .stern-hero__category--manufacturing {
    right: 3%;
  }
}
.stern-hero__category--manufacturing img {
  position: absolute;
  top: 17%;
  left: -30%;
}
.stern-hero__category--retailing {
  right: -2%;
  top: 60%;
}
@media (min-width: 1600px) {
  .stern-hero__category--retailing {
    right: 6%;
  }
}
.stern-hero__category--retailing img {
  position: absolute;
  top: 17%;
  left: -30%;
}
.stern-hero__category--services {
  right: 10%;
  top: 85%;
}
@media (min-width: 1600px) {
  .stern-hero__category--services {
    right: 15%;
    top: 75%;
  }
}
.stern-hero__category--services img {
  position: absolute;
  top: 65%;
  left: -25%;
}
.stern-hero__category--publishing---printing {
  right: 30%;
  top: 70%;
}
@media (min-width: 1600px) {
  .stern-hero__category--publishing---printing {
    right: 30%;
    top: 65%;
  }
}
@media (min-width: 1920px) {
  .stern-hero__category--publishing---printing {
    top: 70%;
  }
}
.stern-hero__category--publishing---printing img {
  position: absolute;
  top: 15%;
  right: -30%;
}

.home-page__background {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.home-page__background.desktop {
  display: none;
}
@media (min-width: 768px) {
  .home-page__background.desktop {
    display: block;
  }
}

.stern-philosophy-section {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1920px;
}
@media (min-width: 1024px) {
  .stern-philosophy-section {
    margin-left: auto;
    margin-right: auto;
  }
}

.stern-philosophy-section .stern-philosophy-section__content {
  max-width: 830px;
  margin-right: unset;
}
.stern-philosophy-section .stern-philosophy-section__content p {
  margin-bottom: 100px;
}

.stern-page-hero {
  height: 100vh;
  max-height: 430px;
  position: relative;
  display: flex;
  justify-content: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.stern-page-hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.stern-page-hero h1 {
  position: relative;
  max-width: 350px;
  text-align: center;
  padding-top: 170px;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .stern-page-hero h1 {
    max-width: unset;
    padding-top: 228px;
  }
}

.stern-page-investments__hero {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 1920px;
}
@media (min-width: 1024px) {
  .stern-page-investments__hero {
    flex-direction: row;
  }
}
.stern-page-investments__hero-stats {
  height: 250px;
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .stern-page-investments__hero-stats {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .stern-page-investments__hero-stats {
    width: 60%;
    height: 653px;
  }
}
.stern-page-investments__hero-stats img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stern-page-investments__hero-stats-stats {
  position: relative;
  color: white;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 105%;
  margin-top: auto;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media (min-width: 580px) {
  .stern-page-investments__hero-stats-stats {
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .stern-page-investments__hero-stats-stats {
    font-size: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .stern-page-investments__hero-stats-stats {
    font-size: 7.8125rem;
    letter-spacing: -6.258px;
    padding-left: 60px;
  }
}
.stern-page-investments__hero-stats-stats span {
  display: inline-block;
  min-width: 35px;
}
@media (min-width: 1024px) {
  .stern-page-investments__hero-stats-stats span {
    min-width: 90px;
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  .stern-page-investments__hero-stats-stats span {
    min-width: 130px;
    font-size: 7.8125rem;
  }
}
.stern-page-investments__hero-stats-copy {
  position: relative;
  color: white;
  margin: 0;
  padding-left: 20px;
  padding-bottom: 40px;
}
@media (min-width: 580px) {
  .stern-page-investments__hero-stats-copy {
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .stern-page-investments__hero-stats-copy {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .stern-page-investments__hero-stats-copy {
    padding-left: 95px;
  }
}
.stern-page-investments__hero-copy {
  height: auto;
  background-color: #01599d;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .stern-page-investments__hero-copy {
    width: 40%;
    height: 653px;
  }
}
.stern-page-investments__hero-copy p {
  margin: 0;
  color: white;
  font-family: "Newsreader", serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 20px;
}
@media (min-width: 580px) {
  .stern-page-investments__hero-copy p {
    padding-left: 40px;
    font-size: 1.875rem;
  }
}
@media (min-width: 1240px) {
  .stern-page-investments__hero-copy p {
    letter-spacing: -0.404px;
    font-size: 3.125rem;
    padding-left: 56px;
    padding: 0 40px;
    max-width: 500px;
  }
}
.stern-page-investments__filters {
  padding-top: 50px;
}
.stern-page-investments__filters-container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 50px;
}
.stern-page-investments__filters-container-filter {
  display: none;
  background-color: #EEF1F5;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  padding: 16px 32px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .stern-page-investments__filters-container-filter {
    display: block;
  }
}
.stern-page-investments__filters-container-filter select {
  background-color: transparent;
  border: none;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
.stern-page-investments__filters-container-search {
  width: 100%;
  max-width: 390px;
  padding: 16px 32px;
  border-radius: 12px;
  background-color: #EEF1F5;
  display: flex;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .stern-page-investments__filters-container-search {
    margin-left: 20px;
    margin-right: 0;
  }
}
.stern-page-investments__filters-container-search img {
  margin-right: 5px;
}
.stern-page-investments__filters-container-search input {
  border: none;
  background-color: transparent;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  width: 100%;
}
.stern-page-investments__filters-container-search input::-moz-placeholder {
  color: black;
}
.stern-page-investments__filters-container-search input::placeholder {
  color: black;
}
.stern-page-investments__filters-container-dropdown-button {
  border: none;
  background-color: transparent;
  display: flex;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .stern-page-investments__filters-container-dropdown-button {
    display: none;
  }
}
.stern-page-investments__post-background {
  width: 100%;
  height: 269px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: none;
  cursor: pointer;
}
.stern-page-investments__post-background img:not(.logo) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.stern-page-investments__post-background .logo-container {
  width: 200px;
  height: 130px;
  position: relative;
}
@media (min-width: 580px) {
  .stern-page-investments__post-background .logo-container {
    width: 230px;
    height: 150px;
  }
}
@media (min-width: 768px) {
  .stern-page-investments__post-background .logo-container {
    width: 277px;
    height: 90px;
  }
}
.stern-page-investments__post-background .logo-container .logo {
  position: absolute;
  left: 0;
  z-index: 1;
  filter: invert(1);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.stern-page-investments__post-heading {
  font-family: "Newsreader", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 18px 0;
}
@media (min-width: 768px) {
  .stern-page-investments__post-heading {
    height: 70px;
  }
}
.stern-page-investments__post-excerpt {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
  font-weight: 400;
  margin: 0 0 18px 0;
}
.stern-page-investments__post-button {
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: black;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  cursor: pointer;
}
.stern-page-investments__grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px 20px;
  padding: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .stern-page-investments__grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1240px) {
  .stern-page-investments__grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.stern-page-investments__grid-item {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.stern-content--page-investments .stern-ticker {
  margin-bottom: 30px;
}

.mobile-dropdown {
  width: 100%;
  height: 100vh;
  background-color: #eef1f5;
  position: fixed;
  top: 0;
  z-index: 10;
  overflow: hidden;
  height: 0px;
}
@media (min-width: 1024px) {
  .mobile-dropdown {
    display: none;
  }
}
.mobile-dropdown__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.mobile-dropdown__heading p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
}
.mobile-dropdown__categories {
  padding: 0;
  margin-top: 50px;
}
.mobile-dropdown__categories li {
  list-style: none;
  margin-bottom: 35px;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-dropdown__categories li:after {
  content: url(../images/arrow-right.svg?9e06681558bb62214d1d555563543fae);
  width: 18px;
  height: 18px;
}
.mobile-dropdown__categories li p {
  font-weight: 500;
  color: #898a8d;
}
.mobile-dropdown__categories li:hover p, .mobile-dropdown__categories li:focus p {
  color: black;
}
.mobile-dropdown__close {
  background: black;
  border: none;
  border-radius: 8px;
  height: 42px;
  position: relative;
  right: 2px;
  width: 42px;
  cursor: pointer;
}

.stern-content--page-our-philosophy section {
  position: relative;
}
.stern-content--page-our-philosophy .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .stern-content--page-our-philosophy .content {
    flex-direction: row;
  }
}
.stern-content--page-our-philosophy .content h2 {
  font-weight: 400;
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  .stern-content--page-our-philosophy .content h2 {
    width: 45%;
    font-size: 3.75rem;
  }
}
.stern-content--page-our-philosophy .content .copy p {
  margin-bottom: 50px;
}
.stern-content--page-our-philosophy .content .copy ul {
  margin-bottom: 50px;
  padding-left: 25px;
  font-size: 1.5rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 300;
}
.stern-content--page-our-philosophy .content .copy ul ::marker {
  font-size: 1rem;
}
.stern-content--page-our-philosophy .content .copy ul li {
  margin-bottom: 10px;
  list-style-type: square;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .stern-content--page-our-philosophy .content .copy {
    width: 50%;
  }
}
.stern-content--page-our-philosophy .content a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.639px;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
  color: black;
  margin-top: 55px;
  width: -moz-fit-content;
  width: fit-content;
}
.stern-content--page-our-philosophy .content a:after {
  content: url(../images/arrow-right.svg?9e06681558bb62214d1d555563543fae);
  width: 18px;
  height: 18px;
  margin-left: 100px;
}
.stern-content--page-our-philosophy .content a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: black;
  bottom: 0;
}

.our-philosophy__background {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.stern-content--page-our-team__grid {
  margin-top: 50px;
}
.stern-content--page-our-team__grid ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  gap: 60px 20px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.stern-content--page-our-team__grid li {
  list-style: none;
  width: 100%;
  border-radius: 31.948px;
  border: 0.799px solid rgba(7, 65, 153, 0);
  box-shadow: 0px 3.195px 19.169px 0px rgba(1, 89, 157, 0.15);
  padding: 63px 20px;
  transition: box-shadow ease-in 0.2s;
  transition: background-color ease-in 0.2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.stern-content--page-our-team__grid li .card-background {
  position: absolute;
  top: 0;
  right: 0;
}
.stern-content--page-our-team__grid li h2,
.stern-content--page-our-team__grid li .qualification,
.stern-content--page-our-team__grid li .role,
.stern-content--page-our-team__grid li button {
  transition: color ease-in 0.2s;
}
.stern-content--page-our-team__grid li:nth-child(3n+2):hover {
  background-color: #005a9c;
}
.stern-content--page-our-team__grid li:nth-child(3n+2):hover h2,
.stern-content--page-our-team__grid li:nth-child(3n+2):hover .qualification,
.stern-content--page-our-team__grid li:nth-child(3n+2):hover button {
  color: white;
}
.stern-content--page-our-team__grid li:nth-child(3n+2):hover button:after {
  background-color: white;
}
.stern-content--page-our-team__grid li:nth-child(3n+2):hover button img {
  filter: invert(1);
}
.stern-content--page-our-team__grid li:nth-child(3n+3):hover {
  background-color: #a8884e;
}
.stern-content--page-our-team__grid li:nth-child(3n+3):hover .role {
  color: white;
}
.stern-content--page-our-team__grid li:hover {
  box-shadow: 6.39px 12.779px 27.955px 3.994px rgba(1, 89, 157, 0.32);
}
@media (min-width: 768px) {
  .stern-content--page-our-team__grid li {
    width: calc(45% - 20px);
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .stern-content--page-our-team__grid li {
    width: calc(33% - 55px);
  }
}
@media (min-width: 1920px) {
  .stern-content--page-our-team__grid li {
    width: calc(22% - 10px);
    max-width: 439px;
  }
}
.stern-content--page-our-team__grid li .heading-container {
  height: 150px;
}
@media (min-width: 1024px) {
  .stern-content--page-our-team__grid li .heading-container {
    height: 250px;
  }
}
.stern-content--page-our-team__grid li h2 {
  font-size: 2.1875rem;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.958px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .stern-content--page-our-team__grid li h2 {
    font-size: 2.9375rem;
  }
}
.stern-content--page-our-team__grid li .role {
  color: #a8884e;
  font-family: "Newsreader", serif;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.958px;
  margin-bottom: 72px;
  height: 130px;
}
@media (min-width: 1024px) {
  .stern-content--page-our-team__grid li .role {
    font-size: 2.9375rem;
  }
}
.stern-content--page-our-team__grid li .qualification {
  font-family: "Newsreader", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.575px;
  margin-bottom: 100px;
}
.stern-content--page-our-team__grid li button {
  background-color: transparent;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.639px;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}
.stern-content--page-our-team__grid li button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: black;
  bottom: 0;
}
.stern-content--page-our-team__grid li button img {
  margin-left: 83px;
}

.stern-content--404__hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #005a9c;
  padding-top: 100px;
  text-align: center;
  color: white;
}
@media (min-width: 1024px) {
  .stern-content--404__hero {
    text-align: left;
  }
}
.stern-content--404__hero img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.stern-content--404__hero h1,
.stern-content--404__hero p,
.stern-content--404__hero a {
  position: relative;
}
.stern-content--404__hero h1 {
  margin-bottom: 40px;
}
.stern-content--404__hero p {
  margin-bottom: 40px;
}
.stern-content--404__hero a {
  display: inline-flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #74c2ff;
  background: #005a9c;
  color: white;
  margin-bottom: 60px;
  font-weight: 400;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

main {
  overflow-x: hidden;
}

input,
textarea,
button,
select,
li,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

.indented {
  text-indent: -9999px;
  overflow: hidden;
}

.site-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .site-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.site-content-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 1024px) {
  .site-content-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.button {
  background-color: transparent;
  border: solid 2px black;
  border-radius: 100px;
  color: black;
  font-weight: 500;
  padding: 20px;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 200px;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .button {
    font-size: 1.25rem;
    padding: 30px 50px;
  }
}
@media (min-width: 1024px) {
  .button {
    font-weight: 700;
  }
}
@media (min-width: 1920px) {
  .button {
    padding: 32px 100px;
    font-size: 1.5rem;
    max-width: 346px;
  }
}

.button-underlined {
  background-color: transparent;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.639px;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.button-underlined:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: black;
  bottom: 0;
}
.button-underlined img {
  margin-left: 83px;
}

button,
textarea,
input,
select,
a,
.swiper-button-prev,
.swiper-button-next {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
