@-webkit-keyframes preloader-pulse {
  from {
    height: 100%;
    opacity: .9;
    visibility: visible;
    width: 100%
  }

  to {
    height: 150%;
    opacity: 0;
    width: 150%
  }
}

@keyframes preloader-pulse {
  from {
    height: 100%;
    opacity: .9;
    visibility: visible;
    width: 100%
  }

  to {
    height: 150%;
    opacity: 0;
    width: 150%
  }
}

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

@media screen and (min-width: 2000px) {
  html {
    font-size: 75%
  }
}

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

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

::-moz-selection {
  background: #484848;
  color: #fff
}

::selection {
  background: #484848;
  color: #fff
}

::-moz-selection {
  background: #484848;
  color: #fff
}

::-webkit-selection {
  background: #484848;
  color: #fff
}

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

body,
.paragraph {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #484848
}

.paragraph-italic {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: italic
}

.paragraph-bold {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-style: normal
}

.paragraph-small {
  font-size: 1.2rem
}

.header-primary {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.2rem;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase
}

.header-eyebrow {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block
}

.header-eyebrow-primary {
  font-size: 2.4rem;
  letter-spacing: .3rem
}

.header-eyebrow-secondary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 1.75px
}

.header-eyebrow-secondary::after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: .25rem;
  border-radius: 1rem;
  margin-left: 1rem;
  background-color: #E10606
}

.header-eyebrow-secondary--centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.header-eyebrow-secondary--centered::before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: .25rem;
  border-radius: 1rem;
  margin-right: 1rem;
  background-color: #E10606
}

.header-secondary {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: #18364A;
  margin-bottom: 3rem;
  text-transform: uppercase
}

.header-tertiary {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #18364A;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1rem
}

.header-quaternary {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #484848;
  line-height: 1.5;
  margin-bottom: 1rem
}

.header-quinary {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #484848;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem
}

@media screen and (max-width: 650px) {
  .header-primary {
    font-size: 4rem
  }
}

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

.u-text-drk-blue {
  color: #18364A !important
}

.u-text-grey {
  color: #484848 !important
}

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

.u-text-red {
  color: #E10606 !important
}

.u-mb-xlarge {
  margin-bottom: 6rem !important
}

.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-xlarge {
  margin-top: 6rem !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-mx-auto {
  margin-left: auto;
  margin-right: auto
}

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

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

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

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

.u-list {
  margin: 0
}

.u-list-item:not(:last-child) {
  padding-bottom: 1.2rem
}

.btn {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border-radius: 2rem;
  min-width: 14rem;
  padding: 1.3rem 2rem;
  -webkit-transition: ease all .3s;
  transition: ease all .3s
}

.btn-gold,
.btn-red {
  color: #fff
}

.btn-gold:hover,
.btn-gold:focus,
.btn-red:hover,
.btn-red:focus {
  background-color: #18364A
}

.btn-gold {
  background-color: #A47737
}

.btn-red {
  background-color: #E10606
}

.btn-play {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  width: 7rem;
  height: 7rem;
  text-decoration: none;
  color: #E10606;
  border-radius: 50%;
  -webkit-transition: ease all .2s;
  transition: ease all .2s
}

.btn-play::after {
  -webkit-animation-delay: .5s !important;
  animation-delay: .5s !important
}

.btn-play::after,
.btn-play::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 50%;
  top: 50%;
  visibility: hidden;
  width: 100%;
  z-index: 0;
  -webkit-animation: preloader-pulse 2s ease-out 0s infinite;
  animation: preloader-pulse 2s ease-out 0s infinite;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.btn-play i {
  font-size: 2rem
}

.btn-play:hover,
.btn-play:focus {
  background-color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0
}

.icon-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.icon-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 1rem
}

.icon-list__icon-wrapper {
  width: 2.8rem;
  display: inline-block;
  margin-right: 1rem
}

.icon-list-lg__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.icon-list-lg__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 2rem .5rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem
}

.icon-list-lg__icon-wrapper {
  width: 2.8rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
  .icon-list-lg__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 2.4rem 2rem
  }
}

.img-card {
  width: 100%;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 1.1rem 0.2rem rgba(0, 0, 0, 0.15);
  border-radius: .5rem;
  padding: 1rem
}

.img-card__img {
  display: block;
  height: 20rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: .5rem;
  overflow: hidden
}

.img-card__content {
  text-align: center;
  padding: 2rem 1rem
}

@media screen and (min-width: 768px) {
  .img-card {
    width: 31%
  }
}

@media screen and (max-width: 767px) {
  .img-card {
    margin-bottom: 3rem
  }
}

.icon-card {
  width: 100%;
  padding: 2rem
}

.icon-card__icon-wrapper {
  width: 2.8rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem
}

.icon-card__content {
  text-align: center
}

@media screen and (min-width: 768px) {
  .icon-card {
    width: 31%
  }
}

@media screen and (max-width: 767px) {
  .icon-card {
    margin-bottom: 3rem
  }
}

.img-collage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10rem
}

.img-collage__stacked {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.img-collage__img {
  display: inline-block;
  overflow: hidden;
  border-radius: .5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top
}

.img-collage__img--sm {
  width: 20%;
  height: 33.6rem
}

.img-collage__img--lg {
  width: 50%;
  height: 45.2rem;
  margin: 0 4rem
}

.img-collage__img--med {
  width: 100%;
  height: 19.3rem
}

.img-collage__img--med:not(:last-child) {
  margin-bottom: 4rem
}

@media screen and (max-width: 767px) {
  .img-collage__stacked {
    width: 50%
  }

  .img-collage__img--sm {
    display: none
  }

  .img-collage__img--lg {
    margin: 0;
    margin-right: 2rem
  }

  .img-collage__img--med:not(:last-child) {
    margin-bottom: 2rem
  }
}

@media screen and (max-width: 650px) {
  .img-collage__stacked {
    width: 100%
  }

  .img-collage__img--lg {
    display: none
  }
}

.map {
  max-width: 100rem;
  margin: 0 auto;
  margin-top: 8rem
}

.map__active-state,
.map__state {
  stroke-width: 2px;
  stroke: #E8E8EA
}

.map__active-state {
  fill: #688DA4;
  -webkit-transition: fill .5s ease;
  transition: fill .5s ease
}

.map__active-state:hover,
.map__active-state:hover path,
.map__active-state:focus {
  fill: #18364A;
  cursor: pointer
}

.map__state {
  fill: #484848
}

.map__info-wrapper {
  padding: 3rem;
  padding-top: 4rem;
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0.2rem 0.2rem 1.1rem 0.2rem rgba(0, 0, 0, 0.15)
}

.map__close-info {
  display: none
}

.map__info-header-link {
  display: block;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #484848;
  line-height: 1.5;
  margin-bottom: 1rem
}

.map__info-header-link:hover .fa-angle-right,
.map__info-header-link:focus .fa-angle-right {
  -webkit-transform: translate(1rem, -0.1rem);
  transform: translate(1rem, -0.1rem)
}

.map__info-header-link .fa-map-marker {
  color: #18364A
}

.map__info-header-link .fa-angle-right {
  color: #E10606;
  font-size: 2rem;
  -webkit-transform: translate(0.5rem, -0.1rem);
  transform: translate(0.5rem, -0.1rem);
  -webkit-transition: ease .2s;
  transition: ease .2s
}

@media screen and (min-width: 768px) {
  .map__info-wrapper {
    display: none;
    position: absolute;
    padding: 3rem;
    padding-top: 4rem;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0.2rem 0.2rem 1.1rem 0.2rem rgba(0, 0, 0, 0.15);
    z-index: 9
  }

  .map__info-wrapper::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-top: 1rem solid transparent;
    border-right: 1rem solid #fff;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid transparent;
    left: -2rem
  }

  .map__close-info {
    display: inline-block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 1.2rem
  }
}

@media screen and (max-width: 767px) {
  .map__info-wrapper {
    margin-bottom: 2rem
  }

  .map svg {
    display: none
  }
}

.testimonial-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff
}

.testimonial-slider__img-wrapper {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  overflow: hidden
}

.testimonial-slider__content {
  width: 100%
}

.testimonial-slider__quote {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin: 0;
  margin-bottom: 2rem
}

.testimonial-slider__cite {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem
}

.testimonial-slider__nav {
  position: relative
}

.testimonial-slider__nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 2.6rem;
  color: #fff;
  background-color: #688DA4;
  border-radius: 3px;
  -webkit-transition: ease all .1s;
  transition: ease all .1s
}

.testimonial-slider__nav-button:hover,
.testimonial-slider__nav-button:focus {
  background-color: #18364A
}

@media screen and (min-width: 768px) {
  .testimonial-slider__content {
    width: calc(100% - 15rem);
    margin-left: auto
  }
}

@media screen and (max-width: 991px) {
  .testimonial-slider__nav {
    text-align: right
  }

  .testimonial-slider__nav-button {
    margin: .5rem
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .testimonial-slider__img-wrapper {
    margin-bottom: 2rem
  }
}

@media screen and (min-width: 992px) {

  .testimonial-slider__nav .owl-prev,
  .testimonial-slider__nav .owl-next,
  .people-slider__nav .owl-prev,
  .people-slider__nav .owl-next {
    position: absolute;
    z-index: 1
  }

  .testimonial-slider__nav .owl-prev,
  .testimonial-slider__nav .owl-next {
    bottom: 6rem
  }

  .people-slider__nav .owl-prev,
  .people-slider__nav .owl-next {
    bottom: 16rem
  }

  .testimonial-slider__nav .owl-prev,
  .people-slider__nav .owl-prev {
    left: -8rem
  }

  .testimonial-slider__nav .owl-next,
  .people-slider__nav .owl-next {
    right: -8rem
  }
}

.people-slider__item {
  position: relative;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 1.1rem 0.2rem rgba(0, 0, 0, 0.15);
  border-radius: .5rem;
  overflow: hidden;
  max-width: 100rem;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 2rem
}

.people-slider__header {
  border-bottom: #E8E8EA solid 2px;
  padding-bottom: 1rem;
  margin-bottom: 2rem
}

.people-slider__img-wrapper {
  width: 10rem;
  height: 10rem;
  margin-right: 2rem;
  border-radius: 50%;
  overflow: hidden
}

.people-slider__intro-wrapper {
  margin-bottom: 2rem
}

.people-slider__intro {
  width: 100%
}

.people-slider__quote {
  margin: 0;
  font-size: 2.4rem
}

.people-slider__nav {
  position: relative;
  max-width: 100rem;
  margin: 0 auto
}

.people-slider__nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 2.6rem;
  color: #fff;
  background-color: #688DA4;
  border-radius: 3px;
  -webkit-transition: ease all .1s;
  transition: ease all .1s
}

.people-slider__nav-button:hover,
.people-slider__nav-button:focus {
  background-color: #18364A
}

.people-slider__nav-button--prev {
  left: -6rem
}

.people-slider__nav-button--next {
  right: -6rem
}

@media screen and (min-width: 768px) {
  .people-slider__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .people-slider__intro-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .people-slider__intro {
    width: 40%
  }

  .people-slider__quote {
    font-size: 2.4rem
  }
}

@media screen and (max-width: 991px) {
  .people-slider__nav {
    text-align: right
  }

  .people-slider__nav-button {
    margin: .5rem
  }
}

@media screen and (max-width: 767px) {
  .people-slider__header {
    text-align: center
  }

  .people-slider__img-wrapper {
    margin: 0 auto;
    width: 6rem;
    height: 6rem
  }

  .people-slider__quote {
    font-size: 1.6rem
  }
}

.on-load .hero-lg__content,
.on-load .hero-md__content {
  opacity: 1
}

.hero {
  position: relative;
  margin-top: 9.4rem;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%
}

.hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3)
}

.hero-lg {
  max-height: 60rem;
  height: 90vh
}

.hero-lg__content {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: ease all 1s;
  transition: ease all 1s;
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.hero-md {
  max-height: 45rem;
  height: 60vh;
  margin-bottom: 25rem
}

.hero-md__content {
  position: relative;
  width: 75vw;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0.2rem 0.2rem 1.1rem 0.2rem rgba(0, 0, 0, 0.15);
  top: 105%;
  opacity: 1;
  z-index: 9
}

@media screen and (max-width: 991px) {
  .hero {
    margin-top: 9rem
  }

  .hero-md__content {
    padding: 3rem
  }
}

@media screen and (max-width: 767px) {
  .hero-md {
    margin-bottom: 12rem
  }

  .hero-md__content {
    top: 30%;
    width: 90vw;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 2rem
  }
}

.img-info__content,
.img-info__img {
  width: 100%
}

.img-info__content {
  padding: 0 2rem
}

.img-info__img {
  position: relative;
  margin: 0 5rem;
  border-radius: .5rem;
  height: 35rem;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (min-width: 992px) {

  .img-info__content,
  .img-info__img {
    width: 50%
  }

  .img-info__content {
    padding: 0 5rem
  }
}

@media screen and (max-width: 991px) {
  .img-info__content {
    margin-bottom: 3rem
  }
}

.row__img-info,
.row__img-card,
.row__icon-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.row__img-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.row__img-info--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.row__img-card,
.row__icon-card {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width: 768px) {
  .row__people-slider {
    padding: 3rem
  }
}

@media screen and (max-width: 991px) {
  .row__img-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width: 767px) {

  .row__img-card,
  .row__icon-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.section {
  padding: 0 10rem
}

.section__overview-intro {
  position: relative
}

.section__overview-intro::before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 20rem);
  background-color: #fff;
  height: 9rem;
  border-radius: 2rem 2rem 0 0;
  top: -8.9rem;
  z-index: 9
}

.section__overview-testimonials,
.section__culture-testimonials,
.section__location-testimonials {
  padding: 5rem 20rem;
  margin-bottom: 10rem;
  background-color: #688DA4;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/4279/image/2025/5/SF3W1_texture/texture.jpg");
  background-repeat: repeat
}

.section__internship-stories {
  background-color: #688DA4;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/4279/image/2025/5/SF3W1_texture/texture.jpg");
  background-repeat: repeat;
  padding: 15rem 10rem;
  margin-bottom: 10rem
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding: 0 5rem
  }

  .section__overview-testimonials,
  .section__culture-testimonials,
  .section__location-testimonials {
    padding: 5rem
  }

  .section__overview-intro::before {
    width: calc(100% - 10rem)
  }

  .section__internship-stories {
    padding: 10rem 5rem
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 0 2rem
  }

  .section__overview-testimonials,
  .section__culture-testimonials,
  .section__location-testimonials {
    padding: 3rem 2rem
  }

  .section__overview-intro::before {
    width: 100%;
    left: 0
  }
}

.section__overview-intro,
.section__overview-paths,
.section__overview-infos,
.section__overview-map,
.section__culture-intro,
.section__benefits-benefits,
.section__operations-intro,
.section__sales-admin-intro,
.section__internships-intro {
  padding-bottom: 10rem
}

.section__internship-stories {
  padding-top: 10rem;
  padding-bottom: 10rem
}

.footer {
  position: relative;
  margin-top: 11rem
}

.footer__footer {
  background-color: #E8E8EA;
  padding: 5rem 4rem
}

.footer__talent-community {
  padding: 5rem 4rem;
  background-color: #f3f3f3
}

.footer__row {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: solid rgba(104, 141, 164, 0.3) 1px
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer__wrapper--top {
  max-width: 70rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.footer__wrapper--bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__logo-wrapper {
  display: inline-block;
  width: 30rem;
  max-width: 100%
}

.footer__link {
  position: relative;
  display: inline-block;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #E10606;
  text-decoration: none
}

.footer__link::before {
  content: '';
  position: absolute;
  height: .1rem;
  width: 0;
  right: 0;
  bottom: 0;
  background-color: #E10606;
  -webkit-transition: width 0.25s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  transition: width 0.25s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s
}

.footer__link:hover,
.footer__link:focus {
  text-decoration: none
}

.footer__link:hover::before,
.footer__link:focus::before {
  width: 100%;
  left: 0
}

@media screen and (min-width: 768px) {

  .footer__footer,
  .footer__talent-community {
    padding: 5rem
  }

  .footer__talent-community {
    position: absolute;
    right: 0;
    bottom: 62%;
    width: 40%;
    background-color: #fff;
    box-shadow: 0.2rem 0.2rem 1.1rem 0.2rem rgba(0, 0, 0, 0.15);
    border-radius: 2rem 0 0 2rem
  }
}

@media screen and (max-width: 991px) {
  .footer__wrapper--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer__contact {
    margin-top: 2rem
  }
}

@media screen and (max-width: 650px) {
  .footer__wrapper--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer__tag {
    margin-bottom: 1rem
  }
}

.social-media__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.social-media__item {
  display: inline-block
}

.social-media__item:not(:last-child) {
  margin-right: .8rem
}

.social-media__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  border-radius: 3px;
  font-size: 2rem;
  text-decoration: none;
  color: rgba(71, 71, 71, 0.7);
  background-color: rgba(71, 71, 71, 0.1);
  -webkit-transition: ease all .2s;
  transition: ease all .2s
}

.social-media__link svg {
  fill: rgba(71, 71, 71, 0.7);
  height: 2rem
}

.social-media__link:hover,
.social-media__link:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: rgba(71, 71, 71, 0.2)
}

#talent-community {
  background: #efefef;
  padding: 2rem 3rem;
  max-width: 55rem;
  margin: 4rem auto;
  position: relative
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0
}

.on-load .header {
  top: 0rem
}

.header {
  position: fixed;
  width: 100%;
  top: -10rem;
  background-color: #E8E8EA;
  z-index: 999;
  -webkit-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1)
}

.nav {
  padding: 1rem 1.5rem;
  min-height: 9rem
}

.nav__logo-wrapper {
  display: inline-block;
  width: 27rem;
  max-width: 65%
}

.nav__brger {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #484848;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.3rem;
  padding: 2.4rem 2.8rem;
  border-radius: 0 0 0 1rem;
  z-index: 999;
  -webkit-transition: ease all .3s;
  transition: ease all .3s
}

.nav__brger:hover {
  background-color: #18364A
}

.nav__brger-bar {
  display: block;
  max-width: 100%;
  width: 4.6rem;
  background-color: #fff;
  height: .4rem;
  border-radius: 1rem;
  margin-top: .9rem;
  -webkit-transition: .3s;
  transition: .3s
}

.nav__list,
.nav__drpdwn-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.nav__drpdwn-list {
  display: none
}

.nav__link,
.nav__drpdwn-link {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #484848;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1
}

.nav__link {
  position: relative;
  font-size: 2.4rem;
  line-height: 1
}

.nav__link::after {
  top: 1.8rem;
  left: 1rem
}

.nav__link:focus {
  color: #E10606
}

.nav__link--btn {
  color: #fff;
  background-color: #E10606;
  padding: 1.3rem 3rem;
  max-width: 100%;
  border-radius: 3rem;
  -webkit-transition: ease all .3s;
  transition: ease all .3s
}

.nav__link--btn::before,
.nav__link--btn::after,
.nav__link--btn:hover::before,
.nav__link--btn:focus::before,
.nav__link--btn:hover::after,
.nav__link--btn:focus::after {
  display: none !important;
  width: 0 !important
}

.nav__link--btn:hover,
.nav__link--btn:focus {
  background-color: #18364A
}

.nav__drpdwn-link {
  font-size: 1.8rem
}

.nav__drpdwn-link:hover,
.nav__drpdwn-link:focus {
  color: #E10606
}

@media screen and (min-width: 1440px) {
  .nav {
    padding: 0rem 5rem
  }
}

@media screen and (min-width: 1024px) {
  .nav__wrapper {
    width: calc(100% - 40rem)
  }
}

@media screen and (min-width: 992px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .nav__brger {
    display: none
  }

  .nav__wrapper {
    max-width: 120rem;
    margin-left: auto
  }

  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .nav__item {
    display: inline-block
  }

  .nav__item:not(:last-child) {
    padding: 3.5rem 0;
    padding-left: 1.5rem
  }

  .nav__link::before,
  .nav__link::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: .2rem;
    background-color: #E10606;
    -webkit-transition: width 0.25s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
    transition: width 0.25s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s
  }

  .nav__link::before {
    bottom: 2rem;
    right: 1rem
  }

  .nav__link,
  .nav__drpdwn-link {
    font-size: 1.4rem
  }

  .nav__drpdwn-list {
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    width: 100%;
    padding: 3rem;
    background-color: #fff;
    box-shadow: 0.2rem 0.8rem 1.1rem 0rem rgba(0, 0, 0, 0.15);
    left: 0;
    top: 6rem;
    text-align: center;
    z-index: -1;
    -webkit-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1)
  }

  .nav__drpdwn-item {
    display: inline-block;
    width: 20%
  }

  .nav__drpdwn-link {
    padding: 1rem
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .nav__wrapper {
    width: calc(100% - 35rem)
  }
}

@media screen and (max-width: 991px) {
  .nav {
    padding: 1rem 0
  }

  .nav__logo-wrapper {
    padding-left: 1.5rem
  }

  .nav__list {
    display: none;
    height: 100vh;
    overflow-y: auto;
    padding: 25vh 3rem
  }

  .nav__item:not(:last-child) {
    margin-bottom: 4rem
  }

  .nav .nav__drpdwn-item {
    margin-top: 2rem
  }
}

.nav__brger:hover .nav__brger-bar--1,
.nav__brger.active .nav__brger-bar--1 {
  -webkit-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg)
}

.nav__brger:hover .nav__brger-bar--2,
.nav__brger.active .nav__brger-bar--2 {
  opacity: 0
}

.nav__brger:hover .nav__brger-bar--3,
.nav__brger.active .nav__brger-bar--3 {
  -webkit-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg)
}

@media screen and (min-width: 768px) {

  .nav__link:hover::before,
  .nav__link:hover::after,
  .nav__link.active::before,
  .nav__link.active::after {
    width: 100%
  }

  .nav__item-dropdown:hover .nav__drpdwn-list {
    visibility: visible;
    opacity: 1;
    top: 9.4rem
  }
}

@media screen and (max-width: 767px) {
  .active.nav__link {
    color: #E10606
  }

  .active.nav__link--btn {
    color: #fff;
    background-color: #18364A
  }
}