.o-scroll {
  box-sizing: border-box;
  width: 100vw
}

html.lenis {
  height: auto
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain
}

.lenis.lenis-stopped {
  overflow: hidden
}

.lenis.lenis-scrolling iframe {
  pointer-events: none
}

.o-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 90rem
}

@media (min-width: 500px) {
  .o-container {
    padding-right: 10vw;
    padding-left: 10vw
  }
}

@media (min-width: 700px) {
  .o-container {
    padding-right: 4rem;
    padding-left: 4rem
  }
}

@media (min-width: 1200px) {
  .o-container {
    padding-right: 6rem;
    padding-left: 6rem
  }
}

.o-layout {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0
}

.o-layout.-gutter {
  margin-left: -3.75rem
}

.o-layout.-gutter-small {
  margin-left: -1.875rem
}

.o-layout.-center {
  text-align: center
}

.o-layout.-right {
  text-align: right
}

.o-layout.-reverse {
  direction: rtl
}

.o-layout.-reverse.-flex {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.o-layout.-flex {
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 999px) {
  .o-layout.-flex {
    -ms-flex-flow: column;
    flex-flow: column
  }

  .o-layout.-flex.-mobile-flip {
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
  }
}

.o-layout.-flex.-top {
  -ms-flex-align: start;
  align-items: flex-start
}

.o-layout.-flex.-middle {
  -ms-flex-align: center;
  align-items: center
}

.o-layout.-flex.-bottom {
  -ms-flex-align: end;
  align-items: flex-end
}

.o-layout.-flex.-center {
  -ms-flex-pack: center;
  justify-content: center
}

.o-layout.-stretch {
  -ms-flex-align: stretch;
  align-items: stretch
}

.o-layout__item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 0
}

.o-layout.-gutter>.o-layout__item {
  padding-left: 3.75rem
}

.o-layout.-gutter-small>.o-layout__item {
  padding-left: 1.875rem
}

.o-layout.-middle>.o-layout__item {
  vertical-align: middle
}

.o-layout.-bottom>.o-layout__item {
  vertical-align: bottom
}

.o-layout.-center>.o-layout__item,
.o-layout.-right>.o-layout__item,
.o-layout.-reverse>.o-layout__item {
  text-align: left
}

.o-layout.-reverse>.o-layout__item {
  direction: ltr
}

.o-button {
  padding: .3125rem 1.875rem;
  margin-top: 1.5625rem;
  border-radius: 1.875rem;
  border: 2px solid #007AB7;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
  position: relative;
  min-height: 3.125rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.o-button.-link {
  border: none;
  padding: 0;
  margin-top: .9375rem;
  min-height: auto
}

.o-button.-link:hover {
  transform: none
}

.o-button.-link:hover .o-button__label {
  text-decoration: underline;
  color: #00689c
}

.o-button.-orange {
  background-color: #FF6200;
  border-radius: 0;
  border: none
}

.o-button.-orange:hover {
  background-color: #E45528
}

.o-button.-no-mt {
  margin-top: 0
}

.c-continent-discription .o-button {
  background-color: #fff
}

.o-button:not(.-orange) {
  color: #007AB7
}

.o-button:not(.-orange):hover {
  border-color: #00689C
}

.o-button:hover {
  transform: scale(1.03)
}

.o-button__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.o-button__label {
  font-family: "FedExSans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: .0625rem;
  text-transform: uppercase
}

.-orange .o-button__label {
  color: #fff
}

.o-button__icon {
  margin: 3px;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1)
}

.o-button__icon.-turn {
  transform: rotate(90deg)
}

.o-button__icon svg {
  width: .9375rem;
  height: .9375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  fill: #007AB7;
  stroke: #007AB7
}

.-orange .o-button__icon svg {
  fill: #fff;
  stroke: #fff
}

.deux .o-button {
  margin-bottom: .9375rem
}

@media (min-width: 1000px) {
  .deux .o-button {
    margin-bottom: 0
  }

  .deux .o-button:first-of-type {
    margin-right: 1rem
  }
}

.o-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover
}

.o-background__wrap {
  position: relative;
  height: 100%
}

.o-background__wrap picture {
  top: 0;
  bottom: 0;
  position: absolute;
  height: auto;
  width: 100%
}

.o-background__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

@media (min-width: 1000px) {
  .o-background__image {
    height: 100%
  }
}

.o-background__image-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover
}

.o-image__wrapper {
  position: relative;
  overflow: hidden;
  background-color: #E3E3E3
}

.o-image__wrapper.-full {
  height: 100%;
  margin: 0 6.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center
}

@media (max-width: 699px) {
  .o-image__wrapper.-full {
    margin: 1.875rem 0
  }
}

.o-image__wrapper.-icon {
  background-color: transparent;
  text-align: center
}

.o-image__wrapper.-img {
  background-color: transparent;
  text-align: center;
  margin-bottom: 1.875rem
}

.o-image__wrapper.-img img {
  width: 12.5rem
}

.o-image {
  opacity: 1
}

.o-image img {
  width: 100%;
  opacity: 0;
  transform: scale(1.4);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.o-image.is-inview img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s
}

.-has-video .o-image.is-inview::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0.3
}

.o-image-play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1
}

.o-image-play::after,
.o-image-play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4d148c66;
  border-radius: 50%;
  opacity: 0;
  z-index: -1
}

.o-image-play::after {
  animation: pulse 2s 1s infinite linear
}

.o-image-play::before {
  transform: scale(1);
  animation: pulse 2s infinite linear
}

.o-image-play--icon {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.o-image_wrapper.-full .o-image {
  -ms-flex-item-align: center;
  align-self: center
}

@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: 0
  }

  33% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(1.4);
    opacity: 0
  }
}

@media (min-width: 1000px) {
  .l-layout__content>*:only-child {
    margin-bottom: 0
  }
}

.l-layout__content.-short {
  width: 1024px;
  margin: 0 auto;
  max-width: 100%
}

.l-layout__content-title {
  margin-bottom: .9375rem;
  color: #333
}

@media (max-width: 699px) {
  .l-layout__content-title br {
    display: none
  }
}

.-dark .l-layout__content-title {
  color: #fff
}

.l-layout__content-title.-purple {
  color: #4D148C
}

.l-layout__content-title.-purple span {
  color: #333
}

.l-layout__content-title.-has-gradient {
  font-weight: 800;
  font-size: 3.5rem;
  background: linear-gradient(90deg, #4d148c 0%, #7d22c3 33%, #ff6200 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.l-layout__content-title .-period {
  color: #4D148C
}

.l-layout__content-title--eyebrow {
  margin-top: .625rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .625rem;
  font-family: "FedExSans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: .0625rem;
  text-transform: uppercase
}

.-center .l-layout__content-title--eyebrow {
  -ms-flex-pack: center;
  justify-content: center
}

.-dark .l-layout__content-title--eyebrow {
  color: #fff
}

.l-layout__content-title--eyebrow.-flip {
  margin-top: .625rem;
  margin-bottom: 0
}

.l-layout__content-title--eyebrow.-light {
  font-weight: 300
}

.-dark .l-layout__content-list {
  color: #fff
}

.l-layout__content-list li {
  font-weight: 300;
  font-family: "FedExSans", sans-serif;
  margin-bottom: .625rem
}

.l-layout__content-text {
  font-weight: 300;
  font-family: "FedExSans", sans-serif;
  margin-bottom: .625rem
}

.-dark .l-layout__content-text {
  color: #fff
}

.l-layout__content-text:last-of-type {
  margin-bottom: 0
}

.l-layout__content-text.-short {
  width: 1024px;
  margin: 0 auto;
  max-width: 100%
}

.l-layout__content-text.-short+.-short {
  margin-top: 1.25rem
}

.l-layout__content-link {
  font-family: "FedExSans", sans-serif;
  font-weight: bold;
  color: #007AB7;
  transition: 0.3s all
}

.l-layout__content-link:hover {
  color: #00689C;
  text-decoration: underline
}

.l-layout__content.-center {
  text-align: center
}

@media (max-width: 999px) {
  .-mt {
    margin-top: 1.875rem !important
  }
}

.-no-mb {
  margin-bottom: 0 !important
}

.-mb-0 {
  margin-bottom: 0
}

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

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

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

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

@media (min-width: 1000px) {
  .-mb-xlarge {
    margin-bottom: 7.5rem !important
  }
}

@media (min-width: 1000px) {
  .-mt-xlarge {
    margin-top: 7.5rem !important
  }
}

.-mt-0 {
  margin-top: 0 !important
}

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

@media (max-width: 999px) {
  .-rm-mobile {
    display: none
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

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

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -60px);
  right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -60px);
  left: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -60px);
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden
}

.c-header-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: auto;
  transition: transform .6s;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem
}

@media (min-width: 1200px) {
  .c-header-navigation {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem
  }
}

.c-header-navigation__breadcrumb {
  display: none
}

@media (min-width: 1000px) {
  .c-header-navigation__breadcrumb {
    display: block;
    background-color: #fff;
    padding: .625rem 0;
    position: relative;
    z-index: -1
  }
}

.c-header-navigation__breadcrumb-list {
  font-size: 12px;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  display: -ms-flexbox;
  display: flex
}

.c-header-navigation__breadcrumb-list span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.c-header-navigation__breadcrumb-list span svg {
  width: .4375rem;
  height: .4375rem
}

.c-header-navigation__breadcrumb-list a {
  color: #000;
  font-weight: bold
}

.c-header-navigation__breadcrumb-list a:last-child {
  font-weight: normal
}

.c-header-navigation__lang {
  padding: .625rem 0;
  background-color: #fff
}

.c-header-navigation__lang-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.c-header-navigation__lang-globe {
  margin-right: .625rem
}

.c-header-navigation__lang-globe svg {
  width: 1.875rem;
  height: 1.875rem
}

.c-header-navigation__lang-dropdown {
  position: relative
}

.c-header-navigation__lang-dropdown--btn {
  width: auto;
  max-width: 100%;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-header-navigation__lang-dropdown--btn img {
  width: 1.5625rem;
  margin-right: 5px
}

.c-header-navigation__lang-dropdown--btn-arrow {
  margin-left: .625rem;
  display: block
}

.c-header-navigation__lang-dropdown--btn-arrow svg {
  width: 0.999rem;
  height: 0.999rem;
  display: block
}

.c-header-navigation__lang-dropdown--content {
  display: none;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  background-color: #f5f5f5;
  width: calc(100% + 8rem);
  right: 0;
  margin-top: .625rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  border-radius: 0;
  overflow-y: scroll;
  max-height: 315px;
  animation: slideIn 0.3s ease-out
}

.c-header-navigation__lang-dropdown--content.show {
  display: block
}

@media (min-width: 1000px) {
  .c-header-navigation__lang-dropdown--content {
    max-height: -moz-max-content;
    max-height: max-content
  }
}

.c-header-navigation__lang-dropdown--content li {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  transition: all ease-in-out 0.3s
}

.c-header-navigation__lang-dropdown--content li.active {
  background-color: #E3E3E3
}

.c-header-navigation__lang-dropdown--content li:hover {
  background-color: #E3E3E3;
  cursor: pointer;
  color: #007AB7
}

.c-header-navigation__lang-dropdown--content li img {
  width: 1.25rem
}

.c-header-navigation__lang-dropdown--content li a {
  color: #333;
  width: 100%
}

.c-header-navigation__lang-dropdown--content ::-webkit-scrollbar {
  width: 8px;
  height: 10px
}

.c-header-navigation__lang-dropdown--content ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2
}

.c-header-navigation__langfooter-dropdown {
  position: relative;
  margin-top: 1rem
}

.c-header-navigation__langfooter-dropdown button {
  width: 100%;
  border: 1px solid #000;
  padding: .3125rem .9375rem;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-header-navigation__langfooter-dropdown .c-header-navigation__lang-dropdown--content {
  max-height: 215px;
  margin-top: 0;
  width: 100%
}

.nav-hidden .c-header-navigation {
  transform: translateY(-100%)
}

.c-header-navigation__main {
  background-color: #4D148C
}

.c-header-navigation__content {
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  height: 4.375rem;
  color: #fff
}

@media (max-width: 999px) {
  .c-header-navigation__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.c-header-navigation__logo {
  position: relative;
  width: auto;
  display: inline-block;
  height: 100%;
  text-align: center;
  font-size: 0;
  pointer-events: auto
}

.c-header-navigation__logo::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle
}

.c-header-navigation__logo--main {
  fill: #fff;
  width: auto;
  height: auto;
  max-width: 100% !important
}

.c-header-navigation__logo:focus {
  outline-offset: 10px;
  outline: dashed 1px #fff
}

.c-header-navigation__core {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.c-header-navigation__core>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.c-header-navigation__nav {
  display: none
}

@media (min-width: 1000px) {
  .c-header-navigation__nav {
    display: inline-block;
    color: #fff;
    padding-left: 1.875rem;
    height: 4.375rem;
    width: auto
  }
}

.c-header-navigation__last-button {
  padding-left: 0
}

@media (min-width: 1000px) {
  .c-header-navigation__last-button {
    display: inline-block;
    color: #fff;
    height: 4.375rem;
    width: auto
  }
}

.c-header-navigation__last-button div {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.c-header-navigation__last-button div a {
  font-size: 0;
  margin-right: .9375rem
}

.c-header-navigation__last-button div a::after {
  content: none !important
}

@media (min-width: 1000px) {
  .c-header-navigation__last-button div a {
    font-size: inherit;
    visibility: visible;
    margin-right: 0;
    padding-right: 0
  }

  html:not([lang="en"]) .c-header-navigation__last-button div a {
    font-size: 0
  }

  html:not([lang="en"]) .c-header-navigation__last-button div a:focus {
    outline-offset: 0;
    padding-left: 0
  }

  html:not([lang="en"]) .c-header-navigation__last-button div a:focus svg {
    margin-left: 0
  }

  html:not([lang="en"]) .c-header-navigation__last-button div a::after {
    content: none !important
  }

  .c-header-navigation__last-button div a::after {
    content: '' !important
  }
}

.c-header-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.c-header-navigation__list li:hover>ul,
.c-header-navigation__list li.show>ul {
  opacity: 1;
  visibility: visible;
  background: #fff;
  top: 4.35rem
}

.c-header-navigation__list ul {
  width: calc(100% + 8rem);
  opacity: 0;
  padding: 0;
  left: 0;
  list-style: none;
  position: absolute;
  top: 160%;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.17)
}

.c-header-navigation__list .full-list ul {
  width: 33rem;
  left: 0;
  overflow: hidden
}

.c-header-navigation__item {
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: auto;
  height: 100%;
  width: auto;
  transition: all 0.4s ease
}

.c-header-navigation__item:hover,
.c-header-navigation__item.show {
  background-color: #fff
}

.c-header-navigation__item:hover .c-header-navigation__link,
.c-header-navigation__item.show .c-header-navigation__link {
  color: #333
}

.c-header-navigation__item:hover .c-header-navigation__link:hover,
.c-header-navigation__item.show .c-header-navigation__link:hover {
  color: #333
}

.c-header-navigation__item.-last {
  padding: 0 1vw
}

.c-header-navigation__item-submenu ul {
  top: 0%;
  left: 160%
}

.c-header-navigation__item-submenu li {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid rgba(182, 182, 182, 0.5);
  width: 100%
}

.c-header-navigation__item-submenu li:last-of-type {
  border-bottom: 0
}

.c-header-navigation__item-submenu li:hover>ul {
  top: 0%;
  left: 100%;
  opacity: 1;
  visibility: visible
}

.c-header-navigation__item-submenu a {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 10px 15px;
  text-align: left;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.c-header-navigation__item-submenu a:hover {
  background-color: #FAFAFA
}

.c-header-navigation__item-submenu a span {
  float: right
}

.c-header-navigation__link {
  font-family: "FedExSans", sans-serif;
  font-weight: normal;
  color: #fff;
  position: relative;
  padding: 0 .9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  height: 100%;
  width: 100%
}

.c-header-navigation__link:focus {
  color: #fff;
  outline: dashed 1px #fff;
  outline-offset: -10px
}

.c-header-navigation__link.active:not(.-cta-btn)::after {
  border-bottom: 3px solid #4D148C;
  transform: scaleX(1);
  transform-origin: center left
}

.c-header-navigation__link.has-drop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.c-header-navigation__link.has-drop .c-header-navigation__item-drop {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-left: 0.5rem
}

.c-header-navigation__link.has-drop .c-header-navigation__item-drop svg {
  width: 1rem;
  height: 1rem
}

.c-header-navigation__link:not(.-cta-btn)::after {
  content: "";
  width: 100%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transform-origin: center right;
  border-bottom: 3px solid #FF6200;
  z-index: 1
}

.c-header-navigation__link:not(.-cta-btn):hover,
.show .c-header-navigation__link {
  color: #fff
}

.c-header-navigation__link:not(.-cta-btn):hover::after,
.show .c-header-navigation__link::after {
  transform: scaleX(1);
  transform-origin: center left
}

.c-header-navigation__link.-cta-btn {
  border-radius: 2rem;
  border: solid 2px rgba(182, 184, 185, 0.29);
  height: auto;
  padding: 0 0 0 1.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1)
}

.c-header-navigation__link.-cta-btn:hover {
  color: #fff
}

.c-header-navigation__link.-cta-btn:hover .o-button__icon {
  background-color: #FF6200
}

.c-header-navigation__link-icon {
  width: auto;
  display: inline-block
}

.c-header-navigation__link-icon svg {
  margin-left: .625rem;
  stroke: #fff;
  stroke-width: .125rem;
  width: 1.5625rem;
  height: 1.5625rem
}

.c-header-navigation__phone {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 1.645rem;
  height: 1.645rem
}

.c-header-navigation__menu {
  height: 100%;
  text-align: center;
  font-size: 0;
  pointer-events: auto;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1), visibility 0s;
  float: right;
  width: auto;
  display: block
}

@media (min-width: 1000px) {
  .c-header-navigation__menu {
    display: none
  }
}

@media (max-width: 499px) {
  .has-scrolled .c-header-navigation__menu {
    background: #4D148C;
    border-radius: 0 0 0 10px
  }
}

.c-header-navigation__menu-wrap {
  height: 100%
}

.c-header-navigation__button {
  width: 2rem;
  position: relative;
  z-index: 1001;
  font-size: 0 !important
}

.c-header-navigation__button-line {
  display: inline-block;
  width: 33px;
  height: 2px;
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  transform-origin: 100% 100%;
  transform: translateY(-3%);
  background-color: #fff
}

.c-header-navigation__button-line:nth-of-type(3):nth-last-of-type(1) {
  transform: scaleX(0.5)
}

.c-header-navigation__button-line:nth-child(2) {
  margin: 7px 0px
}

.c-header-navigation__button:hover .c-header-navigation__button-line:nth-of-type(3):nth-last-of-type(1) {
  transform: scaleX(1)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(1) {
  transition-delay: 0s, 0.2s;
  transform: rotate(-45deg)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(2) {
  transition-delay: 0.1s;
  transform: rotate(45deg) translate(10px, 10px)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(3) {
  opacity: 0;
  transition-delay: 0s, 0.1s;
  transform: translateY(-0.59375rem)
}

.c-header-navigation.has-nav-open .o-overlay {
  opacity: 1;
  visibility: visible
}

.c-header-navigation.has-nav-open .c-mega-menu {
  transform: translate3d(0, 0, 0)
}

@media (min-width: 700px) {
  .c-header-navigation.has-nav-open .c-mega-menu {
    right: 0
  }
}

.o-overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  transition: background-color 0.3s linear, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

#breadcrumbinner {
  display: none
}

.c-mega-menu {
  position: fixed;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  bottom: 0;
  height: calc(100% - 130px);
  transform: translate3d(100%, 0, 0);
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1)
}

@media (min-width: 1000px) {
  .c-mega-menu {
    display: none
  }
}

@media (min-width: 700px) {
  .c-mega-menu {
    width: 35rem;
    right: -35rem
  }
}

.c-mega-menu__wrap {
  position: absolute;
  top: 2.8125rem;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%
}

.c-mega-menu__level {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none
}

.c-mega-menu__level:focus {
  outline: none
}

.c-mega-menu__level--current {
  visibility: visible
}

.c-mega-menu__item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E3E3E3
}

.c-mega-menu__item:last-of-type {
  border-bottom: none
}

.c-mega-menu__item-link {
  font-weight: 600;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 2.5em 1em 1.5em;
  color: #333;
  transition: color 0.3s
}

.c-mega-menu__item-link:hover,
.c-mega-menu__item-link:focus {
  color: #4D148C
}

.c-mega-menu__item-link[data-submenu]::after {
  content: "\e902";
  font-family: "custom-icons";
  position: absolute;
  right: 0;
  padding: 0.25em 7vw;
  color: #4D148C;
  transition: color 0.3s
}

.c-mega-menu__item-link.-curent::before {
  content: "\00B7";
  font-size: 1.5em;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0.5em;
  height: 4px;
  color: #4D148C
}

.animate-outToRight .c-mega-menu__item {
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-outToLeft .c-mega-menu__item {
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-inFromLeft .c-mega-menu__item {
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-inFromRight .c-mega-menu__item {
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.c-mega-menu__breadcrumbs {
  font-size: 0.65em;
  line-height: 1;
  position: relative;
  padding: 1rem 2.5em;
  background-color: #fff;
  box-shadow: 0px 3px 20px 0px #0003
}

.c-mega-menu__breadcrumbs a {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333
}

.c-mega-menu__breadcrumbs a:hover {
  color: #FF6200
}

.c-mega-menu__breadcrumbs a:last-child {
  pointer-events: none
}

.c-mega-menu__breadcrumbs a:not(:last-child)::after {
  content: "\e902";
  font-family: "custom-icons";
  display: inline-block;
  padding: 0 0.5em;
  color: #000
}

.c-mega-menu__breadcrumbs a:not(:last-child):hover::after {
  color: #000
}

.c-mega-menu__back {
  position: absolute;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 100;
  left: 1em;
  margin: 0;
  padding: 2.5em 0.65em 0 0;
  cursor: pointer;
  color: #4D148C;
  border: none;
  background: none;
  bottom: 20%;
  transition: 0.3s all ease-in-out
}

@media (min-width: 700px) {
  .c-mega-menu__back {
    bottom: 3rem
  }
}

.c-mega-menu__back:hover {
  color: #FF6200;
  outline: none
}

.c-mega-menu__back--hidden {
  pointer-events: none;
  opacity: 0
}

[class^="animate-"],
[class*=" animate-"] {
  visibility: visible
}

@keyframes outToRight {
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes outToLeft {
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes inFromLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes inFromRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

.c-main-hero {
  position: relative;
  background: linear-gradient(90deg, #4d148c 0%, #7d22c3 33%, #ff6200 100%);
  overflow: hidden;
  padding-top: var(--height-of-nav);
  height: calc(var(--height-of-nav) + var(--height-of-heroImg));
  min-height: auto
}

[data-namespace="interior"] .c-main-hero {
  height: calc(var(--height-of-nav) + var(--height-of-heroImg) + var(--height-of-heroTitle));
  min-height: auto;
  background: #4D148C
}

@media (max-width: 999px) {
  [data-namespace="interior"] .c-main-hero {
    max-height: 600px;
    height: 100vh
  }

  [data-namespace="interior"] .c-main-hero .c-main-hero__background-wrap img {
    height: 100%;
    -o-object-position: 85%;
    object-position: 85%
  }
}

@media (min-width: 1000px) {
  .c-main-hero {
    height: calc(var(--height-of-nav) + 30vw);
    transition: height 0.3s ease-in-out
  }

  [data-namespace="interior"] .c-main-hero {
    min-height: 50vh;
    height: 600px
  }
}

@media (min-width: 1600px) {
  [data-namespace="interior"] .c-main-hero {
    min-height: 30vh;
    height: 700px
  }
}

.c-main-hero .o-background__image {
  -o-object-position: top;
  object-position: top
}

.c-main-hero__inner {
  position: relative;
  text-align: left;
  height: 100%;
  display: block
}

@media (min-width: 1000px) {
  .c-main-hero__inner {
    padding-bottom: 0
  }
}

.c-main-hero__foreground {
  display: none
}

@media (min-width: 1000px) {
  .c-main-hero__foreground {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    width: 60%
  }
}

.c-main-hero__foreground-shape.-main {
  width: calc(100% + var(--height-of-nav));
  height: 100%;
  overflow: hidden;
  background: linear-gradient(308deg, #4d148c 0%, #7d22c3 30%, #ff6200 100%);
  top: 0;
  position: relative;
  opacity: 0.9;
  left: 0;
  clip-path: polygon(-45% 0%, 40% 0%, 100% 100%, 20% 100%)
}

.c-main-hero__foreground-shape.-sub {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(308deg, #4d148c 0%, #7d22c3 30%, #ff6200 100%);
  top: 0;
  position: relative;
  opacity: 0.9;
  left: 0;
  clip-path: polygon(75% 0%, 95% 50%, 75% 100%, 0% 100%, 0 51%, 0% 0%)
}

.c-main-hero__foreground-shape.-job {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(308deg, #4d148c 0%, #7d22c3 30%, #ff6200 100%);
  top: 0;
  position: relative;
  opacity: 0.9;
  left: 0;
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0% 50%, 0 0)
}

.c-main-hero__foreground-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block
}

.c-main-hero__foreground svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  fill: url(#fedex-graddy) #7D22C3
}

.c-main-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden
}

.is-loaded .c-main-hero__background {
  transition-delay: 0.3s;
  opacity: 1
}

[data-page="overview"] .c-main-hero__background {
  opacity: 1
}

.c-main-hero__background-wrap {
  position: relative;
  height: 100%
}

.c-main-hero__background-wrap .o-background {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover
}

.c-main-hero__video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  overflow: hidden
}

.c-main-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background-image: linear-gradient(165deg, #000 10%, rgba(0, 0, 0, 0.3098) 55%, #000 95%, #222 100%);
  pointer-events: none
}

@media (min-width: 499px) {
  .c-main-hero__overlay {
    background-image: linear-gradient(165deg, #000 10%, rgba(0, 0, 0, 0.3098) 55%, #000 95%, #222 100%)
  }
}

.c-main-hero__container {
  height: 100%;
  position: relative;
  z-index: 3
}

@media (min-width: 1000px) {
  [data-namespace="interior"] .c-main-hero__container {
    height: 100%
  }
}

@media (max-width: 999px) {
  .c-main-hero__container {
    padding: 0
  }
}

.c-main-hero__layout {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1
}

@media (max-width: 999px) {
  .c-main-hero__layout {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  [data-namespace="jobs"] .c-main-hero__layout {
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (max-width: 999px) {
  .c-main-hero__layout-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }

  [data-namespace="interior"] .c-main-hero__layout-item:first-of-type {
    background: #4D148C;
    padding: 1.875rem 0
  }
}

.c-main-hero__content {
  text-align: left;
  position: relative;
  width: 100%;
  will-change: transform;
  padding-right: 7vw;
  padding-left: 7vw
}

@media (min-width: 500px) {
  .c-main-hero__content {
    padding-right: 10vw;
    padding-left: 10vw
  }
}

@media (min-width: 700px) {
  .c-main-hero__content {
    padding-right: 4rem;
    padding-left: 4rem
  }
}

@media (min-width: 1000px) {
  .c-main-hero__content {
    text-align: left;
    padding: 0
  }
}

.c-main-hero__title {
  transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0 auto;
  color: #fff;
  width: 100%;
  position: relative;
  opacity: 0;
  line-height: normal
}

.is-loaded .c-main-hero__title {
  opacity: 1
}

@media (max-width: 999px) {
  .c-main-hero__title {
    font-size: clamp(1.9375rem, 2vw, 2.5rem);
    font-weight: 400
  }
}

.c-main-hero__title--em {
  text-transform: uppercase;
  font-family: "FedExSans", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  display: block;
  margin-bottom: .9375rem
}

.c-main-hero__title-inner {
  position: relative;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 0.8s cubic-bezier(1, 0, 0, 1) 0.3s
}

.is-loaded .c-main-hero__title-inner {
  clip-path: polygon(0 0, 100% 0, 100% 180%, 0 180%)
}

@media (min-width: 1000px) {
  .c-main-hero__title-inner {
    display: inline-block
  }
}

.c-main-hero__title-inner .-period,
.c-main-hero__title-inner .-highlight {
  color: #4D148C
}

.c-main-hero__title-bg {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200vw;
  transform: translateX(-50%);
  z-index: 1;
  transform-origin: center bottom;
  height: 100%;
  transition: height 0.6s cubic-bezier(1, 0, 0, 1) 1s
}

.is-loaded .c-main-hero__title-bg {
  height: 0
}

.c-main-hero__link {
  background-color: transparent
}

@media (min-width: 1000px) {
  .c-main-hero__link {
    margin-top: 2.5rem
  }
}

.c-main-hero__link .o-button__label {
  color: #fff
}

.c-main-hero__subtitle {
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity, transform;
  transition-duration: 0.6s;
  transition-delay: 1.6s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: block
}

.is-loaded .c-main-hero__subtitle {
  opacity: 1;
  transform: translateY(0%)
}

.c-main-hero__subtitle-content {
  color: #fff;
  margin: 0;
  font-size: 1.5rem
}

.c-main-hero__subtitle-message {
  margin: 1.875rem 0
}

@media (min-width: 1000px) {
  .c-main-hero__subtitle-message {
    margin-top: .625rem
  }
}

@media (max-width: 699px) {
  .c-main-hero__subtitle-message {
    margin-top: 0;
    margin-bottom: 2.5rem
  }
}

.c-main-hero__blurb {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity, transform;
  transition-duration: 0.6s;
  transition-delay: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 3rem
}

.is-loaded .c-main-hero__blurb {
  opacity: 1;
  transform: translateY(0%)
}

@media (min-width: 1200px) {
  .c-main-hero__blurb {
    width: 50%;
    padding: 3rem;
    max-width: calc(100% - 18rem)
  }
}

.c-main-hero__blurb-content {
  color: #fff;
  margin: 0;
  font-size: 1.3rem
}

.c-main-hero__blurb-title {
  font-size: 1.75rem;
  position: relative
}

.c-main-hero__blurb-title:after {
  content: "";
  display: block;
  margin: .625rem 0;
  width: 4.375rem;
  background-color: #4D148C;
  height: .1875rem;
  border-radius: 10px
}

.c-main-hero__blurb-text {
  margin-top: 1.875rem;
  font-size: 1rem
}

.c-main-hero__social {
  display: none
}

.c-main-hero__social input {
  display: none
}

.c-main-hero__social label {
  display: block
}

@media (min-width: 1000px) {
  .c-main-hero__social {
    position: absolute;
    width: 9rem;
    right: 0;
    bottom: 3.75rem;
    height: auto;
    display: block;
    z-index: 999
  }
}

.c-main-hero__social-list {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25rem;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-main-hero__social-item {
  list-style: none
}

.c-main-hero__social-link {
  border-radius: 100%;
  border: 1px solid #fff;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-main-hero__social-link.show {
  display: -ms-flexbox;
  display: flex
}

.c-main-hero__social-link.-social-hub {
  display: -ms-flexbox;
  display: flex
}

.c-main-hero__social-link.-social-hub.-open {
  border-color: #f47721
}

.c-main-hero__social-link.-social-hub:hover svg {
  fill: #f47721
}

.c-main-hero__social-link.-twitter:hover svg {
  fill: #1da1f2
}

.c-main-hero__social-link.-linkedin:hover svg {
  fill: #0077b5
}

.c-main-hero__social-link.-facebook:hover svg {
  fill: #3b5998
}

.c-main-hero__social-link.-youtube:hover svg {
  fill: #cd201f
}

.c-main-hero__social-link.-instagram:hover svg {
  fill: #e1306c
}

.c-main-hero__social-link svg {
  width: 0.8rem;
  height: 0.8rem;
  fill: #fff;
  transition: 0.3s all ease-in-out
}

.__scroll {
  display: none
}

@media screen and (min-width: 1000px) {
  .__scroll {
    position: absolute;
    left: 0;
    width: 9rem;
    bottom: 18.75rem;
    height: auto;
    display: block;
    z-index: 1;
    cursor: pointer
  }

  .__scroll:hover .scroll-text {
    opacity: 0.7;
    transform: translateX(10px)
  }

  .__scroll:hover .scroll-arrow {
    transform: translateX(15px) scale(0.9)
  }

  .__scroll:hover .scroll-arrow::before {
    transform: rotate(90deg) scale(0.9);
    opacity: 0.7
  }
}

.scroll-wrap {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width: 1000px) {
  .scroll-text {
    float: left;
    color: #fff;
    pointer-events: none;
    font-size: 12px;
    margin: 1px 0 0;
    white-space: nowrap;
    line-height: 43px;
    transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out
  }
}

@media screen and (min-width: 1000px) {
  .scroll-arrow {
    position: relative;
    float: left;
    pointer-events: none;
    transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out;
    margin: 0 0 0 18px;
    width: 20px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }
}

.scroll-arrow::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  left: 0px;
  right: 0;
  top: -1px;
  position: absolute;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 2px solid #4D148C;
  border-bottom: 2px solid transparent;
  border-top: 2px solid #4D148C;
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out;
  transform: rotate(90deg)
}

.scroll-arrow svg {
  fill: #fff;
  width: 20px;
  height: 30px;
  transform: rotate(-90deg);
  position: relative;
  top: -1px
}

.c-footer {
  background-color: #FAFAFA;
  position: relative;
  height: auto;
  padding-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem
}

@media (min-width: 1000px) {
  .c-footer {
    padding-top: 0
  }
}

.c-footer__content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  color: #fff;
  z-index: 1
}

.c-footer__content::before {
  content: "";
  opacity: 0.5;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(182, 184, 185, 0.29);
  height: 1px;
  width: calc(100% - 18rem);
  margin: 0 auto
}

@media (min-width: 1000px) {
  .c-footer__content {
    height: 9rem
  }
}

.c-footer-navigation__logo {
  position: relative;
  width: 33.33333%;
  display: inline-block;
  height: 100%;
  text-align: center;
  font-size: 0;
  pointer-events: auto
}

@media (min-width: 1000px) {
  .c-footer-navigation__logo {
    width: 9rem
  }
}

@media (max-width: 999px) {
  .c-footer-navigation__logo {
    width: 100%
  }
}

.c-footer-navigation__logo:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle
}

.c-footer-navigation__logo--desktop {
  fill: #fff;
  display: none
}

@media (min-width: 1000px) {
  .c-footer-navigation__logo--desktop {
    display: inline-block
  }
}

.c-footer-navigation__logo--mobile {
  fill: #fff;
  display: inline-block
}

@media (min-width: 1000px) {
  .c-footer-navigation__logo--mobile {
    display: none
  }
}

.c-footer-navigation__nav {
  display: none
}

@media (min-width: 1000px) {
  .c-footer-navigation__nav {
    display: inline-block;
    position: absolute;
    color: #fff;
    width: calc(100% - 18rem);
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    height: 9rem;
    text-align: center
  }
}

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

.c-footer-navigation__item {
  margin: 10px 0;
  display: inline-block;
  position: relative
}

.c-footer-navigation__item.-last {
  padding: 0 1.2vw
}

.c-footer-navigation__item.-is-curent a::after {
  border-bottom: 5px solid #4D148C;
  transform: scaleX(1);
  transform-origin: center left
}

.c-footer-navigation__link {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 1.2vw;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: bold
}

.c-footer-navigation__link::after {
  content: "";
  position: absolute;
  right: 1.125rem;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transform-origin: center right;
  border-bottom: 5px solid #4D148C
}

.c-footer-navigation__link:hover {
  color: #fff
}

.c-footer-navigation__link:hover::after {
  transform: scaleX(1);
  transform-origin: center left
}

.c-footer__sitemap-header {
  font-weight: bold;
  color: #4D148C;
  text-transform: uppercase
}

.c-footer__sitemap-list {
  list-style: none;
  padding-left: 0
}

@media (min-width: 1000px) {
  .c-footer__sitemap-list {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
  }
}

.c-footer__sitemap-list.-nosplit {
  -moz-columns: 1;
  columns: 1
}

.c-footer__sitemap-list li {
  margin-bottom: .3125rem
}

.c-footer__sitemap-list a {
  color: #333;
  animation: 0.3s all ease-in-out
}

.c-footer__sitemap-list a:hover {
  text-decoration: underline
}

.c-footer__language-header {
  font-weight: bold;
  color: #4D148C;
  text-transform: uppercase
}

.c-footer__contact-info {
  color: #fff
}

.c-footer__contact-info span {
  font-size: 0.9375rem;
  font-weight: bold;
  display: block
}

.c-footer__contact-info p {
  margin: 0 auto;
  font-size: 0.9375rem
}

.c-footer__contact-info>div {
  padding: 1.3rem 0
}

@media (max-width: 999px) {
  .c-footer__contact-info>div {
    text-align: center
  }
}

.c-footer__info {
  position: relative;
  height: 100%;
  display: block;
  padding: 2rem 0
}

@media (max-width: 999px) {
  .c-footer__info-layout {
    -ms-flex-flow: column;
    flex-flow: column;
    padding-bottom: 1.875rem
  }
}

@media (min-width: 1000px) {
  .c-footer__info-layout {
    padding: 1rem 0rem
  }
}

.c-footer__socialmedia {
  padding-bottom: 4rem
}

.c-footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column
}

@media (min-width: 1000px) {
  .c-footer__social {
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center
  }
}

.c-footer__social-header {
  font-weight: bold;
  color: #4D148C;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.25rem
}

@media (min-width: 1000px) {
  .c-footer__social-header {
    margin-bottom: 0
  }
}

.c-footer__social-item {
  margin-left: 1rem
}

.c-footer__social-item:first-of-type {
  margin-left: 0
}

.c-footer__social-item--wrapper {
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 1000px) {
  .c-footer__social-item--wrapper {
    margin-left: 1.875rem
  }
}

.c-footer__social-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 0.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: 2px solid #000;
  height: 2.5rem
}

.c-footer__social-link.-mail:hover svg {
  fill: #4D148C
}

.c-footer__social-link.-twitter:hover svg {
  fill: #1da1f2
}

.c-footer__social-link.-linkedin:hover svg {
  fill: #0077b5
}

.c-footer__social-link.-facebook:hover svg {
  fill: #3b5998
}

.c-footer__social-link.-youtube:hover svg {
  fill: #cd201f
}

.c-footer__social-link.-instagram:hover svg {
  fill: #e1306c
}

.c-footer__social-link.-pinterest:hover svg {
  fill: #e60024
}

.c-footer__social-link.-tiktok:hover svg {
  fill: #00f2ea
}

.c-footer__social-icon {
  width: 0.88rem;
  height: 0.88rem;
  fill: #000;
  transition: 0.3s all ease-in-out
}

.c-footer__eeo {
  color: #fff
}

.c-footer__eeo a {
  color: #4D148C
}

.c-footer__eeo p {
  font-size: 12px;
  margin: 1rem 0
}

.c-footer__copy-right {
  background-color: #4D148C;
  position: relative;
  color: #fff;
  padding: 1.875rem 0
}

@media (min-width: 1000px) {
  .c-footer__copy-right {
    padding: 0
  }
}

.c-footer__copy-right--nav-list {
  list-style: none;
  padding-left: 0
}

@media (min-width: 1000px) {
  .c-footer__copy-right--nav-list {
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex
  }
}

.c-footer__copy-right--nav-list-item:last-child::after {
  content: none
}

@media (min-width: 1000px) {
  .c-footer__copy-right--nav-list-item::after {
    content: " | ";
    display: inline-block;
    position: relative;
    padding: 0 1rem
  }
}

.c-footer__copy-right a {
  color: #fff;
  animation: 0.3s all ease-in-out
}

.c-footer__copy-right a:hover {
  text-decoration: underline
}

@media (min-width: 1000px) {
  .c-footer__license {
    width: 75%
  }
}

@media (min-width: 1000px) {
  .c-footer__site-by {
    width: 25%
  }
}

.__back-to {
  display: none
}

@media (min-width: 1000px) {
  .__back-to {
    opacity: 0;
    top: 25%;
    right: 0;
    bottom: 0;
    width: 9rem;
    height: 20rem;
    position: absolute;
    display: block;
    cursor: pointer
  }

  .__back-to .__back-to-link {
    width: 100%;
    height: 9rem;
    position: absolute;
    bottom: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: rotate(90deg)
  }

  .__back-to .__back-to-link:hover .__back-to-icon {
    transform: translateX(-15px) scale(0.9)
  }

  .__back-to .__back-to-link:hover .__back-to-icon svg {
    fill: #4D148C
  }

  .__back-to .__back-to-link:hover .__back-to-label {
    opacity: 0.7;
    transform: translateX(-10px)
  }

  .__back-to .__back-to-icon {
    position: relative;
    pointer-events: none;
    transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out;
    width: 25px;
    height: 43px;
    left: -1.3rem
  }

  .__back-to .__back-to-icon svg {
    fill: #fff;
    width: 25px;
    height: 43px;
    transition: 0.3s all ease-in-out;
    transform: rotate(90deg)
  }

  .__back-to .__back-to-label {
    color: #fff;
    pointer-events: none;
    font-size: 12px;
    margin: 1px 0 0;
    white-space: nowrap;
    line-height: 43px;
    transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out
  }
}

.c-anchor-info {
  position: relative;
  background-color: #FAFAFA;
  padding: 1.875rem 0
}

@media (min-width: 1000px) {
  .c-anchor-info {
    padding: 3.75rem 0
  }
}

@media (max-width: 999px) {
  .c-anchor-info__layout.o-layout {
    -ms-flex-flow: row;
    flex-flow: row
  }
}

@media (max-width: 699px) {
  .c-anchor-info__layout.o-layout {
    -ms-flex-flow: column;
    flex-flow: column
  }
}

@media (max-width: 999px) {
  .c-anchor-info__layout .l-layout__content-title {
    margin-bottom: 1.875rem
  }
}

.c-anchor-info__content-list {
  list-style: none;
  margin: 0;
  padding: 0
}

@media (min-width: 1000px) {
  .c-anchor-info__content-list {
    -moz-columns: 2;
    columns: 2
  }
}

.c-anchor-info__content-list--item {
  margin-bottom: .9375rem
}

.c-anchor-info__content-list--item:last-of-type {
  margin-bottom: 0
}

.c-anchor-info__link {
  color: #007AB7;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s all ease-in-out
}

.c-anchor-info__link:hover,
.c-anchor-info__link:focus {
  text-decoration: underline;
  color: #00689C
}

.c-anchor-info__link-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: .3125rem;
  width: 1.25rem;
  height: 1.25rem
}

.c-anchor-info__link-icon svg {
  width: 1rem;
  height: 1rem
}

.c-image-info {
  position: relative;
  margin-top: 3.75rem
}

@media (min-width: 1000px) {
  .c-image-info {
    margin-top: 5.625rem
  }
}

.c-image-info.-has-bg {
  background-color: #FAFAFA;
  padding: 3.75rem 0;
  margin-top: 0
}

@media (min-width: 1000px) {
  .c-image-info__heading {
    margin-bottom: 3.75rem
  }
}

.c-slider {
  margin-top: 3.75rem;
  position: relative
}

@media (min-width: 1000px) {
  .c-slider {
    margin-top: 5.625rem
  }
}

[data-page="Retail Careers"] .c-slider {
  margin-top: 1.875rem
}

.c-slider__layout-item {
  position: relative
}

.c-slider__main {
  margin-top: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column;
  flex-flow: column
}

.c-slider__blurb {
  margin-top: 3.75rem
}

.c-slider__list {
  background: #fff;
  display: -ms-flexbox;
  display: flex
}

.c-slider__list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto
}

.c-slider__pagination {
  position: relative;
  margin-top: 1.875rem;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.c-slider__pagination span {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  border: 2px solid #4D148C;
  background-color: transparent;
  opacity: 1;
  border-radius: 50%
}

.c-slider__pagination span.swiper-pagination-bullet-active::after {
  transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1);
  background-color: #4D148C
}

.c-slider__pagination span::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0%, 0%, 0) scale3d(0, 0, 1)
}

@media (min-width: 1000px) {
  .c-slider__pagination {
    position: absolute;
    bottom: -3.75rem !important
  }
}

.c-slider__button-next,
.c-slider__button-prev {
  color: #333
}

@media (max-width: 1200px) {

  .c-slider__button-next,
  .c-slider__button-prev {
    display: none
  }
}

.c-slider__awards-inner {
  padding: 1.875rem;
  margin: 0 auto;
  width: 60%;
  position: relative
}

@media (min-width: 700px) {
  .c-slider__awards-inner {
    width: 50%
  }
}

.c-slider__awards-inner .l-layout__content {
  position: relative
}

.c-slider__awards-inner .l-layout__content::before {
  content: '';
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/9/R0AXN_award-reef/award-reef.png");
  position: absolute;
  left: -3.75rem;
  bottom: .3125rem;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain
}

.c-slider__awards-inner .l-layout__content::after {
  content: '';
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/9/R0AXN_award-reef/award-reef.png");
  position: absolute;
  right: -3.75rem;
  bottom: .3125rem;
  height: 100%;
  width: 100%;
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-size: contain
}

.c-slider__awards-inner span {
  margin: .625rem 0
}

.c-slider__awards-inner span.l-layout__content-title--eyebrow {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  width: auto
}

.c-slider__image-blurb {
  height: 100%
}

.-align-top-bottom .c-slider__image-blurb-inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.-has-bg .c-slider__image-blurb-inner {
  background-color: #FAFAFA;
  height: 100%
}

.c-slider__image-blurb-image {
  margin-bottom: 1.875rem
}

.-align-top-bottom .c-slider__image-blurb-image {
  margin-bottom: .9375rem
}

.-has-bg .c-slider__image-blurb-image {
  margin-bottom: 0
}

.-has-bg .c-slider__image-blurb-info {
  padding: 1.875rem
}

.c-slider-dynamic {
  padding: 1.875rem 0;
  padding-bottom: 3.75rem;
  position: relative
}

.c-slider-dynamic__pagination {
  position: relative;
  margin-top: 1.875rem;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  position: absolute;
  bottom: -7.5rem !important
}

.c-slider-dynamic__pagination span {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  border: 2px solid #4D148C;
  background-color: transparent;
  opacity: 1;
  border-radius: 50%
}

.c-slider-dynamic__pagination span.swiper-pagination-bullet-active::after {
  transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1);
  background-color: #4D148C
}

.c-slider-dynamic__pagination span::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0%, 0%, 0) scale3d(0, 0, 1)
}

.c-slider-dynamic__button-next,
.c-slider-dynamic__button-prev {
  color: #333
}

@media (max-width: 1200px) {

  .c-slider-dynamic__button-next,
  .c-slider-dynamic__button-prev {
    display: none
  }
}

.c-slider-dynamic__box-info {
  margin-top: 1.875rem;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.swiper-slide-active .c-slider-dynamic__box-info {
  opacity: 1
}

.c-slider-dynamic__box-image {
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.c-slider-dynamic__layout {
  position: relative
}

.c-slider-dynamic__layout:before {
  content: '';
  display: block;
  position: absolute;
  height: calc(100% + 6rem);
  background-color: #FAFAFA;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto
}

@media (min-width: 1000px) {
  .c-slider-dynamic__layout:before {
    width: calc(50vw)
  }
}

.c-slider-image {
  position: relative;
  margin-top: 5.625rem
}

.c-slider-image__main {
  margin-top: 3.75rem
}

.c-slider__list.-hack .l-layout__content-text a {
  display: block
}

.c-slider__list.-hack .c-slider__image-blurb-inner {
  -ms-flex-pack: normal;
  justify-content: normal
}

.c-slider__list.-hack .c-slider__image-blurb-image {
  height: 5.625rem
}

.c-cta-banner {
  margin-top: 1.875rem;
  padding: 2.5rem 0;
  position: relative;
  background-color: #4D148C;
  overflow: hidden
}

@media (min-width: 1000px) {
  .c-cta-banner {
    margin-top: 5.625rem
  }
}

[data-page="overview"] .c-cta-banner {
  margin-top: 0
}

.c-cta-banner__content {
  text-align: center;
  margin-top: 1.25rem
}

@media (min-width: 1000px) {
  .c-cta-banner__content {
    padding: 3.75rem 0;
    margin-top: 0
  }
}

.c-cta-banner__content h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 32px;
  line-height: 2rem
}

@media (min-width: 699px) {
  .c-cta-banner__content h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem
  }
}

@media (min-width: 1000px) {
  .c-cta-banner__content h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 56px;
    line-height: 3.5rem
  }
}

.c-cta-banner__stroke {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-cta-banner__stroke span {
  color: #fff;
  font-family: "FedExSans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 2.4px;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  display: inline-block;
  margin-bottom: .3125rem;
  position: relative;
  opacity: 0.3;
  transition: all 300ms linear
}

@media (min-width: 700px) {
  .c-cta-banner__stroke span {
    letter-spacing: -0.4px;
    font-size: 3.75rem
  }
}

@media (min-width: 1000px) {
  .c-cta-banner__stroke span {
    font-size: 5rem;
    -webkit-text-stroke: 2px #fff
  }
}

.c-cta-banner__stroke span:last-of-type {
  display: none;
  margin-bottom: 0
}

@media (min-width: 1000px) {
  .c-cta-banner__stroke span:last-of-type {
    display: block
  }
}

.c-cta-banner__stroke span:hover,
.c-cta-banner__stroke span.active {
  opacity: 1;
  cursor: default
}

.c-cta-banner__stroke span:hover::before,
.c-cta-banner__stroke span.active::before {
  max-height: 100%
}

.c-cta-banner__stroke span:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  overflow: hidden;
  text-transform: uppercase;
  padding: 0;
  max-height: 0;
  -webkit-text-stroke: transparent;
  -webkit-text-fill-color: #fff;
  color: #fff;
  content: attr(data-hover);
  transition: max-height 0.4s
}

.c-cta-banner-blurb {
  margin: 1.875rem 0 3.75rem 0
}

@media (min-width: 1000px) {
  .c-cta-banner-blurb {
    margin: 3.75rem 0
  }
}

.c-cta-banner-blurb__layout-item {
  position: relative
}

@media (min-width: 1000px) {
  .c-cta-banner-blurb__layout-item:first-of-type::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: calc(3.75rem / 2);
    border-right: 1px solid #E3E3E3
  }
}

@media (max-width: 999px) {
  .c-cta-banner-blurb__layout-item {
    margin-top: 1.875rem
  }
}

.c-timeline {
  position: relative;
  margin: 5.625rem 0
}

.c-timeline__layout-item:first-of-type {
  margin-bottom: 3.75rem
}

@media (min-width: 1000px) {
  .c-timeline__layout-item:first-of-type {
    position: sticky;
    top: 33%;
    -ms-flex-item-align: start;
    align-self: start
  }
}

.c-timeline-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  position: relative
}

.c-timeline-main-info__content-title span {
  font-weight: bold;
  margin-right: .625rem;
  color: #4D148C
}

.c-timeline-main-info__content-title span.one {
  color: #4D148C
}

.c-timeline-main-info__content-title span.two {
  color: #7D23C4
}

.c-timeline-main-info__content-title span.three {
  color: #A63786
}

.c-timeline-main-info__content-title span.four {
  color: #C74855
}

.c-timeline-main-info__content-title span.five {
  color: #FF6200
}

.c-timeline-main-info__list-item {
  margin-top: 7.5rem;
  display: -ms-flexbox;
  display: flex
}

.c-timeline-main-info__list-item:first-of-type {
  margin-top: 0
}

.c-timeline-main-info__list-item:nth-child(2) .c-timeline-main__icon-inner::before {
  background-color: #7D23C4
}

.c-timeline-main-info__list-item:nth-child(2) svg {
  fill: #7D23C4
}

.c-timeline-main-info__list-item:nth-child(3).is-inview svg {
  stroke: #fff
}

.c-timeline-main-info__list-item:nth-child(3) .c-timeline-main__icon-inner::before {
  background-color: #A63786
}

.c-timeline-main-info__list-item:nth-child(3) svg {
  stroke: #A63786;
  fill: none
}

.c-timeline-main-info__list-item:nth-child(4) .c-timeline-main__icon-inner::before {
  background-color: #C74855
}

.c-timeline-main-info__list-item:nth-child(4) svg {
  fill: #C74855
}

.c-timeline-main-info__list-item:nth-child(5).is-inview svg {
  stroke: #fff
}

.c-timeline-main-info__list-item:nth-child(5) .c-timeline-main__icon-inner::before {
  background-color: #FF6200
}

.c-timeline-main-info__list-item:nth-child(5) svg {
  stroke: #FF6200;
  fill: none
}

.c-timeline-main__line {
  position: relative;
  height: var(--height-of-timeline)
}

.c-timeline-main__line-wrap {
  position: relative;
  width: 1rem;
  height: 100%;
  display: block;
  margin-right: 3.75rem
}

.c-timeline-main__line svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  stroke-width: 4px;
  stroke: url(#fedex-graddy) #7D22C3
}

.c-timeline-main__icon {
  position: absolute;
  left: -1.45rem;
  z-index: 1
}

.c-timeline-main__icon-inner {
  border-radius: 5.625rem;
  box-shadow: 0px 0px 20px 0px #0000002e;
  width: 3.75rem;
  height: 3.75rem;
  overflow: hidden;
  background-color: #fff;
  z-index: -1;
  position: relative;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-timeline-main__icon-inner svg {
  fill: #4D148C;
  width: 1.875rem;
  height: 1.875rem
}

.is-inview .c-timeline-main__icon-inner svg {
  fill: #fff
}

.c-timeline-main__icon-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #4D148C;
  z-index: -1;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2.5rem
}

.is-inview .c-timeline-main__icon-inner:before {
  transform: scale3d(1, 1, 1)
}

.c-video {
  margin-top: 5.625rem;
  position: relative
}

[data-page="International Opportunities"] .c-video {
  margin-top: 0
}

[data-page="North American Operations"] .c-video {
  margin-top: 3.75rem
}

.c-video__main {
  margin: 1.875rem 0
}

.c-grid {
  position: relative;
  margin-top: 1.875rem
}

@media (min-width: 1000px) {
  .c-grid {
    margin-top: 5.625rem
  }
}

.c-grid__main {
  margin-top: 1.875rem
}

.c-grid__main-info {
  padding: 1.875rem;
  background-color: #FAFAFA
}

.c-grid__main-info h3 {
  margin-bottom: .625rem
}

.c-grid__main-info .o-button {
  margin-top: .9375rem
}

.c-grid__main-image--background {
  position: relative;
  width: 100%
}

@media (min-width: 1000px) {

  .c-grid__main--left,
  .c-grid__main--right {
    padding-left: .9375rem
  }
}

@media (min-width: 1000px) {
  .c-grid__main--left {
    width: 40%
  }
}

@media (min-width: 1000px) {
  .c-grid__main--left>div:first-of-type {
    margin-bottom: .9375rem
  }
}

@media (min-width: 1000px) {
  .c-grid__main--right {
    width: 60%
  }
}

@media (min-width: 1000px) {
  .c-grid__main--right>div:first-of-type {
    margin-bottom: .9375rem
  }
}

@media (min-width: 1000px) {
  .c-grid__main-list {
    display: -ms-flexbox;
    display: flex;
    margin-left: -.9375rem
  }
}

@media (max-width: 999px) {
  .c-grid__main-list--item {
    margin-bottom: 1.875rem
  }

  .c-grid__main--right .c-grid__main-list--item {
    margin-bottom: 0
  }
}

.c-grid__blurb {
  margin-top: 3.75rem
}

.c-grid-image {
  position: relative;
  margin-top: 5.625rem
}

.c-grid-image__main {
  margin-top: 3.75rem
}

.c-box-grid {
  position: relative;
  margin-top: 1.875rem
}

@media (min-width: 1000px) {
  .c-box-grid {
    margin-top: 5.625rem
  }
}

@media (min-width: 1000px) {
  .c-box-grid__layout:first-of-type {
    margin-bottom: 1.875rem
  }
}

@media (max-width: 999px) {
  .c-box-grid__layout:first-of-type .c-box-grid__layout-item:first-of-type {
    margin-top: 1.5625rem
  }
}

.c-box-grid__main {
  padding-top: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden
}

@media (min-width: 1000px) {
  .c-box-grid__main {
    min-height: 80vh;
    height: 800px
  }
}

@media (min-width: 1600px) {
  .c-box-grid__main {
    min-height: 100vh
  }
}

.c-box-grid__main-inner {
  position: relative
}

@media (min-width: 1000px) {
  .c-box-grid__main-inner {
    padding-bottom: 5.625rem
  }
}

.c-box-grid__main-item {
  background-color: #fff
}

.c-box-grid__main-item--inner {
  text-align: center;
  padding: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width: 1000px) {
  .c-box-grid__main-item--inner {
    min-height: 15.625rem
  }
}

@media (max-width: 999px) {
  .c-box-grid__main-item {
    margin-bottom: 1.5625rem;
    box-shadow: 1px 1px 8px 5px #0000000d
  }
}

@media (min-width: 1000px) {
  .c-box-grid__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden
  }

  .c-box-grid__background-wrap {
    position: relative;
    width: 100%;
    height: 100%
  }
}

.c-tabs {
  margin-top: 1.875rem;
  position: relative
}

@media (min-width: 1000px) {
  .c-tabs {
    margin-top: 5.625rem
  }
}

.c-tabs-main {
  margin-top: 1.875rem;
  background-color: #FAFAFA
}

.c-tabs-main__list-item {
  background-color: #fff;
  border-bottom: 1px solid #F2F2F2;
  transition: all 0.3s ease-in-out;
  cursor: pointer
}

.c-tabs-main__list-item:hover {
  background-color: #FAFAFA
}

.c-tabs-main__list-item.active {
  background-color: #FAFAFA;
  border-color: #FAFAFA
}

.c-tabs-main__list-item--inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem
}

.c-tabs-main__list-item--label {
  width: calc(100% - 70px);
  margin-left: 1.25rem
}

.c-tabs-main__list-item--label h3 {
  margin-bottom: 0
}

.c-tabs-main__info {
  display: none;
  height: 100%;
  background-color: #FAFAFA
}

.c-tabs-main__info.active {
  display: block
}

.c-tabs-main__info-inner {
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

@media (max-width: 699px) {
  .c-tabs-main__info-inner {
    -ms-flex-flow: column;
    flex-flow: column
  }
}

.c-tabs-main__info--left {
  -ms-flex: 2;
  flex: 2;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 999px) {
  .c-tabs-main__info--left {
    padding: 3.75rem
  }
}

@media (min-width: 1000px) {
  .c-tabs-main__info--right {
    margin-left: 1.875rem
  }
}

@media (min-width: 700px) {
  .c-tabs-main__info--right {
    width: 45%
  }
}

.c-tabs-main__info-image {
  height: 100%;
  width: 100%
}

.c-tabs-main__info-image--background {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%
}

.c-tabs-main__info-image--background .o-image {
  height: 100%
}

.c-tabs-main__info-image--background .o-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%
}

[data-name="horizontal tabs"] .c-tabs-main {
  background-color: transparent
}

[data-name="horizontal tabs"] .c-tabs-main__info {
  background-color: transparent;
  margin-top: 3.75rem
}

@media (min-width: 1000px) {
  [data-name="horizontal tabs"] .c-tabs-main__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  [data-name="horizontal tabs"] .c-tabs-main__list-item {
    background-color: #F2F2F2;
    width: calc(25% - 3px);
    text-align: center
  }

  [data-name="horizontal tabs"] .c-tabs-main__list-item.active {
    background-color: #4D148C;
    position: relative;
    z-index: 9
  }

  [data-name="horizontal tabs"] .c-tabs-main__list-item.active:before {
    content: '';
    display: block;
    background: #4d148c;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -1;
    left: -5px;
    top: -5px
  }

  [data-name="horizontal tabs"] .c-tabs-main__list-item.active .l-layout__content-title {
    color: #fff
  }

  [data-name="horizontal tabs"] .c-tabs-main__list-item--inner {
    height: 100%
  }

  [data-name="horizontal tabs"] .c-tabs-main__list-item--label {
    width: 100%;
    margin-left: 0
  }
}

[data-page="Life at FedEx"] .c-tabs-main {
  display: none
}

@media (min-width: 1000px) {
  [data-page="Life at FedEx"] .c-tabs-main {
    display: block
  }
}

[data-page="Life at FedEx"] .c-tabs-main__list {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column
}

[data-page="Life at FedEx"] .c-tabs-main__list-item {
  height: 100%
}

.c-tabs-accordion {
  display: block
}

@media (min-width: 1000px) {
  .c-tabs-accordion {
    display: none
  }
}

.c-tabs-accordion__item {
  margin-bottom: 0 !important
}

.c-tabs-accordion__item--icon {
  width: 1.875rem
}

.c-tabs-accordion__item--icon img {
  width: 100%
}

.c-tabs-accordion__item-content .c-accordion__title {
  margin-right: 0;
  margin-left: .625rem
}

.c-tabs-accordion__item-inner {
  padding: 1.25rem !important
}

.c-tabs-accordion__item-inner>div:nth-child(1) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.c-tabs-accordion__info-inner {
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.c-tabs-accordion__info--left {
  -ms-flex: 2;
  flex: 2;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex
}

.c-tabs-accordion__info--right {
  width: 35%;
  margin-left: .9375rem
}

.c-tabs-accordion__info-image {
  height: 100%;
  width: 100%
}

.c-tabs-accordion__info-image--background {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%
}

.c-tabs-accordion__info-image--background .o-image {
  height: 100%
}

.c-tabs-accordion__info-image--background .o-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%
}

.c-tabs-accordion__bottom-inner {
  padding: 0 !important
}

.c-blurb {
  padding: 3.75rem 0;
  position: relative;
  overflow: hidden
}

.c-blurb.-has-bg {
  background-color: #FAFAFA;
  padding: 3.75rem 0;
  margin-top: 0
}

.c-blurb__image.-has-img {
  margin-bottom: 1.875rem
}

.c-blurb__image.-has-img .o-image__wrapper {
  background-color: transparent
}

.c-blurb__image.-has-img img {
  height: 6.25rem;
  -o-object-fit: contain;
  object-fit: contain
}

[data-page="pilot"] .c-blurb {
  margin-top: 5.625rem
}

[data-name="Find Your Fit"] .c-blurb {
  margin-top: 5.625rem
}

[data-name="Find Your Fit"] .c-blurb .c-blurb__count {
  margin-bottom: 1.875rem
}

[data-name="Proud Partnerships"] .c-blurb .c-blurb__content-title {
  font-weight: 500
}

[data-name="Proud Partnerships"] .c-blurb .c-blurb__inner {
  margin-top: 3.75rem
}

[data-name="Proud Partnerships"] .c-blurb .c-blurb__content {
  margin-bottom: 3.75rem
}

[data-name="Proud Partnerships"] .c-blurb .c-blurb__content.-no-mb {
  margin-bottom: 0
}

[data-name="Awards and Recognition"] .c-blurb .c-blurb__image {
  margin-bottom: 1.875rem
}

[data-name="Awards and Recognition"] .c-blurb .c-blurb__content-title {
  font-weight: normal
}

[data-name="Awards and Recognition"] .c-blurb .c-blurb__inner {
  margin-top: 1.875rem
}

@media (max-width: 999px) {
  [data-name="Awards and Recognition"] .c-blurb .c-blurb__info {
    margin-bottom: 1.875rem
  }
}

[data-name="why fly for fedex"] .c-blurb .c-blurb__info {
  margin-top: 1.875rem
}

.c-map {
  padding: 5.625rem 0;
  position: relative;
  overflow: hidden;
  background-color: #FAFAFA
}

.c-map-number-count {
  margin-top: 3.75rem
}

.c-map-number-count__content-title {
  color: #4D148C
}

.c-map-number-count__content-title span {
  color: #333
}

.c-map-main {
  margin-top: 3.75rem
}

.c-modal-cards {
  margin: 1.875rem 0;
  position: relative;
  overflow: hidden
}

.c-modal-cards-heading {
  margin-bottom: 3.75rem
}

.c-modal-cards-grid {
  width: calc(100% + 14vw);
  left: -7vw
}

@media (min-width: 1200px) {
  .c-modal-cards-grid {
    width: calc(100% + 12rem);
    left: -6rem
  }
}

@media (min-width: 500px) {
  .c-modal-cards-grid {
    width: calc(100% + 20vw);
    left: -10vw
  }
}

@media (min-width: 700px) {
  .c-modal-cards-grid {
    width: calc(100% + 8rem);
    left: -4rem
  }
}

@media (min-width: 1000px) {
  .c-modal-cards-grid {
    width: 100%;
    left: 0
  }
}

@media (min-width: 1000px) {
  .c-modal-cards-grid__layout {
    margin-bottom: 1.875rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px
  }
}

.c-modal-cards-grid__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: .625rem;
  border: 1px solid #333;
  position: relative;
  cursor: pointer;
  width: 100%
}

@media (min-width: 1000px) {
  .c-modal-cards-grid__item {
    width: auto;
    padding: 1.875rem
  }
}

.c-modal-cards-grid__item:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%
}

.c-modal-cards-grid__item:hover,
.c-modal-cards-grid__item.active,
.swiper-slide-thumb-active .c-modal-cards-grid__item {
  background-color: #FAFAFA
}

.c-modal-cards-grid__item:hover .c-modal-cards-grid__item-label,
.c-modal-cards-grid__item.active .c-modal-cards-grid__item-label,
.swiper-slide-thumb-active .c-modal-cards-grid__item .c-modal-cards-grid__item-label {
  color: #4D148C
}

.c-modal-cards-grid__item:hover .c-modal-cards-grid__item-label p,
.c-modal-cards-grid__item.active .c-modal-cards-grid__item-label p,
.swiper-slide-thumb-active .c-modal-cards-grid__item .c-modal-cards-grid__item-label p {
  font-weight: bold
}

.c-modal-cards-grid__item:hover:before,
.c-modal-cards-grid__item.active:before,
.swiper-slide-thumb-active .c-modal-cards-grid__item:before {
  background: linear-gradient(90deg, #4d148c 0%, #7d22c3 33%, #ff6200 100%)
}

@media (max-width: 999px) {
  .c-modal-cards-grid__item {
    margin-bottom: 1.875rem
  }
}

.c-modal-cards-grid__item-icon {
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: center
}

.c-modal-cards-grid__item-icon svg {
  width: 3.75rem;
  height: 5.625rem;
  fill: url(#fedex-graddy-icons) #7D22C3
}

@media (min-width: 1000px) {
  .c-modal-cards-grid__item-icon svg {
    width: 5.625rem;
    height: auto
  }
}

@media (max-width: 999px) {
  .c-modal-cards-grid__item-label p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem
  }
}

.c-modal-cards-main {
  max-width: 90rem
}

@media (min-width: 1000px) {
  .c-modal-cards-main {
    padding-right: 4rem;
    padding-left: 4rem;
    z-index: 0
  }
}

@media (min-width: 1200px) {
  .c-modal-cards-main {
    padding-right: 6rem;
    padding-left: 6rem
  }
}

@media (max-width: 699px) {
  .c-modal-cards-main__img .o-image__wrapper {
    height: 200px
  }

  .c-modal-cards-main__img .o-image__wrapper .o-image {
    height: 100%
  }

  .c-modal-cards-main__img .o-image__wrapper .o-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
  }
}

.c-modal-cards-main>div {
  box-sizing: inherit;
  z-index: 0
}

@media (min-width: 700px) {
  .c-modal-cards-main__layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }
}

.c-modal-cards-main--item {
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

@media (min-width: 1000px) {
  .c-modal-cards-main--item {
    display: none
  }

  .c-modal-cards-main--item.active {
    display: block
  }
}

.c-modal-cards-main__content {
  position: relative;
  padding-right: 7vw;
  padding-left: 7vw
}

@media (min-width: 500px) {
  .c-modal-cards-main__content {
    padding-right: 10vw;
    padding-left: 10vw
  }
}

@media (min-width: 700px) {
  .c-modal-cards-main__content {
    padding-right: 2rem;
    padding-left: 2rem
  }
}

@media (min-width: 1200px) {
  .c-modal-cards-main__content {
    padding-right: 6rem;
    padding-left: 6rem
  }
}

.c-modal-cards-main__content-close {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -1.875rem;
  width: 1.875rem;
  height: 1.875rem
}

@media (min-width: 1000px) {
  .c-modal-cards-main__content-close {
    display: block
  }
}

.c-modal-cards-main__content-close svg {
  width: 1.875rem;
  height: 1.875rem
}

[data-name="pilot modal"] .c-modal-cards-main {
  margin-top: 7.5rem
}

[data-name="pilot modal"] .c-modal-cards-grid {
  width: auto;
  left: 0
}

[data-name="pilot modal"] .c-modal-cards-grid__item {
  padding: .625rem;
  border: 0;
  box-shadow: #00000026 0 0 20px 0px
}

[data-name="pilot modal"] .c-modal-cards-grid__item:hover {
  box-shadow: #4D148C
}

[data-name="pilot modal"] .c-modal-cards-grid__item-icon {
  margin-bottom: 0;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex
}

.c-accordion {
  padding: 1.875rem 0 0 0;
  display: block;
  position: relative;
  margin-top: 1.875rem
}

[data-page="Retail Careers"] .c-accordion {
  margin-top: 3.75rem
}

.c-accordion__main.-full {
  margin-top: 1.875rem
}

.c-accordion__main.-full .c-accordion__item {
  margin-bottom: 0
}

.c-accordion .-single {
  max-width: 1000px;
  margin: 0 auto;
  display: block
}

.c-accordion__heading {
  margin-bottom: 3.75rem
}

.c-accordion__item {
  position: relative;
  width: 100%;
  margin-bottom: 1.875rem;
  transition: all .3s;
  border-bottom: 1px solid #8E8E8E
}

.c-accordion__item.is-active {
  background-color: #FAFAFA
}

@media (min-width: 1000px) {
  .c-accordion__item {
    margin-bottom: 3.75rem
  }
}

.c-accordion__item.-level-2:last-of-type {
  border-bottom: 0
}

.c-accordion__item--click {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column
}

.c-accordion__item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .9375rem 1.875rem;
  cursor: pointer
}

@media (min-width: 1000px) {
  .c-accordion__item-inner {
    padding: 1.875rem
  }
}

.c-accordion__item-inner>div:first-of-type {
  width: calc(100% - 1.875rem)
}

.c-accordion__item-image {
  cursor: pointer
}

.c-accordion__item-image--background {
  position: relative;
  width: 100%
}

.c-accordion__title {
  transition: all 0.3s ease 0s;
  margin-right: 1.25rem
}

.is-active .c-accordion__title {
  color: #333;
  font-weight: 500
}

.is-active .-level-2 .c-accordion__title {
  color: #333;
  font-weight: 300
}

@media (max-width: 999px) {
  .is-active .-level-2 .c-accordion__title {
    font-size: 16px;
    line-height: normal
  }
}

.-level-2.is-active .c-accordion__title {
  color: #333;
  font-weight: 500
}

@media (max-width: 999px) {
  .c-accordion__title {
    font-size: 1.25rem
  }
}

.c-accordion__btn {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  cursor: pointer
}

.c-accordion__btn svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  fill: #333;
  stroke: #333;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.is-active .c-accordion__btn svg {
  transform: rotate(180deg)
}

.is-active .-level-2 .c-accordion__btn svg {
  transform: none
}

.-level-2.is-active .c-accordion__btn svg {
  transform: rotate(180deg)
}

.c-accordion__bottom {
  height: 0;
  overflow: hidden
}

.c-accordion__bottom-inner {
  padding: 0 1.875rem 1.875rem 1.875rem
}

.c-world-map__section {
  position: relative
}

.c-world-map__container {
  position: relative
}

@media (min-width: 1000px) {
  .c-world-map__container {
    max-width: 2560px;
    margin: auto;
    margin-top: 105px
  }
}

.c-world-map__svg {
  width: 100%
}

.c-world-map-graph-vector path {
  fill: #4d148c33
}

.c-world-map-graph-vector path.selected {
  fill: #4D148C;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

@media (min-width: 1000px) {
  .marker-wrap {
    display: none
  }
}

.world-map-marker {
  fill: #FF6200;
  fill-opacity: 1;
  cursor: pointer;
  r: 8px
}

.world-map-marker.selected {
  display: none
}

@media (min-width: 1000px) {
  .world-map-marker {
    r: 10
  }
}

.world-map-marker.selected-outer-circle {
  fill: #FF6200;
  fill-opacity: 0.7
}

.marker-template {
  display: none
}

.c-continent-discription {
  padding: 1.875rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  margin: 10px;
  box-shadow: 8px 9px 20px 4px #00000012;
  -webkit-backdrop-filter: saturate(117%) blur(10px);
  backdrop-filter: saturate(117%) blur(10px);
  background-color: #2d0b53bd;
  border-radius: 10px;
  width: 31.25rem;
  height: auto;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.c-country-list__main {
  width: 100%;
  overflow: hidden
}

.c-country-list__main-wrapper {
  overflow-x: scroll;
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0), #4D148C 15%, #4D148C 85%, rgba(0, 0, 0, 0));
  mask: linear-gradient(90deg, rgba(0, 0, 0, 0), #4D148C 15%, #4D148C 85%, rgba(0, 0, 0, 0));
  cursor: ew-resize;
  scrollbar-width: none;
  scrollbar-color: transparent transparent
}

.c-country-list__main-wrapper::-webkit-scrollbar-track {
  background: transparent
}

.c-country-list__main-wrapper::-webkit-scrollbar-thumb {
  background: transparent
}

.c-country-list__main-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}

.c-country-list__main .c-country-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.c-continent-links {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column
}

@media (min-width: 1000px) {
  .c-continent-links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .c-continent-links a {
    margin-top: 0
  }

  .c-continent-links a:hover,
  .c-continent-links a.selected {
    background: #fff
  }
}

@media (max-width: 999px) {
  .c-continent-links a {
    position: relative !important;
    left: 0 !important;
    top: 0 !important
  }
}

[data-component="mobile-carousel-scroll"] {
  overflow: hidden
}

@media (min-width: 1000px) {
  .mobile-carousel-scroll--image {
    display: none
  }
}

@media (max-width: 999px) {
  .mobile-carousel-scroll--image {
    overflow: visible;
    width: calc(100% - 5rem)
  }

  .mobile-carousel-scroll--image .c-sticky-scroll__image-fake {
    display: block;
    width: 100%;
    height: 30vw;
    min-height: 10rem;
    position: relative;
    overflow: hidden
  }

  .mobile-carousel-scroll--image .c-sticky-scroll__image-wrapper {
    width: 100%;
    left: 0
  }

  .mobile-carousel-scroll--image img {
    -o-object-position: top;
    object-position: top;
    height: 100%
  }

  .mobile-carousel-scroll--image .swiper-slide {
    opacity: 0.6
  }

  .mobile-carousel-scroll--image .swiper-slide.swiper-slide-active {
    opacity: 1
  }
}

.mobile-carousel-scroll--content {
  position: relative
}

.mobile-carousel-scroll--content .swiper-pagination {
  display: none
}

@media (max-width: 999px) {
  .mobile-carousel-scroll--content {
    margin-top: 1.875rem;
    width: 100%;
    box-sizing: border-box;
    padding-right: 4rem;
    padding-left: 4rem
  }

  .mobile-carousel-scroll--content .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    opacity: 0
  }

  .mobile-carousel-scroll--content .swiper-slide.swiper-slide-active {
    opacity: 1
  }

  .mobile-carousel-scroll--content .swiper-pagination {
    margin: 1.875rem auto;
    display: block
  }
}

@media (max-width: 699px) {
  .mobile-carousel-scroll--content {
    padding-right: 10vw;
    padding-left: 10vw
  }
}

@media (max-width: 499px) {
  .mobile-carousel-scroll--content {
    padding-right: 7vw;
    padding-left: 7vw
  }
}

@media (min-width: 1000px) {
  .mobile-carousel-scroll--content {
    overflow: visible
  }
}

.mobile-carousel-scroll--content .swiper-wrapper {
  box-sizing: inherit
}

[data-component="carousel-scroll"] {
  overflow: hidden
}

.c-sticky-scroll.hide {
  visibility: hidden;
  display: none
}

.c-sticky-scroll__inner {
  position: relative;
  margin: 0 auto
}

@media (min-width: 1000px) {
  .c-sticky-scroll__inner {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (min-width: 1000px) {
  .c-sticky-scroll__list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
}

.c-sticky-scroll__list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column
}

@media (min-width: 1000px) {
  .c-sticky-scroll__list-item {
    padding: 0;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .c-sticky-scroll__list-item:first-of-type {
    z-index: 1
  }
}

.c-sticky-scroll__list-item>div {
  width: 100%
}

@media (min-width: 1000px) {
  .c-sticky-scroll__list-item>div {
    width: 50%;
    height: 100vh
  }
}

.c-sticky-scroll__list-item:not(:first-child) .c-sticky-scroll__image {
  opacity: 0
}

.c-sticky-scroll__image {
  position: relative;
  display: none
}

@media (min-width: 1000px) {
  .c-sticky-scroll__image {
    display: block
  }
}

.c-sticky-scroll__image-wrapper {
  position: relative;
  height: 100%;
  width: calc(100% + 7vw);
  left: -7vw
}

@media (min-width: 500px) {
  .c-sticky-scroll__image-wrapper {
    width: calc(100% + 10vw);
    left: -10vw
  }
}

@media (min-width: 700px) {
  .c-sticky-scroll__image-wrapper {
    width: calc(100% + 4rem);
    left: -4rem
  }
}

@media (min-width: 1200px) {
  .c-sticky-scroll__image-wrapper {
    width: calc(100% + 6rem);
    left: -6rem
  }
}

.c-sticky-scroll__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.c-sticky-scroll__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width: 1000px) {
  .c-sticky-scroll__content {
    padding: 5.625rem
  }
}

.c-sticky-scroll__nav {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  z-index: 20;
  transform: translate3d(0, -50%, 0);
  transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  list-style: none
}

.c-sticky-scroll__nav-item {
  margin: 10px 0
}

.c-sticky-scroll__nav-item.is-active a::after,
.c-sticky-scroll__nav-item.is-active a:hover {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  background-color: #4D148C
}

.c-sticky-scroll__nav-item a {
  display: block;
  position: relative;
  padding: .625rem
}

.c-sticky-scroll__nav-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-radius: 50%
}

.c-sticky-scroll__nav-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1)
}

.c-cookie-consent {
  position: fixed;
  max-width: 100%;
  padding: clamp(20px, 5vw, 30px);
  background: #222;
  color: #fff;
  border-radius: 0;
  z-index: 99999999;
  opacity: 0;
  transition: all .4s;
  width: 100%
}

@media (min-width: 1000px) {
  .c-cookie-consent {
    width: 500px;
    border-radius: 10px;
    bottom: -50%;
    left: 30px
  }
}

.c-cookie-consent.is-show {
  opacity: 1;
  bottom: 0
}

@media (min-width: 1000px) {
  .c-cookie-consent.is-show {
    bottom: 30px
  }
}

.c-cookie-consent__inner {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem
}

.c-quote {
  margin-top: 1.875rem
}

@media (min-width: 1000px) {
  .c-quote {
    margin-top: 3.75rem
  }
}

.c-quote__layout {
  margin-bottom: 1.875rem
}

@media (min-width: 1000px) {
  .c-quote__layout {
    margin-bottom: 5.625rem
  }
}

.c-quote__content-title {
  color: #4D148C;
  font-weight: 500
}

.c-quote__content-title.-light {
  font-weight: 300
}

.c-quote__content-arthor {
  font-weight: 300;
  margin-top: 1.875rem !important;
  color: #333;
  text-transform: none
}

.c-quote__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-count {
  background-color: #FAFAFA;
  position: relative;
  margin-top: 5.625rem;
  padding: 3.75rem 0
}

.c-count-numbers {
  margin-top: 1.875rem
}

.c-info-background {
  position: relative;
  margin-top: 5.625rem;
  height: 31.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.c-info-background-box__content {
  padding: 3.75rem 1.875rem;
  background-color: #fff;
  position: relative
}

.c-info-background-box__content::after {
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: .625rem;
  background: linear-gradient(90deg, #4d148c 0%, #7d22c3 33%, #ff6200 100%)
}

.c-info-background-box__image {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1
}

.c-mini-map {
  position: relative;
  margin-top: 5.625rem
}

.c-mini-map__content p {
  padding: .625rem 0
}

.c-mini-map__content p:nth-child(2) {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #E3E3E3;
  padding: .9375rem 0
}

.read-more__link {
  margin-top: .625rem;
  display: block
}

.read-more__link-wrap {
  display: -ms-flexbox;
  display: flex
}

.-center .read-more__link-wrap {
  -ms-flex-pack: center;
  justify-content: center
}

.read-more.is-inline,
.read-more.is-inline p,
.read-more.is-inline+span {
  display: inline
}

.read-more.is-inline+span {
  margin-left: 0.25em
}

.c-image-blurb-split {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 3.75rem
}

@media (min-width: 1000px) {
  .c-image-blurb-split {
    padding-top: 5.625rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (min-width: 1000px) {
  .c-image-blurb-split>div {
    width: calc(50% - 3rem)
  }

  .c-image-blurb-split>div:last-child {
    padding-left: 3.75rem
  }
}

.c-text {
  padding: 3.75rem 0
}

.back-to__btn {
  background: #4d148c;
  cursor: pointer;
  border-radius: 30px;
  position: fixed;
  left: 25px;
  bottom: 25px;
  padding: 5px;
  transition: 0.2s;
  opacity: 0;
  overflow: hidden;
  z-index: 101;
  display: none;
  -ms-flex-align: center;
  align-items: center
}

html:not(.nav-hidden) .back-to__btn {
  opacity: 1
}

html:not(.has-scrolled) .back-to__btn {
  opacity: 0
}

@media (min-width: 1000px) {
  .back-to__btn {
    display: -ms-flexbox;
    display: flex
  }
}

.back-to__btn:hover {
  transform: scale(1.04)
}

.back-to__btn-text {
  padding: 0px 15px 0px 20px
}

.back-to__btn-text--label {
  color: #fff;
  font-weight: 600;
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  line-height: 1.1875rem
}

.back-to__btn-icon {
  animation: 0.6s ease 0.1s 1 normal none running animation-1lene3i;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  color: white;
  margin-left: auto;
  height: 42px;
  width: 42px;
  border-radius: 50%
}

@keyframes animation-1lene3i {
  0% {
    opacity: 0;
    transform: scale(0)
  }

  60% {
    opacity: 1;
    transform: scale(1.3)
  }

  100% {
    transform: scale(1)
  }
}

.back-to__btn-icon svg {
  height: 22px
}

.default .c-header-navigation__breadcrumb {
  display: none
}

[data-namespace="jobs"] .c-main-hero__content,
[data-namespace="legal"] .c-main-hero__content {
  text-align: center
}

[data-namespace="jobs"] .c-main-hero,
[data-namespace="legal"] .c-main-hero {
  height: 20vh;
  min-height: 360px
}

@media (min-width: 1000px) {

  [data-namespace="jobs"] .c-main-hero,
  [data-namespace="legal"] .c-main-hero {
    min-height: 30vh;
    height: 400px
  }
}

@media (min-width: 1800px) {

  [data-namespace="jobs"] .c-main-hero,
  [data-namespace="legal"] .c-main-hero {
    height: 600px
  }
}

[data-namespace="error"] {
  background-color: #3E0D70
}

[data-namespace="error"] .c-main-error {
  height: 100vh;
  min-height: 900px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

[data-namespace="error"] .c-main-error__content {
  position: relative;
  z-index: 1;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 1rem
}

@media (min-width: 1000px) {
  [data-namespace="error"] .c-main-error__content {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

[data-namespace="error"] .c-main-error__description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.875rem;
  width: 100%;
  -webkit-backdrop-filter: saturate(117%) blur(10px);
  backdrop-filter: saturate(117%) blur(10px);
  background-color: #2d0b53bd;
  border-radius: 10px
}

@media (min-width: 1000px) {
  [data-namespace="error"] .c-main-error__description {
    width: auto;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

[data-namespace="error"] .c-main-error__description-text--light {
  color: #999;
  font-size: 16px;
  margin-bottom: .9375rem
}

[data-namespace="error"] .c-main-error__description-text--strong {
  font-weight: 300;
  font-size: 2.75rem;
  margin-bottom: .625rem
}

[data-namespace="error"] .c-main-error__highlight-code {
  position: relative;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5%;
  width: 100%;
  margin-top: 30px
}

@media (min-width: 1000px) {
  [data-namespace="error"] .c-main-error__highlight-code {
    width: auto;
    margin-top: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

[data-namespace="error"] .c-main-error__highlight-code--text {
  font-weight: bold;
  margin-bottom: .9375rem;
  font-size: 1rem
}

[data-namespace="error"] .c-main-error__highlight-code--status {
  font-weight: 300;
  font-weight: normal;
  font-size: 2.75rem
}

.c-main-error__scene {
  position: absolute;
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.c-main-error__scene-content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: content 0.8s cubic-bezier(1, 0.06, 0.25, 1) backwards
}

.c-main-error__scene-content--piece {
  width: 200px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-radius: 80px;
  z-index: 1;
  animation: pieceLeft 8s cubic-bezier(1, 0.06, 0.25, 1) infinite both
}

.c-main-error__scene-one .c-main-error__scene-content--piece {
  background: linear-gradient(90deg, #4d148c 0%, #7d22c3 33%, #ff6200 100%)
}

.c-main-error__scene-one .c-main-error__scene-content--piece:first-of-type {
  right: 15%;
  top: 18%;
  height: 30px;
  width: 120px;
  animation-delay: 0.5s;
  animation-name: pieceRight
}

.c-main-error__scene-one .c-main-error__scene-content--piece:nth-child(2) {
  left: 15%;
  top: 45%;
  width: 150px;
  height: 50px;
  animation-delay: 1s;
  animation-name: pieceLeft
}

.c-main-error__scene-one .c-main-error__scene-content--piece:nth-child(3) {
  left: 10%;
  top: 75%;
  height: 20px;
  width: 70px;
  animation-delay: 1.5s;
  animation-name: pieceLeft
}

.c-main-error__scene-two .c-main-error__scene-content--piece {
  background: #FF6200
}

.c-main-error__scene-two .c-main-error__scene-content--piece:first-of-type {
  left: 0%;
  top: 25%;
  height: 40px;
  width: 120px;
  animation-delay: 2s;
  animation-name: pieceLeft
}

.c-main-error__scene-two .c-main-error__scene-content--piece:nth-child(2) {
  right: 15%;
  top: 35%;
  width: 180px;
  height: 30px;
  animation-delay: 2.5s;
  animation-name: pieceRight
}

.c-main-error__scene-two .c-main-error__scene-content--piece:nth-child(3) {
  right: 10%;
  top: 80%;
  height: 20px;
  width: 160px;
  animation-delay: 3s;
  animation-name: pieceRight
}

.c-main-error__scene-three .c-main-error__scene-content--piece {
  background: #fff
}

.c-main-error__scene-three .c-main-error__scene-content--piece:first-of-type {
  left: 25%;
  top: 35%;
  height: 20px;
  width: 80px;
  animation-name: pieceLeft;
  animation-delay: 3.5s
}

.c-main-error__scene-three .c-main-error__scene-content--piece:nth-child(2) {
  right: 10%;
  top: 55%;
  width: 140px;
  height: 40px;
  animation-name: pieceRight;
  animation-delay: 4s
}

.c-main-error__scene-three .c-main-error__scene-content--piece:nth-child(3) {
  left: 40%;
  top: 68%;
  height: 20px;
  width: 80px;
  animation-name: pieceLeft;
  animation-delay: 4.5s
}

@media (min-width: 1000px) {
  [data-page="Diversity"] [data-name="DEI"] {
    padding: 3.75rem 0
  }
}

[data-page="Diversity"] [data-name="Business Resource Groups"] {
  padding-bottom: 3.75rem
}

@media (min-width: 1000px) {
  [data-page="Hiring & Development"] [data-name="Growth and Learning"] {
    padding: 1.875rem 0 5.625rem 0
  }
}

@media (min-width: 1000px) {
  [data-page="U.S. Military"] [data-name="All things Military"] {
    margin-bottom: 7.5rem
  }
}

@media (min-width: 1000px) {
  [data-page="Facility Operations Careers"] [data-name="Facility Operations"] {
    padding-bottom: 5.625rem
  }

  [data-page="Facility Operations Careers"] [data-name="Facility Operations"] .c-image-info {
    padding-bottom: .625rem
  }
}

@media (min-width: 1000px) {
  [data-page="pilot"] [data-name="Your Flight Deck Is Calling"] {
    padding-bottom: 3.75rem
  }
}

@media (min-width: 1000px) {
  [data-page="AMEA Operations"] [data-name="Key Awards and Recognitions"] {
    padding: 0 0 3.75rem 0
  }
}

@media (max-width: 999px) {
  [data-page="US and Canada Operations"] section:nth-child(10) .c-image-info__layout {
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
  }
}

@keyframes content {
  0% {
    width: 0
  }
}

@keyframes pieceLeft {
  50% {
    left: 80%;
    width: 10%
  }
}

@keyframes pieceRight {
  50% {
    right: 80%;
    width: 10%
  }
}

@keyframes text {
  0% {
    opacity: 0;
    transform: translateY(40px)
  }
}

@keyframes anime404 {
  0% {
    opacity: 0;
    transform: scale(10) skew(20deg, 20deg)
  }
}

.u-2\:1::before {
  padding-bottom: 50%
}

.u-4\:3::before {
  padding-bottom: 75%
}

.u-16\:9::before {
  padding-bottom: 56.25%
}

.u-1\/1 {
  width: 100% !important
}

.u-push-1\/1 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-1\/1 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/1\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/1\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/1\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/1\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/1\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

.u-1\/2 {
  width: 50% !important
}

.u-push-1\/2 {
  position: relative !important;
  right: auto !important;
  left: 50% !important
}

.u-pull-1\/2 {
  position: relative !important;
  right: 50% !important;
  left: auto !important
}

.u-2\/2 {
  width: 100% !important
}

.u-push-2\/2 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-2\/2 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/2\@small {
    width: 50% !important
  }

  .u-2\/2\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/2\@to-small {
    width: 50% !important
  }

  .u-2\/2\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/2\@medium {
    width: 50% !important
  }

  .u-2\/2\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/2\@to-medium {
    width: 50% !important
  }

  .u-2\/2\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/2\@medium {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-push-2\/2\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

.u-1\/3 {
  width: 33.33333% !important
}

.u-push-1\/3 {
  position: relative !important;
  right: auto !important;
  left: 33.33333% !important
}

.u-pull-1\/3 {
  position: relative !important;
  right: 33.33333% !important;
  left: auto !important
}

.u-2\/3 {
  width: 66.66667% !important
}

.u-push-2\/3 {
  position: relative !important;
  right: auto !important;
  left: 66.66667% !important
}

.u-pull-2\/3 {
  position: relative !important;
  right: 66.66667% !important;
  left: auto !important
}

.u-3\/3 {
  width: 100% !important
}

.u-push-3\/3 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-3\/3 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/3\@small {
    width: 33.33333% !important
  }

  .u-2\/3\@small {
    width: 66.66667% !important
  }

  .u-3\/3\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/3\@to-small {
    width: 33.33333% !important
  }

  .u-2\/3\@to-small {
    width: 66.66667% !important
  }

  .u-3\/3\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/3\@medium {
    width: 33.33333% !important
  }

  .u-2\/3\@medium {
    width: 66.66667% !important
  }

  .u-3\/3\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/3\@to-medium {
    width: 33.33333% !important
  }

  .u-2\/3\@to-medium {
    width: 66.66667% !important
  }

  .u-3\/3\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/3\@medium {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-push-2\/3\@medium {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-push-3\/3\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

.u-1\/4 {
  width: 25% !important
}

.u-push-1\/4 {
  position: relative !important;
  right: auto !important;
  left: 25% !important
}

.u-pull-1\/4 {
  position: relative !important;
  right: 25% !important;
  left: auto !important
}

.u-2\/4 {
  width: 50% !important
}

.u-push-2\/4 {
  position: relative !important;
  right: auto !important;
  left: 50% !important
}

.u-pull-2\/4 {
  position: relative !important;
  right: 50% !important;
  left: auto !important
}

.u-3\/4 {
  width: 75% !important
}

.u-push-3\/4 {
  position: relative !important;
  right: auto !important;
  left: 75% !important
}

.u-pull-3\/4 {
  position: relative !important;
  right: 75% !important;
  left: auto !important
}

.u-4\/4 {
  width: 100% !important
}

.u-push-4\/4 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-4\/4 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/4\@small {
    width: 25% !important
  }

  .u-2\/4\@small {
    width: 50% !important
  }

  .u-3\/4\@small {
    width: 75% !important
  }

  .u-4\/4\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/4\@to-small {
    width: 25% !important
  }

  .u-2\/4\@to-small {
    width: 50% !important
  }

  .u-3\/4\@to-small {
    width: 75% !important
  }

  .u-4\/4\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/4\@medium {
    width: 25% !important
  }

  .u-2\/4\@medium {
    width: 50% !important
  }

  .u-3\/4\@medium {
    width: 75% !important
  }

  .u-4\/4\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/4\@to-medium {
    width: 25% !important
  }

  .u-2\/4\@to-medium {
    width: 50% !important
  }

  .u-3\/4\@to-medium {
    width: 75% !important
  }

  .u-4\/4\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/4\@medium {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-push-2\/4\@medium {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-push-3\/4\@medium {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-push-4\/4\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

.u-1\/5 {
  width: 20% !important
}

.u-push-1\/5 {
  position: relative !important;
  right: auto !important;
  left: 20% !important
}

.u-pull-1\/5 {
  position: relative !important;
  right: 20% !important;
  left: auto !important
}

.u-2\/5 {
  width: 40% !important
}

.u-push-2\/5 {
  position: relative !important;
  right: auto !important;
  left: 40% !important
}

.u-pull-2\/5 {
  position: relative !important;
  right: 40% !important;
  left: auto !important
}

.u-3\/5 {
  width: 60% !important
}

.u-push-3\/5 {
  position: relative !important;
  right: auto !important;
  left: 60% !important
}

.u-pull-3\/5 {
  position: relative !important;
  right: 60% !important;
  left: auto !important
}

.u-4\/5 {
  width: 80% !important
}

.u-push-4\/5 {
  position: relative !important;
  right: auto !important;
  left: 80% !important
}

.u-pull-4\/5 {
  position: relative !important;
  right: 80% !important;
  left: auto !important
}

.u-5\/5 {
  width: 100% !important
}

.u-push-5\/5 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-5\/5 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/5\@small {
    width: 20% !important
  }

  .u-2\/5\@small {
    width: 40% !important
  }

  .u-3\/5\@small {
    width: 60% !important
  }

  .u-4\/5\@small {
    width: 80% !important
  }

  .u-5\/5\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/5\@to-small {
    width: 20% !important
  }

  .u-2\/5\@to-small {
    width: 40% !important
  }

  .u-3\/5\@to-small {
    width: 60% !important
  }

  .u-4\/5\@to-small {
    width: 80% !important
  }

  .u-5\/5\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/5\@medium {
    width: 20% !important
  }

  .u-2\/5\@medium {
    width: 40% !important
  }

  .u-3\/5\@medium {
    width: 60% !important
  }

  .u-4\/5\@medium {
    width: 80% !important
  }

  .u-5\/5\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/5\@to-medium {
    width: 20% !important
  }

  .u-2\/5\@to-medium {
    width: 40% !important
  }

  .u-3\/5\@to-medium {
    width: 60% !important
  }

  .u-4\/5\@to-medium {
    width: 80% !important
  }

  .u-5\/5\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/5\@medium {
    position: relative !important;
    right: auto !important;
    left: 20% !important
  }

  .u-push-2\/5\@medium {
    position: relative !important;
    right: auto !important;
    left: 40% !important
  }

  .u-push-3\/5\@medium {
    position: relative !important;
    right: auto !important;
    left: 60% !important
  }

  .u-push-4\/5\@medium {
    position: relative !important;
    right: auto !important;
    left: 80% !important
  }

  .u-push-5\/5\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

.u-1\/6 {
  width: 16.66667% !important
}

.u-push-1\/6 {
  position: relative !important;
  right: auto !important;
  left: 16.66667% !important
}

.u-pull-1\/6 {
  position: relative !important;
  right: 16.66667% !important;
  left: auto !important
}

.u-2\/6 {
  width: 33.33333% !important
}

.u-push-2\/6 {
  position: relative !important;
  right: auto !important;
  left: 33.33333% !important
}

.u-pull-2\/6 {
  position: relative !important;
  right: 33.33333% !important;
  left: auto !important
}

.u-3\/6 {
  width: 50% !important
}

.u-push-3\/6 {
  position: relative !important;
  right: auto !important;
  left: 50% !important
}

.u-pull-3\/6 {
  position: relative !important;
  right: 50% !important;
  left: auto !important
}

.u-4\/6 {
  width: 66.66667% !important
}

.u-push-4\/6 {
  position: relative !important;
  right: auto !important;
  left: 66.66667% !important
}

.u-pull-4\/6 {
  position: relative !important;
  right: 66.66667% !important;
  left: auto !important
}

.u-5\/6 {
  width: 83.33333% !important
}

.u-push-5\/6 {
  position: relative !important;
  right: auto !important;
  left: 83.33333% !important
}

.u-pull-5\/6 {
  position: relative !important;
  right: 83.33333% !important;
  left: auto !important
}

.u-6\/6 {
  width: 100% !important
}

.u-push-6\/6 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-6\/6 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/6\@small {
    width: 16.66667% !important
  }

  .u-2\/6\@small {
    width: 33.33333% !important
  }

  .u-3\/6\@small {
    width: 50% !important
  }

  .u-4\/6\@small {
    width: 66.66667% !important
  }

  .u-5\/6\@small {
    width: 83.33333% !important
  }

  .u-6\/6\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/6\@to-small {
    width: 16.66667% !important
  }

  .u-2\/6\@to-small {
    width: 33.33333% !important
  }

  .u-3\/6\@to-small {
    width: 50% !important
  }

  .u-4\/6\@to-small {
    width: 66.66667% !important
  }

  .u-5\/6\@to-small {
    width: 83.33333% !important
  }

  .u-6\/6\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/6\@medium {
    width: 16.66667% !important
  }

  .u-2\/6\@medium {
    width: 33.33333% !important
  }

  .u-3\/6\@medium {
    width: 50% !important
  }

  .u-4\/6\@medium {
    width: 66.66667% !important
  }

  .u-5\/6\@medium {
    width: 83.33333% !important
  }

  .u-6\/6\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/6\@to-medium {
    width: 16.66667% !important
  }

  .u-2\/6\@to-medium {
    width: 33.33333% !important
  }

  .u-3\/6\@to-medium {
    width: 50% !important
  }

  .u-4\/6\@to-medium {
    width: 66.66667% !important
  }

  .u-5\/6\@to-medium {
    width: 83.33333% !important
  }

  .u-6\/6\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/6\@medium {
    position: relative !important;
    right: auto !important;
    left: 16.66667% !important
  }

  .u-push-2\/6\@medium {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-push-3\/6\@medium {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-push-4\/6\@medium {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-push-5\/6\@medium {
    position: relative !important;
    right: auto !important;
    left: 83.33333% !important
  }

  .u-push-6\/6\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

.u-1\/7 {
  width: 14.28571% !important
}

.u-push-1\/7 {
  position: relative !important;
  right: auto !important;
  left: 14.28571% !important
}

.u-pull-1\/7 {
  position: relative !important;
  right: 14.28571% !important;
  left: auto !important
}

.u-2\/7 {
  width: 28.57143% !important
}

.u-push-2\/7 {
  position: relative !important;
  right: auto !important;
  left: 28.57143% !important
}

.u-pull-2\/7 {
  position: relative !important;
  right: 28.57143% !important;
  left: auto !important
}

.u-3\/7 {
  width: 42.85714% !important
}

.u-push-3\/7 {
  position: relative !important;
  right: auto !important;
  left: 42.85714% !important
}

.u-pull-3\/7 {
  position: relative !important;
  right: 42.85714% !important;
  left: auto !important
}

.u-4\/7 {
  width: 57.14286% !important
}

.u-push-4\/7 {
  position: relative !important;
  right: auto !important;
  left: 57.14286% !important
}

.u-pull-4\/7 {
  position: relative !important;
  right: 57.14286% !important;
  left: auto !important
}

.u-5\/7 {
  width: 71.42857% !important
}

.u-push-5\/7 {
  position: relative !important;
  right: auto !important;
  left: 71.42857% !important
}

.u-pull-5\/7 {
  position: relative !important;
  right: 71.42857% !important;
  left: auto !important
}

.u-6\/7 {
  width: 85.71429% !important
}

.u-push-6\/7 {
  position: relative !important;
  right: auto !important;
  left: 85.71429% !important
}

.u-pull-6\/7 {
  position: relative !important;
  right: 85.71429% !important;
  left: auto !important
}

.u-7\/7 {
  width: 100% !important
}

.u-push-7\/7 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-7\/7 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/7\@small {
    width: 14.28571% !important
  }

  .u-2\/7\@small {
    width: 28.57143% !important
  }

  .u-3\/7\@small {
    width: 42.85714% !important
  }

  .u-4\/7\@small {
    width: 57.14286% !important
  }

  .u-5\/7\@small {
    width: 71.42857% !important
  }

  .u-6\/7\@small {
    width: 85.71429% !important
  }

  .u-7\/7\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/7\@to-small {
    width: 14.28571% !important
  }

  .u-2\/7\@to-small {
    width: 28.57143% !important
  }

  .u-3\/7\@to-small {
    width: 42.85714% !important
  }

  .u-4\/7\@to-small {
    width: 57.14286% !important
  }

  .u-5\/7\@to-small {
    width: 71.42857% !important
  }

  .u-6\/7\@to-small {
    width: 85.71429% !important
  }

  .u-7\/7\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/7\@medium {
    width: 14.28571% !important
  }

  .u-2\/7\@medium {
    width: 28.57143% !important
  }

  .u-3\/7\@medium {
    width: 42.85714% !important
  }

  .u-4\/7\@medium {
    width: 57.14286% !important
  }

  .u-5\/7\@medium {
    width: 71.42857% !important
  }

  .u-6\/7\@medium {
    width: 85.71429% !important
  }

  .u-7\/7\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/7\@to-medium {
    width: 14.28571% !important
  }

  .u-2\/7\@to-medium {
    width: 28.57143% !important
  }

  .u-3\/7\@to-medium {
    width: 42.85714% !important
  }

  .u-4\/7\@to-medium {
    width: 57.14286% !important
  }

  .u-5\/7\@to-medium {
    width: 71.42857% !important
  }

  .u-6\/7\@to-medium {
    width: 85.71429% !important
  }

  .u-7\/7\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/7\@medium {
    position: relative !important;
    right: auto !important;
    left: 14.28571% !important
  }

  .u-push-2\/7\@medium {
    position: relative !important;
    right: auto !important;
    left: 28.57143% !important
  }

  .u-push-3\/7\@medium {
    position: relative !important;
    right: auto !important;
    left: 42.85714% !important
  }

  .u-push-4\/7\@medium {
    position: relative !important;
    right: auto !important;
    left: 57.14286% !important
  }

  .u-push-5\/7\@medium {
    position: relative !important;
    right: auto !important;
    left: 71.42857% !important
  }

  .u-push-6\/7\@medium {
    position: relative !important;
    right: auto !important;
    left: 85.71429% !important
  }

  .u-push-7\/7\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

.u-1\/8 {
  width: 12.5% !important
}

.u-push-1\/8 {
  position: relative !important;
  right: auto !important;
  left: 12.5% !important
}

.u-pull-1\/8 {
  position: relative !important;
  right: 12.5% !important;
  left: auto !important
}

.u-2\/8 {
  width: 25% !important
}

.u-push-2\/8 {
  position: relative !important;
  right: auto !important;
  left: 25% !important
}

.u-pull-2\/8 {
  position: relative !important;
  right: 25% !important;
  left: auto !important
}

.u-3\/8 {
  width: 37.5% !important
}

.u-push-3\/8 {
  position: relative !important;
  right: auto !important;
  left: 37.5% !important
}

.u-pull-3\/8 {
  position: relative !important;
  right: 37.5% !important;
  left: auto !important
}

.u-4\/8 {
  width: 50% !important
}

.u-push-4\/8 {
  position: relative !important;
  right: auto !important;
  left: 50% !important
}

.u-pull-4\/8 {
  position: relative !important;
  right: 50% !important;
  left: auto !important
}

.u-5\/8 {
  width: 62.5% !important
}

.u-push-5\/8 {
  position: relative !important;
  right: auto !important;
  left: 62.5% !important
}

.u-pull-5\/8 {
  position: relative !important;
  right: 62.5% !important;
  left: auto !important
}

.u-6\/8 {
  width: 75% !important
}

.u-push-6\/8 {
  position: relative !important;
  right: auto !important;
  left: 75% !important
}

.u-pull-6\/8 {
  position: relative !important;
  right: 75% !important;
  left: auto !important
}

.u-7\/8 {
  width: 87.5% !important
}

.u-push-7\/8 {
  position: relative !important;
  right: auto !important;
  left: 87.5% !important
}

.u-pull-7\/8 {
  position: relative !important;
  right: 87.5% !important;
  left: auto !important
}

.u-8\/8 {
  width: 100% !important
}

.u-push-8\/8 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-8\/8 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/8\@small {
    width: 12.5% !important
  }

  .u-2\/8\@small {
    width: 25% !important
  }

  .u-3\/8\@small {
    width: 37.5% !important
  }

  .u-4\/8\@small {
    width: 50% !important
  }

  .u-5\/8\@small {
    width: 62.5% !important
  }

  .u-6\/8\@small {
    width: 75% !important
  }

  .u-7\/8\@small {
    width: 87.5% !important
  }

  .u-8\/8\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/8\@to-small {
    width: 12.5% !important
  }

  .u-2\/8\@to-small {
    width: 25% !important
  }

  .u-3\/8\@to-small {
    width: 37.5% !important
  }

  .u-4\/8\@to-small {
    width: 50% !important
  }

  .u-5\/8\@to-small {
    width: 62.5% !important
  }

  .u-6\/8\@to-small {
    width: 75% !important
  }

  .u-7\/8\@to-small {
    width: 87.5% !important
  }

  .u-8\/8\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/8\@medium {
    width: 12.5% !important
  }

  .u-2\/8\@medium {
    width: 25% !important
  }

  .u-3\/8\@medium {
    width: 37.5% !important
  }

  .u-4\/8\@medium {
    width: 50% !important
  }

  .u-5\/8\@medium {
    width: 62.5% !important
  }

  .u-6\/8\@medium {
    width: 75% !important
  }

  .u-7\/8\@medium {
    width: 87.5% !important
  }

  .u-8\/8\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/8\@to-medium {
    width: 12.5% !important
  }

  .u-2\/8\@to-medium {
    width: 25% !important
  }

  .u-3\/8\@to-medium {
    width: 37.5% !important
  }

  .u-4\/8\@to-medium {
    width: 50% !important
  }

  .u-5\/8\@to-medium {
    width: 62.5% !important
  }

  .u-6\/8\@to-medium {
    width: 75% !important
  }

  .u-7\/8\@to-medium {
    width: 87.5% !important
  }

  .u-8\/8\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/8\@medium {
    position: relative !important;
    right: auto !important;
    left: 12.5% !important
  }

  .u-push-2\/8\@medium {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-push-3\/8\@medium {
    position: relative !important;
    right: auto !important;
    left: 37.5% !important
  }

  .u-push-4\/8\@medium {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-push-5\/8\@medium {
    position: relative !important;
    right: auto !important;
    left: 62.5% !important
  }

  .u-push-6\/8\@medium {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-push-7\/8\@medium {
    position: relative !important;
    right: auto !important;
    left: 87.5% !important
  }

  .u-push-8\/8\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

.u-1\/9 {
  width: 11.11111% !important
}

.u-push-1\/9 {
  position: relative !important;
  right: auto !important;
  left: 11.11111% !important
}

.u-pull-1\/9 {
  position: relative !important;
  right: 11.11111% !important;
  left: auto !important
}

.u-2\/9 {
  width: 22.22222% !important
}

.u-push-2\/9 {
  position: relative !important;
  right: auto !important;
  left: 22.22222% !important
}

.u-pull-2\/9 {
  position: relative !important;
  right: 22.22222% !important;
  left: auto !important
}

.u-3\/9 {
  width: 33.33333% !important
}

.u-push-3\/9 {
  position: relative !important;
  right: auto !important;
  left: 33.33333% !important
}

.u-pull-3\/9 {
  position: relative !important;
  right: 33.33333% !important;
  left: auto !important
}

.u-4\/9 {
  width: 44.44444% !important
}

.u-push-4\/9 {
  position: relative !important;
  right: auto !important;
  left: 44.44444% !important
}

.u-pull-4\/9 {
  position: relative !important;
  right: 44.44444% !important;
  left: auto !important
}

.u-5\/9 {
  width: 55.55556% !important
}

.u-push-5\/9 {
  position: relative !important;
  right: auto !important;
  left: 55.55556% !important
}

.u-pull-5\/9 {
  position: relative !important;
  right: 55.55556% !important;
  left: auto !important
}

.u-6\/9 {
  width: 66.66667% !important
}

.u-push-6\/9 {
  position: relative !important;
  right: auto !important;
  left: 66.66667% !important
}

.u-pull-6\/9 {
  position: relative !important;
  right: 66.66667% !important;
  left: auto !important
}

.u-7\/9 {
  width: 77.77778% !important
}

.u-push-7\/9 {
  position: relative !important;
  right: auto !important;
  left: 77.77778% !important
}

.u-pull-7\/9 {
  position: relative !important;
  right: 77.77778% !important;
  left: auto !important
}

.u-8\/9 {
  width: 88.88889% !important
}

.u-push-8\/9 {
  position: relative !important;
  right: auto !important;
  left: 88.88889% !important
}

.u-pull-8\/9 {
  position: relative !important;
  right: 88.88889% !important;
  left: auto !important
}

.u-9\/9 {
  width: 100% !important
}

.u-push-9\/9 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-9\/9 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/9\@small {
    width: 11.11111% !important
  }

  .u-2\/9\@small {
    width: 22.22222% !important
  }

  .u-3\/9\@small {
    width: 33.33333% !important
  }

  .u-4\/9\@small {
    width: 44.44444% !important
  }

  .u-5\/9\@small {
    width: 55.55556% !important
  }

  .u-6\/9\@small {
    width: 66.66667% !important
  }

  .u-7\/9\@small {
    width: 77.77778% !important
  }

  .u-8\/9\@small {
    width: 88.88889% !important
  }

  .u-9\/9\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/9\@to-small {
    width: 11.11111% !important
  }

  .u-2\/9\@to-small {
    width: 22.22222% !important
  }

  .u-3\/9\@to-small {
    width: 33.33333% !important
  }

  .u-4\/9\@to-small {
    width: 44.44444% !important
  }

  .u-5\/9\@to-small {
    width: 55.55556% !important
  }

  .u-6\/9\@to-small {
    width: 66.66667% !important
  }

  .u-7\/9\@to-small {
    width: 77.77778% !important
  }

  .u-8\/9\@to-small {
    width: 88.88889% !important
  }

  .u-9\/9\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/9\@medium {
    width: 11.11111% !important
  }

  .u-2\/9\@medium {
    width: 22.22222% !important
  }

  .u-3\/9\@medium {
    width: 33.33333% !important
  }

  .u-4\/9\@medium {
    width: 44.44444% !important
  }

  .u-5\/9\@medium {
    width: 55.55556% !important
  }

  .u-6\/9\@medium {
    width: 66.66667% !important
  }

  .u-7\/9\@medium {
    width: 77.77778% !important
  }

  .u-8\/9\@medium {
    width: 88.88889% !important
  }

  .u-9\/9\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/9\@to-medium {
    width: 11.11111% !important
  }

  .u-2\/9\@to-medium {
    width: 22.22222% !important
  }

  .u-3\/9\@to-medium {
    width: 33.33333% !important
  }

  .u-4\/9\@to-medium {
    width: 44.44444% !important
  }

  .u-5\/9\@to-medium {
    width: 55.55556% !important
  }

  .u-6\/9\@to-medium {
    width: 66.66667% !important
  }

  .u-7\/9\@to-medium {
    width: 77.77778% !important
  }

  .u-8\/9\@to-medium {
    width: 88.88889% !important
  }

  .u-9\/9\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/9\@medium {
    position: relative !important;
    right: auto !important;
    left: 11.11111% !important
  }

  .u-push-2\/9\@medium {
    position: relative !important;
    right: auto !important;
    left: 22.22222% !important
  }

  .u-push-3\/9\@medium {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-push-4\/9\@medium {
    position: relative !important;
    right: auto !important;
    left: 44.44444% !important
  }

  .u-push-5\/9\@medium {
    position: relative !important;
    right: auto !important;
    left: 55.55556% !important
  }

  .u-push-6\/9\@medium {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-push-7\/9\@medium {
    position: relative !important;
    right: auto !important;
    left: 77.77778% !important
  }

  .u-push-8\/9\@medium {
    position: relative !important;
    right: auto !important;
    left: 88.88889% !important
  }

  .u-push-9\/9\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

.u-1\/10 {
  width: 10% !important
}

.u-push-1\/10 {
  position: relative !important;
  right: auto !important;
  left: 10% !important
}

.u-pull-1\/10 {
  position: relative !important;
  right: 10% !important;
  left: auto !important
}

.u-2\/10 {
  width: 20% !important
}

.u-push-2\/10 {
  position: relative !important;
  right: auto !important;
  left: 20% !important
}

.u-pull-2\/10 {
  position: relative !important;
  right: 20% !important;
  left: auto !important
}

.u-3\/10 {
  width: 30% !important
}

.u-push-3\/10 {
  position: relative !important;
  right: auto !important;
  left: 30% !important
}

.u-pull-3\/10 {
  position: relative !important;
  right: 30% !important;
  left: auto !important
}

.u-4\/10 {
  width: 40% !important
}

.u-push-4\/10 {
  position: relative !important;
  right: auto !important;
  left: 40% !important
}

.u-pull-4\/10 {
  position: relative !important;
  right: 40% !important;
  left: auto !important
}

.u-5\/10 {
  width: 50% !important
}

.u-push-5\/10 {
  position: relative !important;
  right: auto !important;
  left: 50% !important
}

.u-pull-5\/10 {
  position: relative !important;
  right: 50% !important;
  left: auto !important
}

.u-6\/10 {
  width: 60% !important
}

.u-push-6\/10 {
  position: relative !important;
  right: auto !important;
  left: 60% !important
}

.u-pull-6\/10 {
  position: relative !important;
  right: 60% !important;
  left: auto !important
}

.u-7\/10 {
  width: 70% !important
}

.u-push-7\/10 {
  position: relative !important;
  right: auto !important;
  left: 70% !important
}

.u-pull-7\/10 {
  position: relative !important;
  right: 70% !important;
  left: auto !important
}

.u-8\/10 {
  width: 80% !important
}

.u-push-8\/10 {
  position: relative !important;
  right: auto !important;
  left: 80% !important
}

.u-pull-8\/10 {
  position: relative !important;
  right: 80% !important;
  left: auto !important
}

.u-9\/10 {
  width: 90% !important
}

.u-push-9\/10 {
  position: relative !important;
  right: auto !important;
  left: 90% !important
}

.u-pull-9\/10 {
  position: relative !important;
  right: 90% !important;
  left: auto !important
}

.u-10\/10 {
  width: 100% !important
}

.u-push-10\/10 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-10\/10 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/10\@small {
    width: 10% !important
  }

  .u-2\/10\@small {
    width: 20% !important
  }

  .u-3\/10\@small {
    width: 30% !important
  }

  .u-4\/10\@small {
    width: 40% !important
  }

  .u-5\/10\@small {
    width: 50% !important
  }

  .u-6\/10\@small {
    width: 60% !important
  }

  .u-7\/10\@small {
    width: 70% !important
  }

  .u-8\/10\@small {
    width: 80% !important
  }

  .u-9\/10\@small {
    width: 90% !important
  }

  .u-10\/10\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/10\@to-small {
    width: 10% !important
  }

  .u-2\/10\@to-small {
    width: 20% !important
  }

  .u-3\/10\@to-small {
    width: 30% !important
  }

  .u-4\/10\@to-small {
    width: 40% !important
  }

  .u-5\/10\@to-small {
    width: 50% !important
  }

  .u-6\/10\@to-small {
    width: 60% !important
  }

  .u-7\/10\@to-small {
    width: 70% !important
  }

  .u-8\/10\@to-small {
    width: 80% !important
  }

  .u-9\/10\@to-small {
    width: 90% !important
  }

  .u-10\/10\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/10\@medium {
    width: 10% !important
  }

  .u-2\/10\@medium {
    width: 20% !important
  }

  .u-3\/10\@medium {
    width: 30% !important
  }

  .u-4\/10\@medium {
    width: 40% !important
  }

  .u-5\/10\@medium {
    width: 50% !important
  }

  .u-6\/10\@medium {
    width: 60% !important
  }

  .u-7\/10\@medium {
    width: 70% !important
  }

  .u-8\/10\@medium {
    width: 80% !important
  }

  .u-9\/10\@medium {
    width: 90% !important
  }

  .u-10\/10\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/10\@to-medium {
    width: 10% !important
  }

  .u-2\/10\@to-medium {
    width: 20% !important
  }

  .u-3\/10\@to-medium {
    width: 30% !important
  }

  .u-4\/10\@to-medium {
    width: 40% !important
  }

  .u-5\/10\@to-medium {
    width: 50% !important
  }

  .u-6\/10\@to-medium {
    width: 60% !important
  }

  .u-7\/10\@to-medium {
    width: 70% !important
  }

  .u-8\/10\@to-medium {
    width: 80% !important
  }

  .u-9\/10\@to-medium {
    width: 90% !important
  }

  .u-10\/10\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/10\@medium {
    position: relative !important;
    right: auto !important;
    left: 10% !important
  }

  .u-push-2\/10\@medium {
    position: relative !important;
    right: auto !important;
    left: 20% !important
  }

  .u-push-3\/10\@medium {
    position: relative !important;
    right: auto !important;
    left: 30% !important
  }

  .u-push-4\/10\@medium {
    position: relative !important;
    right: auto !important;
    left: 40% !important
  }

  .u-push-5\/10\@medium {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-push-6\/10\@medium {
    position: relative !important;
    right: auto !important;
    left: 60% !important
  }

  .u-push-7\/10\@medium {
    position: relative !important;
    right: auto !important;
    left: 70% !important
  }

  .u-push-8\/10\@medium {
    position: relative !important;
    right: auto !important;
    left: 80% !important
  }

  .u-push-9\/10\@medium {
    position: relative !important;
    right: auto !important;
    left: 90% !important
  }

  .u-push-10\/10\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

.u-1\/11 {
  width: 9.09091% !important
}

.u-push-1\/11 {
  position: relative !important;
  right: auto !important;
  left: 9.09091% !important
}

.u-pull-1\/11 {
  position: relative !important;
  right: 9.09091% !important;
  left: auto !important
}

.u-2\/11 {
  width: 18.18182% !important
}

.u-push-2\/11 {
  position: relative !important;
  right: auto !important;
  left: 18.18182% !important
}

.u-pull-2\/11 {
  position: relative !important;
  right: 18.18182% !important;
  left: auto !important
}

.u-3\/11 {
  width: 27.27273% !important
}

.u-push-3\/11 {
  position: relative !important;
  right: auto !important;
  left: 27.27273% !important
}

.u-pull-3\/11 {
  position: relative !important;
  right: 27.27273% !important;
  left: auto !important
}

.u-4\/11 {
  width: 36.36364% !important
}

.u-push-4\/11 {
  position: relative !important;
  right: auto !important;
  left: 36.36364% !important
}

.u-pull-4\/11 {
  position: relative !important;
  right: 36.36364% !important;
  left: auto !important
}

.u-5\/11 {
  width: 45.45455% !important
}

.u-push-5\/11 {
  position: relative !important;
  right: auto !important;
  left: 45.45455% !important
}

.u-pull-5\/11 {
  position: relative !important;
  right: 45.45455% !important;
  left: auto !important
}

.u-6\/11 {
  width: 54.54545% !important
}

.u-push-6\/11 {
  position: relative !important;
  right: auto !important;
  left: 54.54545% !important
}

.u-pull-6\/11 {
  position: relative !important;
  right: 54.54545% !important;
  left: auto !important
}

.u-7\/11 {
  width: 63.63636% !important
}

.u-push-7\/11 {
  position: relative !important;
  right: auto !important;
  left: 63.63636% !important
}

.u-pull-7\/11 {
  position: relative !important;
  right: 63.63636% !important;
  left: auto !important
}

.u-8\/11 {
  width: 72.72727% !important
}

.u-push-8\/11 {
  position: relative !important;
  right: auto !important;
  left: 72.72727% !important
}

.u-pull-8\/11 {
  position: relative !important;
  right: 72.72727% !important;
  left: auto !important
}

.u-9\/11 {
  width: 81.81818% !important
}

.u-push-9\/11 {
  position: relative !important;
  right: auto !important;
  left: 81.81818% !important
}

.u-pull-9\/11 {
  position: relative !important;
  right: 81.81818% !important;
  left: auto !important
}

.u-10\/11 {
  width: 90.90909% !important
}

.u-push-10\/11 {
  position: relative !important;
  right: auto !important;
  left: 90.90909% !important
}

.u-pull-10\/11 {
  position: relative !important;
  right: 90.90909% !important;
  left: auto !important
}

.u-11\/11 {
  width: 100% !important
}

.u-push-11\/11 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-11\/11 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/11\@small {
    width: 9.09091% !important
  }

  .u-2\/11\@small {
    width: 18.18182% !important
  }

  .u-3\/11\@small {
    width: 27.27273% !important
  }

  .u-4\/11\@small {
    width: 36.36364% !important
  }

  .u-5\/11\@small {
    width: 45.45455% !important
  }

  .u-6\/11\@small {
    width: 54.54545% !important
  }

  .u-7\/11\@small {
    width: 63.63636% !important
  }

  .u-8\/11\@small {
    width: 72.72727% !important
  }

  .u-9\/11\@small {
    width: 81.81818% !important
  }

  .u-10\/11\@small {
    width: 90.90909% !important
  }

  .u-11\/11\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/11\@to-small {
    width: 9.09091% !important
  }

  .u-2\/11\@to-small {
    width: 18.18182% !important
  }

  .u-3\/11\@to-small {
    width: 27.27273% !important
  }

  .u-4\/11\@to-small {
    width: 36.36364% !important
  }

  .u-5\/11\@to-small {
    width: 45.45455% !important
  }

  .u-6\/11\@to-small {
    width: 54.54545% !important
  }

  .u-7\/11\@to-small {
    width: 63.63636% !important
  }

  .u-8\/11\@to-small {
    width: 72.72727% !important
  }

  .u-9\/11\@to-small {
    width: 81.81818% !important
  }

  .u-10\/11\@to-small {
    width: 90.90909% !important
  }

  .u-11\/11\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/11\@medium {
    width: 9.09091% !important
  }

  .u-2\/11\@medium {
    width: 18.18182% !important
  }

  .u-3\/11\@medium {
    width: 27.27273% !important
  }

  .u-4\/11\@medium {
    width: 36.36364% !important
  }

  .u-5\/11\@medium {
    width: 45.45455% !important
  }

  .u-6\/11\@medium {
    width: 54.54545% !important
  }

  .u-7\/11\@medium {
    width: 63.63636% !important
  }

  .u-8\/11\@medium {
    width: 72.72727% !important
  }

  .u-9\/11\@medium {
    width: 81.81818% !important
  }

  .u-10\/11\@medium {
    width: 90.90909% !important
  }

  .u-11\/11\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/11\@to-medium {
    width: 9.09091% !important
  }

  .u-2\/11\@to-medium {
    width: 18.18182% !important
  }

  .u-3\/11\@to-medium {
    width: 27.27273% !important
  }

  .u-4\/11\@to-medium {
    width: 36.36364% !important
  }

  .u-5\/11\@to-medium {
    width: 45.45455% !important
  }

  .u-6\/11\@to-medium {
    width: 54.54545% !important
  }

  .u-7\/11\@to-medium {
    width: 63.63636% !important
  }

  .u-8\/11\@to-medium {
    width: 72.72727% !important
  }

  .u-9\/11\@to-medium {
    width: 81.81818% !important
  }

  .u-10\/11\@to-medium {
    width: 90.90909% !important
  }

  .u-11\/11\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/11\@medium {
    position: relative !important;
    right: auto !important;
    left: 9.09091% !important
  }

  .u-push-2\/11\@medium {
    position: relative !important;
    right: auto !important;
    left: 18.18182% !important
  }

  .u-push-3\/11\@medium {
    position: relative !important;
    right: auto !important;
    left: 27.27273% !important
  }

  .u-push-4\/11\@medium {
    position: relative !important;
    right: auto !important;
    left: 36.36364% !important
  }

  .u-push-5\/11\@medium {
    position: relative !important;
    right: auto !important;
    left: 45.45455% !important
  }

  .u-push-6\/11\@medium {
    position: relative !important;
    right: auto !important;
    left: 54.54545% !important
  }

  .u-push-7\/11\@medium {
    position: relative !important;
    right: auto !important;
    left: 63.63636% !important
  }

  .u-push-8\/11\@medium {
    position: relative !important;
    right: auto !important;
    left: 72.72727% !important
  }

  .u-push-9\/11\@medium {
    position: relative !important;
    right: auto !important;
    left: 81.81818% !important
  }

  .u-push-10\/11\@medium {
    position: relative !important;
    right: auto !important;
    left: 90.90909% !important
  }

  .u-push-11\/11\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

.u-1\/12 {
  width: 8.33333% !important
}

.u-push-1\/12 {
  position: relative !important;
  right: auto !important;
  left: 8.33333% !important
}

.u-pull-1\/12 {
  position: relative !important;
  right: 8.33333% !important;
  left: auto !important
}

.u-2\/12 {
  width: 16.66667% !important
}

.u-push-2\/12 {
  position: relative !important;
  right: auto !important;
  left: 16.66667% !important
}

.u-pull-2\/12 {
  position: relative !important;
  right: 16.66667% !important;
  left: auto !important
}

.u-3\/12 {
  width: 25% !important
}

.u-push-3\/12 {
  position: relative !important;
  right: auto !important;
  left: 25% !important
}

.u-pull-3\/12 {
  position: relative !important;
  right: 25% !important;
  left: auto !important
}

.u-4\/12 {
  width: 33.33333% !important
}

.u-push-4\/12 {
  position: relative !important;
  right: auto !important;
  left: 33.33333% !important
}

.u-pull-4\/12 {
  position: relative !important;
  right: 33.33333% !important;
  left: auto !important
}

.u-5\/12 {
  width: 41.66667% !important
}

.u-push-5\/12 {
  position: relative !important;
  right: auto !important;
  left: 41.66667% !important
}

.u-pull-5\/12 {
  position: relative !important;
  right: 41.66667% !important;
  left: auto !important
}

.u-6\/12 {
  width: 50% !important
}

.u-push-6\/12 {
  position: relative !important;
  right: auto !important;
  left: 50% !important
}

.u-pull-6\/12 {
  position: relative !important;
  right: 50% !important;
  left: auto !important
}

.u-7\/12 {
  width: 58.33333% !important
}

.u-push-7\/12 {
  position: relative !important;
  right: auto !important;
  left: 58.33333% !important
}

.u-pull-7\/12 {
  position: relative !important;
  right: 58.33333% !important;
  left: auto !important
}

.u-8\/12 {
  width: 66.66667% !important
}

.u-push-8\/12 {
  position: relative !important;
  right: auto !important;
  left: 66.66667% !important
}

.u-pull-8\/12 {
  position: relative !important;
  right: 66.66667% !important;
  left: auto !important
}

.u-9\/12 {
  width: 75% !important
}

.u-push-9\/12 {
  position: relative !important;
  right: auto !important;
  left: 75% !important
}

.u-pull-9\/12 {
  position: relative !important;
  right: 75% !important;
  left: auto !important
}

.u-10\/12 {
  width: 83.33333% !important
}

.u-push-10\/12 {
  position: relative !important;
  right: auto !important;
  left: 83.33333% !important
}

.u-pull-10\/12 {
  position: relative !important;
  right: 83.33333% !important;
  left: auto !important
}

.u-11\/12 {
  width: 91.66667% !important
}

.u-push-11\/12 {
  position: relative !important;
  right: auto !important;
  left: 91.66667% !important
}

.u-pull-11\/12 {
  position: relative !important;
  right: 91.66667% !important;
  left: auto !important
}

.u-12\/12 {
  width: 100% !important
}

.u-push-12\/12 {
  position: relative !important;
  right: auto !important;
  left: 100% !important
}

.u-pull-12\/12 {
  position: relative !important;
  right: 100% !important;
  left: auto !important
}

@media only screen and (min-width: 700px) {
  .u-1\/12\@small {
    width: 8.33333% !important
  }

  .u-2\/12\@small {
    width: 16.66667% !important
  }

  .u-3\/12\@small {
    width: 25% !important
  }

  .u-4\/12\@small {
    width: 33.33333% !important
  }

  .u-5\/12\@small {
    width: 41.66667% !important
  }

  .u-6\/12\@small {
    width: 50% !important
  }

  .u-7\/12\@small {
    width: 58.33333% !important
  }

  .u-8\/12\@small {
    width: 66.66667% !important
  }

  .u-9\/12\@small {
    width: 75% !important
  }

  .u-10\/12\@small {
    width: 83.33333% !important
  }

  .u-11\/12\@small {
    width: 91.66667% !important
  }

  .u-12\/12\@small {
    width: 100% !important
  }
}

@media only screen and (max-width: 699px) {
  .u-1\/12\@to-small {
    width: 8.33333% !important
  }

  .u-2\/12\@to-small {
    width: 16.66667% !important
  }

  .u-3\/12\@to-small {
    width: 25% !important
  }

  .u-4\/12\@to-small {
    width: 33.33333% !important
  }

  .u-5\/12\@to-small {
    width: 41.66667% !important
  }

  .u-6\/12\@to-small {
    width: 50% !important
  }

  .u-7\/12\@to-small {
    width: 58.33333% !important
  }

  .u-8\/12\@to-small {
    width: 66.66667% !important
  }

  .u-9\/12\@to-small {
    width: 75% !important
  }

  .u-10\/12\@to-small {
    width: 83.33333% !important
  }

  .u-11\/12\@to-small {
    width: 91.66667% !important
  }

  .u-12\/12\@to-small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/12\@medium {
    width: 8.33333% !important
  }

  .u-2\/12\@medium {
    width: 16.66667% !important
  }

  .u-3\/12\@medium {
    width: 25% !important
  }

  .u-4\/12\@medium {
    width: 33.33333% !important
  }

  .u-5\/12\@medium {
    width: 41.66667% !important
  }

  .u-6\/12\@medium {
    width: 50% !important
  }

  .u-7\/12\@medium {
    width: 58.33333% !important
  }

  .u-8\/12\@medium {
    width: 66.66667% !important
  }

  .u-9\/12\@medium {
    width: 75% !important
  }

  .u-10\/12\@medium {
    width: 83.33333% !important
  }

  .u-11\/12\@medium {
    width: 91.66667% !important
  }

  .u-12\/12\@medium {
    width: 100% !important
  }
}

@media only screen and (max-width: 999px) {
  .u-1\/12\@to-medium {
    width: 8.33333% !important
  }

  .u-2\/12\@to-medium {
    width: 16.66667% !important
  }

  .u-3\/12\@to-medium {
    width: 25% !important
  }

  .u-4\/12\@to-medium {
    width: 33.33333% !important
  }

  .u-5\/12\@to-medium {
    width: 41.66667% !important
  }

  .u-6\/12\@to-medium {
    width: 50% !important
  }

  .u-7\/12\@to-medium {
    width: 58.33333% !important
  }

  .u-8\/12\@to-medium {
    width: 66.66667% !important
  }

  .u-9\/12\@to-medium {
    width: 75% !important
  }

  .u-10\/12\@to-medium {
    width: 83.33333% !important
  }

  .u-11\/12\@to-medium {
    width: 91.66667% !important
  }

  .u-12\/12\@to-medium {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-push-1\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 8.33333% !important
  }

  .u-push-2\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 16.66667% !important
  }

  .u-push-3\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 25% !important
  }

  .u-push-4\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 33.33333% !important
  }

  .u-push-5\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 41.66667% !important
  }

  .u-push-6\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 50% !important
  }

  .u-push-7\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 58.33333% !important
  }

  .u-push-8\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 66.66667% !important
  }

  .u-push-9\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 75% !important
  }

  .u-push-10\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 83.33333% !important
  }

  .u-push-11\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 91.66667% !important
  }

  .u-push-12\/12\@medium {
    position: relative !important;
    right: auto !important;
    left: 100% !important
  }
}

@media (min-width: 700px) {
  .u-1\/2\@from-small {
    width: 50%
  }
}

@media (min-width: 1000px) {
  .u-1\/3\@from-medium {
    width: 33.33333%
  }
}

@media (min-width: 1000px) {
  .u-1\/2\@from-medium {
    width: 50%
  }
}

@media (min-width: 1000px) {
  .u-2\/5\@from-medium {
    width: 40%
  }
}

@media (min-width: 1000px) {
  .u-3\/5\@from-medium {
    width: 60%
  }
}

.u-float-left {
  float: left !important
}

.u-float-right {
  float: right !important
}

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

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

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

.u-align-baseline {
  vertical-align: baseline !important
}

.u-align-bottom {
  vertical-align: bottom !important
}

.u-align-middle {
  vertical-align: middle !important
}

.u-align-top {
  vertical-align: top !important
}

.u-vertical-center {
  font-size: 0
}

.u-vertical-center::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle
}

.u-vertical-center>* {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem
}

[aria-busy="true"] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

.is-visible {
  visibility: visible !important;
  opacity: 1 !important
}

.is-invisible {
  visibility: hidden !important;
  opacity: 0 !important
}

.is-hidden {
  display: none !important;
  visibility: hidden !important
}

@media not print {
  .is-hidden\@screen {
    display: none !important;
    visibility: hidden !important
  }
}

@media print {
  .is-hidden\@print {
    display: none !important;
    visibility: hidden !important
  }
}

.is-loaded.has-scrolled .c-main-hero__social,
.is-loaded.has-scrolled .__scroll {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(-30px)
}

.is-loaded.has-scrolled .c-header-navigation__content::before {
  opacity: 0;
  transition: 0.5s
}

@media (min-width: 500px) {
  .is-loaded.has-scrolled .c-header-navigation__menu {
    background-color: #4D148C
  }
}

.is-loaded.has-scrolled .c-header-navigation__button::before {
  opacity: 1;
  color: #000
}

.is-loaded.has-nav .o-line {
  opacity: 0
}

.is-loaded.has-scrolled-bottom .__back-to {
  opacity: 1;
  transform: translateY(-30px)
}

.is-loaded.has-scrolled-bottom .o-line {
  opacity: 0.5
}

.is-loaded .c-header-navigation__logo,
.is-loaded .c-header-navigation__nav,
.is-loaded .c-header-navigation__menu,
.is-loaded .__back-to,
.is-loaded .c-main-hero__social,
.is-loaded .__scroll {
  transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s
}

.is-loaded.has-scrolled .has-nav-open .c-header-navigation__button-line {
  background-color: #fff
}

.is-loaded.has-scrolled .has-nav-open .c-header-navigation__button::before {
  color: #fff
}

@media (min-width: 1000px) {
  [data-internal="true"] .c-main-hero {
    padding-top: 130px
  }
}

.highlight-token {
  display: inline
}

[data-page="job-detail"] .c-main-hero__background .c-main-hero__background-wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - var(--height-of-heroTitle));
  background-size: cover;
  z-index: 1
}

@media (max-width: 999px) {
  [data-page="job-detail"] .c-main-hero__background .c-main-hero__background-wrap:before {
    background-position: right
  }
}

@media (min-width: 1000px) {
  [data-page="job-detail"] .c-main-hero__background .c-main-hero__background-wrap:before {
    height: 100%
  }
}

[data-category="Package Handler"] .c-main-hero__background .c-main-hero__background-wrap:before {
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/9/VW7DE_jobdetail-Package-Handler/jobdetail-Package-Handler.jpg")
}

[data-category="Driver"] .c-main-hero__background .c-main-hero__background-wrap:before {
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/9/KP7OP_jobdetail-Driver/jobdetail-Driver.jpg")
}

[data-category="Pilot"] .c-main-hero__background .c-main-hero__background-wrap:before,
[data-category="Aviation"] .c-main-hero__background .c-main-hero__background-wrap:before {
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/9/69R6J_jobdetail-Pilot/jobdetail-Pilot.jpg")
}

[data-category="Professional"] .c-main-hero__background .c-main-hero__background-wrap:before,
[data-category="Human Resources"] .c-main-hero__background .c-main-hero__background-wrap:before,
[data-category="Sales"] .c-main-hero__background .c-main-hero__background-wrap:before,
[data-category="Finance"] .c-main-hero__background .c-main-hero__background-wrap:before,
[data-category="Accounting/Finance"] .c-main-hero__background .c-main-hero__background-wrap:before,
[data-category="Information Technology"] .c-main-hero__background .c-main-hero__background-wrap:before,
[data-category="Engineering"] .c-main-hero__background .c-main-hero__background-wrap:before,
[data-category="Safety"] .c-main-hero__background .c-main-hero__background-wrap:before {
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/9/FMHYH_jobdetail-Professional/jobdetail-Professional.jpg")
}

[data-category="Retail"] .c-main-hero__background .c-main-hero__background-wrap:before {
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/8/SUKT6_heronew/heronew.jpg")
}

[data-category="Maintenance"] .c-main-hero__background .c-main-hero__background-wrap:before {
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/9/F5K2H_jobdetail-Maintenance/jobdetail-Maintenance.jpg")
}

[data-category="Student"] .c-main-hero__background .c-main-hero__background-wrap:before,
[data-category="Student Program"] .c-main-hero__background .c-main-hero__background-wrap:before {
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/9/F5K2H_jobdetail-Maintenance/jobdetail-Maintenance.jpg")
}

[data-category="Facility Operations"] .c-main-hero__background .c-main-hero__background-wrap:before,
[data-category="Operations"] .c-main-hero__background .c-main-hero__background-wrap:before,
[data-category="Warehouse & Distribution"] .c-main-hero__background .c-main-hero__background-wrap:before {
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/9/Q6R7M_jobdetail-Facility-Operations/jobdetail-Facility-Operations.jpg")
}

.job-details-brief {
  padding: 3rem 0;
  background-color: #FAFAFA
}

.job-details-brief__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem
}

.job-details-brief__description-list {
  padding: 0;
  margin: 0 auto;
  list-style: none
}

.job-details-brief__description-list--item:has(>.value:empty),
.c-job-details-content__custom:has(>.value:empty) {
  display: none
}

.job-details-brief__description-list--item {
  margin-bottom: 10px
}

.job-details-brief__description-list--item .label {
  margin-right: 5px;
  font-weight: bold
}

.job-details-brief__side-apply a {
  width: 100%
}

.job-details-brief__side-share {
  text-align: center;
  margin-top: 2rem
}

.job-details-brief__side-share--header {
  font-weight: bold
}

.job-details-brief__side-share--list {
  margin: 20px auto;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.job-details-brief__side-share--link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 0.5rem;
  width: 3rem;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 3rem
}

.job-details-brief__side-share--icon {
  width: 0.88rem;
  height: 0.88rem;
  fill: #fff;
  transition: 0.3s all ease-in-out
}

.job-details-brief__side-share--link.-facebook {
  background-color: #3b5998
}

.job-details-brief__side-share--link.-twitter {
  background-color: #000
}

.job-details-brief__side-share--link.-linkedin {
  background-color: #0077b5
}

.job-details-brief__side-share--link.-mail {
  background-color: #05b03f
}

@media (max-width: 999px) {
  .job-details-brief__layout {
    -ms-flex-flow: column;
    flex-flow: column
  }
}

.job-details-cta {
  display: none;
  margin-bottom: 3.75rem
}

@media (min-width: 1000px) {
  .job-details-cta {
    display: block
  }
}

.c-job-details-content {
  margin: 3rem auto
}

.c-job-details-content__description {
  overflow-wrap: anywhere
}

.c-job-details-content__description p,
p:has(.highlight-token)>strong {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate
}

.job-details-cta__header {
  padding-top: 1.875rem;
  border-top: 1px solid #e1e1f5
}

.job-details-cta__cards {
  margin-top: 1.875rem
}

.job-details-cta__cards__list {
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem
}

.job-details-cta__cards-item {
  width: 25%
}

.job-details-cta__cards-item.-dynamic-card {
  display: none
}

[data-category="Driver"] [data-category="Driver"].-dynamic-card {
  display: block
}

[data-category="Package Handler"] [data-category="Package Handler"].-dynamic-card {
  display: block
}

[data-category="Pilot"] [data-category="Pilot"].-dynamic-card {
  display: block
}

[data-category="Professional"] [data-category="Professional"].-dynamic-card {
  display: block
}

[data-category="Retail"] [data-category="Retail"].-dynamic-card {
  display: block
}

[data-category="Maintenance"] [data-category="Maintenance"].-dynamic-card {
  display: block
}

[data-category="Student Programs"] [data-category="Student Programs"].-dynamic-card {
  display: block
}

[data-category="Facility Operations"] [data-category="Facility Operations"].-dynamic-card {
  display: block
}

[data-react-component="search-box"] .modal__container {
  position: fixed !important;
  z-index: 1001;
  width: 760px !important;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto !important
}

[data-react-component="search-box"] .modal__overlay {
  background-color: #00000099;
  width: 100vw !important;
  z-index: 999;
  position: fixed !important;
  margin: 0 auto !important
}

.loader {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #eee
}

.loader-spinner-3 {
  vertical-align: middle;
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/9/ZUI2B_loading-icon-circle-20/loading-icon-circle-20.gif");
  background-position: center center;
  background-repeat: no-repeat
}

.c-iso-search {
  margin: 2rem auto
}

@media (min-width: 1000px) {
  .c-iso-search .c-jobs-search-box__horizontal {
    -ms-flex-flow: row;
    flex-flow: row
  }

  .c-iso-search .c-jobs-search-box__horizontal>div:nth-child(3) {
    width: 15%
  }

  .c-iso-search {
    margin-bottom: 0
  }
}

@media (max-width: 999px) {
  .c-iso-search .c-jobs-search-box__horizontal {
    -ms-flex-flow: wrap;
    flex-flow: wrap
  }

  .c-iso-search .c-jobs-search-box__horizontal .location-search {
    width: 80%
  }

  .c-iso-search .c-jobs-search-box__horizontal .c-jobs-search-box__button {
    width: 20%
  }

  .c-iso-search .c-jobs-search-box__horizontal .location-search input {
    border-right: 0
  }

  .c-jobs-search-box__horizontal .location-search__input-icon--pin {
    display: none
  }

  .c-jobs-search-box input {
    padding-left: 25px !important
  }
}

.c-iso-search.-military .location-search {
  display: none !important
}

.c-iso-search.-military {
  width: 768px;
  max-width: 100%
}

@media (max-width: 999px) {
  .c-iso-search.-military .c-jobs-search-box__keyword {
    width: 80%
  }

  .c-iso-search.-military .c-jobs-search-box__keyword input {
    border-right: 0
  }
}

[data-component="fedex-jobs"] {
  background-color: #FAFAFA;
  padding-bottom: 2rem
}

[data-component="fedex-jobs"]>.o-container {
  position: relative
}

.c-job__search {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background-color: #FAFAFA;
  padding: 4rem 0;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse
}

@media (min-width: 1000px) {
  .c-job__search {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap
  }
}

@media (max-width: 999px) {
  .c-job__search-filters {
    margin-top: 20px;
    border-top: 1px solid #e1e1f5;
    padding-top: 30px
  }
}

.c-job__search-filters--btn {
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #e1e1f5;
  background-color: #fff;
  height: 60px;
  padding: 0 1rem;
  font-weight: 500;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer
}

@media (min-width: 1000px) {
  .c-job__search-filters--btn {
    border-right: 0
  }
}

.c-job__search-filters--btn span {
  margin-left: 1rem
}

.c-job__search-filters--btn svg {
  width: 20px;
  height: 20px;
  display: block
}

@media (min-width: 1000px) {
  .c-job__search-filters--btn svg {
    width: 30px;
    height: 30px
  }
}

.c-job__search-filters.show>div:nth-child(2) {
  display: -ms-flexbox;
  display: flex
}

.c-job__search-filters>div:nth-child(2) {
  display: none;
  animation: slideIn 0.3s ease-out
}

.c-jobs-search-box__wrapper {
  width: 100%
}

[data-react-component="search-box"] {
  position: relative;
  display: block
}

[data-react-component="search-box"][data-react-prop-horizontal="false"]:after {
  width: 35%
}

@media (max-width: 1000px) {
  [data-react-component="search-box"][data-react-prop-horizontal="true"]:after {
    width: 40%
  }
}

.c-jobs-search-box__location-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.location-search__commute-time-location-inner .location-search__commute-time-location-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500
}

.location-search__commute-time-location-inner .location-search__commute-time-location-label .location-search__commute-time-location-label-hint {
  font-weight: normal
}

.location-search-input .autocomplete {
  width: 100%
}

.c-jobs-search-box>div:not(.location-permission-modal) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-bottom: 1.5rem
}

.c-jobs-search-box>div:last-child:not(.location-permission-modal) {
  padding-bottom: 0
}

.c-jobs-search-box label {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  line-height: 24px
}

.c-jobs-search-box input {
  background-color: #fff;
  border-radius: 0;
  padding: 12px 20px 12px 12px;
  padding-left: 40px;
  color: #292929;
  text-overflow: ellipsis;
  height: 60px;
  padding-right: 40px;
  font-size: 16px;
  border: 1px solid #e1e1f5;
  transition: 0.3s all ease-in-out
}

[data-react-prop-enable_commute_time="false"] .location-search-input input {
  padding-right: 85px
}

[data-react-prop-enable_commute_time="true"] .location-search-input input {
  padding-right: 185px
}

@media (min-width: 1000px) {
  .location-search-input input {
    border-left: 0.5px solid #e1e1f5;
    border-right: 0
  }

  .location-search-input input::-moz-placeholder {
    margin-right: 20px
  }

  .location-search-input input:-ms-input-placeholder {
    margin-right: 20px
  }

  .location-search-input input::placeholder {
    margin-right: 20px
  }

  .keyword-search__input input {
    border-right: 0.5px solid #e1e1f5;
    padding-left: 25px
  }
}

.c-jobs-search-box__keyword .keyword-search__input .autocomplete .autocomplete__suggestion {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  z-index: 2
}

.c-jobs-search-box__keyword .keyword-search__input .autocomplete .autocomplete__suggestion .keyword__suggestion__item:hover {
  background-color: #fafafa;
  color: #333
}

.c-jobs-search-box__keyword .keyword-search__input .autocomplete .autocomplete__suggestion .keyword__suggestion__item {
  transition: 0.3s all ease-in-out
}

.c-jobs-search-box input:focus {
  border-color: #FF6200 !important
}

@media (min-width: 1000px) {
  .keyword-search__input input:focus {
    border-right: 1px solid
  }

  .location-search-input input:focus {
    border-left: 1px solid
  }
}

.keyword-search__input {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.keyword-search__icon-container {
  background-color: transparent !important
}

.keyword-search__icon-container .keyword-search__icon {
  color: #999 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  width: 16px;
  display: block;
  margin-right: 12px;
  cursor: pointer;
  font: normal normal normal 14px / 1 FontAwesome
}

.keyword-search__icon-container .keyword-search__icon:before {
  content: "\f00d"
}

.keyword-search__icon-container svg {
  fill: #999999;
  display: none
}

.keyword-search__input-icon--search,
.location-search__input-icon--pin {
  position: absolute;
  left: 15px;
  color: #8F92A1;
  z-index: 1;
  font-size: 16px !important
}

.c-jobs-search-box .c-jobs-search-box__button-search {
  background-color: #FF6200;
  border: 1px solid #FF6200;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  height: 60px;
  font-size: initial;
  margin-top: 1rem;
  transition: 0.3s all ease-in-out;
  font-size: 0
}

.c-jobs-search-box .c-jobs-search-box__button-search:before {
  content: '';
  background-image: url("https://d386an9otcxw2c.cloudfront.net/oms/2634/image/2025/9/9AVFC_icon-search/icon-search.svg");
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-jobs-search-box .c-jobs-search-box__button-search:hover {
  background-color: #FF6200;
  color: #fff
}

.c-jobs-search-box .c-jobs-search-box__button-search:active {
  transition: 0s all ease-in-out
}

.c-jobs-search-box .location-search--has-value div[aria-expanded="true"] .menu,
.c-jobs-search-box .location-search--has-value input[aria-expanded="true"]+.menu {
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 10px 0;
  position: absolute;
  color: #333;
  overflow: auto;
  max-height: 15rem;
  height: auto;
  z-index: 2;
  top: 100%;
  border: 1px solid #e1e1f5;
  width: 100%;
  border-top: 0
}

@media (max-width: 768px) {

  .c-jobs-search-box .location-search--has-value div[aria-expanded="true"] .menu,
  .c-jobs-search-box .location-search--has-value input[aria-expanded="true"]+.menu {
    max-height: 12.5rem
  }
}

.c-jobs-search-box .location-search .location-item {
  padding: 5px 20px;
  text-align: left
}

.c-jobs-search-box .location-search .location-item {
  margin: 5px 8px;
  transition: 0.3s all ease-in-out
}

.c-jobs-search-box .location-search .location-item.location-item--hightlight {
  background-color: #fafafa
}

.c-jobs-search-box .location-search .location-item label {
  margin: 0 auto;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-jobs-search-box .location-search .location-item__icon {
  position: relative;
  margin-left: 15px
}

.c-jobs-search-box .location-search .location-item__icon::before {
  content: '';
  display: block;
  background-color: #4D148C;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' name='locations' color='%23333'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M24.201,5.397c-4.529-4.529-11.873-4.529-16.402,0c-4.53,4.529-4.53,11.873,0,16.402L16,30l8.201-8.201 C28.73,17.27,28.73,9.926,24.201,5.397z'%3E%3C/path%3E%3Ccircle fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='16' cy='13.598' r='3.897'%3E%3C/circle%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' name='locations' color='%23333'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M24.201,5.397c-4.529-4.529-11.873-4.529-16.402,0c-4.53,4.529-4.53,11.873,0,16.402L16,30l8.201-8.201 C28.73,17.27,28.73,9.926,24.201,5.397z'%3E%3C/path%3E%3Ccircle fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='16' cy='13.598' r='3.897'%3E%3C/circle%3E%3C/svg%3E");
  -webkit-mask-size: 20px;
  mask-size: 20px
}

.custom-search-box .location-search .icon-container {
  margin-right: 10px
}

.custom-search-box .location-search .icon-container,
.custom-search-box .keyword-search__input .keyword-search__input-icon--close {
  position: absolute;
  height: 100%;
  background: none;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center
}

.custom-search-box .location-search .icon-container .location-search__icon,
.custom-search-box .keyword-search__input .keyword-search__input-icon--close {
  color: #999;
  font-size: 16px;
  width: 16px;
  display: block;
  margin-right: 12px;
  cursor: pointer
}

.custom-search-box .location-search .icon-container .location-search__icon-right>svg[aria-labelledby="removeSelectionTitle"] {
  display: none
}

.custom-search-box .location-search .icon-container .radius-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  padding: 10px
}

.custom-search-box .location-search .icon-container .loader-spinner-3 {
  width: 16px;
  height: 16px;
  background-size: 16px;
  margin-right: 12px
}

.custom-search-box .location-search .menu.menu--hide {
  display: none
}

.custom-search-box .location-search .location-item {
  position: relative
}

.custom-search-box .location-search .location-item .location-item__hint {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-right: 2px;
  padding-bottom: 2px;
  font-size: 11px
}

.location-item__text {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.location-item__zip:after {
  content: '-';
  margin: 0 3px
}

[data-react-component="location-permission-request"] {
  display: none
}

@media (min-width: 1000px) {
  [data-react-component="location-permission-request"] {
    position: absolute;
    bottom: 0;
    z-index: 999;
    max-width: 100%;
    width: 50%;
    display: block
  }
}

.location-permission-modal {
  padding: 1.8rem;
  background-color: #ff6300;
  border-radius: 10px;
  margin: 0;
  width: 50%;
  top: 90%;
  position: absolute;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  right: 0
}

.location-permission__description {
  color: #fff;
  width: 100%
}

.location-permission__description h1 {
  font-size: 21px
}

.location-permission__close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px
}

.location-permission__close-button svg {
  height: 20px;
  width: 20px
}

.location-permission__localte-me-button {
  background-color: #fff;
  border-radius: 5px;
  padding: 9px;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem
}

.location-permission__description>p:first-child {
  margin-bottom: 10px
}

[data-react-prop-horizontal="true"] {
  width: 100%;
  margin: 0 auto
}

@media (min-width: 1000px) {
  [data-react-prop-horizontal="true"] {
    padding-left: 0
  }

  [data-react-prop-horizontal="true"] .location-permission__description {
    text-align: center
  }
}

.c-jobs-search-box__horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column
}

@media (min-width: 1000px) {
  .c-jobs-search-box__horizontal {
    -ms-flex-flow: wrap;
    flex-flow: wrap
  }
}

.c-jobs-search-box__horizontal .c-jobs-search-box__location-label,
.c-jobs-search-box__horizontal .c-jobs-search-box__keyword-label {
  display: none
}

.c-jobs-search-box__horizontal .c-jobs-search-box__button-search {
  margin-top: 0
}

.c-jobs-search-box__horizontal>div:not(.location-permission-modal) {
  margin: 10px auto;
  padding-bottom: 0;
  width: 100%
}

@media (min-width: 1000px) {
  .c-jobs-search-box__horizontal>div:not(.location-permission-modal) {
    width: auto;
    margin: 0
  }

  .c-jobs-search-box__horizontal>div:nth-child(1) {
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .c-jobs-search-box__horizontal>div:nth-child(2) {
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .c-jobs-search-box__horizontal>div:nth-child(3) {
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 10%
  }
}

[data-target="amea-operations"] .filter-category-container.filter-country,
[data-target="european-operations"] .filter-category-container.filter-country,
[data-target="lac-operations"] .filter-category-container.filter-country,
[data-target="us-and-canada-operations"] .filter-category-container.filter-country {
  display: none
}

@media (max-width: 999px) {
  .filter-category-container .filter-options-list-container.is-expanded:before {
    content: none !important
  }
}

.filter-category-container .filter-options-list-container.is-expanded:before {
  content: '';
  display: block;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500
}

.filter-location_name .filter-options-list-container.is-expanded:before {
  content: 'Locations'
}

.filter-custom_categories .filter-options-list-container.is-expanded:before,
.filter-category .filter-options-list-container.is-expanded:before {
  content: 'Categories'
}

.filter-brand .filter-options-list-container.is-expanded:before {
  content: 'Companies'
}

.filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'Remote'
}

.filter-country .filter-options-list-container.is-expanded:before {
  content: 'Country'
}

.filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'Employment'
}

.filter-city .filter-options-list-container.is-expanded:before {
  content: 'City'
}

.filter-state .filter-options-list-container.is-expanded:before {
  content: 'State'
}

[lang="es"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: 'Ubicaciones'
}

[lang="es"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'CategorÃ­as'
}

[lang="es"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'CompaÃ±Ã­as'
}

[lang="es"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'Remoto'
}

[lang="es"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'Empleo'
}

[lang="es"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'PaÃ­s'
}

[lang="es"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'Estado'
}

[lang="es"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'Ciudad'
}

[lang="fr-ca"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: 'Emplacements'
}

[lang="fr-ca"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'CatÃ©gories'
}

[lang="fr-ca"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'Entreprises'
}

[lang="fr-ca"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'TÃ©lÃ©commande'
}

[lang="fr-ca"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'Emploi'
}

[lang="fr-ca"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'Pays'
}

[lang="fr-ca"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'Province'
}

[lang="fr-ca"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'Ville'
}

[lang="fr"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: 'Emplacements'
}

[lang="fr"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'CatÃ©gories'
}

[lang="fr"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'Entreprises'
}

[lang="fr"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'TÃ©lÃ©commande'
}

[lang="fr"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'Emploi'
}

[lang="fr"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'Pays'
}

[lang="fr"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'Province'
}

[lang="fr"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'Ville'
}

[lang="de"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: ''
}

[lang="de"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'Kategorien'
}

[lang="de"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'Firmen'
}

[lang="de"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'Fernbedienung'
}

[lang="de"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'Anstellung'
}

[lang="de"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'Land'
}

[lang="de"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'Zustand'
}

[lang="de"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'Stadt'
}

[lang="it"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: ''
}

[lang="it"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'Categorie'
}

[lang="it"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'Aziende'
}

[lang="it"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'A distanza'
}

[lang="it"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'Occupazione'
}

[lang="it"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'Paese'
}

[lang="it"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'Stato'
}

[lang="it"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'CittÃ '
}

[lang="ja"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: ''
}

[lang="ja"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'ã‚«ãƒ†ã‚´ãƒªãƒ¼'
}

[lang="ja"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'ä¼æ¥­'
}

[lang="ja"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'ãƒªãƒ¢ãƒ¼ãƒˆ'
}

[lang="ja"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'é›‡ç”¨'
}

[lang="ja"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'å›½'
}

[lang="ja"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'å·ž'
}

[lang="ja"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'å¸‚'
}

[lang="ko"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: ''
}

[lang="ko"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'ì¹´í…Œê³ ë¦¬'
}

[lang="ko"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'íšŒì‚¬'
}

[lang="ko"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'ì›ê²©'
}

[lang="ko"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'ê³ ìš©'
}

[lang="ko"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'êµ­ê°€'
}

[lang="ko"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'ìƒíƒœ'
}

[lang="ko"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'ë„ì‹œ'
}

[lang="nl"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: ''
}

[lang="nl"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'CategorieÃ«n'
}

[lang="nl"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'Bedrijven'
}

[lang="nl"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'Op afstand'
}

[lang="nl"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'Werkgelegenheid'
}

[lang="nl"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'Land'
}

[lang="nl"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'Staat'
}

[lang="nl"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'Stad'
}

[lang="pl"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: ''
}

[lang="pl"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'Kategorie'
}

[lang="pl"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'Firmy'
}

[lang="pl"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'Zdalny'
}

[lang="pl"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'Zatrudnienie'
}

[lang="pl"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'Kraj'
}

[lang="pl"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'PaÅ„stwo'
}

[lang="pl"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'Miasto'
}

[lang="pt"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: ''
}

[lang="pt"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'Categorias'
}

[lang="pt"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'Empresas'
}

[lang="pt"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'Controlo remoto'
}

[lang="pt"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'Emprego'
}

[lang="pt"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'PaÃ­s'
}

[lang="pt"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'Estada'
}

[lang="pt"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'Cidade'
}

[lang="th"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: ''
}

[lang="th"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'à¸«à¸¡à¸§à¸”à¸«à¸¡à¸¹à¹ˆ'
}

[lang="th"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'à¸šà¸£à¸´à¸©à¸±à¸—'
}

[lang="th"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'à¸£à¸°à¸¢à¸°à¹„à¸à¸¥'
}

[lang="th"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'à¸à¸²à¸£à¸ˆà¹‰à¸²à¸‡à¸‡à¸²à¸™'
}

[lang="th"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'à¸›à¸£à¸°à¹€à¸—à¸¨'
}

[lang="th"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'à¸ªà¸–à¸²à¸™à¸°'
}

[lang="th"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'à¹€à¸¡à¸·à¸­à¸‡'
}

[lang="vi"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: ''
}

[lang="vi"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'Thá»ƒ loáº¡i'
}

[lang="vi"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'CÃ¡c cÃ´ng ty'
}

[lang="vi"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'Xa'
}

[lang="vi"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'ThuÃª ngÆ°á»i lÃ m'
}

[lang="vi"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'Quá»‘c gia'
}

[lang="vi"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'TÃ¬nh tráº¡ng'
}

[lang="vi"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'ThÃ nh phá»‘'
}

[lang="zh-cn"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: ''
}

[lang="zh-cn"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'ç±»åˆ«'
}

[lang="zh-cn"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'å…¬å¸'
}

[lang="zh-cn"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'ååƒ»çš„'
}

[lang="zh-cn"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'å°±ä¸š'
}

[lang="zh-cn"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'å›½å®¶'
}

[lang="zh-cn"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'çŠ¶æ€'
}

[lang="zh-cn"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'åŸŽå¸‚'
}

[lang="zh-tw"] .filter-location_name .filter-options-list-container.is-expanded:before {
  content: ''
}

[lang="zh-tw"] .filter-category .filter-options-list-container.is-expanded:before {
  content: 'é¡žåˆ¥'
}

[lang="zh-tw"] .filter-brand .filter-options-list-container.is-expanded:before {
  content: 'å…¬å¸'
}

[lang="zh-tw"] .filter-is_remote .filter-options-list-container.is-expanded:before {
  content: 'ååƒ»çš„'
}

[lang="zh-tw"] .filter-employment_type .filter-options-list-container.is-expanded:before {
  content: 'å°±æ¥­'
}

[lang="zh-tw"] .filter-country .filter-options-list-container.is-expanded:before {
  content: 'å›½å®¶'
}

[lang="zh-tw"] .filter-state .filter-options-list-container.is-expanded:before {
  content: 'çŠ¶æ€'
}

[lang="zh-tw"] .filter-city .filter-options-list-container.is-expanded:before {
  content: 'åŸŽå¸‚'
}

.c-jobs-filter-wrap {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 99
}

@media (min-width: 1000px) {
  .c-jobs-filter-wrap {
    background: #fff
  }
}

@media (min-width: 1000px) {
  .c-jobs-filter-wrap {
    box-shadow: 2px 1px 20px 5px #0000000f;
    position: absolute;
    width: 75%
  }
}

.c-jobs-filter.advanced-search-container .filter-group h3 {
  display: none
}

.c-jobs-filter {
  width: 100%
}

.filter-group {
  width: 100%
}

@media (min-width: 1000px) {
  .filter-group {
    width: 30%
  }
}

.filter-category-container .filter-header:before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 30px;
  mask-size: 30px;
  color: #333;
  background-color: #333
}

.filter-category-container .filter-header.open:before {
  color: #4D148C;
  background-color: #4D148C
}

.filter-location_name .filter-header:before,
.filter-location_country .filter-header:before,
.filter-state .filter-header:before,
.filter-city .filter-header:before,
.filter-country .filter-header:before,
.filter-state .filter-header:before,
.filter-city .filter-header:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' name='locations' color='%23333'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M24.201,5.397c-4.529-4.529-11.873-4.529-16.402,0c-4.53,4.529-4.53,11.873,0,16.402L16,30l8.201-8.201 C28.73,17.27,28.73,9.926,24.201,5.397z'%3E%3C/path%3E%3Ccircle fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='16' cy='13.598' r='3.897'%3E%3C/circle%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' name='locations' color='%23333'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M24.201,5.397c-4.529-4.529-11.873-4.529-16.402,0c-4.53,4.529-4.53,11.873,0,16.402L16,30l8.201-8.201 C28.73,17.27,28.73,9.926,24.201,5.397z'%3E%3C/path%3E%3Ccircle fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='16' cy='13.598' r='3.897'%3E%3C/circle%3E%3C/svg%3E")
}

.filter-custom_categories .filter-header:before,
.filter-category .filter-header:before {
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' name='feedback' color='%23333'%3E%3Cg fill='none' stroke='%23333' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M14.218,3.782 C14.218,2.798,15.016,2,16,2s1.782,0.798,1.782,1.782'%3E%3C/path%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M20.582,6.073h4.136 c0.525,0,0.955,0.43,0.955,0.955v22.017c0,0.525-0.43,0.955-0.955,0.955H7.282c-0.525,0-0.955-0.43-0.955-0.955V7.028 c0-0.525,0.43-0.955,0.955-0.955h4.136'%3E%3C/path%3E%3Crect x='11.418' y='3.782' stroke-linecap='round' stroke-linejoin='round' width='9.164' height='4.073'%3E%3C/rect%3E%3Cline stroke-linecap='square' x1='9.891' y1='21.731' x2='16' y2='21.731'%3E%3C/line%3E%3Cline stroke-linecap='square' x1='9.891' y1='15.424' x2='16' y2='15.424'%3E%3C/line%3E%3Cpolyline stroke-linecap='square' points='19.055,14.944 20.154,16.047 22.195,14.011'%3E%3C/polyline%3E%3Cline stroke-linecap='square' x1='19.607' y1='22.472' x2='21.643' y2='20.436'%3E%3C/line%3E%3Cline stroke-linecap='square' x1='19.607' y1='20.436' x2='21.643' y2='22.472'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' name='feedback' color='%23333'%3E%3Cg fill='none' stroke='%23333' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M14.218,3.782 C14.218,2.798,15.016,2,16,2s1.782,0.798,1.782,1.782'%3E%3C/path%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M20.582,6.073h4.136 c0.525,0,0.955,0.43,0.955,0.955v22.017c0,0.525-0.43,0.955-0.955,0.955H7.282c-0.525,0-0.955-0.43-0.955-0.955V7.028 c0-0.525,0.43-0.955,0.955-0.955h4.136'%3E%3C/path%3E%3Crect x='11.418' y='3.782' stroke-linecap='round' stroke-linejoin='round' width='9.164' height='4.073'%3E%3C/rect%3E%3Cline stroke-linecap='square' x1='9.891' y1='21.731' x2='16' y2='21.731'%3E%3C/line%3E%3Cline stroke-linecap='square' x1='9.891' y1='15.424' x2='16' y2='15.424'%3E%3C/line%3E%3Cpolyline stroke-linecap='square' points='19.055,14.944 20.154,16.047 22.195,14.011'%3E%3C/polyline%3E%3Cline stroke-linecap='square' x1='19.607' y1='22.472' x2='21.643' y2='20.436'%3E%3C/line%3E%3Cline stroke-linecap='square' x1='19.607' y1='20.436' x2='21.643' y2='22.472'%3E%3C/line%3E%3C/g%3E%3C/svg%3E")
}

.filter-brands .filter-header:before,
.filter-brand .filter-header:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' name='delivery' color='%23333'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5.935,21.16V7.604'%3E%3C/path%3E%3Cline fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' x1='21.664' y1='21.16' x2='15.187' y2='21.16'%3E%3C/line%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12.2,18.161 c1.657,0,2.987,1.243,2.987,2.999c0,1.756-1.337,3.001-2.994,3.001s-3.006-1.245-3.006-3.001 C9.187,19.404,10.543,18.161,12.2,18.161z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.533,7.604h23.214 l3.128,7.299l2.085,1.769v3.446c0,0,0,1.042-1.043,1.042h-2.254'%3E%3C/path%3E%3Cline fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' x1='3.263' y1='21.16' x2='8.624' y2='21.16'%3E%3C/line%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M24.677,18.161 c1.657,0,2.987,1.243,2.987,2.999c0,1.756-1.337,3.001-2.994,3.001c-1.657,0-3.006-1.245-3.006-3.001 C21.664,19.404,23.02,18.161,24.677,18.161z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M27.076,10.733 L27.076,10.733h-6.542c-0.083,0-1.043,0.001-1.043,1.044v2.085c0,1.043,0.956,1.042,1.043,1.042h8.341'%3E%3C/path%3E%3Cline fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' x1='23.522' y1='10.733' x2='23.522' y2='14.904'%3E%3C/line%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' name='delivery' color='%23333'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5.935,21.16V7.604'%3E%3C/path%3E%3Cline fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' x1='21.664' y1='21.16' x2='15.187' y2='21.16'%3E%3C/line%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12.2,18.161 c1.657,0,2.987,1.243,2.987,2.999c0,1.756-1.337,3.001-2.994,3.001s-3.006-1.245-3.006-3.001 C9.187,19.404,10.543,18.161,12.2,18.161z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.533,7.604h23.214 l3.128,7.299l2.085,1.769v3.446c0,0,0,1.042-1.043,1.042h-2.254'%3E%3C/path%3E%3Cline fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' x1='3.263' y1='21.16' x2='8.624' y2='21.16'%3E%3C/line%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M24.677,18.161 c1.657,0,2.987,1.243,2.987,2.999c0,1.756-1.337,3.001-2.994,3.001c-1.657,0-3.006-1.245-3.006-3.001 C21.664,19.404,23.02,18.161,24.677,18.161z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M27.076,10.733 L27.076,10.733h-6.542c-0.083,0-1.043,0.001-1.043,1.044v2.085c0,1.043,0.956,1.042,1.043,1.042h8.341'%3E%3C/path%3E%3Cline fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' x1='23.522' y1='10.733' x2='23.522' y2='14.904'%3E%3C/line%3E%3C/svg%3E")
}

.filter-is_remote .filter-header:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 32 32' xml:space='preserve' name='online meeting' sizeString='Sm' color='%23333'%3E%3Cstyle%3E.st1%7Bdisplay:none%7D.st2%7Bfill:none;stroke:%234d148c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round%7D.st2,.st3%7Bdisplay:inline%7D.st4,.st5%7Bfill:none;stroke:%234d148c;stroke-width:3;stroke-linecap:round;stroke-linejoin:round%7D.st5%7Bdisplay:inline%7D%3C/style%3E%3Cpath d='M31 3H1a1 1 0 0 0-1 1v19a1 1 0 0 0 1 1h11v3H9a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2h-3v-3h11a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-1 9.5h-1v-1c0-.62-.29-1.263-.837-1.647.208-.408.337-.864.337-1.353 0-1.654-1.346-3-3-3s-3 1.346-3 3c0 .49.129.945.337 1.353A2.024 2.024 0 0 0 22 11.5v1h-1V5h9v7.5zm-6 0v-1h3v1h-3zm.5-4a1 1 0 1 1 2.001.001A1 1 0 0 1 24.5 8.5zM19 5v17h-1.086l-.937-4.217a1.024 1.024 0 0 0-.109-.28l-1.997-3.494c-.356-.633-.855-.87-1.315-.958C14.431 12.317 15 11.229 15 10c0-2.206-1.794-4-4-4s-4 1.794-4 4c0 1.329.658 2.5 1.657 3.227l-1.725.575-1.588-2.543A2.283 2.283 0 0 0 3.299 10c-.482 0-.93.15-1.299.405V5h17zm-4.22 17-.81-3.242a.999.999 0 1 0-1.94.484L12.72 22H9v-4.5a.999.999 0 0 0-1.242-.97c-.887.221-2.006.463-2.258.47-.058 0-.102-.001-.134-.003L3.03 12.426A.268.268 0 0 1 3 12.299c0-.297.416-.41.604-.06l2.047 3.29a.995.995 0 0 0 1.165.42L9.662 15H13c.063 0 .106.002.137.005l1.92 3.36.807 3.635H14.78zM11 12c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zm-9 2.807 1.611 3.151C4.147 19 5.096 19 5.5 19c.309 0 .912-.111 1.5-.238V22H2v-7.193zM18 27h-4v-3h4v3zm6.5-9a1 1 0 1 1 2.001.001A1 1 0 0 1 24.5 18zm-.5 3h3v1h-3v-1zm5 1v-1c0-.62-.29-1.263-.837-1.647.208-.408.337-.864.337-1.353 0-1.654-1.346-3-3-3s-3 1.346-3 3c0 .49.129.945.337 1.353A2.024 2.024 0 0 0 22 21v1h-1v-7.5h9V22h-1z' style='fill: rgb(51, 51, 51);'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 32 32' xml:space='preserve' name='online meeting' sizeString='Sm' color='%23333'%3E%3Cstyle%3E.st1%7Bdisplay:none%7D.st2%7Bfill:none;stroke:%234d148c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round%7D.st2,.st3%7Bdisplay:inline%7D.st4,.st5%7Bfill:none;stroke:%234d148c;stroke-width:3;stroke-linecap:round;stroke-linejoin:round%7D.st5%7Bdisplay:inline%7D%3C/style%3E%3Cpath d='M31 3H1a1 1 0 0 0-1 1v19a1 1 0 0 0 1 1h11v3H9a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2h-3v-3h11a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-1 9.5h-1v-1c0-.62-.29-1.263-.837-1.647.208-.408.337-.864.337-1.353 0-1.654-1.346-3-3-3s-3 1.346-3 3c0 .49.129.945.337 1.353A2.024 2.024 0 0 0 22 11.5v1h-1V5h9v7.5zm-6 0v-1h3v1h-3zm.5-4a1 1 0 1 1 2.001.001A1 1 0 0 1 24.5 8.5zM19 5v17h-1.086l-.937-4.217a1.024 1.024 0 0 0-.109-.28l-1.997-3.494c-.356-.633-.855-.87-1.315-.958C14.431 12.317 15 11.229 15 10c0-2.206-1.794-4-4-4s-4 1.794-4 4c0 1.329.658 2.5 1.657 3.227l-1.725.575-1.588-2.543A2.283 2.283 0 0 0 3.299 10c-.482 0-.93.15-1.299.405V5h17zm-4.22 17-.81-3.242a.999.999 0 1 0-1.94.484L12.72 22H9v-4.5a.999.999 0 0 0-1.242-.97c-.887.221-2.006.463-2.258.47-.058 0-.102-.001-.134-.003L3.03 12.426A.268.268 0 0 1 3 12.299c0-.297.416-.41.604-.06l2.047 3.29a.995.995 0 0 0 1.165.42L9.662 15H13c.063 0 .106.002.137.005l1.92 3.36.807 3.635H14.78zM11 12c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zm-9 2.807 1.611 3.151C4.147 19 5.096 19 5.5 19c.309 0 .912-.111 1.5-.238V22H2v-7.193zM18 27h-4v-3h4v3zm6.5-9a1 1 0 1 1 2.001.001A1 1 0 0 1 24.5 18zm-.5 3h3v1h-3v-1zm5 1v-1c0-.62-.29-1.263-.837-1.647.208-.408.337-.864.337-1.353 0-1.654-1.346-3-3-3s-3 1.346-3 3c0 .49.129.945.337 1.353A2.024 2.024 0 0 0 22 21v1h-1v-7.5h9V22h-1z' style='fill: rgb(51, 51, 51);'%3E%3C/path%3E%3C/svg%3E")
}

.filter-employment_types .filter-header:before,
.filter-employment_type .filter-header:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' name='human resources' sizeString='Sm' color='%23333'%3E%3Cpath fill='%23333' d='M31.707 30.293 21.581 20.167A12.188 12.188 0 0 0 24.5 12.25C24.5 5.495 19.005 0 12.25 0S0 5.495 0 12.25 5.495 24.5 12.25 24.5c3.018 0 5.78-1.102 7.917-2.919l10.126 10.126a.997.997 0 0 0 1.414 0 1 1 0 0 0 0-1.414zM2 12.25C2 6.598 6.598 2 12.25 2S22.5 6.598 22.5 12.25c0 2.716-1.069 5.181-2.799 7.017l-.726-3.99c-.302-1.322-1.107-2.075-2.396-2.241a4.707 4.707 0 0 0 .921-2.786c0-2.62-2.13-4.75-4.75-4.75S8 7.63 8 10.25c0 1.044.349 2.001.921 2.786-1.289.167-2.095.924-2.405 2.285l-.865 4.76A10.227 10.227 0 0 1 2 12.25zm8-2c0-1.517 1.233-2.75 2.75-2.75s2.75 1.233 2.75 2.75S14.267 13 12.75 13 10 11.767 10 10.25zM7.438 21.295c.013-.04.038-.074.046-.116l.991-5.456c.13-.569.272-.723 1.025-.723H16c.753 0 .896.154 1.016.679l.926 5.09A10.19 10.19 0 0 1 12.25 22.5c-1.739 0-3.376-.438-4.812-1.205z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' xml:space='preserve' name='human resources' sizeString='Sm' color='%23333'%3E%3Cpath fill='%23333' d='M31.707 30.293 21.581 20.167A12.188 12.188 0 0 0 24.5 12.25C24.5 5.495 19.005 0 12.25 0S0 5.495 0 12.25 5.495 24.5 12.25 24.5c3.018 0 5.78-1.102 7.917-2.919l10.126 10.126a.997.997 0 0 0 1.414 0 1 1 0 0 0 0-1.414zM2 12.25C2 6.598 6.598 2 12.25 2S22.5 6.598 22.5 12.25c0 2.716-1.069 5.181-2.799 7.017l-.726-3.99c-.302-1.322-1.107-2.075-2.396-2.241a4.707 4.707 0 0 0 .921-2.786c0-2.62-2.13-4.75-4.75-4.75S8 7.63 8 10.25c0 1.044.349 2.001.921 2.786-1.289.167-2.095.924-2.405 2.285l-.865 4.76A10.227 10.227 0 0 1 2 12.25zm8-2c0-1.517 1.233-2.75 2.75-2.75s2.75 1.233 2.75 2.75S14.267 13 12.75 13 10 11.767 10 10.25zM7.438 21.295c.013-.04.038-.074.046-.116l.991-5.456c.13-.569.272-.723 1.025-.723H16c.753 0 .896.154 1.016.679l.926 5.09A10.19 10.19 0 0 1 12.25 22.5c-1.739 0-3.376-.438-4.812-1.205z'%3E%3C/path%3E%3C/svg%3E")
}

.filter-header {
  padding: 1rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px
}

@media (min-width: 1000px) {
  .filter-header:hover {
    background-color: #FFF
  }
}

.filter-header.open {
  background-color: #FFF
}

@media (min-width: 999px) {
  .filter-header.open {
    background-color: #FAFAFA
  }
}

.filter-header.open .filter-title {
  font-weight: 500
}

.filter-options-list-container {
  display: none
}

.filter-options-list-container.is-expanded {
  display: block;
  height: 100%
}

@media (min-width: 1000px) {
  .filter-options-list-container.is-expanded {
    background: #FAFAFA;
    padding: 1rem;
    position: absolute;
    width: 70%;
    right: 0;
    top: 0
  }
}

@media (max-width: 999px) {
  .filter-options-list-container {
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 300ms cubic-bezier(0, 1, 0.5, 1);
    position: relative
  }

  .filter-options-list-container.is-expanded {
    transition: max-height 300ms ease-in;
    max-height: 500px
  }
}

.filter-options-list:empty::before {
  content: 'Filter is showing 0 Results';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fafafa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

[lang="es"] .filter-options-list:empty::before {
  content: 'El filtro muestra 0 resultados.'
}

[lang="fr-ca"] .filter-options-list:empty::before {
  content: 'Le filtre affiche 0 rÃ©sultats.'
}

[lang="fr"] .filter-options-list:empty::before {
  content: 'Le filtre affiche 0 rÃ©sultats.'
}

[lang="de"] .filter-options-list:empty::before {
  content: 'Der Filter zeigt 0 Ergebnisse an.'
}

[lang="it"] .filter-options-list:empty::before {
  content: 'Il filtro non mostra risultati.'
}

[lang="ja"] .filter-options-list:empty::before {
  content: 'ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ã«ã¯çµæžœãŒ0ä»¶è¡¨ç¤ºã•ã‚Œã¾ã™ã€‚'
}

[lang="ko"] .filter-options-list:empty::before {
  content: 'í•„í„°ì— 0ê°œì˜ ê²°ê³¼ê°€ í‘œì‹œë©ë‹ˆë‹¤.'
}

[lang="nl"] .filter-options-list:empty::before {
  content: 'Het filter toont 0 resultaten.'
}

[lang="pl"] .filter-options-list:empty::before {
  content: 'Filtr wyÅ›wietla 0 wynikÃ³w.'
}

[lang="pt"] .filter-options-list:empty::before {
  content: 'O filtro mostra 0 resultados.'
}

[lang="th"] .filter-options-list:empty::before {
  content: 'à¸•à¸±à¸§à¸à¸£à¸­à¸‡à¹à¸ªà¸”à¸‡ 0 à¸œà¸¥à¸¥à¸±à¸žà¸˜à¹Œ'
}

[lang="vi"] .filter-options-list:empty::before {
  content: 'Bá»™ lá»c hiá»ƒn thá»‹ 0 káº¿t quáº£.'
}

[lang="zh-cn"] .filter-options-list:empty::before {
  content: 'ç­›é€‰å™¨æ˜¾ç¤º 0 ä¸ªç»“æžœã€‚'
}

[lang="zh-tw"] .filter-options-list:empty::before {
  content: 'ç¯©é¸å™¨é¡¯ç¤º 0 å€‹çµæžœã€‚'
}

.filter-options-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: scroll
}

@media (max-width: 999px) {
  .filter-options-list {
    max-height: 250px
  }
}

.filter-options-list>div {
  position: relative
}

.filter-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff
}

.filter-option label {
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.filter-options-list input[type="checkbox"] {
  float: right;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.filter-options-list input[type="checkbox"]:before {
  display: block;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  border: 2px #007ab7 solid;
  content: "";
  box-sizing: border-box
}

.filter-options-list input[type="checkbox"]:after {
  display: block;
  position: absolute;
  content: " ";
  top: 0.390625rem;
  width: 0.625rem;
  height: 0.3125rem;
  box-sizing: border-box;
  transform: rotate(-45deg)
}

.filter-options-list input[type="checkbox"]:checked:after {
  border: 2px solid #007ab7;
  border-top: 0;
  border-right: 0
}

.filter-options-list .option-value.count {
  margin-left: 20px;
  background-color: #F3F3F4;
  padding: 3px;
  border-radius: 5px;
  width: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.filter-options-list label>.option-value {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 20px;
  -ms-flex-align: center;
  align-items: center
}

.filter-options-list-container .filter-options-list .option-value {
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px
}

.reset-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 9999;
  position: relative;
  margin-bottom: 1rem;
  height: 6rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 0 1rem
}

@media (min-width: 700px) {
  .reset-filters {
    padding: 0 2rem;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.reset-filters a {
  padding: 5px 30px;
  margin-top: 1.5625rem;
  border-radius: 1.875rem;
  border: 2px solid #007AB7;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
  position: relative;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  color: #007AB7;
  letter-spacing: -0.1px
}

@media (min-width: 700px) {
  .reset-filters a {
    font-size: 14px;
    line-height: 24px
  }
}

.reset-filters a:hover {
  transform: scale(1.03);
  border-color: #00689C
}

.custom_close--apply {
  margin-left: 15px
}

[lang="es"] .custom_close--apply,
[lang="fr-ca"] .custom_close--apply,
[lang="fr"] .custom_close--apply,
[lang="de"] .custom_close--apply,
[lang="it"] .custom_close--apply,
[lang="ja"] .custom_close--apply,
[lang="ko"] .custom_close--apply,
[lang="nl"] .custom_close--apply,
[lang="pl"] .custom_close--apply,
[lang="pt"] .custom_close--apply,
[lang="th"] .custom_close--apply,
[lang="vi"] .custom_close--apply,
[lang="zh-cn"] .custom_close--apply,
[lang="zh-tw"] .custom_close--apply {
  font-size: 0
}

[lang="es"] .custom_close--apply:before {
  content: "Aplicar filtro";
  visibility: visible;
  font-size: initial
}

[lang="fr-ca"] .custom_close--apply:before {
  content: "Appliquer le filtre";
  visibility: visible;
  font-size: initial
}

[lang="fr"] .custom_close--apply:before {
  content: "Appliquer le filtre";
  visibility: visible;
  font-size: initial
}

[lang="de"] .custom_close--apply:before {
  content: "Filter anwenden";
  visibility: visible;
  font-size: initial
}

[lang="it"] .custom_close--apply:before {
  content: "Applica filtro";
  visibility: visible;
  font-size: initial
}

[lang="ja"] .custom_close--apply:before {
  content: "ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ã‚’é©ç”¨";
  visibility: visible;
  font-size: initial
}

[lang="ko"] .custom_close--apply:before {
  content: "í•„í„° ì ìš©";
  visibility: visible;
  font-size: initial
}

[lang="nl"] .custom_close--apply:before {
  content: "Filter toepassen";
  visibility: visible;
  font-size: initial
}

[lang="pl"] .custom_close--apply:before {
  content: "Zastosuj filtr";
  visibility: visible;
  font-size: initial
}

[lang="pt"] .custom_close--apply:before {
  content: "Aplicar filtro";
  visibility: visible;
  font-size: initial
}

[lang="th"] .custom_close--apply:before {
  content: "à¹ƒà¸Šà¹‰à¸•à¸±à¸§à¸à¸£à¸­à¸‡";
  visibility: visible;
  font-size: initial
}

[lang="vi"] .custom_close--apply:before {
  content: "Ãp dá»¥ng bá»™ lá»c";
  visibility: visible;
  font-size: initial
}

[lang="zh-cn"] .custom_close--apply:before {
  content: "åº”ç”¨è¿‡æ»¤å™¨";
  visibility: visible;
  font-size: initial
}

[lang="zh-tw"] .custom_close--apply:before {
  content: "å¥—ç”¨éŽæ¿¾å™¨";
  visibility: visible;
  font-size: initial
}

.c-job__main {
  position: relative;
  display: block;
  padding: 3rem 0
}

.c-job-main__sorting-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: column;
  flex-flow: column
}

@media (min-width: 600px) {
  .c-job-main__sorting-right {
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: start;
    justify-content: start
  }

  .c-job-main__sorting-right>div:nth-child(1) {
    margin-right: 1rem
  }
}

@media (min-width: 1000px) {
  .c-job-main__sorting-right {
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .c-job-main__sorting-right>div:nth-child(1) {
    margin-right: 0
  }
}

@media (max-width: 1000px) {
  .c-job-main__sorting-right>div {
    margin-bottom: 1rem
  }
}

.c-jobs-sortby {
  margin-left: 1rem
}

.c-jobs-sortby .label {
  border: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 0
}

div.css-t3ipsp-control:hover,
div.css-t3ipsp-control:focus {
  border-color: #ff6200
}

div.css-t3ipsp-control {
  box-shadow: #ff6200 0px 0px 0px 1px;
  border-color: #ff6200
}

div.css-d7l1ni-option:hover {
  background-color: #F2F2F2
}

div.css-tr4s17-option {
  background-color: #F2F2F2;
  color: #333
}

[data-react-prop-classname="c-jobs-sortby"]>div,
.c-jobs-radius {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  border: 1px solid #e1e2f6;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px
}

[data-react-prop-classname="c-jobs-sortby"]>div span,
.c-jobs-radius span {
  margin-right: 10px
}

@media (max-width: 1000px) {

  [data-react-prop-classname="c-jobs-sortby"]>div,
  .c-jobs-radius {
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

[data-react-prop-classname="c-jobs-sortby"] .Select-clear-zone,
.c-jobs-radius .Select-clear-zone {
  display: none
}

[data-react-prop-classname="c-jobs-sortby"]>div .Select,
.c-jobs-radius .Select {
  width: 130px;
  font-weight: bold
}

[data-react-prop-classname="c-jobs-sortby"] .Select-control,
.c-jobs-radius .Select-control {
  border: none;
  background: none
}

.c-jobs-radius .Select.is-disabled>.Select-control {
  background: none
}

[data-react-prop-classname="c-jobs-sortby"] .Select-control:hover,
.c-jobs-radius .Select-control:hover {
  box-shadow: none
}

.c-job-main__sorting {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 2rem
}

.c-job-main__sorting-left {
  margin-bottom: 2rem
}

@media (min-width: 1000px) {
  .c-job-main__sorting {
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center
  }

  .c-job-main__sorting-left {
    margin-bottom: 0
  }
}

.c-jobs-sortby .is-open>.Select-control {
  background-color: transparent
}

.c-jobs-sortby .Select-menu-outer {
  background-color: transparent
}

.c-jobs-list-only {
  position: relative;
  height: auto
}

@media (min-width: 1000px) {
  .c-jobs-list-only {
    box-shadow: 2px 1px 20px 5px #0000000f
  }
}

.c-jobs-list-only .results-list {
  padding: 0rem;
  margin: 0 auto
}

@media (min-width: 1000px) {
  .c-jobs-list-only .results-list {
    padding: 2rem
  }
}

.c-jobs-list-only .result-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  border-bottom: #8f9206 1px solid;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem
}

.c-jobs-list-only .result-item:last-child {
  border-bottom: none
}

.c-jobs-list-only .result-item>.item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 1rem;
  position: relative
}

.c-jobs-list-only .result-item:after {
  content: "Apply Now""Â Â ""ï„…";
  font: normal normal normal 14px/1 FontAwesome, "Speedee", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 16px;
  line-height: 1.2em;
  background-color: #000;
  padding: 1.025em 2.5em;
  position: relative;
  border-radius: 0.5rem;
  transition: all .45s ease
}

.c-jobs-list-only a.item-title {
  color: #292929;
  font-weight: bold;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.results-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 0;
  background-color: #fff;
  border-bottom: 1px solid #e1e3f6;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: column;
  flex-flow: column
}

.results-list__item-header {
  -ms-flex-flow: row;
  flex-flow: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-flow: column !important;
  flex-flow: column !important
}

.results-list__item-commute-time {
  margin-bottom: 10px
}

[data-react-component='jobs-list-only'] .results-container .results-list__item-header .results-list__item-commute-time-inner {
  padding: 0px 15px
}

@media (min-width: 1000px) {
  .results-list__item {
    -ms-flex-flow: row;
    flex-flow: row
  }

  .results-list__item-header {
    margin-bottom: 10px;
    margin-right: 2rem;
    width: 25%;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (min-width: 1000px) {
  .results-list__item {
    padding: 2rem 0
  }

  .results-list__item:first-child {
    padding-top: 0
  }

  .results-list__item:last-child {
    padding-bottom: 0
  }
}

.results-list__item:last-child {
  border-bottom: none
}

.results-list__item-title {
  font-weight: bold;
  color: #007AB7;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s all ease-in-out
}

.results-list__item-title:hover {
  color: #007AB7 !important
}

.results-list__item-title>span:nth-child(1):hover {
  text-decoration: underline;
  color: #00689C
}

.results-list__item-title .reference {
  display: block;
  font-weight: normal;
  position: relative;
  color: #8E8E8E;
  margin-top: 1rem;
  font-size: 14px;
  line-height: 24px
}

@media (min-width: 1000px) {
  .results-list__item-title .reference {
    margin-top: 0
  }
}

.results-list__item-title .reference:before {
  content: 'Req ID:';
  margin-right: 5px
}

[lang="es"] .results-list__item-title .reference:before {
  content: 'ID Req:'
}

[lang="fr-ca"] .results-list__item-title .reference:before {
  content: 'ID Dem:'
}

[lang="fr"] .results-list__item-title .reference:before {
  content: 'ID Dem:'
}

[lang="de"] .results-list__item-title .reference:before {
  content: 'Anfr ID:'
}

[lang="it"] .results-list__item-title .reference:before {
  content: 'ID Req:'
}

[lang="ja"] .results-list__item-title .reference:before {
  content: 'è¦æ±‚ID:'
}

[lang="ko"] .results-list__item-title .reference:before {
  content: 'ìš”ì²­ ID:'
}

[lang="nl"] .results-list__item-title .reference:before {
  content: 'Verz ID:'
}

[lang="pl"] .results-list__item-title .reference:before {
  content: 'ID Wym:'
}

[lang="pt"] .results-list__item-title .reference:before {
  content: 'ID Req:'
}

[lang="th"] .results-list__item-title .reference:before {
  content: 'ID à¸„à¸³à¸£à¹‰à¸­à¸‡:'
}

[lang="vi"] .results-list__item-title .reference:before {
  content: 'ID YÃªu cáº§u:'
}

[lang="zh-cn"] .results-list__item-title .reference:before {
  content: 'è¯·æ±‚ID:'
}

[lang="zh-tw"] .results-list__item-title .reference:before {
  content: 'è«‹æ±‚ID:'
}

.results-list__item-distance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px
}

@media (min-width: 600px) {
  .results-list__item-distance {
    margin-top: 0
  }
}

.results-list__item-distance--icon {
  display: block;
  margin-right: 15px
}

.results-list__item-street--icon,
.results-list__item-brand--icon,
.results-list__item-employment-type--icon {
  margin-right: 10px
}

.results-list__item-employment-type--icon svg {
  height: 17px;
  width: 17px
}

@media (min-width: 1000px) {

  .results-list__item-street--icon,
  .results-list__item-brand--icon,
  .results-list__item-employment-type--icon {
    display: none
  }

  .results-list__item-brand--label:before,
  .results-list__item-street--label:before,
  .results-list__item-employment-type--label:before {
    content: '';
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #8E8E8E
  }

  span.results-list__item-street--label:empty:after {
    content: 'Remote'
  }

  [lang="es"] span.results-list__item-street--label:empty:after {
    content: 'Remoto'
  }

  [lang="fr-ca"] span.results-list__item-street--label:empty:after {
    content: 'Ã€ distance'
  }

  [lang="fr"] span.results-list__item-street--label:empty:after {
    content: 'Ã€ distance'
  }

  [lang="de"] span.results-list__item-street--label:empty:after {
    content: 'Fernarbeit'
  }

  [lang="it"] span.results-list__item-street--label:empty:after {
    content: 'Remoto'
  }

  [lang="ja"] span.results-list__item-street--label:empty:after {
    content: 'ãƒªãƒ¢ãƒ¼ãƒˆ'
  }

  [lang="ko"] span.results-list__item-street--label:empty:after {
    content: 'ì›ê²©'
  }

  [lang="nl"] span.results-list__item-street--label:empty:after {
    content: 'Op afstand'
  }

  [lang="pl"] span.results-list__item-street--label:empty:after {
    content: 'Zdalny'
  }

  [lang="pt"] span.results-list__item-street--label:empty:after {
    content: 'Remoto'
  }

  [lang="th"] span.results-list__item-street--label:empty:after {
    content: 'à¸—à¸²à¸‡à¹„à¸à¸¥'
  }

  [lang="vi"] span.results-list__item-street--label:empty:after {
    content: 'Tá»« xa'
  }

  [lang="zh-cn"] span.results-list__item-street--label:empty:after {
    content: 'è¿œç¨‹'
  }

  [lang="zh-tw"] span.results-list__item-street--label:empty:after {
    content: 'é ç¨‹'
  }

  .results-list__item-street--label:before {
    content: 'Location'
  }

  .results-list__item-brand--label:before {
    content: 'Company'
  }

  .results-list__item-employment-type--label:before {
    content: 'Employment'
  }

  [lang="es"] .results-list__item-street--label:before {
    content: 'UbicaciÃ³n'
  }

  [lang="es"] .results-list__item-brand--label:before {
    content: 'Empresa'
  }

  [lang="es"] .results-list__item-employment-type--label:before {
    content: 'Empleo'
  }

  [lang="fr-ca"] .results-list__item-street--label:before {
    content: 'Localisation'
  }

  [lang="fr-ca"] .results-list__item-brand--label:before {
    content: 'Entreprise'
  }

  [lang="fr-ca"] .results-list__item-employment-type--label:before {
    content: 'Emploi'
  }

  [lang="fr"] .results-list__item-street--label:before {
    content: 'Localisation'
  }

  [lang="fr"] .results-list__item-brand--label:before {
    content: 'Entreprise'
  }

  [lang="fr"] .results-list__item-employment-type--label:before {
    content: 'Emploi'
  }

  [lang="de"] .results-list__item-street--label:before {
    content: 'Standort'
  }

  [lang="de"] .results-list__item-brand--label:before {
    content: 'Unternehmen'
  }

  [lang="de"] .results-list__item-employment-type--label:before {
    content: 'BeschÃ¤ftigung'
  }

  [lang="it"] .results-list__item-street--label:before {
    content: 'Posizione'
  }

  [lang="it"] .results-list__item-brand--label:before {
    content: 'Azienda'
  }

  [lang="it"] .results-list__item-employment-type--label:before {
    content: 'Impiego'
  }

  [lang="ja"] .results-list__item-street--label:before {
    content: 'å‹¤å‹™åœ°'
  }

  [lang="ja"] .results-list__item-brand--label:before {
    content: 'ä¼šç¤¾'
  }

  [lang="ja"] .results-list__item-employment-type--label:before {
    content: 'é›‡ç”¨å½¢æ…‹'
  }

  [lang="ko"] .results-list__item-street--label:before {
    content: 'ìœ„ì¹˜'
  }

  [lang="ko"] .results-list__item-brand--label:before {
    content: 'íšŒì‚¬'
  }

  [lang="ko"] .results-list__item-employment-type--label:before {
    content: 'ê³ ìš© ìœ í˜•'
  }

  [lang="nl"] .results-list__item-street--label:before {
    content: 'Locatie'
  }

  [lang="nl"] .results-list__item-brand--label:before {
    content: 'Bedrijf'
  }

  [lang="nl"] .results-list__item-employment-type--label:before {
    content: 'Dienstverband'
  }

  [lang="pl"] .results-list__item-street--label:before {
    content: 'Lokalizacja'
  }

  [lang="pl"] .results-list__item-brand--label:before {
    content: 'Firma'
  }

  [lang="pl"] .results-list__item-employment-type--label:before {
    content: 'Zatrudnienie'
  }

  [lang="pt"] .results-list__item-street--label:before {
    content: 'LocalizaÃ§Ã£o'
  }

  [lang="pt"] .results-list__item-brand--label:before {
    content: 'Empresa'
  }

  [lang="pt"] .results-list__item-employment-type--label:before {
    content: 'Emprego'
  }

  [lang="th"] .results-list__item-street--label:before {
    content: 'à¸ªà¸–à¸²à¸™à¸—à¸µà¹ˆà¸•à¸±à¹‰à¸‡'
  }

  [lang="th"] .results-list__item-brand--label:before {
    content: 'à¸šà¸£à¸´à¸©à¸±à¸—'
  }

  [lang="th"] .results-list__item-employment-type--label:before {
    content: 'à¸à¸²à¸£à¸ˆà¹‰à¸²à¸‡à¸‡à¸²à¸™'
  }

  [lang="vi"] .results-list__item-street--label:before {
    content: 'Vá»‹ trÃ­'
  }

  [lang="vi"] .results-list__item-brand--label:before {
    content: 'CÃ´ng ty'
  }

  [lang="vi"] .results-list__item-employment-type--label:before {
    content: 'Viá»‡c lÃ m'
  }

  [lang="zh-cn"] .results-list__item-street--label:before {
    content: 'åœ°ç‚¹'
  }

  [lang="zh-cn"] .results-list__item-brand--label:before {
    content: 'å…¬å¸'
  }

  [lang="zh-cn"] .results-list__item-employment-type--label:before {
    content: 'å°±ä¸š'
  }

  [lang="zh-tw"] .results-list__item-street--label:before {
    content: 'åœ°é»ž'
  }

  [lang="zh-tw"] .results-list__item-brand--label:before {
    content: 'å…¬å¸'
  }

  [lang="zh-tw"] .results-list__item-employment-type--label:before {
    content: 'å°±æ¥­'
  }
}

.results-list__item-street,
.results-list__item-brand,
.results-list__item-employment-type {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px
}

.results-list__item-street {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column
}

.results-list__item-street--label__wrapper {
  display: -ms-flexbox;
  display: flex
}

.results-list__item-street--more-locations__wrapper {
  margin-left: 27px;
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 1000px) {
  .results-list__item-street--more-locations__wrapper {
    margin-left: 0;
    line-height: normal
  }
}

.results-list__item-street--more-locations {
  margin-left: 5px
}

.results-list__item-street span,
.results-list__item-brand span,
.results-list__item-employment-type span {
  font-size: 16px;
  line-height: 24px
}

@media (max-width: 999px) {

  .results-list__item-street span,
  .results-list__item-brand span,
  .results-list__item-employment-type span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (max-width: 599px) {

  .results-list__item-street span,
  .results-list__item-brand span,
  .results-list__item-employment-type span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }
}

.results-list__item-street .results-list__item-street--amount,
.results-list__item-street .results-list__item-street--more-locations {
  color: #8e8e8e;
  font-size: 14px
}

@media (min-width: 600px) {
  .results-list__item-info>div {
    margin-right: 15px
  }

  .results-list__item-street,
  .results-list__item-brand,
  .results-list__item-employment-type {
    width: calc(100% / 3)
  }
}

@media (min-width: 1000px) {

  .results-list__item-street,
  .results-list__item-brand,
  .results-list__item-employment-type {
    margin-bottom: 0
  }
}

.results-list__item-apply {
  padding: 5px 30px;
  border-radius: 1.875rem;
  border: 2px solid #007AB7;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
  position: relative;
  min-height: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem
}

.results-list__item-apply:hover {
  transform: scale(1.03);
  border-color: #00689C
}

@media (min-width: 600px) {
  .results-list__item-apply {
    margin-top: 0;
    padding: 15px 20px
  }
}

.results-list__item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%
}

.results-list__item-info {
  margin: 1rem 0
}

@media (max-width: 600px) {
  .results-list__item-info {
    margin-bottom: 0
  }
}

@media (min-width: 600px) {
  .results-list__item-info {
    display: -ms-flexbox;
    display: flex
  }

  .results-list__item-content {
    width: auto;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (min-width: 1000px) {
  .results-list__item-content {
    -ms-flex-align: center;
    align-items: center;
    width: 75%;
    -ms-flex-flow: row;
    flex-flow: row
  }

  .results-list__item-info {
    width: 80%;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto
  }
}

.results-list__item-apply--icon {
  display: none;
  margin: 3px 3px 3px 1rem;
  background-color: #FF6200;
  border-radius: 50%;
  color: #fff;
  width: 1.3rem;
  height: 1.3rem;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.results-list__item-apply:hover .results-list__item-apply--icon {
  transform: scale(1.08);
  background-color: #292929
}

.results-list__item-apply--label {
  color: #007AB7;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .0625rem;
  text-transform: uppercase
}

@media (min-width: 1000px) {
  .results-list__item-apply--label {
    text-wrap: nowrap
  }
}

.results-header {
  color: #6D7278;
  font-weight: bold;
  font-size: 16px
}

.results-header__content-total {
  color: #FF6200
}

.results-header__content {
  color: #292929
}

.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;
  width: 100%;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width: 700px) {
  .c-jobs-pagination .page-links {
    width: auto
  }
}

@media (min-width: 1000px) {
  .c-jobs-pagination .page-links {
    padding: 1rem 1rem;
    -ms-flex-flow: row;
    flex-flow: row;
    border: 1px solid #e1e2f6;
    border-radius: 5px
  }
}

@media (min-width: 1000px) {
  .c-jobs-pagination .page-links {
    margin-right: 30px
  }
}

.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: 2rem;
  width: 2rem;
  color: #292929;
  border-radius: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px
}

@media (min-width: 1000px) {

  .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 {
    background: #f3f3f4
  }
}

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

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

.c-jobs-pagination .page-link.current-page.not-selectable {
  color: #ffffff;
  background-color: #4D148C;
  border-radius: 2rem;
  height: 2rem;
  width: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.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 (max-width: 1000px) {
  .c-jobs-pagination .pagination {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.c-jobs-search-box__location-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.c-jobs-pagination-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  -ms-flex-flow: column;
  flex-flow: column;
  height: auto
}

.c-jobs-pagination {
  padding: 30px 0;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px
}

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

@media (min-width: 1000px) {
  .c-jobs-pagination .page-size {
    display: block;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #e1e2f6;
    border-radius: 5px
  }
}

.location-search-input .autocomplete {
  width: 100%
}

.c-jobs-current-location strong {
  display: inline-block
}

.card.primary-color {
  padding: 2rem
}

.card.primary-color .results-list {
  padding: 2rem 2rem 0rem 2rem
}

@media (min-width: 1000px) {
  .card.primary-color .results-list {
    padding-bottom: 0
  }
}

.share-jobs__no-results {
  text-align: center;
  margin: 5rem auto
}

@media (min-width: 1000px) {
  .share-jobs__no-results {
    margin: 0;
    padding: 5rem 3rem
  }
}

.share-jobs__no-results h2 {
  margin-bottom: 1rem
}

.share-jobs__no-results::before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 4rem;
  background-color: #ff6200;
  color: #fff;
  width: 3rem;
  height: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 2rem
}

.recruiting-loader-small,
.loader-spinner-2,
.loader-spinner-3 {
  background-color: transparent !important;
  -webkit-backdrop-filter: saturate(100%) blur(10px);
  backdrop-filter: saturate(100%) blur(10px)
}

.jobs-current-searches__title {
  font-size: 21px;
  display: block;
  margin-bottom: 1rem;
  color: #6D7278
}

.jobs-current-searches__tag-list {
  padding: 0;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

.jobs-current-searches__tag-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  border-radius: 100px;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px 10px 0;
  border: solid 1px rgba(182, 184, 185, 0.29);
  height: auto;
  overflow-x: hidden
}

.jobs-current-searches__tag-label {
  padding: 0 0 0 1rem;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px
}

.jobs-current-searches__tag-close {
  background-color: #6F6F6F;
  margin: 3px 3px 3px 1rem;
  border-radius: 50%;
  color: #fff;
  width: 1.575rem;
  height: 1.575rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.jobs-current-searches__tag-close svg {
  fill: #fff;
  width: 20px;
  height: 20px
}

.c-jobs-current-location {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2rem
}

.c-jobs__tags {
  position: relative;
  margin-top: -3rem;
  padding-bottom: 1rem
}

.location-search__commute-time-icon svg {
  fill: #4d148c
}

.location-search__commute-time-location svg {
  fill: #4d148c
}

.commute-time-modal .commute-time-modal__location__input {
  font-size: 16px !important;
  line-height: 24px !important
}

.commute-time-modal .commute-time-modal__location-icon__right svg,
.commute-time-modal .commute-time-modal__icon svg {
  fill: #999
}

.commute-time-modal .commute-time-modal__commute-method-options ul li:hover,
.commute-time-modal .commute-time-modal__commute-method-options ul li.active {
  background-color: #E1E1F5 !important;
  color: #4D148C
}

.commute-time-modal .commute-time-modal__commute-method-options ul li {
  border: 0;
  border-radius: 0;
  color: #333
}

.commute-time-modal .commute-time-modal__transportation-options ul li:hover,
.commute-time-modal .commute-time-modal__transportation-options ul li.active {
  background-color: #e1e2f6;
  color: #333;
  cursor: pointer
}

.commute-time-modal .commute-time-modal__transportation-options__icon svg {
  fill: #4d148c
}

.commute-time-modal .commute-time-modal__transportation-options ul li {
  border: 0;
  border-radius: 0
}

.commute-time-modal input:checked+.commute-time-modal__estimation__slider {
  background-color: #4D148C
}

.commute-time-modal .commute-time-modal__estimation__slider {
  border-radius: 0
}

.commute-time-modal .commute-time-modal__estimation__slider:before {
  border-radius: 0;
  border: 1px solid #cccccc
}

.commute-time-modal input:checked+.commute-time-modal__estimation__slider:before {
  border: 1px solid #4d148c
}

.commute-time-modal .commute-time-modal__button {
  border-radius: 0
}

.commute-time-modal .commute-time-modal__button.btn-brand {
  background-color: #FF6200;
  border-color: #FF6200
}

.location-search__commute-time-location .location-search__commute-time-location-clear {
  position: absolute;
  bottom: inherit;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  right: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 0 !important;
  color: #999;
  top: 50%;
  right: 50px;
  transform: translate(50%, -50%);
  font: normal normal normal 14px / 1 FontAwesome
}

.location-search__commute-time-location .location-search__commute-time-location-clear:before {
  content: "\f00d";
  font-size: 16px;
  line-height: 24px
}

.jobs-commute-time-modal-wrap .modal__overlay {
  z-index: 999
}

.jobs-commute-time-modal-wrap .modal__container {
  position: fixed;
  z-index: 1001;
  left: inherit;
  top: 100px;
  width: 760px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  max-width: 100%
}

.commute-time-modal__transportation-options ul {
  overflow-y: scroll
}

.jobs-commute-time-modal-wrap .commute-time-modal__title__icon {
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}