html {
  font-size: 62.5%;
  overflow-x: hidden !important;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 10rem
}

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

body {
  box-sizing: border-box;
  margin: 0;
  font-size: 1.6rem
}

::selection {
  /* background: #000;
    color: #fff */
}

::-moz-selection {
  /* background: #000;
    color: #fff */
}

::-webkit-selection {
  /* background: #000;
    color: #fff */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0
}

q:before,
q:after {
  display: none
}

button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

button:focus-visible,
select:focus-visible {
  outline: 2px solid blue;
}

blockquote {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0
}

#svg-- {
  display: none
}

.mfp-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed !important;
  top: 0 !important
}

@font-face {
  font-family: Trade Gothic LT Std;
  src: url(https://d25zu39ynyitwy.cloudfront.net/oms/1989/font/2025/9/VUQTV_trade-gothic-lt-std/trade-gothic-lt-std.otf) format("opentype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Trade Gothic LT Std Condensed;
  src: url(https://d25zu39ynyitwy.cloudfront.net/oms/1989/font/2025/9/4QPJ2_trade-gothic-lt-std-condensed-bold/trade-gothic-lt-std-condensed-bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Helvetica Neue;
  src: url(https://d25zu39ynyitwy.cloudfront.net/oms/1989/font/2025/9/LMCVK_helvetica-neue-roman/helvetica-neue-roman.otf) format("opentype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Helvetica Neue;
  src: url(https://d25zu39ynyitwy.cloudfront.net/oms/1989/font/2025/9/LERF3_helvetica-neue-bold/helvetica-neue-bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal
}

.btn {
  padding: 1.4rem 2rem 1.2rem;
  display: flex;
  gap: 1.8rem;
  align-items: center;
  justify-content: center;
  font-family: Trade Gothic LT Std Condensed, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.3rem;
  letter-spacing: .09rem;
  border-radius: 1rem;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  min-height: 5rem;
  width: -moz-fit-content;
  width: fit-content
}

.btn--large {
  min-height: 7rem !important;
  padding: 1.4rem 2.8rem
}

button {
  display: flex
}

.btn-primary {
  background-color: #d2191f;
  color: #fff
}

.btn-primary:hover {
  background-color: #00316d
}

.btn-outlined {
  background-color: #d2191f00;
  color: #fff;
  border: solid .1rem #ffffff;
  box-shadow: inset 0 0 0 10rem #0000
}

.btn-outlined:hover {
  background-color: #d2191f !important;
  box-shadow: inset 0 0 0 10rem #0000004d
}

.btn-secondary {
  background-color: #078BC7;
  color: #fff
}

.btn-secondary:hover {
  background-color: #00316d
}

.link {
  display: flex;
  gap: 1.3rem;
  font-family: Trade Gothic LT Std Condensed, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.3rem;
  letter-spacing: .09rem;
  text-transform: uppercase;
  transition: all .3s ease-in-out
}

.link:hover {
    cursor: pointer;
}

.link svg {
  margin-top: .2rem
}

.link-primary {
  color: #00316d
}

.link-primary:not(.no-hover):hover {
  color: #087aaf
}

.link-secondary {
  color: #fff
}

.link-secondary:not(.no-hover):hover {
  color: #00316d
}

.flip-card {
  transform-style: preserve-3d;
  transition: transform 1s
}

.flip-card-front,
.flip-card-back {
  backface-visibility: hidden
}

.flip-card-back,
.flip-card-wrapper:hover .flip-card {
  transform: rotateY(180deg)
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  position: relative;
  width: 6.5rem;
  height: 6.5rem;
  gap: .5rem;
  background-color: #fff;
  border: .2rem solid #e5fcfb;
  border-radius: 1.8rem
}

.hamburger.active .hamburger-bar:nth-child(1) {
  transform: rotate(-45deg)
}

.hamburger.active .hamburger-bar:nth-child(2) {
  opacity: 0
}

.hamburger.active .hamburger-bar:nth-child(3) {
  transform: rotate(45deg)
}

.hamburger-bar {
  display: block;
  width: 2.2rem;
  height: .2rem;
  margin: 0 auto;
  transition: all .3s ease;
  position: absolute;
  background-color: #191919
}

.hamburger-bar:nth-of-type(1) {
  top: 50%;
  transform: translateY(calc(-150% - .6rem))
}

.hamburger-bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%)
}

.hamburger-bar:nth-of-type(3) {
  top: 50%;
  transform: translateY(calc(50% + .6rem))
}

.carousel--prev[disabled=disabled],
.carousel--next[disabled=disabled] {
  opacity: .5;
  cursor: not-allowed
}

.carousel--slide {
  /* -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none */
}

body {
  font-family: Helvetica Neue, sans-serif;
  position: relative;
  /* overflow: hidden; */
}

.job-description ul,
.job-description ol {
  display: block;
  list-style-type: initial;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  unicode-bidi: isolate
}

.job-description li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate
}

.job-description p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate
}

#nav a,
#nav button {
  transition: color .2s ease-out
}

#nav a.current,
#nav a:hover,
#nav button:hover {
  color: #00316d !important;
  text-decoration: underline;
}

.bg-gradient-cta {
  background: linear-gradient(180deg, #FFFFFF 9.5rem, var(--color-original-blue) 9.5rem)
}

@media (min-width: 768px) {
  .bg-gradient-cta {
    background: linear-gradient(180deg, #FFFFFF 12.5rem, var(--color-original-blue) 12.5rem)
  }
}

.mfp-close {
  top: 2rem !important;
  right: 2rem !important;
  height: 3rem !important;
  width: 3rem !important;
  background-color: #00316d !important;
  opacity: 1 !important;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important
}

.mfp-iframe-scaler .mfp-close {
  top: -4rem !important;
  right: 0 !important;
}

.mfp-close-btn-in .mfp-close {
  color: #fff !important
}

.timeline-item {
  position: relative
}

.timeline-item::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.1rem;
  top: 0;
  left: -2.6rem;
  background-color: #ffffff;
}

.close-btn-wrapper {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.close-btn {
  /* width: 3.8rem;
  height: 3.8rem;
  background-color: #087AAF; */
  height: 3rem !important;
  width: 3rem !important;
  background-color: #00316d !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .close-btn {
    display: none;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn forwards steps(1) 1s
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

.fraud-alert-title:after {
  content: "";
  position: absolute;
  right: 100%;
  top: -8rem;
  display: block;
  height: 18rem;
  width: 12rem;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://d25zu39ynyitwy.cloudfront.net/oms/1989/image/2025/10/FSMQ0_jd-line/jd-line.png);
}

@media (min-width: 1024px) {
  .not-found-title::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% - 1.6rem);
    bottom: -7rem;
    width: 44rem;
    height: 10rem;
    background-image: url(https://d25zu39ynyitwy.cloudfront.net/oms/1989/image/2025/11/QQAAZ_404-line-2/404-line-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

@media (min-width: 1024px) {
  .not-found-eyebrow::after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    bottom: 4.5rem;
    width: 4rem;
    height: 24rem;
    background-image: url(https://d25zu39ynyitwy.cloudfront.net/oms/1989/image/2025/11/5O9QJ_404-line-1/404-line-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.culture-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 2rem;
}

.grid-row-1 {
  grid-row: 1;
}

.grid-row-2 {
  grid-row: 2;
}

.grid-row-3 {
  grid-row: 3;
}

.max-w-154 {
  max-width: 154px;
}
 
@media screen and (min-width: 1024px) {
  .culture-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right";
    grid-template-rows: auto auto;
  }

  .md-grid-left {
    grid-area: left;
  }

  .md-grid-right {
    grid-area: right;
    margin-left: auto;
  }

  .md-grid-row-2 {
    grid-row: 2;
  }
}