html {
  font-size: 62.5%;
  overflow-x: hidden !important;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  background: #F8F9FA
}

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

body {
  box-sizing: border-box;
  margin: 0px;
  margin: 0 auto
}

::-moz-selection {
  background: black;
  color: white
}

::selection {
  background: black;
  color: white
}

::-moz-selection {
  background: black;
  color: white
}

::-webkit-selection {
  background: black;
  color: white
}

.main-content section:not(:last-child) {
  margin-bottom: 6rem
}

.bg-blue-900 {
  background: #00A9EA
}

.bg-blue-600 {
  background: #66CBEC
}

.bg-blue-100 {
  background: #E5F6FC
}

.text-white {
  color: #fff
}

.text-neutral-500 {
  color: #ADB5BD
}

.text-blue-900 {
  color: #00A9EA
}

.text-neutral-800 {
  color: #343A40
}

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;
  -ms-user-select: none;
  user-select: none
}

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

#svg-- {
  display: none
}

a {
  text-decoration: none;
  color: inherit
}

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

body,
.paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5
}

.paragraph {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem
}

.paragraph:not(:last-child) {
  margin-bottom: 1.5rem
}

.paragraph-static {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem
}

.paragraph-small {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem
}

@media screen and (min-width: 1024px) {
  .paragraph {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.6rem
  }
}

.header-primary,
.header-secondary,
.header-tertiary,
.header-quaternary,
.header-quinary,
.eyebrow,
.quote {
  font-family: "Poppins", sans-serif
}

.header-primary {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 5.8rem
}

@media screen and (min-width: 1024px) {
  .header-primary {
    font-size: 8.4rem;
    line-height: 9.4rem
  }
}

.header-secondary {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.6rem
}

@media screen and (min-width: 1024px) {
  .header-secondary {
    font-size: 3.6rem;
    line-height: 5.4rem
  }
}

.header-tertiary {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.6rem
}

@media screen and (min-width: 1024px) {
  .header-tertiary {
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 5.4rem
  }
}

.header-quaternary {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.6rem
}

.header-quinary {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem
}

.quote {
  font-style: italic;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem
}

@media screen and (min-width: 1024px) {
  .quote {
    font-size: 2.4rem;
    line-height: 3.6rem
  }
}

.cite {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem
}

.cite-name {
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem
}

.btn-large {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem
}

.btn-small {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem
}

.stat {
  font-weight: 300;
  font-size: 5rem;
  line-height: 5rem;
  font-family: "Lato", sans-serif
}

.disclaimer {
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem
}

.caption {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: center
}

@media screen and (min-width: 1024px) {
  .caption {
    font-size: 1.8rem;
    line-height: 2.7rem
  }
}

.link-sm {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6rem
}

.u-img-fluid {
  width: 100%;
  height: auto
}

.u-srt {
  display: none
}

.u-text-white {
  color: #fff
}

.u-bg-blue-900 {
  background: #00A9EA
}

.u-bg-blue-600 {
  background: #66CBEC
}

.u-bg-blue-100 {
  background: #E5F6FC
}

.u-text-neutral-500 {
  color: #ADB5BD
}

.u-text-blue-900 {
  color: #00A9EA
}

.u-text-neutral-600 {
  color: #6C757D
}

.u-text-neutral-700 {
  color: #495057
}

.u-text-neutral-800 {
  color: #343A40
}

.u-mb-large {
  margin-bottom: 5rem !important
}

.u-mb-medium {
  margin-bottom: 3rem !important
}

.u-mb-small {
  margin-bottom: 2rem !important
}

.u-mb-xsmall {
  margin-bottom: 1rem !important
}

.u-mt-large {
  margin-top: 5rem !important
}

.u-mt-medium {
  margin-top: 3rem !important
}

.u-mt-small {
  margin-top: 2rem !important
}

.u-mt-xsmall {
  margin-top: 1rem !important
}

.u-m-auto {
  margin-left: auto;
  margin-right: auto
}

.u-m-none {
  margin: 0 !important
}

.pt-4 {
  padding-top: 4rem
}

.u-text-center {
  text-align: center !important
}

.u-text-left {
  text-align: left !important
}

.u-text-right {
  text-align: right !important
}

.u-one-line-text {
  display: inline-block
}

.u-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.8rem 0.8rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 42.71%, rgba(0, 0, 0, 0.00333333) 99.99%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  width: 100vw;
  transition: ease all 0.25s;
  color: #fff;
  height: 6rem;
  top: 0;
  z-index: 999;
  left: 0
}

.header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem
}

.header__logo {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3848/image/2025/7/6PMRU_logowhitearKdhL/logowhitearKdhL.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.4rem;
  width: 22rem;
  max-width: 50vw
}

.header__links {
  display: none;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  gap: 3rem
}

@media screen and (min-width: 1024px) {
  .header__links {
    display: -ms-flexbox;
    display: flex
  }
}

.header__link {
  position: relative
}

.header__link::after {
  content: "";
  height: 0.1rem;
  background-color: #00A9EA;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: ease all 0.25s
}

.header__link:hover::after,
.header__link:focus::after,
.header__link.active::after {
  width: 100%
}

.header__dropdown {
  cursor: pointer;
  position: relative;
  transition: ease all 0.25s
}

.header__dropdown:hover>span>i {
  transform: rotate(180deg)
}

.header__dropdown:hover .header__dropdown-wrapper {
  max-height: 20rem
}

.header__dropdown>span>i {
  transition: ease all 0.25s;
  font-size: 1.5rem
}

.header__dropdown-wrapper {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin-top: 1.05rem;
  background: #fff;
  border-radius: 0.4rem;
  max-height: 0;
  overflow: hidden;
  transition: ease all 0.25s
}

.header__dropdown-item {
  padding: 1.2rem 1rem;
  transition: ease all 0.25s;
  color: #6C757D
}

.header__dropdown-item:hover,
.header__dropdown-item:focus {
  background-color: #E5F6FC;
  color: #343A40
}

.header__dropdown-item>a {
  display: block;
  width: 100%;
  white-space: nowrap
}

.header__trigger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  height: 2.4rem;
  width: 2.4rem;
  transition: ease all 0.25s;
  z-index: 999;
  position: absolute;
  right: 2rem
}

@media screen and (min-width: 1024px) {
  .header__trigger {
    display: none
  }
}

.header__hamburger {
  display: block
}

.header__hamburger-bar {
  display: block;
  background-color: #fff;
  width: 2.4rem;
  height: 0.2rem;
  margin: 0 auto;
  border-radius: 10%;
  transition: ease all 0.25s
}

.header__hamburger-bar:not(:first-child) {
  margin-top: 0.48rem
}

.scrolled.header,
.active.header {
  background: #fff;
  color: #6C757D
}

.scrolled.header .header__logo,
.active.header .header__logo {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3848/image/2025/7/1X6Y7_logoblackQQ890H/logoblackQQ890H.png")
}

.scrolled.header .header__hamburger-bar,
.active.header .header__hamburger-bar {
  background-color: #6C757D
}

.active.header .header__hamburger-bar:nth-of-type(1) {
  transform: translateY(0.7rem) rotate(-45deg)
}

.active.header .header__hamburger-bar:nth-of-type(2) {
  opacity: 0
}

.active.header .header__hamburger-bar:nth-of-type(3) {
  transform: translateY(-0.7rem) rotate(45deg)
}

.drawer {
  background-color: #fff;
  top: 6rem;
  left: 0;
  right: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #6C757D;
  display: none;
  position: fixed;
  z-index: 999
}

@media screen and (min-width: 1024px) {
  .drawer {
    display: none
  }
}

.drawer__item {
  padding: 1.2rem 2rem
}

.drawer__dropdown {
  cursor: pointer
}

.drawer__dropdown.show>span>i {
  transform: rotate(180deg)
}

.drawer__dropdown>span>i {
  font-size: 1.5rem;
  transition: ease all 0.25s
}

.drawer__dropdown-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none
}

.drawer__dropdown-item {
  padding: 1.2rem 4rem;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6rem
}

.drawer__dropdown-item:hover {
  background-color: #E5F6FC;
  color: #343A40
}

.drawer__dropdown-item a {
  display: block;
  width: 100%
}

.footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3rem;
  color: #6C757D
}

.footer-paragraph {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem
}

.footer-link {
  color: #6C757D;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem
}

.footer-media {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  background: #6C757D;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-media:hover {
  cursor: pointer;
  background: #66CBEC
}

.footer__container {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.footer__left {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0
}

.footer__right {
  border-top: 1px solid #CED4DA;
  padding-top: 3rem
}

.footer__right-media-container {
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -ms-flex-pack: center;
  justify-content: center
}

.footer__policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 0
}

.footer__policy-left,
.footer__policy-right {
  display: -ms-flexbox;
  display: flex
}

.footer__policy-left {
  padding-bottom: 1rem;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer__policy-right {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

@media screen and (min-width: 600px) {
  .footer__policy-item:not(:last-child) {
    padding-right: 5rem
  }

  .footer__policy-left {
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (min-width: 1024px) {
  .footer__container {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    border-top: 1px solid #CED4DA;
    padding: 3rem 0
  }

  .footer__left {
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0
  }

  .footer__right {
    border-top: none;
    padding: 0
  }

  .footer__right-media-container {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .footer__policy {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .footer__policy-left {
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .footer__policy-right {
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F8F9FA;
  background-color: #00A9EA;
  transition: ease all 0.25s;
  border-radius: 0.8rem
}

.btn:hover,
.btn:focus {
  background-color: #66CBEC
}

.btn-large {
  padding: 0.6rem 2rem;
  gap: 1rem
}

.btn-small {
  padding: 1.5rem 2rem;
  gap: 1rem
}

.btn-ghost {
  background-color: rgba(0, 0, 0, 0);
  color: #00A9EA
}

.btn-ghost>span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem;
  gap: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #E5F6FC;
  transition: ease all 0.25s
}

.btn-ghost>span>i {
  color: #00A9EA;
  font-size: 1.2rem
}

.btn-ghost:hover,
.btn-ghost:focus {
  color: #23527C;
  background-color: rgba(0, 0, 0, 0)
}

.btn-ghost:hover>span,
.btn-ghost:focus>span {
  background-color: #00A9EA
}

.btn-ghost:hover>span i,
.btn-ghost:focus>span i {
  color: #E5F6FC
}

.play-btn {
  background-color: #BDB8B5;
  border-radius: 50%;
  transition: ease all 0.25s
}

.play-btn>span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.play-btn>span i {
  color: #fff
}

.play-btn:hover,
.play-btn:focus {
  background-color: #8B827D
}

.play-btn-small {
  font-size: 1.9rem;
  width: 6.4rem;
  height: 6.4rem
}

.play-btn-large {
  width: 12.8rem;
  height: 12.8rem;
  font-size: 3.8rem
}

.controller-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-color: #E5F6FC;
  border-radius: 50%;
  transition: ease all 0.25s
}

.controller-btn>span {
  text-align: center;
  display: block;
  line-height: 0;
  font-size: 2.1rem
}

.controller-btn>span>i {
  color: #00A9EA;
  font-weight: 900
}

.controller-btn:hover,
.controller-btn:focus {
  background-color: #00A9EA
}

.controller-btn:hover>span>i,
.controller-btn:focus>span>i {
  color: #E5F6FC
}

.heading-large {
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.6rem;
  color: #00A9EA;
  text-align: center;
  padding: 1.6rem 2.4rem;
  margin-left: -2.4rem
}

@media screen and (min-width: 1024px) {
  .heading-large {
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 5.4rem
  }
}

.heading-small {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #00A9EA;
  text-align: center;
  padding: 0.8rem 2.4rem;
  background-color: #E5F6FC;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0rem 0.4rem 0rem 0rem
}

.heading-xsmall {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #00A9EA;
  text-align: center;
  padding: 0.4rem 0.8rem;
  margin-left: -0.8rem
}

.c-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: normal;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border: 0.1rem solid #ADB5BD;
  border-radius: 0.4rem;
  padding: 0
}

.c-card__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  height: 100%
}

.c-card__image {
  height: 32rem;
  background-size: cover;
  width: 100%;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.c-card__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2rem 2rem 1rem;
  gap: 1rem;
  color: #343A40
}

.c-card__cta {
  background-color: rgba(0, 0, 0, 0);
  transition: ease all 0.25s;
  color: #00A9EA;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.c-card__cta:hover,
.c-card__cta:focus {
  background-color: #E5F6FC
}

.floating-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  transform: translateX(-4.4rem);
  background: #E5F6FC;
  padding: 1.6rem 2.4rem;
  color: #00A9EA
}

.floating-heading.lg {
  transform: translateX(-4.4rem)
}

@media screen and (min-width: 600px) {
  .floating-heading {
    transform: translateX(-6rem)
  }

  .floating-heading.lg {
    transform: translateX(-6rem)
  }
}

@media screen and (min-width: 1024px) {
  .floating-heading {
    transform: translateX(-7.4rem)
  }
}

.fl-card {
  background: #fff;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
  width: 100%
}

.st-card {
  padding: 3rem;
  height: 100%
}

.st-card-heading {
  padding: 0.8rem 0.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.st-card-items-wrapper {
  padding-top: 3rem
}

.st-card__item-heading {
  margin-bottom: 1rem
}

.st-card__item-paragraph {
  margin-bottom: 3rem !important
}

.st-card__item-header {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600
}

.st-card__item-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%
}

.st-card__item-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.st-card__item-col-stat {
  padding: 1.2rem 0
}

.st-card__item-col-year {
  padding: 1.2rem 0
}

.st-card__item-col .caption {
  width: 8.8rem
}

.st-card__item-col-1 {
  width: 12rem
}

.st-card__item-col-2 {
  -ms-flex-positive: 0.56;
  flex-grow: 0.56
}

.st-card__item-col-3 {
  -ms-flex-positive: 0.44;
  flex-grow: 0.44
}

@media screen and (min-width: 600px) {
  .st-card__item-col-year.st-card__item-col-3 .caption {
    transform: translateX(-60%)
  }
}

.accordion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0;
  transition: ease all 0.25s;
  border-bottom: 0.1rem solid #8B827D
}

.accordion:first-of-type {
  margin-top: -2rem
}

.accordion__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: ease all 0.25s;
  cursor: pointer;
  color: #343A40
}

.accordion__heading span {
  background-color: #E5F6FC;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: ease all 0.25s;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.accordion__heading span i {
  transition: ease all 0.25s;
  color: #00A9EA
}

.accordion__heading:hover span,
.accordion__heading:focus span {
  background-color: #00A9EA
}

.accordion__heading:hover span i,
.accordion__heading:focus span i {
  color: #E5F6FC
}

.accordion__description {
  color: #495057;
  display: none
}

.accordion.active .accordion__heading span i {
  transform: rotate(180deg)
}

.c-jobs {
  width: 100%;
  padding: 0 1.6rem;
  max-width: none
}

@media screen and (min-width: 600px) {
  .c-jobs {
    padding: 0 3rem
  }
}

@media screen and (min-width: 1024px) {
  .c-jobs {
    padding: 0 3rem
  }
}

.c-job-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem
}

@media screen and (min-width: 1024px) {
  .c-job-main {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5.6rem
  }
}

.c-job-main__left {
  background-color: rgba(0, 0, 0, 0);
  color: #343A40;
  padding: 3rem 0rem 2rem 0rem;
  border-radius: .6rem
}

@media screen and (min-width: 600px) {
  .c-job-main__left {
    padding: 3rem 3.2rem 2rem 3.2rem
  }
}

@media screen and (min-width: 1024px) {
  .c-job-main__left {
    width: 41.3rem
  }
}

.c-job-main__left-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem
}

@media screen and (min-width: 1024px) {
  .c-job-main__right {
    -ms-flex-positive: 1;
    flex-grow: 1
  }
}

.c-job-main__right .results-header {
  color: #333
}

.c-job-main__right .results-header__content-total {
  color: #00A9EA
}

.c-job-main__sorting {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width: 600px) {
  .c-job-main__sorting {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.c-job-main__sorting-left .results-header {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 0
}

.c-job-main__sorting-right .jobs-sort-by_label {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.c-job-main__sorting-right .c-jobs-sortby .Select {
  width: 13rem
}

.c-job-main__sorting-right .c-jobs-sortby .Select.is-open .Select-control {
  background-color: rgba(0, 0, 0, 0) !important
}

.c-job-main__sorting-right .c-jobs-sortby .Select .Select-control {
  color: #343A40;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  border: none !important;
  background-color: rgba(0, 0, 0, 0) !important
}

.c-job-main__sorting-right .c-jobs-sortby .Select .Select-value-label {
  color: #343A40
}

.c-main-hero-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem
}

.c-main-hero-search input:focus,
.c-main-hero-search input:active {
  outline: none
}

.c-main-hero-search__keyword {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  color: #343A40
}

.c-main-hero-search__keyword-label {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #343A40
}

.c-main-hero-search__keyword-input {
  width: 100%;
  color: #495057;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  border: none
}

.c-main-hero-search__keyword .keyword-search__input {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border: 0.1rem solid #BDB8B5;
  border-radius: .8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  transition: ease all 0.25s
}

.c-main-hero-search__keyword .keyword-search__input:focus-within {
  border: 0.1rem solid #00A9EA
}

.c-main-hero-search__keyword .keyword-search__input-icon--search {
  color: #495057
}

.c-main-hero-search__button {
  background-color: #00A9EA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem;
  transition: ease all 0.25s;
  border-radius: .8rem;
  border: 0.3rem solid #00A9EA
}

.c-main-hero-search__button-search {
  padding: 0.6rem 0;
  width: 100%;
  background-color: #00A9EA;
  color: #F8F9FA;
  transition: ease all 0.25s
}

.c-main-hero-search__button:hover,
.c-main-hero-search__button:focus {
  background-color: #66CBEC;
  border: 0.3rem solid #66CBEC
}

.c-main-hero-search__button:hover .c-main-hero-search__button-search,
.c-main-hero-search__button:focus .c-main-hero-search__button-search {
  color: #F8F9FA;
  background-color: #66CBEC
}

.location-search i {
  color: #495057
}

.c-main-hero-search__location-content {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: .8rem;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  border: 0.1rem solid #BDB8B5;
  transition: ease all 0.25s
}

.c-main-hero-search__location-content:focus-within {
  border: 0.1rem solid #00A9EA
}

.c-main-hero-search__location-drop {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.c-main-hero-search__location-drop input {
  width: 100%;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  border: none;
  color: #495057
}

.ssr-search-bar {
  width: 100%;
  padding: 0 2rem;
  height: 31rem;
  margin-top: calc(-1 * (31rem / 2 + 3rem));
  z-index: 10;
  position: relative
}

@media screen and (min-width: 600px) {
  .ssr-search-bar {
    padding: 0 4rem
  }
}

@media screen and (min-width: 1024px) {
  .ssr-search-bar {
    padding: 0 6.4rem;
    height: 13.3rem;
    margin-top: calc(-1 * (13.3rem / 2 + 6rem))
  }
}

.c-main-hero-search__horizontal.c-main-hero-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: normal;
  align-items: normal;
  width: 100%;
  padding: 2rem;
  border: 0.1rem solid #E9ECEF;
  border-radius: .4rem;
  background-color: #fff
}

@media screen and (min-width: 1024px) {
  .c-main-hero-search__horizontal.c-main-hero-search {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media screen and (min-width: 1024px) {
  .c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__keyword {
    -ms-flex-positive: 1;
    flex-grow: 1
  }
}

.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__keyword-label {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #343A40
}

.c-main-hero-search__horizontal.c-main-hero-search .location-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__location-label {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #343A40
}

.c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__button {
  margin-top: 2rem
}

@media screen and (min-width: 1024px) {
  .c-main-hero-search__horizontal.c-main-hero-search .c-main-hero-search__button {
    width: 19rem
  }
}

.jobs-current-searches {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.jobs-current-searches__title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #343A40
}

.jobs-current-searches__tag-list {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  margin: 0
}

.jobs-current-searches__tag-item {
  padding: 0.4rem 1rem;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: .8rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: ease all 0.25s;
  cursor: default;
  color: #6C757D;
  border: 0.1rem solid #BDB8B5;
  border-radius: 10rem
}

.jobs-current-searches__tag-item:hover {
  background-color: #fff;
  color: #6C757D;
  border: 0.1rem solid #BDB8B5
}

.jobs-current-searches__tag-item:hover svg>path {
  fill: #8B827D
}

.jobs-current-searches__tag-close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 1.7rem;
  height: 1.7rem;
  transition: ease all 0.25s;
  background-color: rgba(139, 130, 125, 0.2);
  border-radius: 50%
}

.jobs-current-searches__tag-close svg {
  width: .9rem;
  height: .9rem
}

.jobs-current-searches__tag-close svg>path {
  fill: #8B827D
}

.c-jobs-filter {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  max-width: none !important
}

.c-jobs-filter .filter-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem
}

.c-jobs-filter .filter-group>h3 {
  display: none !important
}

.c-jobs-filter .filter-category-container {
  background-color: #fff;
  border: 0.1rem solid #BDB8B5;
  margin-bottom: 2rem;
  border-radius: .8rem
}

.c-jobs-filter .filter-category-container:last-child {
  margin-bottom: 0
}

.c-jobs-filter .filter-header {
  padding: 0.6rem 1.4rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #6C757D;
  background-color: rgba(0, 0, 0, 0) !important
}

.c-jobs-filter .filter-option label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
  color: #6C757D
}

.c-jobs-filter .filter-option label>.option-value {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-jobs-filter .filter-options-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0
}

.c-jobs-filter .filter-options-list-container {
  padding: 0;
  border-top: none
}

.c-jobs-filter .reset-filters {
  text-align: start
}

.c-jobs-filter .reset-filters a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-decoration: underline;
  color: #23527C
}

.c-jobs-list .results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem
}

.c-jobs-list .results-list__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2rem;
  border: 0.1rem solid #E9ECEF;
  background-color: #fff;
  gap: 1.8rem
}

.c-jobs-list .results-list__item-header a {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #343A40
}

.c-jobs-list .results-list__item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width: 1024px) {
  .c-jobs-list .results-list__item-content {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-align: center;
    align-items: center
  }
}

.c-jobs-list .results-list__item-street {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  -ms-flex-align: center;
  align-items: center
}

.c-jobs-list .results-list__item-street--icon>svg>g>g {
  stroke: #ADB5BD
}

.c-jobs-list .results-list__item-apply {
  padding: 0.7rem 2rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: .8rem;
  text-decoration: none;
  transition: ease all 0.25s;
  margin-top: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width: 600px) {
  .c-jobs-list .results-list__item-apply {
    margin-top: 0
  }
}

@media screen and (min-width: 1024px) {
  .c-jobs-list .results-list__item-apply {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
  }
}

.c-jobs-list .results-list__item-apply:hover,
.c-jobs-list .results-list__item-apply:focus {
  background-color: rgba(0, 0, 0, 0)
}

.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--label,
.c-jobs-list .results-list__item-apply:focus .results-list__item-apply--label {
  color: #23527C
}

.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--icon,
.c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon {
  background-color: #66CBEC
}

.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--icon>svg>g>g,
.c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon>svg>g>g {
  fill: #E5F6FC
}

.c-jobs-list .results-list__item-apply--label {
  color: #00A9EA;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem
}

.c-jobs-list .results-list__item-apply--icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #E5F6FC;
  border-radius: 50%;
  transition: ease all 0.25s
}

.c-jobs-list .results-list__item-apply--icon>svg>g>g {
  transition: ease all 0.25s;
  fill: #00A9EA
}

.c-jobs-pagination {
  margin: 3rem 0;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.c-jobs-pagination .page-size {
  display: none;
  border: none
}

@media screen and (min-width: 1024px) {
  .c-jobs-pagination .page-size {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.8rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }
}

.c-jobs-pagination .page-size:focus-visible {
  outline: none
}

.c-jobs-pagination .pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width: 1024px) {
  .c-jobs-pagination .pagination {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.c-jobs-pagination .pagination.mobile {
  display: none
}

.c-jobs-pagination .page-links {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width: 1024px) {
  .c-jobs-pagination .page-links {
    margin-right: 3rem
  }
}

.c-jobs-pagination .page-links>a {
  cursor: pointer;
  margin: 0 0.5rem;
  color: #333
}

.c-jobs-pagination .page-link {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  transition: ease all 0.25s
}

.c-jobs-pagination .page-link:hover {
  text-decoration: none;
  color: #F8F9FA
}

.c-jobs-pagination .page-link.page-link-next,
.c-jobs-pagination .page-link.page-link-last,
.c-jobs-pagination .page-link.page-link-first,
.c-jobs-pagination .page-link.page-link-previous {
  height: 3.6rem;
  width: 3.6rem;
  background: rgba(0, 0, 0, 0);
  color: #333;
  border-radius: 3.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0.5rem;
  transition: ease all 0.25s
}

.c-jobs-pagination .page-link.page-link-next:hover,
.c-jobs-pagination .page-link.page-link-last:hover,
.c-jobs-pagination .page-link.page-link-first:hover,
.c-jobs-pagination .page-link.page-link-previous:hover {
  background: #F8F9FA;
  color: #F8F9FA
}

.c-jobs-pagination .page-link.page-link-next.not-selectable,
.c-jobs-pagination .page-link.page-link-last.not-selectable,
.c-jobs-pagination .page-link.page-link-first.not-selectable,
.c-jobs-pagination .page-link.page-link-previous.not-selectable {
  opacity: 0.5;
  cursor: not-allowed;
  display: none
}

.c-jobs-pagination .page-link.current-page.not-selectable {
  color: #F8F9FA
}

.job-description .job-title {
  font-weight: 600 !important;
  font-size: 2.8rem !important;
  line-height: 3.6rem !important;
  margin-bottom: 3.2rem;
  color: #495057 !important
}

.job-description .content {
  max-width: 124rem !important
}

.job-description .main-content {
  width: 100% !important;
  padding-right: 0 !important
}

@media screen and (min-width: 600px) {
  .job-description .main-content {
    width: calc(100% - (21rem + 4rem)) !important;
    padding-right: calc(2rem) !important;
    display: inline-block;
    vertical-align: top
  }
}

@media screen and (min-width: 1024px) {
  .job-description .main-content {
    width: calc(100% - (25.2rem + 6rem)) !important;
    padding-right: calc(3rem) !important
  }
}

.job-description .job-addl-info {
  width: 100% !important;
  padding-left: 0 !important
}

@media screen and (min-width: 600px) {
  .job-description .job-addl-info {
    width: 21rem !important;
    padding-left: calc(2rem) !important;
    display: inline-block;
    vertical-align: top
  }
}

@media screen and (min-width: 1024px) {
  .job-description .job-addl-info {
    width: 25.2rem !important;
    padding-left: calc(3rem) !important
  }
}

.job-description-header {
  font-weight: 700 !important;
  font-size: 3rem !important;
  line-height: 4.1rem !important;
  margin-bottom: 1.6rem;
  color: #495057
}

.job-description-content p,
.job-description-content span,
.job-description-content li {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 1.8rem !important;
  line-height: 2.7rem !important;
  color: #495057 !important
}

.job-description-content ol {
  padding: 0
}

.job-description .apply-button {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  line-height: 3rem !important;
  padding: 0.6rem 2rem !important;
  color: #F8F9FA !important;
  border-radius: .8rem !important;
  border: 0.1rem solid #00A9EA !important;
  background-color: #00A9EA !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  transition: ease all 0.25s
}

.job-description .apply-button:hover {
  border: 0.1rem solid #66CBEC !important;
  background-color: #66CBEC !important;
  color: #F8F9FA !important
}

.job-description .map-button,
.job-description .job-share-button {
  padding: 0.6rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  line-height: 3rem !important;
  color: #00A9EA !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0.1rem solid #00A9EA !important;
  transition: ease all 0.25s;
  border-radius: .8rem !important
}

.job-description .map-button:hover,
.job-description .job-share-button:hover {
  color: #F8F9FA !important;
  background-color: #66CBEC !important;
  border: 0.1rem solid #66CBEC !important
}

.job-description .job-addl-info .job-payrange,
.job-description .job-addl-info .job-payrange *,
.job-description .job-addl-info .salary-comment,
.job-description .job-addl-info .salary-comment *,
.job-description .job-addl-info .date,
.job-description .job-addl-info .date *,
.job-description .job-addl-info .job-status,
.job-description .job-addl-info .job-status *,
.job-description .job-addl-info .job-ref,
.job-description .job-addl-info .job-ref *,
.job-description .job-addl-info .job-description__categories,
.job-description .job-addl-info .job-description__categories *,
.job-description .job-addl-info .location,
.job-description .job-addl-info .location * {
  font-weight: 400 !important;
  font-size: 1.8rem !important;
  line-height: 2.7rem !important;
  color: #495057
}

.job-description .job-addl-info .job-payrange strong,
.job-description .job-addl-info .job-payrange * strong,
.job-description .job-addl-info .salary-comment strong,
.job-description .job-addl-info .salary-comment * strong,
.job-description .job-addl-info .date strong,
.job-description .job-addl-info .date * strong,
.job-description .job-addl-info .job-status strong,
.job-description .job-addl-info .job-status * strong,
.job-description .job-addl-info .job-ref strong,
.job-description .job-addl-info .job-ref * strong,
.job-description .job-addl-info .job-description__categories strong,
.job-description .job-addl-info .job-description__categories * strong,
.job-description .job-addl-info .location strong,
.job-description .job-addl-info .location * strong {
  font-weight: 700 !important
}

.job-description * {
  box-sizing: border-box
}

.job-description h3,
.job-description h3.job-title,
.job-description h3.application-instructions-header {
  font-size: 2rem
}

.job-description h4.job-description-header,
.job-description h4.job-skills-header,
.job-description h4.job-notes-header,
.job-description h4.apply-with-header {
  font-size: 1rem
}

.job-description .job-description-content p,
.job-description .job-description-content span,
.job-description .job-description-content li,
.job-description .job-skills p,
.job-description .job-skills span,
.job-description .job-skills li,
.job-description .job-notes.important-notes p,
.job-description .job-notes.important-notes span,
.job-description .job-notes.important-notes li {
  font-size: 1rem
}

.job-description .job-addl-info .job-payrange,
.job-description .job-addl-info .job-payrange *,
.job-description .job-addl-info .salary-comment,
.job-description .job-addl-info .salary-comment *,
.job-description .job-addl-info .date,
.job-description .job-addl-info .date *,
.job-description .job-addl-info .job-status,
.job-description .job-addl-info .job-status *,
.job-description .job-addl-info .job-type,
.job-description .job-addl-info .job-type *,
.job-description .job-addl-info .job-ref,
.job-description .job-addl-info .job-ref *,
.job-description .job-addl-info .job-description__categories,
.job-description .job-addl-info .job-description__categories *,
.job-description .job-addl-info .location,
.job-description .job-addl-info .location * {
  font-size: 14px
}

.job-description .job-addl-info .view-location-label {
  font-size: 16px;
  font-weight: 600
}

.job-description .job-addl-info .location ul {
  margin-left: 50px
}

.job-description .job-notes-header {
  color: red
}

.job-description .content {
  background-color: white;
  padding: 1rem;
  margin: 0 auto;
  max-width: 65rem
}

.job-description .content .job-payrange {
  color: #598700
}

.job-description .modal .modal-content {
  position: fixed;
  width: 700px;
  max-height: 100vh;
  overflow: auto;
  left: calc(50% - 350px);
  top: 0;
  padding: 0
}

@media (max-width: 450px) {
  .job-description .modal .modal-content {
    left: 0;
    width: 100%
  }
}

.job-description .modal .modal-content .CloseModalButton {
  font-family: sans-serif;
  font-style: normal;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  font-size: 1.2em
}

.job-description .job-share-modal-component:not(.job-share-modal-component--mobile) .modal-content {
  width: 540px;
  left: calc(50% - 270px);
  top: 6rem;
  max-height: calc(100% - 12rem);
  overflow-y: scroll
}

.job-description .job-share-modal-component.job-share-modal-component--mobile .modal-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%
}

.job-description .job-share-modal-component.job-share-modal-component--mobile .jobing-share-modal .modal-body {
  width: 100%
}

.job-description .job-share-modal-component.job-share-modal-component--mobile .social-icons,
.job-description .job-share-modal-component.job-share-modal-component--mobile .share-link {
  display: none
}

.job-description .job-share-modal-component.job-share-modal-component--mobile .submit {
  width: 100%;
  margin-left: 0
}

.job-description .apply-with-jobing-component .jobing-icon {
  width: 1.1rem;
  height: 1.1rem
}

.job-description .apply-with-jobing-component .ApplyModal {
  text-align: center;
  background-image: none;
  background: -moz-radial-gradient(50% 50%, farthest-side, #0061d6, #002c5f) no-repeat;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#0061d6), to(#002c5f)) no-repeat;
  background-color: #002c5f
}

.job-description .apply-widget-component {
  display: block
}

.job-description .apply-widget-container--top {
  margin-top: 15px
}

.job-description .apply-button,
.job-description .map-button,
.job-description .job-share-button {
  transition: all 0.4s ease;
  text-align: left;
  text-decoration: none;
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
  line-height: 1
}

.job-description .map-button,
.job-description .job-share-button {
  font-size: 1rem;
  padding: 0.5rem;
  margin: 1rem 0;
  width: 100%;
  background-color: #f1f2f2;
  display: block;
  color: inherit
}

.job-description .map-button .fa,
.job-description .job-share-button .fa {
  margin-left: 0.25rem;
  width: 2rem;
  text-align: left
}

.job-description .map-button--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center
}

.job-description .map-button--flex>div {
  width: calc(100% - 3rem)
}

.job-description .map-button--flex>div .map-button__label {
  width: 100%
}

.job-description .map-button__label {
  font-size: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block
}

.job-description .apply-button {
  font-size: 1.1rem;
  padding: 1rem;
  display: inline-block;
  text-align: center;
  width: 100%
}

.job-description .apply-button.full {
  width: 100%
}

.job-description .apply-button .fa,
.job-description .apply-button .jobing-icon {
  margin-right: 1rem
}

.job-description .apply-button.apply-button__loading {
  cursor: not-allowed
}

.job-description .apply-button.apply-button__loading .ellipsis-loading__one {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0s;
  animation: dot 1.3s infinite;
  animation-delay: 0s
}

.job-description .apply-button.apply-button__loading .ellipsis-loading__two {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.2s;
  animation: dot 1.3s infinite;
  animation-delay: 0.2s
}

.job-description .apply-button.apply-button__loading .ellipsis-loading__three {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.3s;
  animation: dot 1.3s infinite;
  animation-delay: 0.3s
}

@-webkit-keyframes dot {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes dot {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.job-description .job-addl-info .simple-apply-container {
  display: none;
  background-color: #f1f2f2
}

.job-description .job-addl-info .simple-apply-container strong {
  display: block
}

.job-description .job-addl-info .simple-apply-container .apply-button {
  margin: 0
}

.job-description .simple-apply-container.bottom-styles .apply-button {
  margin-top: 1rem
}

.job-description .simple-apply-container.bottom-styles .apply-button .click-here-text {
  display: none
}

.job-description .simple-email-job-share {
  padding: 2rem 0
}

.job-description .simple-email-job-share .email-job-header {
  margin: 0
}

.job-description .simple-email-job-share .label {
  background-color: white;
  color: inherit;
  font-size: 1rem;
  padding: 0
}

.job-description .simple-email-job-share .eRecipient {
  border-radius: 5px;
  padding: 8px 5px;
  width: 100%;
  color: gray;
  border: 1px solid
}

.job-description .simple-email-job-share .email-submit-button {
  background: #4ebf02;
  color: #fff;
  border: 0;
  padding: 8px 12px;
  margin: 0;
  font-size: 18px;
  margin-top: 1rem;
  width: 100%;
  border-radius: 0.3125rem
}

@media (min-width: 768px) {
  .job-description .content {
    padding: 3rem
  }

  .job-description .main-content,
  .job-description .job-addl-info {
    display: inline-block;
    vertical-align: top
  }

  .job-description .main-content {
    width: calc(100% - 15rem);
    padding-right: 2rem
  }

  .job-description .job-addl-info {
    width: 15rem;
    padding-left: 2rem
  }

  .job-description .job-addl-info .simple-apply-container {
    display: block
  }

  .job-description .apply-widget-container--top {
    display: none
  }
}

.job-description .recommendation__container {
  background-color: white;
  font-size: 1rem;
  margin-bottom: 3em;
  color: #999
}

.job-description .recommendation__container .primary-background-color {
  color: white;
  border: 1px solid rgba(0, 0, 0, 0)
}

.job-description .recommendation__header__overlay-box {
  font-size: 10px;
  padding: 1.2em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bolder;
  border-radius: 0.3125em;
  background-color: white;
  box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.2);
  position: absolute;
  line-height: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%)
}

.job-description .recommendation__header {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: bolder;
  position: relative
}

.job-description .recommendation__header__title {
  font-size: 23px;
  font-weight: 500
}

.job-description .recommendation__header__title--320 {
  display: none
}

.job-description .recommendation__info-container,
.job-description .recommendation__button-container {
  width: 50%;
  display: inline-block
}

.job-description .recommendation__recommended-job-container {
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 1em
}

.job-description .recommendation__button-container {
  display: inline-block;
  vertical-align: top;
  text-align: center
}

.job-description .recommendation__recommended-job-container--top {
  border-top: 1px solid #DDD
}

.job-description .recommendation__info-container__headline {
  font-weight: bolder;
  padding-bottom: 0.25em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%
}

.job-description .recommendation__info-container__location {
  padding-bottom: 0.25em;
  color: #CCC
}

.job-description .recommendation__info-container__type {
  font-size: smaller;
  color: #CCC
}

.job-description .recommendation__footer {
  text-align: center;
  padding: 1em
}

.job-description .recommendation__footer .fa {
  margin-left: 2em
}

.job-description .recommendation__button-container__view-button,
.job-description .recommendation__button-container__apply-button {
  display: inline-block;
  transition: all 0.4s ease;
  border-radius: 0.3125em;
  cursor: pointer;
  border-style: solid;
  width: 45%;
  height: 2em;
  box-sizing: border-box;
  text-align: center;
  border-width: 1.2px;
  vertical-align: middle;
  line-height: 200%;
  font-size: 0.8em;
  font-weight: bold;
  overflow: hidden;
  text-decoration: none
}

.job-description .recommendation__button-container__view-button {
  color: #999;
  border-color: #999
}

.job-description .recommendation__button-container__view-button:hover {
  background-color: #999;
  border-color: #999;
  color: white
}

.job-description .recommendation__button-container__apply-button {
  border-width: 1px;
  margin-left: 10%
}

.job-description .recommendation__footer__search-all {
  display: inline-block;
  transition: all 0.4s ease;
  border-radius: 0.3125em;
  cursor: pointer;
  border-style: solid;
  padding: 0.25em;
  width: 15em;
  height: 2em;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1em;
  text-decoration: none;
  max-width: 100%
}

.job-description .recommendation__footer__view-more {
  display: inline-block;
  cursor: pointer
}

@media (min-width: 1094px) {
  .job-description .recommendation__header__overlay-box {
    transform: translate(-15px, 50%);
    left: 0;
    top: 0
  }
}

@media (min-width: 768px) {
  .job-description .recommendation__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 65em
  }

  .job-description .recommendation__info-container {
    width: calc(100% - 15em)
  }

  .job-description .recommendation__button-container {
    width: 15em;
    padding-left: 2em;
    vertical-align: middle
  }

  .job-description .recommendation__info-container {
    vertical-align: middle
  }

  .job-description .recommendation__info-container__type {
    display: inline-block;
    font-size: 1em;
    width: 30%;
    vertical-align: top;
    padding-left: 0.2em;
    font-weight: bolder;
    color: #999
  }

  .job-description .recommendation__info-container__headline-and-location-container {
    display: inline-block;
    width: 70%
  }

  .job-description .recommendation__recommended-job-container {
    padding: 1em 3em
  }
}

@media (max-width: 500px) {
  .job-description .recommendation__header__title--320 {
    display: inline
  }

  .job-description .recommendation__header__title--default {
    display: none
  }

  .job-description .recommendation__info-container {
    width: 100%;
    display: inline-block
  }

  .job-description .recommendation__button-container {
    width: 100%;
    display: inline-block;
    padding-top: 1em;
    text-align: center
  }

  .job-description .recommendation__button-container__apply-button {
    margin-left: 1em
  }

  .job-description .recommendation__button-container__view-button,
  .job-description .recommendation__button-container__apply-button {
    width: calc((100% - 1em) / 2)
  }
}

.job-description .recommendation__button-container__view-button--only {
  width: 100%
}

.job-description .crm-apply-modal--mobile .modal-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000001;
  overflow: scroll;
  height: 100vh
}

.job-description .job-description__categories-list {
  margin-left: 30px;
  list-style: disc
}

.l-col {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%
}

@media screen and (max-width: 599px) {
  .l-col__sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .l-col__sm-11 {
    -ms-flex: 0 0 91.6666667%;
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%
  }

  .l-col__sm-10 {
    -ms-flex: 83.333333%;
    flex: 83.333333%;
    max-width: 83.333333%
  }

  .l-col__sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .l-col__sm-8 {
    -ms-flex: 0 0 66.6666667%;
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%
  }

  .l-col__sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .l-col__sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .l-col__sm-5 {
    -ms-flex: 0 0 41.6666667%;
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%
  }

  .l-col__sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .l-col__sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .l-col__sm-2 {
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%
  }

  .l-col__sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
}

@media screen and (min-width: 600px) {
  .l-col__md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .l-col__md-11 {
    -ms-flex: 0 0 91.6666667%;
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%
  }

  .l-col__md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .l-col__md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .l-col__md-8 {
    -ms-flex: 0 0 66.6666667%;
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%
  }

  .l-col__md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .l-col__md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .l-col__md-5 {
    -ms-flex: 0 0 41.6666667%;
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%
  }

  .l-col__md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .l-col__md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .l-col__md-2 {
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%
  }

  .l-col__md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
}

@media screen and (min-width: 1024px) {
  .l-col__lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .l-col__lg-11 {
    -ms-flex: 0 0 91.6666667%;
    flex: 0 0 91.6666667%;
    max-width: 91.6666667%
  }

  .l-col__lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .l-col__lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .l-col__lg-8 {
    -ms-flex: 0 0 66.6666667%;
    flex: 0 0 66.6666667%;
    max-width: 66.6666667%
  }

  .l-col__lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .l-col__lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .l-col__lg-5 {
    -ms-flex: 0 0 41.6666667%;
    flex: 0 0 41.6666667%;
    max-width: 41.6666667%
  }

  .l-col__lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .l-col__lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .l-col__lg-2 {
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%
  }

  .l-col__lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
}

.l-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.l-row__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.l-row__justify-center {
  -ms-flex-pack: center;
  justify-content: center
}

.l-row--offset {
  margin: -10rem auto 0 auto;
  width: calc(100% - 6.4rem);
  z-index: 2
}

@media screen and (min-width: 600px) {
  .l-row__start {
    -ms-flex-align: start;
    align-items: flex-start
  }

  .l-row__align-center {
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (min-width: 1024px) {
  .l-row {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .l-row--offset {
    width: calc(100% - 16rem)
  }
}

@media screen and (min-width: 1440px) {
  .l-row--offset {
    width: calc(100% - 32rem)
  }
}

.hero {
  height: 81rem;
  color: #fff;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover !important;
  background-position: center;
  position: relative
}

@media screen and (min-width: 600px) {
  .hero {
    height: 64rem
  }
}

@media screen and (min-width: 1024px) {
  .hero {
    height: 61rem
  }
}

.hero__content {
  padding: 0 2rem;
  z-index: 5
}

.hero__title {
  text-shadow: 0rem 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  text-align: center
}

.hero__brands {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem
}

@media screen and (min-width: 600px) {
  .hero__brands {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem
  }
}

@media screen and (min-width: 1024px) {
  .hero__brands {
    gap: 7rem
  }
}

.hero__brand {
  height: 4rem;
  width: auto;
  filter: brightness(0) invert(1)
}

@media screen and (min-width: 1024px) {
  .hero__brand {
    height: 6.6rem
  }
}

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

.hero__video-wrapper {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.hero.job__hero {
  background-color: #00A9EA;
  height: 47.2rem
}

@media screen and (min-width: 1024px) {
  .hero.job__hero {
    height: 40rem
  }
}

.benefit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3rem;
  gap: 3rem
}

@media screen and (min-width: 600px) {
  .benefit {
    padding: 0 4rem;
    gap: 4rem
  }
}

@media screen and (min-width: 1024px) {
  .benefit {
    padding: 0 6.4rem
  }
}

.benefit__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  gap: 1rem;
  text-align: center;
  max-width: 99rem
}

.benefit__title {
  color: #00A9EA
}

.benefit__description {
  color: #495057;
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem
}

.benefit__disclaimer {
  color: #6C757D
}

@media screen and (min-width: 600px) {
  .benefit__disclaimer {
    -ms-flex-order: 2;
    order: 2
  }
}

.benefit__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0rem;
  gap: 3rem;
  overflow-y: hidden;
  transition: ease all 0.25s
}

.benefit__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem;
  gap: 1rem;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

@media screen and (min-width: 600px) {
  .benefit__item {
    -ms-flex-preferred-size: calc(50% - 3rem / 2);
    flex-basis: calc(50% - 3rem / 2)
  }
}

@media screen and (min-width: 1024px) {
  .benefit__item {
    -ms-flex-preferred-size: calc((100% - 3rem * 3)/4);
    flex-basis: calc((100% - 3rem * 3)/4)
  }
}

.benefit__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background-color: #E5F6FC;
  border-radius: 50%
}

.benefit__item-icon>img {
  width: 4rem;
  filter: invert(51%) sepia(26%) saturate(6065%) hue-rotate(165deg) brightness(99%) contrast(102%)
}

.benefit__item-text {
  text-align: center;
  color: #6C757D
}

.benefit__btn {
  gap: 1rem;
  border: 0.1rem solid #00A9EA;
  padding: 0.6rem 2rem
}

.benefit__btn>span {
  background-color: rgba(0, 0, 0, 0);
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.7rem
}

.benefit__btn:hover,
.benefit__btn:focus {
  border-color: #23527C
}

.benefit__btn:hover>span,
.benefit__btn:focus>span {
  background-color: rgba(0, 0, 0, 0)
}

@media screen and (min-width: 600px) {
  .benefit__btn {
    display: none
  }
}

.job-benefit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem
}

@media screen and (min-width: 600px) {
  .job-benefit {
    padding: 0 4rem
  }
}

@media screen and (min-width: 1024px) {
  .job-benefit {
    padding: 0 11.4rem
  }
}

.job-benefit__heading {
  text-align: center
}

.job-benefit__title {
  color: #00A9EA
}

.job-benefit__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem
}

@media screen and (min-width: 1024px) {
  .job-benefit__list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: normal;
    align-items: normal
  }
}

.job-benefit__item {
  padding: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 0.1rem solid #E9ECEF;
  border-radius: 0.2rem;
  gap: 2rem;
  width: 100%
}

.job-benefit__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background-color: #E5F6FC;
  border-radius: 50%
}

.job-benefit__item-icon>img {
  width: 4rem;
  filter: invert(51%) sepia(26%) saturate(6065%) hue-rotate(165deg) brightness(99%) contrast(102%)
}

.job-benefit__item-description {
  color: #343A40;
  padding: 0;
  list-style: none
}

.job-benefit__item-description li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.job-benefit__item-description li::before {
  content: "";
  position: relative;
  margin: 1.1rem 1.5rem 0 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.4rem !important;
  height: 0.4rem !important;
  background-color: #343A40;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.award__heading {
  padding: 0 3rem;
  text-align: center
}

.award__title {
  color: #00A9EA
}

.award__item {
  padding: 0 1.6rem
}

@media screen and (min-width: 1024px) {
  .award__item {
    padding: 0 0.8rem
  }
}

.award__item>img {
  width: 100%;
  height: 27rem;
  -o-object-fit: contain;
  object-fit: contain
}

.award__list-wrapper {
  margin-top: 3rem
}

@media screen and (min-width: 1024px) {
  .award__list-wrapper {
    position: relative
  }
}

.award__list-wrapper:hover .award__list-controller {
  opacity: 1
}

.award__list-controller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
  gap: 2rem
}

@media screen and (min-width: 1024px) {
  .award__list-controller {
    transition: ease all 0.25s;
    position: absolute;
    margin-top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2.8rem * 2);
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0
  }
}

.career {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0rem 3rem;
  gap: 3rem
}

@media screen and (min-width: 600px) {
  .career {
    padding: 0 4rem
  }
}

@media screen and (min-width: 1024px) {
  .career {
    padding: 0rem 6.4rem
  }
}

.career__heading {
  text-align: center;
  color: #00A9EA
}

.career__list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 2rem
}

@media screen and (min-width: 1024px) {
  .career__list {
    gap: 3rem
  }
}

.career__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

@media screen and (min-width: 600px) {
  .career__item {
    -ms-flex-preferred-size: calc((100% - 2rem) / 2);
    flex-basis: calc((100% - 2rem) / 2)
  }
}

@media screen and (min-width: 1024px) {
  .career__item {
    -ms-flex-preferred-size: calc((100% - 3rem * 3) / 4);
    flex-basis: calc((100% - 3rem * 3) / 4)
  }
}

.career__btn {
  width: 100%
}

@media screen and (min-width: 1024px) {
  .career__btn {
    width: 41rem
  }
}

.career-slider {
  display: block
}

.career-slider__heading {
  text-align: center
}

.career-slider__title {
  color: #00A9EA
}

.career-slider__wrapper {
  margin-top: 3rem;
  position: relative
}

.career-slider__list {
  display: block;
  margin: 0 -1.5rem
}

.career-slider__item {
  position: relative;
  margin: 0 1.5rem
}

.career-slider__item>img {
  max-width: 30rem;
  max-height: 30rem
}

.career-slider__item--heading {
  position: absolute;
  bottom: 0;
  text-align: start
}

.career-slider__controller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem
}

.corporate__career.career {
  display: block
}

@media screen and (min-width: 1024px) {
  .corporate__career.career {
    display: -ms-flexbox;
    display: flex
  }
}

.corporate__career .career__list {
  display: block;
  margin-top: 2.4rem
}

@media screen and (min-width: 1024px) {
  .corporate__career .career__list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 97.65rem
  }
}

.corporate__career .career__list .slick-track {
  display: -ms-flexbox;
  display: flex
}

.corporate__career .career__list .slick-track .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.corporate__career .career__item {
  margin: 0 0.8rem
}

@media screen and (min-width: 1024px) {
  .corporate__career .career__item {
    margin: 0;
    -ms-flex-preferred-size: calc((100% - 3rem * 2) / 3);
    flex-basis: calc((100% - 3rem * 2) / 3)
  }
}

.corporate__career .career__controller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2.4rem
}

@media screen and (min-width: 1024px) {
  .corporate__career .career__controller {
    display: none
  }
}

@media screen and (min-width: 1024px) {
  .corporate__career .career__controller-btn {
    display: none
  }
}

.career-slider {
  display: block
}

.career-slider__heading {
  text-align: center
}

.career-slider__title {
  color: #00A9EA
}

.career-slider__wrapper {
  margin-top: 3rem;
  position: relative
}

.career-slider__list {
  display: block;
  margin: 0 -1.5rem
}

.career-slider__item {
  position: relative;
  margin: 0 1.5rem
}

.career-slider__item>img {
  max-width: 30rem;
  max-height: 30rem
}

.career-slider__item--heading {
  position: absolute;
  bottom: 0;
  text-align: start
}

.career-slider__controller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem
}

.brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem
}

.brand__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem;
  gap: 4rem;
  border: 0.1rem solid #E9ECEF;
  border-radius: 0.4rem;
  background-color: #fff
}

.brand__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem;
  gap: 2rem;
  text-align: center;
  max-width: 99rem
}

.brand__title {
  color: #00A9EA
}

.brand__description {
  color: #495057
}

.brand__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  gap: 20px;
  max-width: 110rem
}

.brand__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width: 600px) {
  .brand__item {
    max-width: 25rem
  }
}

.brand__img {
  max-width: 25rem;
  max-height: 10rem
}

.brand__btn {
  text-align: center;
  width: 100%
}

@media screen and (min-width: 1024px) {
  .brand__btn {
    width: 41rem
  }
}

.fh-section {
  margin: 3rem 2rem 0 2rem;
  color: #495057
}

.fh-section-btn {
  text-align: center;
  padding: 0.6rem 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem
}

.fh-section-btn--full {
  width: 100% !important
}

.fh-section__content {
  padding: 3rem 2rem;
  padding: 3rem
}

.fh-section__content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.fh-section__content .full-width-plus-padding {
  width: calc(100% + 4rem)
}

.fh-section__content-p-container {
  padding: 3rem 0
}

.fh-section__content-p-container .header-quaternary {
  padding-bottom: 3rem
}

.fh-section__content-p-container p,
.fh-section__content-p-container ul {
  margin: 0 !important
}

.fh-section__content-p-container ul {
  padding-bottom: 3rem
}

.fh-section__content-p-container p:not(:last-child) {
  padding-bottom: 3rem
}

.fh-section__content-btn-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 0
}

.fh-section__content-btn-container.fluid {
  padding: 0
}

.fh-section__image {
  height: 100%
}

.fh-section__image-container-sm {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem
}

.fh-section__image-container-lg {
  margin-top: 2rem;
  display: none
}

.fh-section__info {
  padding: 2rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.fh-section__info-thumbnails {
  position: relative
}

.fh-section__info-btn-bot-left {
  position: absolute;
  left: 2rem;
  bottom: 2rem
}

.fh-section__info-btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%)
}

.fh-section__info__content {
  margin-top: 2rem;
  padding: 3rem
}

.fh-section__info__content p {
  color: #6C757D
}

.fh-section__info__content .line {
  height: 0.1rem;
  width: 11.3rem;
  background: #BDB8B5
}

.fh-section__info__content-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column
}

.fh-section__info__content-headings {
  background: #E5F6FC
}

.fh-section__info__content-item {
  text-align: center;
  padding: 2rem 0
}

.fh-section__info__content-item .stat {
  color: #00A9EA
}

.fh-section__info__content-disclaimer {
  text-align: center
}

.fh-section__left-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.fh-section__left-wrapper .left-bottom-img {
  padding-top: 2rem
}

.fh-section__left-wrapper .left-bottom-img>* {
  height: 214px
}

.fh-section__right-wrapper {
  padding-top: 2rem
}

.fh-section__testimonial {
  padding: 3rem;
  height: 100%
}

.fh-section__testimonial-img {
  height: 21.4rem;
  max-width: 64.1rem
}

.fh-section__testimonial-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #E5F6FC;
  padding: 0.8rem 2.4rem
}

.fh-section__testimonial-heading h4 {
  color: #00A9EA;
  text-align: center
}

.fh-section__testimonial-slide {
  padding-top: 3rem
}

.fh-section__testimonial-slide .quote {
  color: #495057
}

.fh-section__testimonial-slide .cite {
  padding-top: 3rem;
  color: #ADB5BD;
  text-align: right
}

.fh-section__testimonial-slide .cite-name {
  color: #00A9EA
}

.fh-section__testimonial-slide .cite-avatar {
  margin-left: 0.85rem
}

.fh-section__testimonial-slide .cite-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.2rem;
  padding-top: 3rem
}

.fh-section__testimonial-slide .cite-wrapper .cite {
  padding: 0
}

@media screen and (min-width: 600px) {
  .fh-section {
    margin: 3rem 4rem
  }

  .fh-section__content {
    padding: 4rem
  }

  .fh-section__content .full-width-plus-padding {
    width: calc(100% + 8rem)
  }

  .fh-section__testimonial--full {
    padding: 4rem
  }
}

@media screen and (min-width: 1024px) {
  .fh-section {
    margin: 3rem 6.4rem
  }

  .fh-section__content {
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 5rem;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .fh-section__content .full-width-plus-padding {
    width: calc(100% + 10rem)
  }

  .fh-section__content-btn-container {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem
  }

  .fh-section__content-btn-container .btn {
    width: 50%
  }

  .fh-section__content-btn-container.fluid .btn {
    width: 100%
  }

  .fh-section__content-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    gap: 3rem
  }

  .fh-section__content-wrapper .w-80 {
    width: 80%;
    display: block
  }

  .fh-section__content-wrapper .w-20 {
    width: 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }

  .fh-section__content-wrapper .w-20 .btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
  }

  .fh-section__content-btn-container {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem
  }

  .fh-section__content-btn-container .btn {
    width: 50%
  }

  .fh-section__content-btn-container.fluid .btn {
    width: 100%
  }

  .fh-section__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .fh-section__image .left-bottom-img {
    padding-top: 3rem
  }

  .fh-section__image-container-lg {
    display: block;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .fh-section__content {
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 5rem;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .fh-section__content-btn-container {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem
  }

  .fh-section__content-btn-container .btn {
    width: 50%
  }

  .fh-section__content-btn-container.fluid .btn {
    width: 100%
  }

  .fh-section__info {
    padding: 0;
    padding-left: 2rem
  }

  .fh-section__info__content {
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 5rem;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .fh-section__info__content-headings {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .fh-section__info__content-main {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
  }

  .fh-section__info__content-main .line {
    width: 0.1rem;
    height: 11.3rem;
    margin: auto 1rem
  }

  .fh-section__info__content-item {
    width: 33%
  }

  .fh-section__testimonial--full {
    padding: 5rem
  }

  .fh-section__testimonial-img {
    height: 32.5rem
  }

  .fh-section__left-wrapper {
    padding-right: 1.5rem
  }

  .fh-section__left-wrapper .left-bottom-img {
    padding-top: 3rem
  }

  .fh-section__left-wrapper .left-bottom-img>* {
    height: 371px
  }

  .fh-section__right-wrapper {
    padding-top: 0;
    padding-left: 1.55rem
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .fh-section__info__content .stat {
    font-size: 3.8rem
  }
}

.slider {
  position: relative
}

.slider:hover .slider__controller,
.slider:focus .slider__controller {
  opacity: 1
}

.slider__item {
  padding: 0
}

@media screen and (min-width: 1024px) {
  .slider__item {
    padding: 0 1.5rem
  }
}

.slider__item>img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 10% 30%;
  object-position: 10% 30%;
  width: 100%
}

@media screen and (min-width: 1024px) {
  .slider__item>img {
    height: 53.3rem;
    max-width: none;
    width: 100%
  }
}

.slider__controller {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  right: 2rem;
  bottom: 2rem;
  transition: ease all 0.4s
}

@media screen and (min-width: 1024px) {
  .slider__controller {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2.8rem * 2);
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0
  }
}

.testimonial {
  padding: 0;
  display: block;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem
}

@media screen and (min-width: 600px) {
  .testimonial {
    margin-bottom: 6rem !important
  }
}

@media screen and (min-width: 1024px) {
  .testimonial {
    padding: 0 6.4rem;
    gap: 4rem
  }
}

.testimonial__heading {
  text-align: center
}

.testimonial__title {
  color: #00A9EA
}

@media screen and (min-width: 1024px) {
  .testimonial__content {
    position: relative
  }
}

.testimonial__content:hover .testimonial__controller {
  opacity: 1
}

.testimonial__list {
  display: block;
  margin-top: 3rem
}

.testimonial__item {
  padding: 0 1.5rem
}

.testimonial__item-img {
  position: relative
}

.testimonial__item-img>img {
  max-height: 53.3rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.testimonial__item-img--btn {
  position: absolute;
  bottom: 2rem;
  left: 2rem
}

.testimonial__item-content--tagline {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3rem
}

.testimonial__controller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem
}

@media screen and (min-width: 1024px) {
  .testimonial__controller {
    transition: ease all 0.25s;
    position: absolute;
    margin-top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2.8rem * 2);
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0
  }
}

.section-connect {
  margin-left: 3rem;
  margin-right: 3rem
}

.section-connect p {
  color: #343A40
}

.section-connect__heading {
  text-align: center
}

.section-connect__heading-title {
  color: #00A9EA;
  padding-bottom: 1rem
}

.section-connect__content {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}

.section-connect__content-wrapper {
  padding-top: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.section-connect__content-title {
  background: #E5F6FC;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #00A9EA;
  padding: 0.4rem 0.8rem
}

.section-connect__content .paragraph-static {
  padding-top: 0.8rem;
  padding-bottom: 3rem;
  margin: 0 !important
}

.section-connect__content .line {
  width: 113px;
  height: 1px;
  min-height: 1px;
  background: #8B827D;
  display: block
}

@media screen and (min-width: 600px) {
  .section-connect__content-wrapper {
    width: 66.7%
  }
}

@media screen and (min-width: 1024px) {
  .section-connect__content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3rem
  }

  .section-connect__content .line {
    width: 1px;
    height: 160px;
    min-width: 1px
  }

  .section-connect__content .paragraph-static {
    font-size: 1.6rem;
    line-height: 2.4rem
  }

  .section-connect__content-wrapper {
    padding-top: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 19%
  }
}

#section-hiring-heroes .heading {
  color: #00A9EA
}

.p-t-0 {
  padding-top: 0
}

#culture-testimonial-slide .btn-next,
#culture-testimonial-slide .btn-prev {
  position: absolute;
  bottom: -70px
}

#culture-testimonial-slide .btn-next {
  left: 50px
}

#culture-testimonial-slide .btn-prev {
  left: 0px
}

#intern-testimonial-slide .btn-next,
#intern-testimonial-slide .btn-prev {
  position: absolute;
  bottom: -70px;
  transform: translateX(4px)
}

#intern-testimonial-slide .btn-next {
  left: 50%
}

#intern-testimonial-slide .btn-prev {
  left: calc(50% - 48px)
}

@media screen and (min-width: 601px) {
  #intern-testimonial-slide .btn-next {
    left: 48px
  }

  #intern-testimonial-slide .btn-prev {
    left: 0
  }
}

@media screen and (min-width: 1024px) {
  #culture-testimonial-slide .btn-next {
    right: 0;
    left: auto
  }

  #culture-testimonial-slide .btn-prev {
    right: 50px;
    left: auto
  }
}

.btn-prev,
.btn-next {
  width: 40px;
  height: 40px;
  background: #e5f6fc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #00a9ea;
  transition: all ease 0.25s
}

.btn-prev:hover,
.btn-next:hover {
  background: #00a9ea;
  color: #fff;
  cursor: pointer
}

.section-alicia-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.carter-care__item {
  padding-top: 3rem
}

.carter-care__item.accordion {
  gap: 2rem
}

.carter-care__item-header {
  padding-bottom: 1rem;
  display: -ms-flexbox;
  display: flex
}

.carter-care__item-header .fa {
  width: 2.2rem;
  height: 2.134rem;
  margin-right: 0.7rem;
  transform: translateY(1rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.carter-care__item-header .fa-nm-big {
  transform: translateY(0.5rem) scale(1.2)
}

.carter-care__item-header .fa-deep-big {
  transform: translateY(1rem) scale(1.2)
}

.testimonial {
  padding: 0;
  display: block;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem
}

@media screen and (min-width: 600px) {
  .testimonial {
    margin-bottom: 6rem !important
  }
}

@media screen and (min-width: 1024px) {
  .testimonial {
    padding: 0 6.4rem;
    gap: 4rem
  }
}

.testimonial__heading {
  text-align: center
}

.testimonial__title {
  color: #00A9EA
}

@media screen and (min-width: 1024px) {
  .testimonial__content {
    position: relative
  }
}

.testimonial__content:hover .testimonial__controller {
  opacity: 1
}

.testimonial__list {
  display: block;
  margin-top: 3rem
}

.testimonial__item {
  padding: 0 1.5rem
}

.testimonial__item-img {
  position: relative
}

.testimonial__item-img>img {
  max-height: 53.3rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.testimonial__item-img--btn {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.testimonial__item-content--tagline {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3rem
}

.testimonial__controller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem
}

@media screen and (min-width: 1024px) {
  .testimonial__controller {
    transition: ease all 0.25s;
    position: absolute;
    margin-top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2.8rem * 2);
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0
  }
}

.intern-program {
  padding: 1rem
}

.intern-program-heading {
  padding-bottom: 4rem
}

.intern-program-wrapper {
  gap: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.intern-program__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.intern-program__item-heading {
  padding-bottom: 1rem
}

@media screen and (min-width: 600px) {
  .intern-program {
    padding: 3rem 0 0 0
  }

  .intern-program-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media screen and (min-width: 1024px) {
  .intern-program {
    padding: 5rem
  }
}

.faq__questionaire {
  padding: 5rem
}

.faq-heading {
  padding-bottom: 4rem
}

.faq-heading h2 {
  padding-bottom: 1rem
}

.c-main-hero-search__location-content.location-search-input .autocomplete {
    position: static;
}

.location-search__icon-left {
    display: none;
}