@charset "UTF-8";

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  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")
}

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

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

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

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

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

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

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

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

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

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

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

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

.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,
.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 {
  transform-style: preserve-3d
}

.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 {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

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

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

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

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

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

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

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

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

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

.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

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

[dir=ltr] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before)
}

[dir=rtl] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before)
}

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

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before)
}

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

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

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

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

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

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

  to {
    transform: rotate(1turn)
  }
}

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

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

.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 {
  height: var(--swiper-virtual-size);
  width: 1px
}

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

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

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

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

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

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

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

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

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

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

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  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: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: auto;
  top: var(--swiper-pagination-top, auto);
  width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  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: transform .2s, left .2s
}

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

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

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

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

.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 {
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%
}

.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 {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
  display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
  display: none
}

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

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

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

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

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

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

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

.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,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

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

.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-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

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

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

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

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0
}

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

.swiper-cards {
  overflow: visible
}

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

/*!
 * FlexMasonry
 * Version: 0.2.3
 * Author: Gilbert Pellegrom <gilbert@pellegrom.me>
 * License: MIT
 */
.flexmasonry {
  align-content: space-between;
  display: flex;
  flex-flow: column wrap
}

.flexmasonry-item {
  width: 100%
}

.flexmasonry-cols-2 .flexmasonry-item {
  width: 50%
}

.flexmasonry-cols-3 .flexmasonry-item {
  width: 33.333%
}

.flexmasonry-cols-4 .flexmasonry-item {
  width: 25%
}

.flexmasonry-cols-5 .flexmasonry-item {
  width: 20%
}

.flexmasonry-cols-6 .flexmasonry-item {
  width: 16.666%
}

.flexmasonry-cols-7 .flexmasonry-item {
  width: 14.285%
}

.flexmasonry-cols-8 .flexmasonry-item {
  width: 12.5%
}

.flexmasonry-cols-2 .flexmasonry-item:nth-child(odd) {
  order: 1
}

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n) {
  order: 2
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1) {
  order: 1
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2) {
  order: 2
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n) {
  order: 3
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1) {
  order: 1
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2) {
  order: 2
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3) {
  order: 3
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n) {
  order: 4
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1) {
  order: 1
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2) {
  order: 2
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3) {
  order: 3
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4) {
  order: 4
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n) {
  order: 5
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1) {
  order: 1
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2) {
  order: 2
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3) {
  order: 3
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4) {
  order: 4
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5) {
  order: 5
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n) {
  order: 6
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1) {
  order: 1
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2) {
  order: 2
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3) {
  order: 3
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4) {
  order: 4
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5) {
  order: 5
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6) {
  order: 6
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n) {
  order: 7
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1) {
  order: 1
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2) {
  order: 2
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3) {
  order: 3
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4) {
  order: 4
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5) {
  order: 5
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6) {
  order: 6
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7) {
  order: 7
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n) {
  order: 8
}

.flexmasonry-break {
  content: "";
  flex-basis: 100%;
  margin: 0;
  width: 0 !important
}

.flexmasonry-break-1 {
  order: 1
}

.flexmasonry-break-2 {
  order: 2
}

.flexmasonry-break-3 {
  order: 3
}

.flexmasonry-break-4 {
  order: 4
}

.flexmasonry-break-5 {
  order: 5
}

.flexmasonry-break-6 {
  order: 6
}

.flexmasonry-break-7 {
  order: 7
}

@font-face {
  font-display: swap;
  font-family: FrutigerLTPro-Light;
  src: url(../../fonts/light-fontb92b.woff2?4f80e2fb604b578778408906f71b5ea7) format("woff2"), url(../../fonts/light-fontfc4d.woff?77b51174d5601915bae96c715680c21d) format("woff")
}

@font-face {
  font-display: swap;
  font-family: FrutigerLTPro-Roman;
  src: url(../../fonts/roman-fontaeda.woff2?eccf7e3b43bee462f87acbb10f0d91bd) format("woff2"), url(../../fonts/roman-font4edb.woff?11289be598f294ff5292344e540838fd) format("woff")
}

@font-face {
  font-display: swap;
  font-family: FrutigerLTPro-Bold;
  src: url(../../fonts/bold-font683f.woff2?509869de9eb8307043f5a6ded343b809) format("woff2"), url(../../fonts/bold-fontff8a.woff?94ab25c4fe249cad37fe8ac8e0ea323e) format("woff")
}

@font-face {
  font-display: swap;
  font-family: FrutigerLTPro-Italic;
  src: url(../../fonts/italic-fonte66c.woff2?1fd712cd9dc7a114dddb07c3b567fd59) format("woff2"), url(../../fonts/italic-font7ef9.woff?9530b76d435e134dffbd826e1801ae0a) format("woff"), url(../../fonts/italic-font3301.ttf?96b115dbaf820ed3e4dab79d0d9038ea) format("ttf")
}

@font-face {
  font-display: swap;
  font-family: FrutigerLTPro;
  font-style: normal;
  font-weight: 300;
  src: url(../../fonts/light-fontb92b.woff2?4f80e2fb604b578778408906f71b5ea7) format("woff2"), url(../../fonts/light-fontfc4d.woff?77b51174d5601915bae96c715680c21d) format("woff")
}

@font-face {
  font-display: swap;
  font-family: FrutigerLTPro;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/roman-fontaeda.woff2?eccf7e3b43bee462f87acbb10f0d91bd) format("woff2"), url(../../fonts/roman-font4edb.woff?11289be598f294ff5292344e540838fd) format("woff")
}

@font-face {
  font-display: swap;
  font-family: FrutigerLTPro;
  font-style: italic;
  font-weight: 400;
  src: url(../../fonts/italic-fonte66c.woff2?1fd712cd9dc7a114dddb07c3b567fd59) format("woff2"), url(../../fonts/italic-font7ef9.woff?9530b76d435e134dffbd826e1801ae0a) format("woff"), url(../../fonts/italic-font3301.ttf?96b115dbaf820ed3e4dab79d0d9038ea) format("ttf")
}

@font-face {
  font-display: swap;
  font-family: FrutigerLTPro;
  font-style: normal;
  font-weight: 700;
  src: url(../../fonts/bold-font683f.woff2?509869de9eb8307043f5a6ded343b809) format("woff2"), url(../../fonts/bold-fontff8a.woff?94ab25c4fe249cad37fe8ac8e0ea323e) format("woff")
}

.text-body-24 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .2px;
  line-height: 24px
}

.text-title-large {
  font-size: 32px;
  letter-spacing: -.32px;
  line-height: 40px
}

@media (min-width:690px) {
  .text-title-large {
    font-size: 40px;
    letter-spacing: -.4px;
    line-height: 48px
  }
}

@media (min-width:1296px) {
  .text-title-large {
    font-size: 50px;
    letter-spacing: -.5px;
    line-height: 56px
  }
}

.text-title-large--light {
  font-family: FrutigerLTPro-Light, Helvetica, Arial, sans-serif
}

.text-tag {
  font-family: FrutigerLTPro-Bold, Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .13;
  line-height: 14px
}

@media (min-width:1296px) {
  .text-tag {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 30px
  }
}

.typo-h3 {
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif;
  font-size: 32px;
  letter-spacing: -.03em;
  line-height: 100%
}

@media (min-width:1024px) {
  .typo-h3 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em
  }
}

.typo-subheadline {
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -.03em;
  line-height: 100%
}

@media (min-width:1024px) {
  .typo-subheadline {
    font-size: 24px
  }
}

@media (min-width:690px) {

  a.text-blue:hover,
  a.text-white:hover {
    color: #09c
  }
}

.font-copy {
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300
}

/*! purgecss start ignore */
.spacer-t--none {
  padding-top: 0
}

.spacer-t--,
.spacer-t--small {
  padding-top: 50px
}

.spacer-t--large {
  padding-top: 100px
}

.spacer-b--none {
  padding-bottom: 0
}

.spacer-b--,
.spacer-b--small {
  padding-bottom: 50px
}

.spacer-b--large {
  padding-bottom: 100px
}

/*! purgecss end ignore */
.button {
  background: #0097e0;
  color: #fff;
  display: inline-block;
  font-family: FrutigerLTPro-Bold, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  max-width: 100%;
  overflow: hidden;
  padding: 15px 32px 17px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap
}

.button span {
  position: relative;
  z-index: 2
}

.button span svg {
  position: absolute;
  right: -2px;
  top: -2px;
  transform: translateX(100%);
  z-index: 1
}

.button--primary svg polygon {
  fill: #fff
}

.button--primary-outline:after,
.button--primary:after {
  background: #54c3f1;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skew(-45deg) translateX(85%);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  width: 125%;
  z-index: 0
}

@media (min-width:690px) {

  .button--primary-outline:hover:after,
  .button--primary:hover:after {
    transform: skew(-45deg) translateX(0)
  }
}

.button--primary-outline {
  background: #fff;
  border: 1px solid #0097e0;
  color: #0097e0
}

.button--primary-outline:after {
  background: #0097e0
}

@media (min-width:690px) {
  .button--primary-outline:hover {
    color: #fff
  }
}

.button--primary-download svg {
  height: 14px
}

@media (min-width:1024px) {
  .button--primary-download svg {
    height: 19px
  }
}

.button--primary-arrow,
.button--primary-download,
.button--primary-plus {
  background-color: #00a0e4;
  border-radius: 2px;
  font-size: 14px;
  line-height: 14px;
  padding: 12px 16px 14px
}

@media (min-width:1024px) {

  .button--primary-arrow,
  .button--primary-download,
  .button--primary-plus {
    padding: 16px 16px 18px
  }
}

.button--primary-arrow span,
.button--primary-download span,
.button--primary-plus span {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2
}

.button--primary-arrow span svg,
.button--primary-download span svg,
.button--primary-plus span svg {
  margin-left: 8px;
  position: relative;
  right: 0;
  top: 0;
  transform: translateX(0);
  z-index: 1
}

.button--primary-arrow:after,
.button--primary-download:after,
.button--primary-plus:after {
  background: #54c3f1;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skew(-45deg) translateX(100%);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  width: 125%;
  z-index: 0
}

@media (min-width:690px) {

  .button--primary-arrow:hover:after,
  .button--primary-download:hover:after,
  .button--primary-plus:hover:after {
    transform: skew(-45deg) translateX(0)
  }
}

.button--primary-plus {
  padding: 7px 13px 9px 16px
}

@media (min-width:1024px) {
  .button--primary-plus {
    padding: 11px 16px 13px
  }
}

.button--primary-plus span {
  align-items: center
}

.button--secondary-download {
  background-color: #fff;
  border-radius: 2px;
  color: #000;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  line-height: 22px;
  padding: 9px 16px
}

@media (min-width:1024px) {
  .button--secondary-download {
    padding: 12px 16px
  }
}

.button--secondary-download span {
  display: flex;
  position: relative;
  z-index: 2
}

.button--secondary-download span svg {
  margin-left: 8px;
  position: relative;
  right: 0;
  top: 0;
  transform: translateX(0);
  z-index: 1
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw;
  overflow-x: hidden
}

.svg-hover svg {
  transition: .15s cubic-bezier(.47, 0, .745, .715)
}

@media (min-width:690px) {
  .svg-hover:hover svg {
    transform: translateX(10px)
  }
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.external-arrow {
  display: inline-block;
  position: relative;
  transform: translateX(0) translateY(-25%);
  transition: .15s cubic-bezier(.47, 0, .745, .715)
}

.external-arrow svg {
  display: inline-block;
  height: 7px;
  margin-left: 0;
  width: 7px
}

.external-arrow-dynamic svg {
  height: .75em;
  width: auto
}

.external-link {
  display: inline-block
}

.external-link:hover .external-arrow {
  transform: translateX(5px) translateY(-28%)
}

img {
  min-height: 1px
}

.container.container-mobile {
  padding-left: 36px;
  padding-right: 36px
}

@media (min-width:690px) {
  .container.container-mobile {
    padding-left: 56px;
    padding-right: 56px
  }
}

@media (min-width:768px) {
  .container.container-mobile {
    padding-left: 56px;
    padding-right: 56px
  }
}

@media (min-width:920px) {
  .container.container-mobile {
    padding-left: 72px;
    padding-right: 72px
  }
}

@media (min-width:1024px) {
  .container.container-mobile {
    padding-left: 72px;
    padding-right: 72px
  }
}

.wysiwyg p {
  margin-bottom: 1em
}

.wysiwyg-2 a,
.wysiwyg-2 strong {
  font-weight: 700
}

.wysiwyg-2 a {
  color: #00a0e4
}

.wysiwyg-2 p:not(.last-child) {
  margin-bottom: 4px
}

.vertical-clamp {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis
}

.list .box {
  min-height: 72px
}

@media (min-width:1296px) {
  .list .box {
    min-height: 92px
  }
}

.list .box__number {
  flex-shrink: 0;
  position: relative;
  width: 78px
}

.list .box__number svg {
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px
}

.list .box__number img {
  max-width: 100%
}

.power_statement_block .content {
  display: flex;
  flex-direction: column;
  position: relative
}

.power_statement_block .content:after,
.power_statement_block .content:before {
  background: #f1f1f1;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  width: 100%
}

.power_statement_block .content:before {
  margin-bottom: 60px
}

@media (min-width:690px) {
  .power_statement_block .content:before {
    margin-bottom: 80px
  }
}

@media (min-width:920px) {
  .power_statement_block .content:before {
    margin-bottom: 100px
  }
}

.power_statement_block .content:after {
  margin-top: 60px
}

@media (min-width:690px) {
  .power_statement_block .content:after {
    margin-top: 80px
  }
}

@media (min-width:920px) {
  .power_statement_block .content:after {
    margin-top: 100px
  }
}

.power_statement_block .svg {
  height: 24px;
  position: absolute;
  width: 24px;
  z-index: 1
}

.power_statement_block .svg--top {
  left: 0;
  top: 0
}

.power_statement_block .svg--bottom {
  bottom: 0;
  right: 0
}

/*! purgecss start ignore */
.power-statement.type-one {
  color: #0097e0
}

.power-statement.type-one .top svg {
  left: 0;
  top: 0;
  transform: rotate(180deg)
}

.power-statement.type-one .bottom svg {
  bottom: 0;
  right: 0
}

.power-statement.type-one svg {
  position: absolute
}

/*! purgecss end ignore */
.employee_bio .back_link svg g {
  stroke: #0097e0
}

.employee_bio .image {
  overflow: hidden;
  position: relative
}

.employee_bio .image:after {
  background-image: url(../../svg/bottom_right_triangle_white.svg);
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 32px;
  position: absolute;
  right: 0;
  width: 32px
}

@media (min-width:920px) {
  .employee_bio .image:after {
    height: 60px;
    width: 60px
  }
}

.employee_bio .download_link svg g {
  stroke: #0097e0
}

@media (min-width:690px) {
  .three_column_blocks .items {
    margin: 0 -4px
  }
}

@media (min-width:920px) {
  .three_column_blocks .items {
    margin: 0 -7.5px
  }
}

.three_column_blocks .items .col {
  height: inherit
}

@media (min-width:690px) {
  .three_column_blocks .items .col {
    padding: 0 4px;
    width: 33.333%
  }
}

@media (min-width:920px) {
  .three_column_blocks .items .col {
    padding: 0 7.5px
  }
}

.photo_grid .grid_container {
  flex-flow: row wrap;
  justify-content: space-between
}

.photo_grid .grid_container .grid-item {
  flex-basis: 100%;
  margin-top: 40px;
  position: relative
}

.photo_grid .grid_container .grid-item:first-child {
  margin-top: 0
}

@media (min-width:690px) {
  .photo_grid .grid_container .grid-item {
    flex-basis: calc(50% - 27px);
    margin-top: 40px
  }
}

@media (min-width:768px) {
  .photo_grid .grid_container .grid-item:nth-child(2) {
    margin-top: 40px
  }
}

@media (min-width:920px) {
  .photo_grid .grid_container .grid-item {
    flex-basis: calc(33.333% - 54px)
  }

  .photo_grid .grid_container .grid-item:nth-child(2),
  .photo_grid .grid_container .grid-item:nth-child(3) {
    margin-top: 0
  }
}

@media (min-width:1296px) {
  .photo_grid .grid_container .grid-item {
    flex-basis: calc(33.333% - 70px);
    margin-top: 60px
  }
}

@media screen and (max-width:768px) {
  .photo_grid .grid_container .grid-item--full {
    flex-basis: 100%;
    flex-shrink: 0
  }
}

@media screen and (min-width:768px) and (max-width:920px) {
  .photo_grid .grid_container .grid-item--full {
    flex-basis: 90%
  }
}

.photo_grid .grid_container:after {
  content: "";
  position: relative
}

@media (min-width:920px) {
  .photo_grid .grid_container:after {
    flex-basis: calc(33.33333% - 53px)
  }
}

@media (min-width:1296px) {
  .photo_grid .grid_container:after {
    flex-basis: calc(33.333% - 70px)
  }
}

.three_column_v03 .grid_container {
  flex-flow: row wrap;
  justify-content: space-between
}

.three_column_v03 .grid_container:after {
  content: ""
}

@media (min-width:690px) {
  .three_column_v03 .grid_container:after {
    flex-basis: calc(33.33333% - 8px)
  }
}

@media (min-width:920px) {
  .three_column_v03 .grid_container:after {
    flex-basis: calc(33.33333% - 60px)
  }
}

@media (min-width:1296px) {
  .three_column_v03 .grid_container:after {
    flex-basis: calc(33.333% - 70px)
  }
}

.three_column_v04_v05 .grid_container {
  flex-flow: row wrap;
  justify-content: space-between
}

.three_column_v04_v05 .grid_container:after {
  content: ""
}

@media (min-width:690px) {
  .three_column_v04_v05 .grid_container:after {
    flex-basis: calc(33.33333% - 37px)
  }
}

@media (min-width:920px) {
  .three_column_v04_v05 .grid_container:after {
    flex-basis: calc(33.33333% - 53px)
  }
}

@media (min-width:1296px) {
  .three_column_v04_v05 .grid_container:after {
    flex-basis: calc(33.333% - 70px)
  }
}

.hero_v1 {
  position: relative
}

.hero_v1 .icon img {
  height: auto;
  max-width: 128px;
  width: 42px
}

@media (min-width:690px) {
  .hero_v1 .icon img {
    max-width: 256px;
    width: 52px
  }
}

.hero_v1 .image {
  max-height: 550px;
  position: relative
}

.hero_v1 .image.lightblue:after {
  border-right-color: #eef9fe
}

.hero_v1 .image.lightgrey:after {
  border-right-color: #f1f1f1
}

.hero_v1 .image:after {
  border-right: 33px solid #fff;
  border-top: 33px solid transparent;
  bottom: -1px;
  content: "";
  height: 33px;
  position: absolute;
  right: -1px;
  width: 33px
}

@media (min-width:920px) {
  .hero_v1 .image:after {
    border-right: 61px solid #fff;
    border-top: 61px solid transparent;
    height: 61px;
    width: 61px
  }
}

.hero_v1 .video-container .aspect-video,
.hero_v1 .video-container .aspect-video iframe,
.hero_v1 .video-container .aspect-video video {
  aspect-ratio: 16/9
}

.hero_v1 .video-container .aspect-video-wide,
.hero_v1 .video-container .aspect-video-wide iframe,
.hero_v1 .video-container .aspect-video-wide video {
  aspect-ratio: 1920/772
}

.hero_v1 .video-container iframe {
  width: 100%
}

@media (min-width:768px) {
  .hero_v1 .video-container>div {
    border-radius: 4px
  }
}

.hero_v1 .icon-eyebrow-container {
  grid-gap: 20px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px
}

.hero_v1 .icon-eyebrow-container .eyebrow-container {
  color: #00a0e4;
  display: none;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-transform: uppercase
}

.hero_v3 .image {
  margin-top: -1px
}

.hero_v3 .icon img {
  height: auto;
  max-width: 128px;
  width: 42px
}

@media (min-width:690px) {
  .hero_v3 .icon img {
    max-width: 256px;
    width: 52px
  }
}

.plain_v01 {
  overflow: hidden;
  position: relative
}

.plain_v01 .texture {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}

.plain_v01 .texture .gradient {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.plain_v01 .texture svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 0
}

@media (min-width:690px) {
  .plain_v01 .texture svg {
    height: auto;
    max-width: 78%;
    width: 100%
  }
}

@media (min-width:1296px) {
  .plain_v01 .texture svg {
    max-width: 73%
  }
}

.plain_v02 {
  overflow: hidden;
  position: relative
}

.plain_v02 .texture {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}

.plain_v02 .texture .gradient {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.plain_v02 .texture svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 0
}

@media (min-width:690px) {
  .plain_v02 .texture svg {
    height: auto;
    max-width: 78%;
    width: 100%
  }
}

@media (min-width:1296px) {
  .plain_v02 .texture svg {
    max-width: 73%
  }
}

.plain_v03 {
  overflow: hidden;
  position: relative
}

.plain_v03 .texture {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}

.plain_v03 .texture img {
  height: 120%;
  left: -10%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 0
}

@media (min-width:690px) {
  .plain_v03 .texture img {
    height: auto;
    left: -10%;
    top: 50%;
    transform: translateY(-50%);
    width: 120%
  }
}

.quote img {
  -o-object-fit: contain;
  object-fit: contain
}

@media only screen and (max-width:690px) {
  .quote .content {
    padding-bottom: 40px !important;
    padding-top: 24px !important
  }
}

.quote .name {
  position: relative
}

.quote .name:before {
  color: #0097e0;
  content: "— ";
  position: relative
}

@media (min-width:690px) {
  .quote .svg {
    margin-right: 15px;
    margin-top: 6px
  }
}

.quote .svg svg {
  height: auto;
  width: 36px
}

@media (min-width:920px) {
  .quote .svg svg {
    height: auto;
    width: 52px
  }
}

.link .list__item {
  display: flex;
  flex-direction: column;
  position: relative
}

.link .list__item svg {
  flex-shrink: 0;
  height: auto;
  margin-top: 6px;
  width: 12px
}

@media (min-width:690px) {
  .link .list__item svg {
    left: -24px;
    position: absolute;
    top: 0
  }
}

.link .list__item:last-of-type:after {
  margin-top: 25px
}

.link .list__item:before,
.link .list__item:last-of-type:after {
  background: #f1f1f1;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  width: 100%
}

.link .list__item:before {
  margin-bottom: 25px
}

.link .list .external-arrow svg {
  height: 7px;
  transform: translateY(-3px);
  width: 7px
}

/*! purgecss start ignore */
.navigation {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998
}

.navigation .nav ul {
  height: inherit
}

.navigation .nav__item {
  align-items: center;
  display: flex
}

@media (min-width:920px) {
  .navigation .nav__item--parent .submenu {
    background: linear-gradient(180deg, #f4f6f9, #ebedf0);
    left: 0;
    min-width: 260px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    z-index: 0
  }

  .navigation .nav__item--parent .submenu:hover {
    display: block;
    opacity: 1;
    pointer-events: auto
  }
}

.navigation .nav__item--parent .submenu .submenu {
  background: none;
  margin: 0;
  padding-top: 0;
  position: relative;
  transform: none;
  width: 100%
}

.navigation .nav__item--parent .submenu .submenu a {
  align-items: center;
  display: flex;
  padding-left: 32px
}

.navigation .nav__item--parent .submenu .submenu a:before {
  background-image: url(../../svg/chevron_footer.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 4px;
  width: 6px
}

.navigation .nav__item--parent .submenu li a {
  color: #666;
  display: inline-block;
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 12px;
  text-transform: none
}

@media (min-width:920px) {
  .navigation .nav__item--parent:hover .submenu {
    display: block;
    opacity: 1;
    pointer-events: auto
  }
}

.navigation .mobile-container {
  background: #e9edf2;
  display: flex;
  flex-direction: column;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 54px;
  transition: .4s ease;
  z-index: 10
}

@media (min-width:920px) {
  .navigation .mobile-container {
    display: none
  }
}

.navigation .mobile-container.active {
  height: calc(100vh - 54px);
  opacity: 1;
  pointer-events: auto
}

.navigation .mobile-container.active:before {
  background: #e9edf2;
  content: "";
  height: 8px;
  position: absolute;
  right: 25px;
  top: -4px;
  transform: rotate(-45deg);
  width: 8px
}

.navigation .mobile-navigation {
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  position: relative;
  z-index: 10
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
  .navigation .mobile-navigation {
    padding-bottom: 120px
  }
}

.navigation .mobile-navigation .nav__item ul.submenu {
  display: none;
  width: 100%
}

.navigation .mobile-navigation .nav__item ul.submenu:before {
  background: #d6dadf;
  content: "";
  height: 1px;
  left: -20px;
  position: absolute;
  right: -20px;
  top: 10px
}

.navigation .mobile-navigation .nav__item ul.submenu ul.submenu:before {
  left: 10px;
  right: 0
}

.navigation .mobile-navigation .nav__item ul.submenu ul.submenu li:after {
  left: 20px;
  right: 20px
}

.navigation .mobile-navigation .nav__item ul.submenu li:after {
  left: 10px
}

.navigation .mobile-navigation .nav__item ul.submenu li:last-of-type {
  padding-bottom: 0
}

.navigation .mobile-navigation .nav__item ul.submenu li a:before,
.navigation .mobile-navigation .nav__item ul.submenu li:last-of-type:after {
  content: none
}

.navigation .mobile-navigation .nav__item.open>ul.submenu {
  display: block;
  opacity: 1;
  padding-top: 10px;
  pointer-events: auto;
  position: relative;
  top: 0
}

.navigation .mobile-navigation li {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
  position: relative
}

.navigation .mobile-navigation li.open>div.nav__link:after {
  background-image: url(../../svg/minus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  width: 11px
}

.navigation .mobile-navigation li .nav__link {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%
}

.navigation .mobile-navigation li .nav__link.no-children:after {
  background-image: url(../../svg/chevron_footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  width: 10px
}

.navigation .mobile-navigation li .nav__link:after {
  background-image: none;
  color: #0097e0;
  content: "";
  content: "+";
  font-size: 23px;
  height: auto;
  line-height: 23px;
  margin-left: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto
}

@media (min-width:920px) {
  .navigation .mobile-navigation li .nav__link:after {
    display: none
  }
}

.navigation .mobile-navigation li:after {
  background: #d6dadf;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0
}

.navigation .mobile-navigation li a {
  align-items: center;
  color: #141414;
  display: flex;
  font-family: FrutigerLTPro-Bold, Helvetica, Arial, sans-serif;
  padding-left: 10px
}

.navigation .mobile-navigation li.external {
  position: relative
}

.navigation .mobile-navigation li.external a:after {
  background-image: url(../../svg/arrow_angled_2.svg) !important
}

.navigation .top-nav {
  height: 54px
}

@media (min-width:920px) {
  .navigation .top-nav {
    height: 80px;
    max-height: 90px
  }
}

.navigation .top-nav .logo {
  height: inherit;
  padding: 17px 0 15px;
  width: auto
}

@media (min-width:920px) {
  .navigation .top-nav .logo {
    padding: 22px 0
  }
}

.navigation .top-nav svg,
.navigation .top-nav svg.globe {
  height: 16px;
  width: 16px
}

.navigation .top-nav svg.burger {
  height: 13px;
  margin-bottom: 3px;
  width: 19px
}

.navigation .top-nav .menu-opener {
  position: relative
}

.navigation .top-nav .menu-opener:before {
  background: #666;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px
}

.navigation .nav {
  background-image: linear-gradient(-180deg, #f4f6f9, #ebedf0);
  height: 48px;
  max-height: 59px
}

.navigation .nav .container .nav__item.is--active>a,
.navigation .nav .container a:hover {
  color: #0097e0
}

.navigation .nav .container a svg {
  flex-shrink: 0;
  height: auto;
  margin-bottom: 8px;
  margin-left: 3px;
  width: 7px
}

.navigation .brand-section {
  cursor: pointer;
  position: relative
}

.navigation .brand-section .opener {
  height: 30px
}

.navigation .brand-section .menu {
  background: #eef0f3;
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(9px);
  transition: .4s ease;
  width: 300px
}

.navigation .brand-section .menu a {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 40%, .15);
  display: flex;
  height: 50px;
  max-width: 100%;
  position: relative;
  transition: .4s ease
}

.navigation .brand-section .menu a:last-of-type {
  border-bottom: none
}

.navigation .brand-section .menu a:hover {
  background: #fff
}

.navigation .brand-section .menu a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.navigation .brand-section .menu a img {
  height: 18px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto
}

.navigation .brand-section:hover .menu {
  max-height: 1000px;
  opacity: .5;
  opacity: 1
}

.navigation .nav__item {
  position: relative
}

@media (min-width:920px) {
  .navigation .nav__item {
    margin: 0 15px
  }

  .navigation .nav__item:last-of-type {
    padding-right: 0
  }

  .navigation .nav__item.external {
    position: relative
  }

  .navigation .nav__item.external:hover:after {
    background-image: url(../../svg/arrow_link_blue.svg);
    transform: translate(2px, -2px)
  }

  .navigation .nav__item.external:after {
    background: url(../../svg/arrow_link_dark.svg) no-repeat;
    background-size: 12px 12px;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 8px;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    width: 12px
  }
}

.navigation .nav__item,
.navigation .opener {
  color: #666;
  font-family: FrutigerLTPro-Bold, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase
}

@media screen and (max-height:700px) {
  .menu .inner {
    max-height: 375px;
    overflow-y: scroll;
    position: relative
  }
}

.mobileSearch {
  z-index: 1
}

/*! purgecss end ignore */
.text-grid {
  position: relative
}

@media screen and (max-width:920px) {
  .text-grid .container {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }
}

.text-grid__itemwrapper {
  display: flex;
  flex-wrap: wrap
}

@media (min-width:920px) {
  .text-grid__itemwrapper.limited {
    max-width: 72%
  }
}

@media (min-width:1296px) {
  .text-grid__itemwrapper.limited {
    max-width: 70%
  }
}

@media (min-width:690px) {
  .text-grid__block:nth-child(3n) {
    padding-left: 35px
  }

  .text-grid__block:nth-child(3n-1) {
    padding-left: 35px;
    padding-right: 35px
  }

  .text-grid__block:nth-child(3n-2) {
    padding-right: 35px
  }
}

.text-grid__backdrop img {
  height: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 80%
}

@media (min-width:690px) {
  .text-grid__backdrop img {
    width: 70%
  }
}

@media (min-width:920px) {
  .text-grid__backdrop img {
    height: auto;
    max-width: 410px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: -1
  }
}

.block-text-image {
  margin: 60px 0
}

.block-text-image+.block-text-image {
  margin-top: -30px
}

@media (min-width:768px) {
  .block-text-image+.block-text-image {
    margin-top: 0
  }
}

@media (min-width:1024px) {
  .block-text-image {
    margin: 100px 0
  }

  .block-text-image+.block-text-image {
    margin-top: -20px
  }
}

@media (min-width:1440px) {
  .block-text-image {
    margin: 80px 0
  }

  .block-text-image+.block-text-image {
    margin-top: 0
  }
}

@media (min-width:1920px) {
  .block-text-image {
    margin: 136px 0
  }

  .block-text-image+.block-text-image {
    margin-top: -56px
  }
}

.block-text-image__card {
  border-radius: 3.707px;
  overflow: hidden
}

@media (min-width:1024px) {
  .block-text-image__card {
    grid-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

@media (min-width:1024px) and (min-width:768px) {
  .block-text-image__card {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
}

@media (min-width:1024px) {
  .block-text-image__card {
    grid-gap: 40px;
    border-radius: 8px;
    gap: 40px
  }
}

@media (min-width:1440px) {
  .block-text-image__card {
    grid-gap: 0;
    gap: 0
  }
}

.block-text-image__content {
  align-items: start;
  background: #fff;
  border: .463px solid rgba(0, 0, 0, .2);
  border-radius: 0 0 3.707px 3.707px;
  display: flex;
  flex-direction: column;
  grid-column: span 6/span 6;
  justify-content: center;
  overflow: hidden;
  padding: 48px 16px
}

@media (min-width:768px) {
  .block-text-image__content {
    border-radius: 0 0 8px 8px;
    border-width: 1px;
    padding: 48px 56px
  }
}

@media (min-width:1024px) {
  .block-text-image__content {
    border-radius: 0 8px 8px 0;
    margin-left: -40px;
    padding: 48px 40px
  }
}

@media (min-width:1440px) {
  .block-text-image__content {
    margin-left: 0;
    padding-left: 80px;
    padding-right: 140px
  }
}

@media (min-width:1920px) {
  .block-text-image__content {
    padding-right: 220px
  }
}

.block-text-image__image {
  grid-column: span 6/span 6
}

.block-text-image--image-right .block-text-image__image {
  order: 2
}

@media (min-width:1024px) {
  .block-text-image--image-right .block-text-image__content {
    border-radius: 8px 0 0 8px;
    margin-left: 0;
    margin-right: -40px
  }
}

@media (min-width:1440px) {
  .block-text-image--image-right .block-text-image__content {
    margin-right: 0
  }

  .block-text-image__content {
    grid-column: span 8/span 8
  }

  .block-text-image__image {
    grid-column: span 4/span 4
  }
}

@media (min-width:1920px) {
  .block-text-image__wrapper {
    grid-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

@media (min-width:1920px) and (min-width:768px) {
  .block-text-image__wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
}

@media (min-width:1920px) {
  .block-text-image__card {
    grid-column: span 12/span 12;
    grid-column-start: 1;
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .block-text-image__content {
    grid-column: span 7/span 7
  }

  .block-text-image__image {
    grid-column: span 3/span 3
  }
}

.block-text-image__headline {
  --tw-text-opacity: 1;
  color: rgba(0, 151, 224, var(--tw-text-opacity));
  font-family: FrutigerLTPro;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 40px
}

@media (min-width:690px) {
  a.block-text-image__headline:hover {
    color: #09c
  }
}

@media (min-width:1440px) {
  .block-text-image__headline {
    font-family: FrutigerLTPro;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 48px
  }
}

.block-text-image__copy:not(:last-child),
.block-text-image__headline:not(:last-child) {
  margin-bottom: 24px
}

.numerical_stats__item {
  max-width: 50%;
  min-width: 50%;
  width: 50%
}

@media (min-width:768px) {
  .numerical_stats__item--3 {
    max-width: 33.33%;
    min-width: 33.33%;
    width: 33.33%
  }

  .numerical_stats__item--4 {
    max-width: 25%;
    min-width: 25%;
    width: 25%
  }
}

.myth-fact {
  max-width: 100%;
  overflow: hidden
}

.myth-fact .facts--item:nth-child(2n) {
  position: relative
}

.myth-fact .facts--item:nth-child(2n):before {
  background: hsla(0, 0%, 62%, .1);
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 200vw
}

@media (min-width:920px) {
  .myth-fact .facts--item:nth-child(2n):before {
    left: 0;
    width: 100%
  }
}

.myth-fact .facts--item:nth-child(2n):after {
  background-image: url(../../svg/bottom_right_triangle_white.svg);
  bottom: 0;
  height: 60px;
  position: absolute;
  right: 0;
  width: 60px
}

@media (min-width:920px) {
  .myth-fact .facts--item:nth-child(2n):after {
    content: ""
  }
}

.myth-fact .fact {
  position: relative
}

.myth-fact .fact:before {
  background-image: url(../../svg/bottom_right_triangle_blue.svg);
  background-size: 100%;
  content: "";
  height: 12px;
  left: -4px;
  position: absolute;
  top: -6px;
  transform: translateX(-100%);
  width: 12px
}

@media (min-width:690px) {
  .myth-fact .fact:before {
    left: -8px
  }
}

@media (min-width:920px) {
  .myth-fact .fact:before {
    left: -15px
  }
}

.myth-fact .content--left {
  width: 100%
}

@media (min-width:690px) {
  .myth-fact .content--left {
    width: 33%
  }
}

@media (min-width:920px) {
  .myth-fact .content--left {
    width: 30%
  }
}

.myth-fact .content--right {
  width: 100%
}

@media (min-width:690px) {
  .myth-fact .content--right {
    margin-left: 7%;
    width: 60%
  }
}

@media (min-width:920px) {
  .myth-fact .content--right {
    margin-left: 5%;
    width: 65%
  }
}

.inline-related-information .content {
  border: 1px solid #9d9d9d
}

.inline-related-information a svg polygon {
  fill: #0097e0
}

.inline-data-table table {
  width: 100%
}

.inline-data-table table tr:last-of-type {
  border-bottom: 1px solid #d6d6d6
}

.inline-data-table table tr:first-of-type {
  background: #eef9fe
}

.inline-data-table table tr:first-of-type td {
  color: #0097e0;
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: .24px;
  line-height: 24px;
  padding: 25px 0
}

.inline-data-table table tr:first-of-type td:first-of-type {
  font-size: 0
}

.inline-data-table table tr:nth-child(2n+3) {
  background: #f1f1f1
}

.inline-data-table table tr td {
  border-right: 1px solid #d6d6d6;
  font-family: FrutigerLTPro-Light, Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: .2px;
  line-height: 24px;
  padding: 15px 0;
  text-align: center
}

.inline-data-table table tr td:first-of-type {
  color: #141414;
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: .24px;
  line-height: 24px;
  padding-left: 15px;
  text-align: left
}

.inline-data-table table tr td:last-of-type {
  border-right: none
}

.inline-data-table .table-mobile .row:nth-child(2n) .row--head {
  background: #f1f1f1;
  border: none
}

.inline-data-table .table-mobile .row--mobile {
  border-bottom: 1px solid #c9c9c9
}

.inline-data-table .table-mobile .row--mobile:last-of-type {
  border-bottom: none
}

.inline-data-table .table-mobile .row--head {
  border-bottom: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: .24px;
  line-height: 24px;
  padding: 16px
}

.inline-data-table .table-mobile .row--mobile p {
  flex-basis: 50%;
  font-family: FrutigerLTPro-Light, Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: .2px;
  line-height: 24px;
  padding: 8px 16px;
  text-align: center
}

.inline-data-table .table-mobile .row--mobile p:first-of-type {
  background: #eef9fe;
  color: #0097e0;
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: .24px;
  line-height: 24px;
  text-align: left
}

.downloadable_content .links {
  border-bottom: 2px solid #f1f1f1
}

.downloadable_content .links a {
  flex-shrink: 0
}

.inline_info_table .markdown {
  display: flex;
  flex-direction: column;
  width: 100%
}

.inline_info_table .markdown p {
  padding-bottom: 12px
}

.inline_info_table .markdown p:last-of-type {
  padding-bottom: 0
}

.inline_info_table .markdown strong {
  display: inline-block;
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: .24px;
  line-height: 24px;
  padding-top: 12px
}

@media (min-width:690px) {
  .inline_info_table .markdown strong {
    padding: 0
  }
}

.inline_info_table .row {
  /*! purgecss start ignore */
  /*! purgecss end ignore */
}

@media (min-width:690px) {
  .inline_info_table .row {
    margin: 0 -4px
  }
}

@media (min-width:920px) {
  .inline_info_table .row {
    margin: 0 -7.5px
  }
}

@media (min-width:690px) {
  .inline_info_table .row:not(:last-of-type) {
    position: relative
  }

  .inline_info_table .row:not(:last-of-type):after {
    background-color: #c9c9c9;
    bottom: 0;
    content: "";
    height: 1px;
    left: 4px;
    position: absolute;
    right: 4px;
    z-index: 1
  }
}

@media (min-width:920px) {
  .inline_info_table .row:not(:last-of-type):after {
    left: 7.5px;
    right: 7.5px
  }
}

.inline_info_table .row__left,
.inline_info_table .row__right {
  z-index: 0
}

@media (min-width:690px) {

  .inline_info_table .row__left,
  .inline_info_table .row__right {
    padding: 0 4px
  }
}

@media (min-width:920px) {

  .inline_info_table .row__left,
  .inline_info_table .row__right {
    padding: 0 7.5px
  }
}

@media (min-width:690px) {
  .inline_info_table .row__left {
    width: 30%
  }
}

@media (min-width:1296px) {
  .inline_info_table .row__left {
    width: 25%
  }
}

@media (min-width:690px) {
  .inline_info_table .row__right {
    width: 70%
  }
}

@media (min-width:1296px) {
  .inline_info_table .row__right {
    width: 75%
  }
}

.side_by_side .number {
  align-items: center;
  background: #0097e0;
  border-radius: 16px;
  color: #fff;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px
}

@media (min-width:690px) {
  .side_by_side .content {
    margin: 0 -7px
  }

  .side_by_side .content .item {
    padding: 0 7px
  }

  .headquarters .content {
    margin-left: -12.5px
  }
}

@media (min-width:1296px) {
  .headquarters .content {
    margin-left: -30px
  }
}

@media (min-width:690px) {
  .headquarters .content .item {
    padding: 0 12.5px;
    width: 50%
  }
}

@media (min-width:1296px) {
  .headquarters .content .item {
    padding: 0 30px;
    width: 33%
  }
}

.headquarters .content .item:first-of-type {
  margin-top: 0
}

@media (min-width:690px) {
  .headquarters .content .item:nth-child(2) {
    margin-top: 0
  }
}

@media (min-width:1296px) {
  .headquarters .content .item:nth-child(3) {
    margin-top: 0
  }
}

@media (min-width:690px) {
  .headquarters a:hover svg {
    transform: translateX(10px)
  }
}

.headquarters .external-arrow svg {
  transition: .15s cubic-bezier(.47, 0, .745, .715)
}

.headquarters .external-arrow svg g {
  stroke: #0097e0
}

.large_image_blade {
  position: relative
}

.large_image_blade .image--faded .img:before {
  background: linear-gradient(-180deg, hsla(0, 0%, 8%, .3), rgba(0, 0, 0, .5));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.large_image_blade .image .img:after {
  background-image: url(../../svg/bottom_right_triangle_white.svg);
  background-size: 100%;
  bottom: -1px;
  content: "";
  height: 33px;
  position: absolute;
  right: -1px;
  width: 33px;
  z-index: 2
}

@media (min-width:920px) {
  .large_image_blade .image .img:after {
    height: 61px;
    width: 61px
  }
}

.large_image_blade .center {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2
}

@media (min-width:690px) {
  .blue_block_grid .content {
    margin: 0 -4px
  }
}

@media (min-width:920px) {
  .blue_block_grid .content {
    margin: 0 -7.5px
  }
}

@media (min-width:690px) {
  .blue_block_grid .content .item {
    padding: 0 4px;
    width: 33.33%
  }
}

@media (min-width:920px) {
  .blue_block_grid .content .item {
    padding: 0 7.5px
  }
}

.blue_block_grid .content .block {
  position: relative
}

.blue_block_grid .content .block:first-of-type {
  margin-top: 0
}

@media (min-width:690px) {
  .blue_block_grid .content .block {
    margin-top: 0
  }

  .blue_block_grid .content .block:nth-child(1n+4) {
    margin-top: 24px
  }
}

.blue_block_grid .content .block p {
  font-weight: 500
}

.blue_block_grid .content .block:after {
  background-image: url(../../svg/bottom_right_triangle_white.svg);
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 32px;
  position: absolute;
  right: 0;
  width: 32px;
  z-index: 2
}

@media (min-width:920px) {
  .blue_block_grid .content .block:after {
    height: 60px;
    width: 60px
  }
}

.value_blocks--block svg {
  transition: .15s cubic-bezier(.47, 0, .745, .715)
}

@media (min-width:690px) {
  .value_blocks--block a:hover .internal svg {
    transform: translateX(10px)
  }

  .value_blocks--block a:hover .external svg {
    transform: translateY(-3px)
  }
}

.value_blocks .image {
  overflow: hidden;
  position: relative
}

.value_blocks .image:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  height: 32px;
  position: absolute;
  right: 0;
  transform: translateX(50%) translateY(50%) rotate(-45deg);
  width: 32px;
  z-index: 2
}

@media (min-width:920px) {
  .value_blocks .image:after {
    height: 60px;
    width: 60px
  }
}

@media (min-width:690px) {
  .value_blocks .content {
    margin: 0 -4px
  }
}

@media (min-width:920px) {
  .value_blocks .content {
    margin: 0 -20px
  }
}

@media (min-width:1296px) {
  .value_blocks .content {
    margin: 0 -35px
  }
}

.value_blocks .content .item:first-child .value_blocks--block {
  margin-top: 0
}

@media (min-width:690px) {
  .value_blocks .content .item {
    padding: 0 4px;
    width: 33.333%
  }
}

@media (min-width:920px) {
  .value_blocks .content .item {
    padding: 0 20px
  }
}

@media (min-width:1296px) {
  .value_blocks .content .item {
    padding: 0 35px
  }
}

.value_blocks .content .block-body-text {
  --tw-text-opacity: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  color: rgba(20, 20, 20, var(--tw-text-opacity));
  font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .2px;
  line-height: 24px
}

.career_cards .card {
  border-bottom: 2px solid #f3f3f3;
  position: relative
}

.career_cards .card:last-of-type {
  border-bottom: none
}

@media (min-width:690px) {
  .career_cards .card:last-of-type {
    border-bottom: 2px solid #f3f3f3
  }
}

.career_cards .card .image {
  height: auto;
  min-height: 1px;
  width: 150px
}

.career_cards .card .image picture {
  width: inherit
}

.career_cards .card img {
  -o-object-fit: contain;
  object-fit: contain
}

.career_cards .card a svg {
  transform: translateY(-3px)
}

.career_cards .card a svg polygon {
  fill: #0097e0
}

@media (min-width:690px) {
  .two_column_w_overlay {
    background-color: transparent !important
  }
}

.two_column_w_overlay .card:first-of-type {
  margin-top: 0
}

@media (min-width:920px) {
  .two_column_w_overlay .card:nth-child(2) {
    margin-top: 0
  }
}

.two_column_w_overlay .card .image {
  position: relative
}

.two_column_w_overlay .card .image:after {
  border-right: 31px solid #fff;
  border-top: 31px solid transparent;
  bottom: -1px;
  content: "";
  position: absolute;
  right: -1px;
  z-index: 3
}

@media (min-width:690px) {
  .two_column_w_overlay .card .image:after {
    border-right-color: #fff
  }
}

@media (min-width:920px) {
  .two_column_w_overlay .card .image:after {
    border-right: 61px solid #fff;
    border-top: 61px solid transparent
  }
}

@media (min-width:690px) {
  .two_column_w_overlay .card .image .caption {
    bottom: 0;
    position: absolute;
    right: 0
  }
}

.two_column_w_overlay .card .image--lightblue {
  position: relative
}

@media (min-width:690px) {
  .two_column_w_overlay .card .image--lightblue:after {
    border-right-color: #eef9fe
  }

  .two_column_w_overlay .card .image--lightgrey:after {
    border-right-color: #f1f1f1
  }
}

.two_column_w_overlay .card a svg polygon {
  fill: #0097e0
}

@media (min-width:920px) {
  .two_column_w_overlay .content {
    margin: 0 -7.5px
  }
}

.two_column_w_overlay .content .card {
  padding: 0 7.5px
}

.logo_carousel .item:first-child,
.logo_carousel .item:nth-child(2) {
  margin-top: 0
}

.logo_carousel .item img {
  margin: 0 auto;
  max-height: 50px;
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain
}

@media (min-width:690px) {
  .logo_carousel .grid--normal .item {
    width: 25%
  }

  .logo_carousel .grid--normal .item:nth-child(3),
  .logo_carousel .grid--normal .item:nth-child(4) {
    margin-top: 0
  }

  .logo_carousel .grid--extended .item {
    width: 33.3%
  }

  .logo_carousel .grid--extended .item:nth-child(3) {
    margin-top: 0
  }
}

.video_module .icon img {
  height: auto;
  max-width: 128px;
  width: 42px
}

@media (min-width:690px) {
  .video_module .icon img {
    max-width: 256px;
    width: 52px
  }
}

.video_module #player {
  opacity: 0;
  transition: .5s ease
}

.video_module .plyr {
  background: #fff;
  margin: -1px;
  max-width: 101%
}

.video_module .plyr__video-wrapper {
  background: #fff;
  height: 100%;
  padding-bottom: 0
}

.video_module .preview {
  overflow: hidden;
  position: relative
}

.video_module .preview svg {
  cursor: pointer;
  height: auto;
  left: 50%;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px
}

.video_module .preview:after {
  background-image: url(../../svg/bottom_right_triangle_white.svg);
  background-size: 100%;
  bottom: -1px;
  content: "";
  height: 33px;
  position: absolute;
  right: -1px;
  width: 33px;
  z-index: 2
}

@media (min-width:920px) {
  .video_module .preview:after {
    height: 61px;
    width: 61px
  }
}

.video_module video {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  opacity: 1;
  pointer-events: none;
  pointer-events: auto;
  transition: .4s ease;
  z-index: 10
}

.video_module iframe,
.video_module video {
  height: 100%;
  width: 100%
}

@media screen and (max-width:768px) {
  .plyr__video-wrapper {
    height: 65vh !important;
    margin-left: -50%;
    padding: 0 !important;
    width: 164vh !important
  }
}

.video_header {
  position: relative
}

.video_header__gradient {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%
}

.video_header__gradient svg {
  height: auto;
  width: 100%
}

.charts canvas {
  height: auto !important
}

.charts__legend {
  display: block
}

.charts__legend p {
  height: 20px;
  line-height: 20px;
  position: relative
}

.charts__legend p:before {
  border-radius: 10px;
  content: "";
  display: block;
  height: 20px;
  left: -34px;
  position: absolute;
  top: 0;
  width: 20px
}

.charts__legend p:first-child:before {
  background-color: #0097e0
}

.charts__legend p:nth-child(2):before {
  background-color: #54c3f1
}

.charts__legend p:nth-child(3):before {
  background-color: #c8eefe
}

.charts__legend p:nth-child(4):before {
  background-color: #0059cb
}

.charts__legend p:nth-child(5):before {
  background-color: #000578
}

.charts__legend p:nth-child(6):before {
  background-color: #141414
}

.slider .swiper-slide {
  position: relative
}

.slider .swiper-slide:after {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.slider .swiper-slide-active:after,
.slider .swiper-slide-next:after {
  background: linear-gradient(180deg, transparent 49%, rgba(0, 0, 0, .5))
}

.slider .swiper-slide-active .slider__content,
.slider .swiper-slide-next .slider__content {
  opacity: 1
}

.slider .slider__content {
  flex-direction: column
}

@media (min-width:920px) {
  .slider .slider__content {
    display: flex
  }
}

.slider .slide-description {
  flex-grow: 1
}

.slider .slide-cta {
  color: #00a0e4;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px
}

.slider .slide-cta.mobile-slide-cta {
  display: block
}

@media (min-width:768px) {
  .slider .slide-cta.mobile-slide-cta {
    display: none
  }
}

.slider .slide-cta.tablet-slide-cta {
  display: none
}

@media (min-width:768px) {
  .slider .slide-cta.tablet-slide-cta {
    display: block;
    padding-bottom: 16px
  }
}

@media (min-width:920px) {
  .slider .slide-cta.tablet-slide-cta {
    display: none
  }
}

.slider .slide-cta a {
  grid-column-gap: 8px;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  flex-direction: row
}

.slider .container,
.slider__slide {
  position: relative
}

.slider__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.slider__content {
  background-color: #fff;
  display: none;
  left: 56px;
  opacity: 0;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  z-index: 2
}

@media (min-width:920px) {
  .slider__content {
    display: block;
    max-height: 85%;
    min-height: 70%
  }
}

@media (min-width:690px) {
  .slider__content {
    min-width: 350px
  }
}

@media (min-width:920px) {
  .slider__content {
    min-width: 550px
  }
}

@media (min-width:1296px) {
  .slider__content {
    width: 35%
  }
}

.slider__nav {
  background-color: #0097e0;
  border-radius: 20px;
  display: none;
  height: 40px;
  width: 40px
}

@media (min-width:920px) {
  .slider__nav {
    display: flex
  }
}

.slider__nav svg {
  height: 12px
}

.slider__nav svg g {
  stroke-width: 2px;
  color: #fff
}

.slider__nav:after {
  display: none
}

.slider__nav--prev {
  left: 3%;
  transform: rotate(180deg)
}

.slider__nav--next {
  right: 3%
}

.slider__progress {
  align-items: flex-end;
  bottom: 0;
  left: 50%;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  right: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100
}

@media (min-width:690px) {
  .slider__progress {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:920px) {
  .slider__progress {
    padding-left: 56px;
    padding-right: 56px
  }
}

.slider__progress_wrapper {
  overflow: hidden;
  visibility: hidden;
  width: 0
}

@media (min-width:690px) {
  .slider__progress_wrapper {
    text-align: center;
    visibility: visible;
    width: 100%
  }
}

.slider__progress_wrapper span {
  opacity: .5;
  transition: opacity .2s ease
}

.slider__progressbar {
  background-color: hsla(0, 0%, 100%, .5);
  height: 4px;
  margin-left: 2px;
  transition: height .2s ease;
  width: 100%
}

.slider__progressbar div {
  background-color: #0097e0;
  height: 100%;
  opacity: 0;
  width: 0
}

.slider .active.slider__progress_wrapper {
  visibility: visible;
  width: 100%
}

.slider .active.slider__progress_wrapper span {
  opacity: 1
}

.slider .active .slider__progressbar {
  height: 8px
}

.slider .active .slider__progressbar div {
  opacity: 1;
  width: 100%
}

.slider:not(.autoplay-disabled) .active .slider__progressbar div {
  transition: width 8s linear
}

.slider .swiper-container {
  position: relative
}

.slider .swiper-button-next.swiper-button-disabled,
.slider .swiper-button-prev.swiper-button-disabled {
  cursor: pointer;
  opacity: 1;
  pointer-events: all
}

@media (min-width:690px) {
  .three_column_wide .grid_container:after {
    content: "";
    display: block;
    flex-basis: calc(33.33333% - 37px)
  }
}

@media (min-width:920px) {
  .three_column_wide .grid_container:after {
    flex-basis: calc(33.333% - 53px)
  }
}

@media (min-width:1296px) {
  .three_column_wide .grid_container:after {
    flex-basis: calc(33.333% - 70px)
  }
}

.cta_double .lightblue .content {
  text-align: left
}

.cta_double .lightblue .content:after {
  border-right-color: #eef9fe
}

.cta_double .lightgrey .content {
  text-align: left
}

.cta_double .lightgrey .content:after {
  border-right-color: #f1f1f1
}

@media (min-width:690px) {
  .cta_double .items {
    margin: 0 -5px
  }
}

@media (min-width:920px) {
  .cta_double .items {
    margin: 0 -7.5px
  }
}

@media (min-width:690px) {
  .cta_double .items .col {
    padding: 0 5px;
    width: 50%
  }
}

@media (min-width:920px) {
  .cta_double .items .col {
    padding: 0 7.5px
  }
}

.inline-content-hero__expandable {
  height: 0;
  overflow: hidden;
  transform-origin: top;
  transition: transform .3s ease-out
}

.inline-content-hero__expandable.open {
  height: auto
}

.inline-content-hero__expandable .container {
  padding: 0 !important;
  width: 100% !important
}

.inline-content-hero__expandable .container>div {
  width: 100% !important
}

@media (min-width:690px) {
  .timeline__timeline {
    height: 300px;
    position: relative
  }
}

.timeline__line {
  background: #0097e0;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}

.timeline__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.timeline__anchor {
  position: relative;
  width: 12px
}

.timeline__anchor.active:before {
  background-color: #0097e0
}

.timeline__anchor:before {
  background-color: #9d9d9d;
  border: 1px solid #eef9fe;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: -50%;
  width: 12px
}

.timeline__anchor span {
  display: block;
  left: 50%;
  margin-top: -30px;
  padding: 30px;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  white-space: nowrap
}

.timeline__popover {
  -webkit-clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 0);
  padding-bottom: 28px !important;
  visibility: hidden;
  width: 314px
}

.timeline__popover>div {
  background-color: #fff
}

.timeline__popover[data-show] {
  visibility: visible
}

.timeline__popover:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  bottom: 16px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0
}

.timeline__mobile {
  max-width: 100vw;
  overflow: hidden;
  padding-left: 20px
}

.timeline__mobile .swiper-container {
  margin-left: 0;
  overflow: visible;
  width: 74%
}

.timeline__mobile .swiper-slide>.content {
  -webkit-clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 0);
  position: relative
}

.timeline__mobile .swiper-slide>.content:after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  bottom: -12px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0
}

.timeline__mobile-line {
  background: #0097e0;
  height: 1px;
  transform: translateY(-87px);
  width: 100%
}

.timeline.hasImage .timeline__mobile {
  bottom: 0;
  position: absolute
}

.timeline.hasImage .container {
  padding-bottom: 130px
}

@media (min-width:690px) {
  .timeline.hasImage .container {
    padding-bottom: 0
  }
}

.timeline__image {
  -webkit-clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 0)
}

@media (min-width:690px) {
  .timeline__image {
    -webkit-clip-path: polygon(0 0, 0 100%, 92.5% 100%, 100% 85%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 92.5% 100%, 100% 85%, 100% 0)
  }

  .link_blocks .content {
    margin-left: -8px
  }
}

@media (min-width:920px) {
  .link_blocks .content {
    margin-left: -15px
  }
}

.link_blocks .content .item {
  position: relative;
  width: 100%
}

@media (min-width:690px) {
  .link_blocks .content .item {
    padding: 0 8px;
    width: 33.33%
  }
}

@media (min-width:920px) {
  .link_blocks .content .item {
    padding: 0 15px
  }
}

.link_blocks .content .item:after {
  border-right: 28px solid #fff;
  border-top: 28px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0
}

.horizontal_media_block .inner {
  position: relative
}

.horizontal_media_block .inner:after {
  border-right: 33px solid #fff;
  border-top: 33px solid transparent;
  bottom: -1px;
  content: "";
  height: 33px;
  position: absolute;
  right: -1px;
  width: 33px
}

@media (min-width:920px) {
  .horizontal_media_block .inner:after {
    border-right: 61px solid #fff;
    border-top: 61px solid transparent;
    height: 61px;
    width: 61px
  }
}

.horizontal_media_block .eyebrow--image {
  width: 80px
}

@media (min-width:690px) {
  .horizontal_media_block .eyebrow--image {
    width: 160px
  }
}

.horizontal_media_block .numbers,
.horizontal_media_block .separated_content {
  position: relative
}

.horizontal_media_block .numbers:before,
.horizontal_media_block .separated_content:before {
  background: #d8d8d8;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 32px;
  width: 32px
}

.horizontal_media_block .separated_content img {
  display: inline;
  max-width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left
}

.horizontal_media_block .separated_content a svg {
  height: auto;
  transform: translateY(-3px);
  width: 7px
}

.horizontal_media_block .numbers .number--box {
  align-items: center;
  background: #0097e0;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 10px;
  height: 20px;
  justify-content: center;
  width: 20px
}

.horizontal_media_block .main_image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.wysiwyg * {
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif
}

.wysiwyg h2 {
  font-family: FrutigerLTPro-Bold, Helvetica, Arial, sans-serif;
  font-size: 24px
}

.wysiwyg p {
  font-size: 16px;
  line-height: 24px
}

@media (min-width:690px) {
  .inline-image .content {
    margin: 0 -5px;
    margin: 0 -7.5px
  }

  .inline-image .content .item {
    padding: 0 5px
  }
}

@media (min-width:920px) {
  .inline-image .content .item {
    padding: 0 7.5px
  }
}

.inline-image .content .item img {
  min-height: 1px
}

.search-input {
  border-radius: 3px;
  width: 100%
}

@media (min-width:690px) {
  .search-input {
    width: 220px
  }
}

.search-input__input {
  height: 30px;
  padding-left: 10px;
  padding-right: 20px;
  width: 100%
}

.search-input svg {
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px
}

.home_careers .box {
  border: 1px solid #e5e7eb;
  border-radius: 8px
}

.home_careers .box .text {
  max-width: 640px
}

.home_comfort_pillar {
  background-color: #cbedf9;
  margin-top: 0;
  padding-top: 32px
}

@media (min-width:768px) {
  .home_comfort_pillar {
    padding-top: 56px
  }
}

@media (min-width:1024px) {
  .home_comfort_pillar {
    margin-top: -560px;
    padding-top: 560px
  }
}

.home_comfort_pillar:before {
  background: linear-gradient(180deg, #cbedf9, rgba(35, 31, 32, 0) 33.56%), rgba(35, 31, 32, 0);
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

@media (min-width:1024px) {
  .home_comfort_pillar:before {
    display: block
  }
}

.home_comfort_pillar .image-grid-wrap {
  z-index: 0
}

.home_comfort_pillar .image-grid-wrap .image-grid {
  grid-gap: 16px;
  display: block;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  width: 10000%
}

.home_comfort_pillar .image-grid-wrap .image-grid .col {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -400px;
  width: 100%
}

.home_comfort_pillar .image-grid-wrap .image-grid .col:nth-child(2) {
  margin-left: -250px;
  margin-top: 0
}

@media (min-width:1024px) {
  .home_comfort_pillar .image-grid-wrap .image-grid .col {
    display: block;
    margin-left: 0;
    margin-top: -600px;
    width: 50%
  }

  .home_comfort_pillar .image-grid-wrap .image-grid .col:nth-child(2) {
    margin-left: 0;
    margin-top: -450px
  }
}

.home_comfort_pillar .image-grid-wrap .image-grid .image {
  aspect-ratio: 224/145;
  border-radius: 8px;
  height: 145px;
  margin-bottom: 8px;
  margin-right: 8px;
  overflow: hidden;
  width: auto
}

.home_comfort_pillar .image-grid-wrap .image-grid .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%
}

@media (min-width:768px) {
  .home_comfort_pillar .image-grid-wrap .image-grid .image {
    aspect-ratio: 264/172;
    height: 172px
  }
}

@media (min-width:1024px) {
  .home_comfort_pillar .image-grid-wrap .image-grid .image {
    aspect-ratio: 468/622;
    height: auto;
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%
  }

  .home_comfort_pillar .image-grid-wrap .image-grid {
    display: flex;
    flex-direction: row;
    width: 100%
  }
}

.home_comfort_pillar:is(.home_comfort_pillar--light) {
  background-color: #e5e7eb;
  padding-bottom: 164px;
  padding-top: 0
}

@media (min-width:768px) {
  .home_comfort_pillar:is(.home_comfort_pillar--light) {
    padding-bottom: 309px
  }
}

@media (min-width:1024px) {
  .home_comfort_pillar:is(.home_comfort_pillar--light) {
    padding-bottom: 36px;
    padding-top: 560px
  }
}

@media (min-width:1440px) {
  .home_comfort_pillar:is(.home_comfort_pillar--light) {
    padding-bottom: 0
  }
}

.home_comfort_pillar:is(.home_comfort_pillar--light):before {
  background: linear-gradient(180deg, #cbedf9, rgba(229, 231, 235, 0) 33.56%), #e5e7eb
}

.home_comfort_pillar:is(.home_comfort_pillar--light) .headline {
  --tw-text-opacity: 1;
  color: rgba(0, 151, 224, var(--tw-text-opacity))
}

@media (min-width:690px) {
  a.home_comfort_pillar:is(.home_comfort_pillar--light) .headline:hover {
    color: #09c
  }
}

.home_comfort_pillar:is(.home_comfort_pillar--light) .home_comfort_pillar__copy,
.home_comfort_pillar:is(.home_comfort_pillar--light) .home_comfort_pillar__eyebrow {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.home_comfort_pillar:is(.home_comfort_pillar--single-image) .image-grid-wrap {
  bottom: 0;
  top: 0;
  z-index: 1
}

@media (min-width:768px) {
  .home_comfort_pillar:is(.home_comfort_pillar--single-image) .image-grid-wrap {
    height: auto;
    top: 0
  }
}

@media (min-width:1024px) {
  .home_comfort_pillar:is(.home_comfort_pillar--single-image) .image-grid-wrap {
    top: 560px
  }
}

.home_comfort_pillar:is(.home_comfort_pillar--single-image) .image-grid {
  height: 100%;
  width: 100%
}

.home_comfort_pillar:is(.home_comfort_pillar--single-image) .image-grid img,
.home_comfort_pillar:is(.home_comfort_pillar--single-image) .image-grid picture {
  aspect-ratio: 1;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media (min-width:768px) {

  .home_comfort_pillar:is(.home_comfort_pillar--single-image) .image-grid img,
  .home_comfort_pillar:is(.home_comfort_pillar--single-image) .image-grid picture {
    aspect-ratio: 768/397;
    -o-object-position: top;
    object-position: top
  }
}

@media (min-width:1024px) {

  .home_comfort_pillar:is(.home_comfort_pillar--single-image) .image-grid img,
  .home_comfort_pillar:is(.home_comfort_pillar--single-image) .image-grid picture {
    aspect-ratio: unset;
    height: 100%;
    -o-object-position: unset;
    object-position: unset
  }
}

@media (min-width:1024px) {
  .home_comfort_pillar:is(.home_comfort_pillar--single-image) .image-grid:after {
    background: linear-gradient(180deg, rgba(230, 232, 236, .4), rgba(230, 232, 236, 0) 15.54%);
    background: linear-gradient(180deg, transparent 72.33%, #000 100.03%), linear-gradient(180deg, #e5e7eb, rgba(229, 231, 235, .333) 7%, rgba(230, 232, 236, 0) 15%), transparent -165px -66px/117.169% 105.898% no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }
}

.home_community_pillar {
  padding-bottom: 56px
}

@media (min-width:768px) {
  .home_community_pillar {
    padding-bottom: 0
  }
}

.home_community_pillar .slider__content {
  opacity: 1
}

@media (min-width:920px) {
  .home_community_pillar .slider__content {
    min-width: 364px
  }
}

@media (min-width:1440px) {
  .home_community_pillar .slider__content {
    min-width: 530px
  }
}

@media (min-width:768px) {
  .home_community_pillar .slider__nav {
    display: flex;
    top: 192px
  }
}

@media (min-width:1024px) {
  .home_community_pillar .slider__nav {
    top: 50%
  }
}

.home_hero_section .panel {
  height: auto
}

@media (min-width:768px) {
  .home_hero_section .panel {
    height: calc(100vh - 125px)
  }
}

.home_hero_section .bg,
.home_hero_section .bg .img {
  transition: all 0ms ease-in-out
}

.home_hero_section .bg:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.home_hero_section .bg-mobile {
  aspect-ratio: 375/440
}

.home_hero_section .bg-mobile:after {
  background: linear-gradient(1turn, #1a2136 1.12%, rgba(0, 0, 0, .01) 30.75%, rgba(32, 47, 79, 0) 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.home_hero_section .video {
  aspect-ratio: 375/440
}

.home_hero_section .video .video-inner,
.home_hero_section .video iframe,
.home_hero_section .video video {
  aspect-ratio: 16/9;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.home_hero_section .video iframe,
.home_hero_section .video video {
  height: 56.25vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100vw
}

.home_hero_section .video:after {
  background: linear-gradient(1turn, #1a2136 1.12%, rgba(0, 0, 0, .01) 30.75%, rgba(32, 47, 79, 0) 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.home_hero_section .video .aspect-video-wide {
  aspect-ratio: 1920/772
}

.home_hero_section .video .aspect-video-wide iframe,
.home_hero_section .video .aspect-video-wide video {
  aspect-ratio: 1920/772;
  height: 40.21vw;
  width: 100vw
}

.home_hero_section .video iframe:not(:first-of-type) {
  display: none
}

@media (min-width:768px) {
  .home_hero_section .video iframe:not(:first-of-type) {
    display: block
  }

  .home_hero_section .video {
    aspect-ratio: auto
  }

  .home_hero_section .video:after {
    display: block
  }
}

.home_hero_section .cards {
  margin-bottom: 26px
}

.home_hero_section .cards .card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #0097e0;
  flex: 1 0 calc(50% - 24px);
  margin-bottom: 24px
}

.home_hero_section .cards .card .img svg {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto
}

@media (min-width:768px) {
  .home_hero_section .cards .card {
    flex: 1 0 calc(25% - 24px);
    margin-bottom: 0
  }
}

.home_hero_section .cards .card:hover {
  background-color: #0097e0;
  border-color: #0097e0;
  color: #fff
}

.home_innovation_pillar_open {
  background-color: #cbedf9
}

@media (min-width:768px) {
  .home_innovation_pillar_open {
    margin-left: -38px;
    margin-right: -38px
  }
}

@media (min-width:1024px) {
  .home_innovation_pillar_open {
    margin-left: unset;
    margin-right: unset
  }

  .home_innovation_pillar_open .inner {
    border-radius: 8px
  }
}

@media (min-width:1440px) {
  .home_innovation_pillar_open .inner {
    border-radius: 8px
  }
}

.home_innovation_pillar_open .inner .bg {
  aspect-ratio: 375/400
}

@media (min-width:768px) {
  .home_innovation_pillar_open .inner .bg {
    aspect-ratio: 768/432
  }
}

@media (min-width:1024px) {
  .home_innovation_pillar_open .inner .bg {
    aspect-ratio: auto;
    height: 100%
  }
}

.home_innovation_pillar_open .inner .video .video-inner,
.home_innovation_pillar_open .inner .video iframe,
.home_innovation_pillar_open .inner .video video {
  aspect-ratio: 16/9;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.home_innovation_pillar_open .inner .video iframe,
.home_innovation_pillar_open .inner .video video {
  height: 56.25vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100vw
}

.home_innovation_pillar_open .inner .video .aspect-video-wide {
  aspect-ratio: 1920/772
}

.home_innovation_pillar_open .inner .video .aspect-video-wide iframe,
.home_innovation_pillar_open .inner .video .aspect-video-wide video {
  aspect-ratio: 1920/772;
  height: 40.21vw;
  width: 100vw
}

@media (min-width:768px) {
  .home_innovation_pillar_open .slider .swiper-container {
    padding-right: 3.2rem
  }
}

@media (min-width:1024px) {
  .home_innovation_pillar_open .slider .swiper-container {
    overflow: hidden;
    padding-right: 0
  }
}

.home_innovation_pillar_open .slider .swiper-slide {
  position: relative
}

@media (min-width:1024px) {
  .home_innovation_pillar_open .slider .swiper-slide {
    margin-right: 0
  }
}

.home_innovation_pillar_open .slider .swiper-slide:after {
  display: none
}

.home_innovation_pillar_open .slider .swiper-slide:last-child {
  margin-right: 72px
}

.home_innovation_pillar_open .slider .swiper-slide-active:after {
  background: none
}

.home_innovation_pillar_open .slider .swiper-slide-active .slider__content {
  opacity: 1
}

.home_innovation_pillar_open .slider .container {
  position: relative
}

.home_innovation_pillar_open .slider__slide {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.home_innovation_pillar_open .slider__content {
  background-color: transparent;
  display: flex;
  height: 240px;
  left: 0;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  overflow-y: hidden;
  padding: 32px;
  position: relative;
  top: 0;
  transform: translateY(0);
  width: 100%;
  z-index: 2
}

.home_innovation_pillar_open .slider__nav-wrap {
  position: relative
}

.home_innovation_pillar_open .slider__nav {
  background-color: transparent;
  border-radius: 0;
  display: flex;
  height: 13px;
  margin-left: 16px;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 13px
}

.home_innovation_pillar_open .slider__nav svg {
  height: 12px;
  scale: 1.2
}

.home_innovation_pillar_open .slider__nav svg g {
  stroke-width: 2px;
  color: #0097e0
}

.home_innovation_pillar_open .slider__nav:after {
  display: none
}

.home_innovation_pillar_open .slider__nav--prev {
  left: 0;
  transform: rotate(180deg)
}

.home_innovation_pillar_open .slider__nav--next {
  right: 0
}

.home_innovation_pillar_open .slider__progress {
  align-items: flex-start;
  bottom: auto;
  padding-right: 36px;
  position: relative;
  width: 100%;
  z-index: 100
}

@media (min-width:768px) {
  .home_innovation_pillar_open .slider__progress {
    padding-right: 0
  }
}

@media (min-width:1024px) {
  .home_innovation_pillar_open .slider__progress {
    padding-right: 0
  }
}

.home_innovation_pillar_open .slider__progress_wrapper {
  overflow: hidden;
  visibility: hidden;
  width: 0
}

.home_innovation_pillar_open .slider__progress_wrapper span {
  opacity: .5;
  transition: opacity .2s ease
}

.home_innovation_pillar_open .slider__progressbar {
  background-color: rgba(0, 0, 0, .08);
  height: 1px;
  margin: 0;
  padding: 0;
  transition: height .2s ease;
  width: 100%
}

.home_innovation_pillar_open .slider__progressbar div {
  background-color: #0097e0;
  height: 100%;
  opacity: 0;
  width: 0
}

.home_innovation_pillar_open .slider .active.slider__progress_wrapper {
  visibility: visible;
  width: 100%
}

.home_innovation_pillar_open .slider .active.slider__progress_wrapper span {
  opacity: 1
}

.home_innovation_pillar_open .slider .active .slider__progressbar {
  height: 1px
}

.home_innovation_pillar_open .slider .active .slider__progressbar div {
  opacity: 1;
  transition: width 8s linear;
  width: 100%
}

.home_innovation_pillar_open .slider .swiper-container {
  position: relative
}

.home_innovation_pillar_tech {
  background-color: #cbedf9
}

.home_innovation_pillar_tech .img {
  border-radius: 8px;
  overflow: hidden
}

.home_innovation_pillar_tech .pin {
  left: 0 !important
}

@media (min-width:1024px) {
  .home_innovation_pillar_tech .card-wrap {
    max-width: 440px
  }
}

@media (min-width:768px) {
  .home_innovation_pillar_tech .card-wrap .card:nth-child(2n) .content-wrap {
    padding-left: 70px
  }
}

@media (min-width:1024px) {
  .home_innovation_pillar_tech .card-wrap .card:nth-child(2n) .content-wrap {
    padding-left: 0
  }
}

@media (min-width:768px) {
  .home_innovation_pillar_tech .card-wrap .card:nth-child(odd) {
    flex-direction: row-reverse
  }

  .home_innovation_pillar_tech .card-wrap .card:nth-child(odd) .content-wrap {
    padding-right: 70px
  }
}

@media (min-width:1024px) {
  .home_innovation_pillar_tech .card-wrap .card:nth-child(odd) .content-wrap {
    padding-right: 0
  }
}

.home_stats_card {
  background: linear-gradient(0deg, #cbedf9 .6%, hsla(0, 0%, 100%, 0) 28.91%)
}

.home_stats_card .stats-cards-eyebrow {
  color: #00a0e4;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  margin-bottom: 10px;
  text-transform: uppercase
}

.home_stats_card .slider__content .icon img {
  max-height: 48px;
  width: auto
}

@media (min-width:690px) {
  .home_stats_card .slider__content .icon img {
    max-height: 64px
  }
}

.home_stats_card .slider .swiper-slide {
  margin-right: 16px;
  position: relative
}

.home_stats_card .slider .swiper-slide:after {
  display: none
}

.home_stats_card .slider .swiper-slide.bg-daikinblue a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width:690px) {
  a.home_stats_card .slider .swiper-slide.bg-daikinblue a:hover:hover {
    color: #09c
  }
}

.home_stats_card .slider .swiper-slide-active .slider__content {
  opacity: 1
}

.home_stats_card .slider .img:after {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.home_stats_card .slider .container {
  position: relative
}

.home_stats_card .slider__slide {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.home_stats_card .slider__content {
  background-color: transparent;
  display: flex;
  height: 390px;
  left: 0;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  overflow: hidden;
  padding: 32px;
  position: relative;
  top: 0;
  transform: translateY(0);
  width: 100%;
  z-index: 2
}

.home_stats_card .slider__content p {
  margin-bottom: 8px
}

.home_stats_card .slider__content p strong {
  font-weight: 700
}

.home_stats_card .slider__nav-wrap {
  position: relative
}

.home_stats_card .slider__nav {
  background-color: #0097e0;
  border-radius: 20px;
  display: flex;
  height: 40px;
  margin-left: 16px;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 40px
}

.home_stats_card .slider__nav svg {
  height: 12px
}

.home_stats_card .slider__nav svg g {
  stroke-width: 2px;
  color: #fff
}

.home_stats_card .slider__nav:after {
  display: none
}

.home_stats_card .slider__nav--prev {
  left: 0;
  transform: rotate(180deg)
}

.home_stats_card .slider__nav--next {
  right: 0
}

.home_stats_card .slider__progress {
  align-items: flex-end;
  bottom: 0;
  left: 50%;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  right: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100
}

@media (min-width:690px) {
  .home_stats_card .slider__progress {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:920px) {
  .home_stats_card .slider__progress {
    padding-left: 56px;
    padding-right: 56px
  }
}

.home_stats_card .slider__progress_wrapper {
  overflow: hidden;
  visibility: hidden;
  width: 0
}

@media (min-width:690px) {
  .home_stats_card .slider__progress_wrapper {
    text-align: center;
    visibility: visible;
    width: 100%
  }
}

.home_stats_card .slider__progress_wrapper span {
  opacity: .5;
  transition: opacity .2s ease
}

.home_stats_card .slider__progressbar {
  background-color: hsla(0, 0%, 100%, .5);
  height: 4px;
  margin-left: 2px;
  transition: height .2s ease;
  width: 100%
}

.home_stats_card .slider__progressbar div {
  background-color: #0097e0;
  height: 100%;
  opacity: 0;
  width: 0
}

.home_stats_card .slider .active.slider__progress_wrapper {
  visibility: visible;
  width: 100%
}

.home_stats_card .slider .active.slider__progress_wrapper span {
  opacity: 1
}

.home_stats_card .slider .active .slider__progressbar {
  height: 8px
}

.home_stats_card .slider .active .slider__progressbar div {
  opacity: 1;
  transition: width 8s linear;
  width: 100%
}

.home_stats_card .slider .swiper-container {
  height: 312px;
  position: relative
}

@media (min-width:1440px) {
  .home_stats_card .slider .swiper-container {
    height: 390px
  }
}

@media (min-width:1920px) {
  .home_stats_card .slider .swiper-container {
    margin-left: -150px;
    margin-right: -150px
  }
}

.home_stats_card .icon {
  filter: brightness(100000%) saturate(0)
}

.home_stats_card .copy p:first-child strong:first-child {
  font-family: FrutigerLTPro;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 20px
}

@media (min-width:768px) {
  .home_stats_card .copy p:first-child strong:first-child {
    font-family: FrutigerLTPro;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 20px
  }
}

@media (min-width:1024px) {
  .home_stats_card .copy p:first-child strong:first-child {
    font-family: FrutigerLTPro;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 20px
  }
}

@media (min-width:1440px) {
  .home_stats_card .copy p:first-child strong:first-child {
    font-family: FrutigerLTPro;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 24px
  }
}

.home_comfort_pillar+.home_stats_card {
  background: unset;
  margin-top: -205px;
  padding-top: 0
}

@media (min-width:768px) {
  .home_comfort_pillar+.home_stats_card {
    margin-top: -288px
  }
}

@media (min-width:1024px) {
  .home_comfort_pillar+.home_stats_card {
    margin-top: -256px
  }
}

@media (min-width:1440px) {
  .home_comfort_pillar+.home_stats_card {
    margin-top: -173px
  }
}

.home_sustainability_pillar {
  overflow: hidden
}

.home_sustainability_pillar .opacity-0 {
  opacity: 0
}

@media (min-width:768px) {
  .home_sustainability_pillar .hsp-copy {
    max-width: 464px
  }

  .home_sustainability_pillar .hsp-copy p {
    font-size: 14px
  }
}

@media (min-width:1024px) {
  .home_sustainability_pillar .hsp-copy {
    max-width: 440px
  }

  .home_sustainability_pillar .hsp-copy p {
    font-size: 16px
  }
}

@media (min-width:1440px) {
  .home_sustainability_pillar .hsp-copy {
    max-width: 531px
  }
}

@media (min-width:1920px) {
  .home_sustainability_pillar .hsp-copy {
    max-width: 557px
  }
}

.home_sustainability_pillar .bg .img:after {
  background: linear-gradient(0deg, #000 31.63%, transparent 68.02%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

@media (min-width:1440px) {
  .home_sustainability_pillar .bg .img:after {
    display: none
  }
}

.home_sustainability_pillar .bg-mobile {
  aspect-ratio: 375/440
}

.home_sustainability_pillar .bg-mobile:after {
  background: linear-gradient(1turn, #000, rgba(35, 31, 32, 0) 32.75%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.home_sustainability_pillar .video {
  aspect-ratio: 375/440
}

.home_sustainability_pillar .video .video-inner,
.home_sustainability_pillar .video iframe,
.home_sustainability_pillar .video video {
  aspect-ratio: 16/9;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.home_sustainability_pillar .video iframe,
.home_sustainability_pillar .video video {
  height: 56.25vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100vw
}

.home_sustainability_pillar .video:after {
  background: linear-gradient(1turn, #000, rgba(35, 31, 32, 0) 32.75%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.home_sustainability_pillar .video .aspect-video-wide {
  aspect-ratio: 1920/772
}

.home_sustainability_pillar .video .aspect-video-wide iframe,
.home_sustainability_pillar .video .aspect-video-wide video {
  aspect-ratio: 1920/772;
  height: 40.21vw;
  width: 100vw
}

@media (min-width:768px) {
  .home_sustainability_pillar .video {
    aspect-ratio: auto
  }

  .home_sustainability_pillar .video:after {
    display: block
  }
}

.home_sustainability_pillar .image-gradient {
  background: linear-gradient(0deg, #30353a, rgba(35, 31, 32, 0) 53.33%);
  border-radius: 8px 8px 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.home_sustainability_pillar .card-wrap:after {
  background-color: #30353a;
  content: "";
  display: none;
  height: 100%;
  left: calc(100% + 72px);
  position: absolute;
  top: 0;
  width: 300%
}

@media (min-width:1440px) {
  .home_sustainability_pillar .card-wrap:after {
    display: block
  }
}

.home_sustainability_pillar .card-inner {
  border-radius: 8px 0 0 0;
  overflow: hidden
}

.home_sustainability_pillar .card-inner .card {
  border-bottom: 1px solid hsla(0, 0%, 100%, .08);
  border-radius: 8px;
  margin-bottom: 8px
}

.home_sustainability_pillar .card-inner .card .inner {
  transition: all .3s ease-in-out
}

@media (min-width:1440px) {
  .home_sustainability_pillar .card-inner .card .inner div {
    max-width: 300px
  }
}

.home_sustainability_pillar .card-inner .card .img {
  transition: all .3s ease-in-out
}

@media (min-width:1440px) {
  .home_sustainability_pillar .card-inner .card {
    border-radius: 0;
    margin-bottom: 0
  }

  .home_sustainability_pillar .card-inner .card:hover .inner {
    padding-left: 20px;
    padding-right: 224px;
    transition: all .3s ease-in-out
  }

  .home_sustainability_pillar .card-inner .card:hover .img {
    left: calc(100% - 272px);
    transition: all .3s ease-in-out
  }
}

.home_sustainability_pillar .slider .swiper-slide {
  height: auto;
  margin-right: 16px;
  position: relative
}

@media (min-width:1440px) {
  .home_sustainability_pillar .slider .swiper-slide {
    height: unset
  }
}

.home_sustainability_pillar .slider .swiper-slide:after {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.home_sustainability_pillar .slider .swiper-slide .card {
  display: flex;
  flex-direction: column;
  min-height: 208px
}

@media (min-width:1024px) {
  .home_sustainability_pillar .slider .swiper-slide .card {
    min-height: 375px
  }
}

.home_sustainability_pillar .slider .swiper-slide .card .card-body-text {
  flex-grow: 1
}

.home_sustainability_pillar .slider .swiper-slide-active:after {
  background: linear-gradient(180deg, transparent 49%, rgba(0, 0, 0, .5))
}

.home_sustainability_pillar .slider .swiper-slide-active .slider__content {
  opacity: 1
}

.home_sustainability_pillar .slider .container {
  position: relative
}

.home_sustainability_pillar .slider__slide {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.home_sustainability_pillar .slider__content {
  background-color: transparent;
  display: flex;
  height: auto;
  left: 0;
  max-height: 100%;
  min-height: 300px;
  min-width: 0;
  opacity: 1;
  overflow-y: hidden;
  padding: 32px;
  position: relative;
  top: 0;
  transform: translateY(0);
  width: 100%;
  z-index: 2
}

.home_sustainability_pillar .slider .swiper-container {
  position: relative
}

.video-image-slider .vis-eyebrow {
  color: #00a0e4;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 8px;
  text-transform: uppercase
}

@media (min-width:768px) {
  .video-image-slider .vis-eyebrow {
    margin-bottom: 12px
  }
}

@media (min-width:1440px) {
  .video-image-slider .vis-eyebrow {
    margin-bottom: 18px
  }
}

.video-image-slider .vis-headline {
  color: #141414;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -.32px;
  line-height: 40px;
  margin-bottom: 8px
}

@media (min-width:768px) {
  .video-image-slider .vis-headline {
    font-size: 40px;
    letter-spacing: -.35px;
    line-height: 48px;
    margin-bottom: 12px;
    max-width: 460px
  }
}

@media (min-width:1024px) {
  .video-image-slider .vis-headline {
    font-size: 50px;
    line-height: 56px;
    max-width: 577px
  }
}

@media (min-width:1440px) {
  .video-image-slider .vis-headline {
    letter-spacing: -.5px;
    margin-bottom: 18px
  }
}

.video-image-slider .vis-copy {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .2px;
  line-height: 24px;
  margin-bottom: 34px
}

@media (min-width:768px) {
  .video-image-slider .vis-copy {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 55px;
    max-width: 520px
  }
}

@media (min-width:1024px) {
  .video-image-slider .vis-copy {
    margin-bottom: 45px;
    max-width: 676px
  }
}

@media (min-width:1440px) {
  .video-image-slider .vis-copy {
    letter-spacing: .24px;
    margin-bottom: 78px;
    max-width: 750px
  }
}

.video-image-slider .top-text-container {
  grid-column: 1/-1
}

@media (min-width:768px) {
  .video-image-slider .top-text-container {
    grid-column: span 10/span 10;
    grid-column-start: 2
  }
}

.video-image-slider .video-lightbox-open {
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4
}

.video-image-slider .swiper-button-prev {
  left: 0;
  transform: rotate(180deg) translateX(50%)
}

.video-image-slider .swiper-button-next {
  right: 0;
  transform: translateX(50%)
}

.video-image-slider .swiper-arrows-container {
  height: 60px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%) scale(.8);
  width: 100px
}

@media (min-width:768px) {
  .video-image-slider .swiper-arrows-container {
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    width: 100%
  }
}

.video-image-slider .slider__nav {
  display: flex
}

.video-image-slider .video-slide .aspect-video,
.video-image-slider .video-slide .aspect-video iframe,
.video-image-slider .video-slide .aspect-video video {
  aspect-ratio: 16/9
}

.video-image-slider .video-slide .aspect-video-wide,
.video-image-slider .video-slide .aspect-video-wide iframe,
.video-image-slider .video-slide .aspect-video-wide video {
  aspect-ratio: 1920/772
}

.video-image-slider .video-slide iframe {
  width: 100%
}

@media (min-width:768px) {
  .video-image-slider .video-slide>div {
    border-radius: 4px
  }
}

.video-image-slider .image-slide {
  filter: drop-shadow(0 4px 40px rgba(0, 0, 0, .08))
}

.featured-news {
  padding-top: 88px
}

@media (min-width:768px) {
  .featured-news {
    padding-top: 115px
  }
}

@media (min-width:920px) {
  .featured-news {
    padding-top: 201px
  }
}

.featured-news .fnews-headline-container {
  font-family: FrutigerLTPro;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 32px;
  margin-bottom: 32px
}

@media (min-width:768px) {
  .featured-news .fnews-headline-container {
    font-family: FrutigerLTPro;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 40px
  }
}

@media (min-width:1024px) {
  .featured-news .fnews-headline-container {
    font-family: FrutigerLTPro;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 48px
  }
}

.featured-news .fnews-top-article {
  margin-bottom: 16px;
  margin-left: -36px;
  margin-right: -36px;
  overflow: hidden
}

@media (min-width:768px) {
  .featured-news .fnews-top-article {
    margin-left: -56px;
    margin-right: -56px;
    padding: 22px 56px
  }
}

@media (min-width:1024px) {
  .featured-news .fnews-top-article {
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    padding: 32px
  }
}

@media (min-width:1440px) {
  .featured-news .fnews-top-article {
    padding: 56px
  }
}

@media (min-width:768px) {
  .featured-news .fnews-top-article:hover .fnews-white-card {
    border: 1px solid #00a0e4
  }
}

.featured-news .fnews-top-article:hover .fnews-bg-image-container img {
  scale: 1.05
}

.featured-news .fnews-bg-image-container {
  position: relative;
  width: 100%
}

.featured-news .fnews-bg-image-container img {
  min-height: 157px;
  transition: scale .6s ease
}

@media (min-width:768px) {
  .featured-news .fnews-bg-image-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0
  }

  .featured-news .fnews-bg-image-container img {
    min-height: 100%
  }
}

.featured-news .fnews-white-card {
  display: flex;
  flex-direction: column;
  padding: 16px 37px 24px;
  position: relative;
  width: 100%
}

@media (min-width:768px) {
  .featured-news .fnews-white-card {
    background-color: #fff;
    border: 1px solid #eaedf1;
    border-radius: 8px;
    min-height: 278px;
    padding: 32px;
    transition: border .5s ease;
    width: 320px
  }
}

@media (min-width:1024px) {
  .featured-news .fnews-white-card {
    min-height: 311px;
    width: 408px
  }
}

@media (min-width:1440px) {
  .featured-news .fnews-white-card {
    min-height: 434px;
    width: 475px
  }
}

.featured-news .fnews-white-card .fnews-top-container {
  grid-column-gap: 12px;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px
}

@media (min-width:1024px) {
  .featured-news .fnews-white-card .fnews-top-container {
    margin-bottom: 18px
  }
}

.featured-news .fnews-white-card .fnews-content-type {
  color: #231f20;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-size: 12px;
  font-weight: 400;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase
}

@media (min-width:1024px) {
  .featured-news .fnews-white-card .fnews-content-type {
    font-size: 14px
  }
}

.featured-news .fnews-white-card .fnews-top-category-icon,
.featured-news .fnews-white-card .fnews-top-category-icon svg {
  height: 36px;
  width: 36px
}

.featured-news .fnews-white-card .fnews-icon-default svg {
  height: 35px;
  width: 35px
}

.featured-news .fnews-white-card .fnews-headline {
  -webkit-line-clamp: 3;
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 100%;
  margin-bottom: 8px;
  padding-bottom: 1px
}

@media (min-width:1024px) {
  .featured-news .fnews-white-card .fnews-headline {
    font-size: 24px;
    margin-bottom: 16px
  }
}

@media (min-width:1440px) {
  .featured-news .fnews-white-card .fnews-headline {
    font-size: 32px
  }
}

.featured-news .fnews-white-card .fnews-copy {
  flex-grow: 1;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px
}

@media (min-width:1296px) {
  .featured-news .fnews-white-card .fnews-copy {
    font-family: FrutigerLTPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px
  }
}

.featured-news .fnews-white-card .fnews-copy>div {
  -webkit-line-clamp: 3
}

.featured-news .fnews-white-card .fnews-article-date {
  color: #666
}

.featured-news .fnews-small-articles-container {
  grid-gap: 8px;
  display: grid;
  grid-template-columns: 1fr
}

@media (min-width:768px) {
  .featured-news .fnews-small-articles-container {
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr
  }
}

.block-4-card-up>div {
  border-top: 1px solid #30353a;
  margin-top: 80px;
  padding-top: 64px
}

@media (min-width:768px) {
  .block-4-card-up>div {
    margin-top: 64px
  }
}

@media (min-width:1440px) {
  .block-4-card-up>div {
    margin-top: 108px;
    padding-top: 80px
  }
}

.block-4-card-up .b4cu-top-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px
}

@media (min-width:768px) {
  .block-4-card-up .b4cu-top-container {
    margin-bottom: 28px
  }
}

@media (min-width:1024px) {
  .block-4-card-up .b4cu-top-container {
    margin-bottom: 32px
  }
}

@media (min-width:1440px) {
  .block-4-card-up .b4cu-top-container {
    margin-bottom: 40px
  }
}

.block-4-card-up .bc4u-headline-container {
  font-family: FrutigerLTPro;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 32px
}

@media (min-width:768px) {
  .block-4-card-up .bc4u-headline-container {
    font-family: FrutigerLTPro;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 40px
  }
}

@media (min-width:1024px) {
  .block-4-card-up .bc4u-headline-container {
    font-family: FrutigerLTPro;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 48px
  }
}

.block-4-card-up .b4cu-cards-container {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
  row-gap: 16px
}

@media (min-width:768px) {
  .block-4-card-up .b4cu-cards-container {
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width:1024px) {
  .block-4-card-up .b4cu-cards-container {
    grid-template-columns: repeat(4, 1fr)
  }
}

.block-4-card-up .b4cu-card {
  border-radius: 8px;
  overflow: hidden
}

.block-4-card-up .b4cu-card .b4cu-card-image-container {
  align-items: center;
  background-color: #0097e0;
  display: flex;
  height: 202px;
  justify-content: center;
  padding: 10px
}

@media (min-width:768px) {
  .block-4-card-up .b4cu-card .b4cu-card-image-container {
    height: 212px
  }
}

@media (min-width:1024px) {
  .block-4-card-up .b4cu-card .b4cu-card-image-container {
    height: 140px
  }
}

@media (min-width:1440px) {
  .block-4-card-up .b4cu-card .b4cu-card-image-container {
    height: 208px
  }
}

.block-4-card-up .b4cu-card .b4cu-card-bottom {
  grid-column-gap: 16px;
  align-items: center;
  background-color: #fff;
  color: #000;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  line-height: 22px
}

@media (min-width:768px) {
  .block-4-card-up .b4cu-card .b4cu-card-bottom {
    font-size: 20px;
    height: 74px;
    line-height: 20px
  }
}

@media (min-width:1024px) {
  .block-4-card-up .b4cu-card .b4cu-card-bottom {
    font-size: 14px;
    height: 49px;
    line-height: 24px
  }
}

@media (min-width:1440px) {
  .block-4-card-up .b4cu-card .b4cu-card-bottom {
    font-size: 20px;
    height: 72px;
    line-height: 20px
  }
}

.block-4-card-up .b4cu-card .b4cu-card-bottom.isExternal svg {
  height: 12px;
  margin-left: -11px;
  margin-top: -16px;
  transition: transform .1s ease-in-out;
  width: 12px
}

.block-4-card-up .b4cu-card .b4cu-card-bottom:hover.isExternal svg {
  transform: translate(3px, -3px)
}

.block-4-card-up .b4cu-bottom-text a {
  text-decoration: none
}

.block-4-card-up .b4cu-bottom-text a:hover {
  text-decoration: underline
}

.block-4-card-up .b4cu-bottom-text strong {
  letter-spacing: -.03em;
  line-height: 16px
}

.media-contacts {
  border-top: 1px solid #e5e7eb;
  margin-top: 32px;
  padding-top: 32px
}

@media (min-width:768px) {
  .media-contacts {
    margin-top: 40px
  }
}

@media (min-width:1024px) {
  .media-contacts {
    margin-top: 56px
  }
}

@media (min-width:1440px) {
  .media-contacts {
    border-top: none;
    margin-top: 0;
    padding-top: 0
  }
}

.media-contacts .mc-headline {
  font-family: FrutigerLTPro;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 32px;
  margin-bottom: 34px
}

@media (min-width:768px) {
  .media-contacts .mc-headline {
    font-family: FrutigerLTPro;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 40px
  }
}

@media (min-width:1024px) {
  .media-contacts .mc-headline {
    font-family: FrutigerLTPro;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 48px
  }
}

.media-contacts .mc-contact {
  grid-row-gap: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 8px
}

.media-contacts .mc-contacts-container {
  grid-row-gap: 24px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px
}

@media (min-width:768px) {
  .media-contacts .mc-contacts-container {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media (min-width:1440px) {
  .media-contacts .mc-contacts-container {
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
    padding-right: 38px;
    row-gap: 34px
  }
}

.media-contacts .mc-contact-location {
  color: #231f20;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-size: 12px;
  font-weight: 400;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase
}

@media (min-width:1024px) {
  .media-contacts .mc-contact-location {
    font-size: 14px
  }
}

.media-contacts .mc-contact-name {
  font-family: FrutigerLTPro;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 20px
}

@media (min-width:1024px) {
  .media-contacts .mc-contact-name {
    font-family: FrutigerLTPro;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 20px
  }
}

@media (min-width:1440px) {
  .media-contacts .mc-contact-name {
    font-family: FrutigerLTPro;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 24px
  }
}

.media-contacts .mc-contact-email {
  color: #00a0e4;
  font-family: FrutigerLTPro;
  font-size: 16px;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none
}

@media (min-width:1024px) {
  .media-contacts .mc-contact-email {
    font-size: 16px
  }
}

.media-contacts .mc-contact-email:hover {
  text-decoration: underline
}

.media-contacts .mc-media-inquiries-container {
  align-self: center
}

.media-contacts .mc-bottom-container.has-content {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 38px
}

@media (min-width:768px) {
  .media-contacts .mc-bottom-container.has-content {
    grid-column-gap: 16px;
    border-top: 1px solid rgba(0, 0, 0, .08);
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: 6.3fr 2fr 4fr;
    margin-top: 32px;
    padding-top: 32px
  }
}

@media (min-width:1024px) {
  .media-contacts .mc-bottom-container.has-content {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    grid-template-columns: 8.5fr 1px 2.5fr
  }
}

@media (min-width:1440px) {
  .media-contacts .mc-bottom-container.has-content {
    grid-template-columns: 1fr
  }
}

.media-contacts .mc-media-inquiries-title {
  font-family: FrutigerLTPro;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 20px;
  margin-bottom: 16px
}

@media (min-width:1024px) {
  .media-contacts .mc-media-inquiries-title {
    font-family: FrutigerLTPro;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 24px
  }
}

.media-contacts .mc-vert-sep {
  display: none;
  grid-column: span 1/span 1;
  height: 100%
}

@media (min-width:768px) {
  .media-contacts .mc-vert-sep {
    display: block
  }
}

@media (min-width:1440px) {
  .media-contacts .mc-vert-sep {
    display: none
  }
}

.media-contacts .mc-vert-sep {
  grid-column: 2;
  grid-row: 1;
  justify-self: center
}

.media-contacts .mc-press-kit-card-container {
  border-top: 1px solid rgba(0, 0, 0, .08);
  margin-top: 32px;
  padding-top: 32px
}

@media (min-width:768px) {
  .media-contacts .mc-press-kit-card-container {
    border-top: none;
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
    padding-top: 0
  }
}

@media (min-width:1440px) {
  .media-contacts .mc-press-kit-card-container {
    border-top: 1px solid rgba(0, 0, 0, .08);
    grid-row: 2;
    margin-top: 34px;
    padding-top: 34px
  }
}

.media-contacts .mc-press-kit-card {
  background-color: #30353a;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  width: 100%
}

@media (min-width:1024px) {
  .media-contacts .mc-press-kit-card {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    display: grid;
    grid-template-columns: 4.5fr 3fr;
    padding: 32px
  }
}

@media (min-width:1440px) {
  .media-contacts .mc-press-kit-card {
    display: block
  }
}

.media-contacts .mc-press-kit-eyebrow {
  color: #fff;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-size: 12px;
  font-weight: 400;
  font-weight: 700;
  line-height: 22px;
  line-height: 14px;
  margin-bottom: 16px;
  text-transform: uppercase
}

@media (min-width:1024px) {
  .media-contacts .mc-press-kit-eyebrow {
    font-size: 14px;
    grid-column: span 2/span 2
  }
}

.media-contacts .mc-press-kit-title {
  color: #fff;
  font-family: FrutigerLTPro;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 20px;
  margin-bottom: 16px
}

@media (min-width:1024px) {
  .media-contacts .mc-press-kit-title {
    font-family: FrutigerLTPro;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 24px;
    margin-bottom: 0
  }
}

@media (min-width:1440px) {
  .media-contacts .mc-press-kit-title {
    margin-bottom: 36px
  }
}

.block-stats {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width:690px) {
  a.block-stats:hover {
    color: #09c
  }
}

.block-stats {
  padding: 104px 0;
  text-align: center
}

@media (min-width:768px) {
  .block-stats {
    padding-bottom: 50px;
    padding-top: 77px
  }
}

@media (min-width:1024px) {
  .block-stats {
    padding: 100px 0
  }
}

@media (min-width:1440px) {
  .block-stats {
    padding: 162px 0 180px
  }
}

@media (min-width:1920px) {
  .block-stats {
    padding: 343px 0 380px
  }
}

.block-stats__headline {
  margin-bottom: 8px
}

@media (min-width:768px) {
  .block-stats__headline {
    margin-bottom: 43px
  }
}

@media (min-width:1024px) {
  .block-stats__headline {
    margin-bottom: 71px
  }
}

@media (min-width:1440px) {
  .block-stats__headline {
    margin-bottom: 118px
  }
}

@media (min-width:1920px) {
  .block-stats__headline {
    margin-bottom: 138px
  }
}

.block-stats__headline,
.block-stats__stat__headline {
  font-family: FrutigerLTPro;
  font-size: 48px;
  font-weight: 700;
  grid-column: 1/-1;
  letter-spacing: -.04em;
  line-height: 43.2px
}

@media (min-width:768px) {

  .block-stats__headline,
  .block-stats__stat__headline {
    font-family: FrutigerLTPro;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 50.4px
  }
}

@media (min-width:1024px) {

  .block-stats__headline,
  .block-stats__stat__headline {
    font-family: FrutigerLTPro;
    font-size: 64px;
    font-weight: 700;
    grid-column-end: 12;
    grid-column-start: 2;
    letter-spacing: -.04em;
    line-height: 58px
  }
}

@media (min-width:1440px) {

  .block-stats__headline,
  .block-stats__stat__headline {
    font-family: FrutigerLTPro;
    font-size: 80px;
    font-weight: 700;
    grid-column-end: 11;
    grid-column-start: 3;
    letter-spacing: -.04em;
    line-height: 72px
  }
}

.block-stats__stat {
  grid-column: 1/-1;
  text-align: center
}

.block-stats__stat__headline {
  margin-bottom: 23px
}

.block-stats__stat__copy {
  font-family: FrutigerLTPro;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 24px
}

@media (min-width:1024px) {
  .block-stats__stat__copy {
    font-family: FrutigerLTPro;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: 32px
  }
}

@media (min-width:1440px) {
  .block-stats__stat__copy {
    font-family: FrutigerLTPro;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: 48px
  }
}

@media (min-width:768px) {
  .block-stats__stat {
    grid-column: span 4/span 4
  }

  .block-stats__stat__headline {
    margin-bottom: 14px
  }
}

@media (min-width:1024px) {
  .block-stats__stat__headline {
    margin-bottom: 26px
  }
}

@media (min-width:1440px) {
  .block-stats__stat__headline {
    margin-bottom: 28px;
    margin-bottom: 42px
  }
}

.social-card {
  border-top: 1px solid #e5e7eb;
  margin-top: 32px;
  padding-top: 32px
}

@media (min-width:1440px) {
  .social-card {
    border-top: none;
    margin-top: 36px;
    padding-top: 0
  }
}

.social-card .social-card-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px
}

@media (min-width:1024px) {
  .social-card .social-card-card {
    padding: 24px 40px
  }
}

@media (min-width:1440px) {
  .social-card .social-card-card {
    padding: 28px 26.5px
  }
}

.social-card .social-card-container {
  grid-row-gap: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 32px
}

@media (min-width:768px) {
  .social-card .social-card-container {
    grid-row-gap: 0;
    grid-column-gap: 100px;
    align-items: center;
    -moz-column-gap: 100px;
    column-gap: 100px;
    flex-direction: row;
    row-gap: 0
  }
}

@media (min-width:1024px) {
  .social-card .social-card-container {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
    column-gap: 240px
  }
}

@media (min-width:1440px) {
  .social-card .social-card-container {
    grid-row-gap: 16px;
    flex-direction: column;
    row-gap: 16px
  }
}

.social-card .social-card-headline {
  color: #30353a;
  font-family: FrutigerLTPro;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 20px
}

@media (min-width:768px) {
  .social-card .social-card-headline {
    font-family: FrutigerLTPro;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 20px
  }
}

@media (min-width:1024px) {
  .social-card .social-card-headline {
    font-family: FrutigerLTPro;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 24px
  }
}

.social-card .social-card-groups-container {
  grid-row-gap: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 15px
}

@media (min-width:768px) {
  .social-card .social-card-groups-container {
    grid-row-gap: 18px;
    min-width: 240px;
    row-gap: 18px
  }
}

.social-card .social-card-group-title {
  flex-grow: 1;
  font-family: FrutigerLTPro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left
}

@media (min-width:1440px) {
  .social-card .social-card-group-title {
    font-size: 20px
  }
}

.social-card .social-card-group-icon {
  height: 27px;
  width: 27px
}

.social-card .social-card-group-icon img {
  width: 100%
}

.social-card .social-card-carrot-svg svg {
  height: 8px
}

.social-card .social-card-carrot-svg svg g {
  stroke-width: 1.5px
}

.social-card .social-card-group {
  grid-column-gap: 16px;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  position: relative
}

.social-card .social-card-group.menu-open {
  z-index: 3
}

.social-card .social-card-group.menu-open .social-card-group-entries {
  grid-template-rows: 1fr
}

.social-card .social-card-group-entries {
  display: grid;
  grid-template-rows: 0fr;
  left: 0;
  position: absolute;
  top: 100%;
  transition: all .5s ease;
  width: 100%
}

.social-card .social-card-group-entries>div {
  overflow: hidden
}

.social-card .social-card-group-entry {
  grid-column-gap: 15px;
  align-items: center;
  background-color: #e9edf2;
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: flex;
  flex-direction: row;
  height: 50px;
  padding: 8px 15px;
  transition: background-color .5s ease
}

.social-card .social-card-group-entry:first-child {
  margin-top: 10px
}

.social-card .social-card-group-entry:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 40%, .15)
}

.social-card .social-card-group-entry:hover {
  background-color: #fff
}

.social-card .social-card-entry-image {
  position: relative;
  width: 30%
}

.social-card .social-card-entry-description {
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px
}

.newsroom-recent-content .news-rc-top-row {
  grid-row-gap: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 32px;
  row-gap: 16px
}

@media (min-width:768px) {
  .newsroom-recent-content .news-rc-top-row {
    grid-column-gap: 20px;
    align-items: flex-end;
    -moz-column-gap: 20px;
    column-gap: 20px;
    flex-direction: row;
    justify-content: space-between
  }
}

@media (min-width:1024px) {
  .newsroom-recent-content .news-rc-top-row {
    margin-bottom: 56px
  }
}

.newsroom-recent-content .article-anchor-ref {
  position: absolute;
  top: -150px
}

.newsroom-recent-content .news-rc-headline {
  font-family: FrutigerLTPro;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 32px
}

@media (min-width:768px) {
  .newsroom-recent-content .news-rc-headline {
    font-family: FrutigerLTPro;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 40px
  }
}

@media (min-width:1024px) {
  .newsroom-recent-content .news-rc-headline {
    font-family: FrutigerLTPro;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 48px
  }
}

.newsroom-recent-content .cards-container {
  grid-row-gap: 16px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px
}

@media (min-width:768px) {
  .newsroom-recent-content .cards-container {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width:1024px) {
  .newsroom-recent-content .cards-container {
    grid-row-gap: 32px;
    row-gap: 32px
  }
}

.newsroom-recent-content .cards-load-more-container {
  margin-top: 24px;
  text-align: center
}

@media (min-width:768px) {
  .newsroom-recent-content .cards-load-more-container {
    grid-column: span 2/span 2
  }
}

.newsroom-recent-content .news-rc-filter {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  cursor: pointer;
  display: flex;
  font-family: FrutigerLTPro;
  font-size: 16px;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative
}

.newsroom-recent-content .news-rc-filter:first-child {
  border-top: 1px solid rgba(0, 0, 0, .08)
}

@media (min-width:768px) {
  .newsroom-recent-content .news-rc-filter {
    border: unset;
    padding: unset;
    position: unset
  }

  .newsroom-recent-content .news-rc-filter:first-child {
    border: unset
  }
}

.newsroom-recent-content .news-rc-filter.menu-open {
  z-index: 4 !important
}

.newsroom-recent-content .news-rc-filter.menu-open .news-rc-triangle {
  opacity: 1
}

.newsroom-recent-content .news-rc-filter.menu-open .news-rc-filter-options {
  grid-template-rows: 1fr
}

.newsroom-recent-content .news-rc-filter.menu-open .news-rc-filter-carrot-svg svg {
  transform: rotate(180deg)
}

.newsroom-recent-content .news-rc-filter-label {
  position: relative
}

.newsroom-recent-content .news-rc-filter-selected {
  color: #00a0e4;
  flex-grow: 1;
  margin-left: 8px;
  margin-right: 14px
}

@media (min-width:768px) {
  .newsroom-recent-content .news-rc-filter-selected {
    flex-grow: unset
  }
}

.newsroom-recent-content .news-rc-filter-options {
  display: grid;
  grid-template-rows: 0fr;
  position: absolute;
  right: -20px;
  top: calc(100% - 10px);
  transition: all .5s ease;
  width: 100%;
  width: 344px
}

@media (min-width:768px) {
  .newsroom-recent-content .news-rc-filter-options {
    width: 476px
  }
}

.newsroom-recent-content .news-rc-filter-options>div {
  overflow: hidden
}

.newsroom-recent-content .news-rc-triangle {
  border-bottom: 16px solid #fff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  bottom: -16px;
  display: none;
  height: 0;
  opacity: 0;
  position: absolute;
  right: -16px;
  transition: opacity .5s ease;
  width: 0;
  z-index: 5
}

@media (min-width:768px) {
  .newsroom-recent-content .news-rc-triangle {
    display: block
  }
}

.newsroom-recent-content .news-rc-filters-container {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  flex-direction: column;
  position: relative
}

@media (min-width:768px) {
  .newsroom-recent-content .news-rc-filters-container {
    flex-direction: row
  }
}

.newsroom-recent-content .news-rc-filter-carrot-svg svg {
  height: 8px;
  transition: all .5s ease
}

.newsroom-recent-content .news-rc-filter-carrot-svg svg g {
  stroke-width: 1.5px
}

.newsroom-recent-content .news-rc-filter-options-card {
  padding: 20px;
  width: 344px
}

@media (min-width:768px) {
  .newsroom-recent-content .news-rc-filter-options-card {
    width: 476px
  }
}

.newsroom-recent-content .news-rc-filter-options-card>div {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
  padding: 0 18px
}

.newsroom-recent-content .news-rc-filter-option {
  display: block;
  padding-bottom: 16px;
  padding-top: 16px
}

.newsroom-recent-content .news-rc-filter-option:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.newsroom-recent-content .news-rc-filter-option.selected {
  color: #00a0e4
}

.news-categories {
  overflow: hidden
}

.news-categories>div>div:first-child {
  padding-top: 64px
}

@media (min-width:768px) {
  .news-categories>div>div:first-child {
    border-top: 1px solid #e5e7eb;
    margin-top: 34px;
    padding-top: 46px
  }
}

@media (min-width:1024px) {
  .news-categories>div>div:first-child {
    padding-top: 80px
  }
}

.news-categories>div {
  grid-row-gap: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 64px
}

@media (min-width:1440px) {
  .news-categories>div {
    grid-row-gap: 80px;
    row-gap: 80px
  }
}

.bard-quote .bard-quote-decoration {
  margin-bottom: 8px
}

.bard-quote .bard-quote-decoration svg {
  margin-left: auto;
  margin-right: auto
}

.bard-quote .bard-quote-quote {
  color: #231f20;
  font-family: FrutigerLTPro;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: center
}

@media (min-width:1024px) {
  .bard-quote .bard-quote-quote {
    font-family: FrutigerLTPro;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: 32px;
    margin-bottom: 32px
  }
}

@media (min-width:1440px) {
  .bard-quote .bard-quote-quote {
    font-family: FrutigerLTPro;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -.04em;
    line-height: 48px;
    margin-bottom: 44px
  }
}

.bard-quote .bard-quote-name {
  color: #00a0e4;
  font-family: FrutigerLTPro;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 20px;
  margin-bottom: 4px;
  text-align: center
}

@media (min-width:1024px) {
  .bard-quote .bard-quote-name {
    font-family: FrutigerLTPro;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 20px
  }
}

@media (min-width:1440px) {
  .bard-quote .bard-quote-name {
    font-family: FrutigerLTPro;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 24px
  }
}

.bard-quote .bard-quote-position {
  color: #141414;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center
}

@media (min-width:1024px) {
  .bard-quote .bard-quote-position {
    font-family: FrutigerLTPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
  }
}

.bard-image .image-container {
  margin-left: -36px;
  margin-right: -36px;
  position: relative
}

@media (min-width:768px) {
  .bard-image .image-container {
    margin-left: 0;
    margin-right: 0
  }

  .bard-image .image-container img {
    border-radius: 4px
  }
}

.bard-image .bard-image-download-btn {
  bottom: 18px;
  display: flex;
  position: absolute;
  right: 14px
}

@media (min-width:768px) {
  .bard-image .bard-image-download-btn {
    bottom: 22px;
    right: 24px
  }
}

@media (min-width:1024px) {
  .bard-image .bard-image-download-btn {
    bottom: 24px;
    right: 21px
  }
}

@media (min-width:1440px) {
  .bard-image .bard-image-download-btn {
    bottom: 32px;
    right: 32px
  }
}

.bard-image .bard-image-caption {
  color: #231f20;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  margin-top: 16px;
  max-width: 615px;
  text-transform: uppercase;
  text-transform: uppercase
}

@media (min-width:1440px) {
  .bard-image .bard-image-caption {
    margin-top: 24px
  }
}

.bard-video .aspect-video,
.bard-video .aspect-video iframe,
.bard-video .aspect-video video {
  aspect-ratio: 16/9
}

.bard-video .aspect-video-wide,
.bard-video .aspect-video-wide iframe,
.bard-video .aspect-video-wide video {
  aspect-ratio: 1920/772
}

.bard-video iframe {
  width: 100%
}

.bard-video>div {
  margin-left: -36px;
  margin-right: -36px
}

@media (min-width:768px) {
  .bard-video>div {
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0
  }
}

.additional-resources {
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 40px;
  position: relative
}

@media (min-width:1024px) {
  .additional-resources {
    padding-top: 82px
  }
}

.additional-resources .additional-resources-bg {
  height: 500px;
  left: 0;
  position: absolute;
  rotate: 180deg;
  top: 0;
  width: 100%
}

.additional-resources .additional-resources-bottom-cta {
  display: flex;
  justify-content: center;
  margin-top: 44px
}

.additional-resources .ncs-featured-label {
  display: none
}

.footer {
  background-color: #30353a;
  position: relative
}

.footer .open .footer__main.root {
  margin-bottom: 10px
}

@media (min-width:920px) {
  .footer .open .footer__main.root {
    margin-bottom: 0
  }
}

.footer .open .footer__main.secondary {
  align-items: center;
  display: flex;
  position: relative
}

.footer .open .footer__main.secondary a {
  flex-grow: 1
}

.footer .open .footer__main.secondary:after {
  margin-left: 40px;
  margin-right: 10px
}

@media (min-width:920px) {
  .footer .open .footer__main.secondary:after {
    content: none
  }
}

.footer__main.root a {
  color: #fff;
  flex-grow: 1;
  padding-left: 10px
}

@media (min-width:920px) {
  .footer__main.root a {
    font-size: 15px;
    padding-left: 0
  }

  .footer__main.secondary a {
    font-size: 15px
  }
}

.footer__main.secondary+ul {
  display: none
}

@media (min-width:920px) {
  .footer__main.secondary+ul {
    display: inline;
    display: initial
  }

  .footer a:hover {
    color: #09c
  }
}

.footer .wrapper {
  margin: 0 auto;
  max-width: 960px !important
}

@media (min-width:920px) {
  .footer .wrapper>li {
    width: 25%
  }
}

.footer .wrapper li {
  color: #fff;
  font-family: FrutigerLTPro-Roman, Helvetica, Arial, sans-serif;
  font-weight: 400;
  list-style: none;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative
}

.footer .wrapper li.open li:last-of-type {
  padding-bottom: 0
}

.footer .wrapper li:before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

@media (min-width:920px) {
  .footer .wrapper li {
    padding: 10px 0 0
  }

  .footer .wrapper li:before {
    content: none
  }

  .footer .wrapper li div {
    position: relative
  }

  .footer .wrapper li div:before,
  .footer .wrapper li div:not(.root):before {
    background-image: url(../../svg/chevron_footer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: auto;
    transform: translateX(0);
    width: 10px
  }

  .footer .wrapper li div:not(.root):before {
    position: absolute;
    right: 0;
    top: 6px
  }
}

@media (min-width:920px) and (min-width:920px) {
  .footer .wrapper li div:not(.root):before {
    left: -15px;
    right: auto
  }
}

.footer .lower:after {
  margin-right: 10px
}

.footer .lower,
.footer .secondary,
.footer__nav>div>li>div {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%
}

.footer .lower.no-children:after,
.footer .secondary.no-children:after,
.footer__nav>div>li>div.no-children:after {
  background-image: url(../../svg/chevron_footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  width: 10px
}

.footer .lower:after,
.footer .secondary:after,
.footer__nav>div>li>div:after {
  background-image: none;
  color: #0097e0;
  content: "";
  content: "+";
  font-size: 23px;
  height: auto;
  line-height: 23px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto
}

@media (min-width:920px) {

  .footer .lower:after,
  .footer .secondary:after,
  .footer__nav>div>li>div:after {
    display: none
  }
}

.footer .open>div.secondary:after,
.footer__nav>div>.open>div:after {
  background-image: url(../../svg/minus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  width: 11px
}

.footer .wrapper>li {
  border-bottom: 1px solid #111;
  text-transform: uppercase
}

@media (min-width:920px) {
  .footer .wrapper>li {
    border: none;
    padding-top: 20px
  }
}

.footer .wrapper>li.open>ul {
  height: auto
}

.footer .wrapper>li.open>ul li.open ul {
  display: block;
  margin-top: 10px
}

@media (min-width:920px) {
  .footer .wrapper>li.open>ul li.open ul {
    margin-top: 0
  }
}

.footer .wrapper>li>ul {
  height: 0;
  overflow: hidden;
  text-transform: none
}

@media (min-width:920px) {
  .footer .wrapper>li>ul {
    height: auto
  }
}

.footer .wrapper>li>ul li {
  color: #b7b7b7
}

.footer .wrapper>li>ul>li {
  font-size: 15px;
  padding-left: 20px
}

@media (min-width:920px) {
  .footer .wrapper>li>ul>li {
    padding-left: 30px
  }
}

.footer .wrapper>li>ul>li>ul>li {
  padding-left: 12px
}

.footer__bottombar .text a {
  color: #fff
}

.footer__bottombar a {
  color: #b7b7b7
}

.footer__bottombar a:not(:first-of-type):before {
  border-left: 1px solid #d3d6d9;
  content: "";
  margin-left: 10px;
  padding-left: 10px
}

@media (min-width:920px) {
  .footer__bottombar a:before {
    content: none !important
  }

  .footer__bottombar a:not(:first-of-type) {
    margin-left: 20px
  }

  .footer__bottombar .container {
    max-width: 960px !important;
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

@media (max-width:768px) {
  .footer__bottombar {
    max-width: 100% !important
  }
}

.footer__bottombar a svg {
  height: auto;
  width: 16px
}

.searchresult {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  left: 0;
  max-height: 100vh;
  min-height: 100vh;
  overflow-y: scroll;
  position: absolute;
  scroll-behavior: smooth;
  top: 0;
  width: 100vw
}

.searchresult__item em {
  font-family: FrutigerLTPro-Bold, Helvetica, Arial, sans-serif
}

.page-404 .breadcrumb,
.page-404 .search-input {
  display: none
}

.page-404 .container div {
  max-width: 750px
}

.page-404 .breeze {
  width: 52px
}

.template-new-article ::-moz-selection {
  background-blend-mode: darken;
  background-color: #00a0e4;
  color: #000
}

.template-new-article ::selection {
  background-blend-mode: darken;
  background-color: #00a0e4;
  color: #000
}

.template-new-article.has-image .article-header {
  padding-bottom: 24px
}

@media (min-width:768px) {
  .template-new-article.has-image .article-header {
    padding-bottom: 36px
  }
}

@media (min-width:1024px) {
  .template-new-article.has-image .article-header {
    padding-bottom: 56px
  }
}

@media (min-width:1440px) {
  .template-new-article.has-image .article-header {
    padding-bottom: 264px
  }
}

.template-new-article:not(.has-image) .new-article-headline {
  margin-bottom: 46px
}

@media (min-width:768px) {
  .template-new-article:not(.has-image) .article-content-container {
    margin-top: 56px
  }
}

@media (min-width:1024px) {
  .template-new-article:not(.has-image) .article-content-container {
    margin-top: 64px
  }
}

@media (min-width:1440px) {
  .template-new-article:not(.has-image) .article-content-container {
    margin-top: 104px
  }
}

.template-new-article .article-header {
  background-color: #f6fcfe;
  padding-bottom: 88px;
  padding-top: 88px;
  position: relative
}

@media (min-width:768px) {
  .template-new-article .article-header {
    padding-bottom: 39px;
    padding-top: 99px
  }
}

@media (min-width:920px) {
  .template-new-article .article-header {
    padding-top: 225px
  }
}

@media (min-width:1024px) {
  .template-new-article .article-header {
    padding-bottom: 55px
  }
}

@media (min-width:1440px) {
  .template-new-article .article-header {
    padding-bottom: 128px
  }
}

.template-new-article .new-article-eyebrow {
  color: #00a0e4;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase
}

@media (min-width:768px) {
  .template-new-article .new-article-eyebrow {
    margin-bottom: 24px
  }
}

@media (min-width:1024px) {
  .template-new-article .new-article-eyebrow {
    margin-bottom: 32px
  }
}

@media (min-width:1440px) {
  .template-new-article .new-article-eyebrow {
    margin-bottom: 38px
  }
}

.template-new-article .new-article-headline {
  color: #141414;
  font-family: FrutigerLTPro;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 43.2px;
  margin-bottom: 32px;
  text-align: center
}

@media (min-width:768px) {
  .template-new-article .new-article-headline {
    font-family: FrutigerLTPro;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 50.4px;
    margin-bottom: 36px
  }
}

@media (min-width:1024px) {
  .template-new-article .new-article-headline {
    font-family: FrutigerLTPro;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 58px;
    margin-bottom: 72px
  }
}

@media (min-width:1440px) {
  .template-new-article .new-article-headline {
    font-family: FrutigerLTPro;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 72px
  }
}

.template-new-article .new-article-top-row {
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 32px
}

@media (min-width:768px) {
  .template-new-article .new-article-top-row {
    flex-direction: row;
    justify-content: center;
    margin: 0 -36px
  }

  .template-new-article .new-article-top-row.has-tags {
    justify-content: space-between
  }
}

@media (min-width:1024px) {
  .template-new-article .new-article-top-row {
    margin: 0
  }
}

.template-new-article .new-article-tags {
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  color: #141414;
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 5px
}

@media (min-width:768px) {
  .template-new-article .new-article-tags {
    justify-content: flex-end;
    max-width: 260px
  }
}

.template-new-article .new-article-tag {
  border: .66759px solid #141414;
  border-radius: 2.7px;
  color: #141414;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 8px
}

.template-new-article .new-article-author {
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center
}

.template-new-article .author-img-container {
  height: 56px;
  position: relative;
  width: 56px
}

.template-new-article .author-img-container img {
  border-radius: 50%
}

.template-new-article .author-text-container {
  padding-top: 2px
}

.template-new-article .author-name-container {
  color: #00a0e4;
  font-family: FrutigerLTPro;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 20px;
  margin-bottom: 4px
}

@media (min-width:1024px) {
  .template-new-article .author-name-container {
    font-family: FrutigerLTPro;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 20px
  }
}

@media (min-width:1440px) {
  .template-new-article .author-name-container {
    font-family: FrutigerLTPro;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 24px
  }
}

.template-new-article .image-and-social-container {
  position: relative
}

@media (min-width:1024px) {
  .template-new-article .image-and-social-container.has-image {
    margin-bottom: -37px;
    transform: translateY(-37px)
  }
}

@media (min-width:1440px) {
  .template-new-article .image-and-social-container.has-image {
    margin-bottom: -229px;
    transform: translateY(-229px)
  }
}

@media (min-width:768px) {
  .template-new-article .image-and-social-container.has-image .social-icons-container {
    top: calc(100% + 50px)
  }
}

@media (min-width:1024px) {
  .template-new-article .image-and-social-container.has-image .social-icons-container {
    bottom: 0;
    top: unset
  }
}

.template-new-article .image-and-social-container:not(.has-image) .social-icons-container {
  margin-top: 40px
}

@media (min-width:768px) {
  .template-new-article .image-and-social-container:not(.has-image) .social-icons-container {
    margin-top: 0;
    top: calc(100% + 72px)
  }
}

@media (min-width:1024px) {
  .template-new-article .image-and-social-container:not(.has-image) .social-icons-container {
    top: calc(100% + 80px)
  }
}

@media (min-width:1440px) {
  .template-new-article .image-and-social-container:not(.has-image) .social-icons-container {
    top: calc(100% + 124px)
  }
}

.template-new-article .social-icons-container {
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  align-items: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 24px;
  row-gap: 25px
}

@media (min-width:768px) {
  .template-new-article .social-icons-container {
    flex-direction: column;
    justify-content: flex-start;
    left: 0;
    margin-top: 0;
    position: absolute;
    transform: translate(calc(-100% - 10px))
  }
}

.template-new-article .article-date-container {
  color: #141414;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px
}

@media (min-width:1024px) {
  .template-new-article .article-date-container {
    font-family: FrutigerLTPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
  }
}

.template-new-article .article-content-container {
  grid-row-gap: 32px;
  display: flex;
  flex-direction: column;
  grid-column: 1/-1;
  margin-top: 32px;
  row-gap: 32px
}

@media (min-width:768px) {
  .template-new-article .article-content-container {
    grid-column: span 11/span 11;
    grid-column-start: 2
  }
}

@media (min-width:1024px) {
  .template-new-article .article-content-container {
    grid-column: span 8/span 8;
    grid-column-start: 3
  }
}

@media (min-width:768px) {
  .template-new-article .article-content-container {
    margin-top: 40px
  }
}

@media (min-width:1024px) {
  .template-new-article .article-content-container {
    margin-top: 48px
  }
}

@media (min-width:1440px) {
  .template-new-article .article-content-container {
    margin-top: 72px
  }
}

.template-new-article .article-cover-image {
  margin: 0 -36px;
  position: relative
}

@media (min-width:768px) {
  .template-new-article .article-cover-image {
    margin: 0 -56px
  }
}

@media (min-width:1024px) {
  .template-new-article .article-cover-image {
    margin: 0;
    padding: 0
  }
}

.template-new-article .article-cover-image img {
  aspect-ratio: 1296/543
}

@media (min-width:1024px) {
  .template-new-article .article-cover-image img {
    border-radius: 4px
  }
}

.template-new-article .si-share-label {
  color: #231f20;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-transform: uppercase
}

@media (min-width:768px) {
  .template-new-article .si-share-label {
    margin-bottom: 15px;
    transform: rotate(90deg)
  }
}

.template-new-article .article-wysiwyg {
  grid-row-gap: 32px;
  color: #231f20;
  display: flex;
  flex-direction: column;
  row-gap: 32px
}

.template-new-article .article-wysiwyg a {
  color: #00a0e4
}

.template-new-article .article-wysiwyg a:hover {
  text-decoration: underline
}

.template-new-article .article-wysiwyg hr {
  margin-bottom: 8px;
  margin-top: 8px
}

@media (min-width:768px) {
  .template-new-article .article-wysiwyg hr {
    margin-top: 28px
  }
}

@media (min-width:1024px) {
  .template-new-article .article-wysiwyg hr {
    margin-top: 48px
  }
}

@media (min-width:1440px) {
  .template-new-article .article-wysiwyg hr {
    margin-bottom: 26px
  }
}

.template-new-article .article-wysiwyg h2 {
  font-family: FrutigerLTPro;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 40px
}

@media (min-width:1024px) {
  .template-new-article .article-wysiwyg h2 {
    font-family: FrutigerLTPro;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 48px
  }
}

.template-new-article .article-wysiwyg h3 {
  font-family: FrutigerLTPro;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 32px
}

@media (min-width:768px) {
  .template-new-article .article-wysiwyg h3 {
    font-family: FrutigerLTPro;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 32px
  }
}

@media (min-width:1024px) {
  .template-new-article .article-wysiwyg h3 {
    font-family: FrutigerLTPro;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 40px
  }
}

@media (min-width:1440px) {
  .template-new-article .article-wysiwyg h3 {
    font-family: FrutigerLTPro;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 48px
  }
}

.template-new-article .article-wysiwyg p {
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px
}

@media (min-width:1024px) {
  .template-new-article .article-wysiwyg p {
    font-family: FrutigerLTPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
  }
}

.template-new-article .article-wysiwyg u {
  text-decoration-color: #00a0e4
}

.template-new-article .article-wysiwyg ul li {
  padding-left: 1.7rem
}

.template-new-article .article-wysiwyg ul li p {
  display: inline
}

.template-new-article .article-wysiwyg ul li:before {
  color: #00a0e4;
  content: "–";
  display: inline-block;
  font-weight: 700;
  margin-left: -17px;
  transform: translateY(-1px);
  width: 17px
}

.template-new-article .article-wysiwyg ol {
  counter-reset: list-counter
}

.template-new-article .article-wysiwyg ol li:before {
  color: #00a0e4;
  content: "0" counter(list-counter);
  display: inline-block;
  font-weight: 700;
  margin-left: -17px;
  transform: translate(-10px, -1px);
  width: 17px
}

.template-new-article .article-wysiwyg ol li {
  counter-increment: list-counter;
  padding-left: 1.7rem
}

.template-new-article .article-wysiwyg ol li p {
  display: inline
}

.template-new-article .article-additional-resources {
  border-top: 1px solid rgba(229, 231, 235, .35);
  margin-top: 48px;
  padding-bottom: 80px;
  padding-top: 40px
}

@media (min-width:768px) {
  .template-new-article .article-additional-resources {
    margin-top: 80px
  }
}

@media (min-width:1024px) {
  .template-new-article .article-additional-resources {
    padding-top: 80px
  }
}

@media (min-width:1440px) {
  .template-new-article .article-additional-resources {
    margin-top: 120px;
    padding-bottom: 64px;
    padding-top: 64px
  }
}

.template-new-article .additional-resources-top-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px
}

@media (min-width:768px) {
  .template-new-article .additional-resources-top-container {
    margin-bottom: 28px
  }
}

@media (min-width:1024px) {
  .template-new-article .additional-resources-top-container {
    margin-bottom: 32px
  }
}

@media (min-width:1440px) {
  .template-new-article .additional-resources-top-container {
    margin-bottom: 48px
  }
}

.template-new-article .additional-resources-headline {
  font-family: FrutigerLTPro;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 32px
}

@media (min-width:768px) {
  .template-new-article .additional-resources-headline {
    font-family: FrutigerLTPro;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 40px
  }
}

@media (min-width:1024px) {
  .template-new-article .additional-resources-headline {
    font-family: FrutigerLTPro;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 48px
  }
}

@media (min-width:1440px) {
  .template-new-article .additional-resources-headline {
    font-family: FrutigerLTPro;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 48px
  }
}

.template-new-article .additional-resources-container {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: 1fr
}

@media (min-width:768px) {
  .template-new-article .additional-resources-container {
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width:1440px) {
  .template-new-article .additional-resources-container {
    grid-gap: 40px
  }
}

.template-new-article .add-res-article a {
  display: block;
  height: 100%
}

.template-new-article .add-res-article .news-article-card {
  height: 100%
}

.template-new-article .add-res-article .news-ac-copy {
  flex-grow: 1
}

.template-newsroom {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 20%, #cbedf9), linear-gradient(0deg, #fff, #fff);
  padding-bottom: 64px
}

@media (min-width:768px) {
  .template-newsroom {
    padding-bottom: 80px
  }
}

.template-newsroom .vertical-separator {
  border-right: 1px solid rgba(0, 0, 0, .08);
  height: 100%
}

.template-newsroom .main-container {
  padding-top: 56px
}

@media (min-width:768px) {
  .template-newsroom .main-container {
    padding-top: 64px
  }
}

@media (min-width:1024px) {
  .template-newsroom .main-container {
    padding-top: 88px
  }
}

#page-dsic .home_stats_card {
  background: none
}

#page-dsic .home_stats_card .headline {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px
}

@media (min-width:768px) {
  #page-dsic .home_stats_card .headline {
    font-size: 40px;
    letter-spacing: -.35px;
    line-height: 48px
  }
}

@media (min-width:1024px) {
  #page-dsic .home_stats_card .headline {
    font-size: 50px;
    line-height: 56px
  }
}

@media (min-width:1440px) {
  #page-dsic .home_stats_card .headline {
    letter-spacing: -.5px
  }
}

@media (min-width:768px) {
  #page-dsic .home_stats_card .headline-container {
    width: 80%
  }

  #page-dsic #INTRO .slider__nav {
    display: flex;
    top: 195px
  }
}

@media (min-width:920px) {
  #page-dsic #INTRO .slider__nav {
    top: 50%
  }

  #page-dsic #INTRO .slider__content {
    left: 18px;
    max-height: unset;
    max-width: 400px;
    min-width: 400px;
    padding: 15px;
    top: calc(50% - 11px)
  }
}

@media (min-width:1024px) {
  #page-dsic #INTRO .slider__content {
    left: 36px;
    max-width: 420px;
    min-width: 420px;
    padding: 20px
  }
}

@media (min-width:1296px) {
  #page-dsic #INTRO .slider__content {
    left: 56px;
    max-height: 85%;
    max-width: unset;
    min-width: 550px;
    padding: 40px;
    top: 50%
  }
}

#page-dsic #INTRO .mobile-bottom-container {
  grid-column-gap: 20px;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px
}

#page-dsic #INTRO .mobile-slide-cta {
  margin-bottom: 20px;
  margin-top: 0
}

#page-dsic #INTRO .mobile-arrows-container {
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex
}

#page-dsic #INTRO .mobile-arrows-container .slider__nav {
  display: flex;
  position: relative;
  top: 0
}

#page-dsic #CLIMATECHANGE02 {
  background-color: #eef9fe;
  padding-top: 80px
}

@media (min-width:768px) {
  #page-dsic #CLIMATECHANGE02 {
    padding-top: 100px
  }
}

@media (min-width:1024px) {
  #page-dsic #CLIMATECHANGE02 {
    padding-top: 195px
  }
}

#page-dsic #IEQ06 {
  padding-top: 80px
}

@media (min-width:768px) {
  #page-dsic #IEQ06 {
    padding-top: 100px
  }
}

@media (min-width:1024px) {
  #page-dsic #IEQ06 {
    padding-top: 195px
  }
}

#page-dsic .value_blocks .value_blocks--block .block-body-text {
  font-size: 16px;
  letter-spacing: -.2px;
  line-height: 24px
}

@media (min-width:768px) {
  #page-dsic .value_blocks .value_blocks--block .block-body-text {
    font-size: 10px
  }
}

@media (min-width:1024px) {
  #page-dsic .value_blocks .value_blocks--block .block-body-text {
    font-size: 12px
  }
}

@media (min-width:1440px) {
  #page-dsic .value_blocks .value_blocks--block .block-body-text {
    font-size: 16px
  }
}

@media (min-width:690px) {
  #page-dsic .value_blocks .item {
    padding: 0 20px
  }
}

#page-dsic .hero_v1 .eyebrow-container {
  display: block
}

.cta .content {
  background: #f1f1f1;
  position: relative
}

.cta .content:after {
  border-right: 32px solid #fff;
  border-top: 32px solid transparent;
  bottom: 0;
  content: "";
  height: 32px;
  position: absolute;
  right: 0;
  width: 32px
}

@media (min-width:920px) {
  .cta .content:after {
    border-right: 60px solid #fff;
    border-top: 60px solid transparent;
    height: 60px;
    width: 60px
  }
}

.media_block_v1 {
  height: 100%;
  margin-top: 40px
}

@media (min-width:690px) {
  .media_block_v1:hover .normal svg {
    transform: translateX(10px)
  }
}

.media_block_v1:first-child {
  margin-top: 0
}

@media (min-width:690px) {
  .media_block_v1 {
    flex-basis: calc(33.333% - 8px)
  }

  .media_block_v1:nth-child(-n+3) {
    margin-top: 0
  }
}

@media (min-width:920px) {
  .media_block_v1 {
    flex-basis: calc(33.333% - 15px);
    margin-top: 60px
  }
}

.media_block_v1 .image {
  border: 2px solid #f3f3f3;
  border-bottom: none;
  display: flex;
  justify-content: center
}

.media_block_v1 .image picture {
  position: relative;
  width: 100%
}

.media_block_v1 .image picture img {
  height: 80px;
  margin: 0 auto;
  max-width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

.media_block_v1 .content,
.media_block_v1 .content .angled {
  position: relative
}

.media_block_v1 .content .angled svg {
  display: inline-block;
  height: 7px;
  margin-left: 3px;
  width: 7px
}

.media_block_v1 .content svg {
  height: 17px;
  transition: .15s cubic-bezier(.47, 0, .745, .715);
  width: 17px
}

.media_block_v1 .content svg g {
  stroke: #0097e0
}

.media_block_v1 .content:after {
  background-image: url(http://svg/bottom_right_triangle_white.svg);
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 32px;
  position: absolute;
  right: 0;
  width: 32px
}

@media (min-width:920px) {
  .media_block_v1 .content:after {
    height: 60px;
    width: 60px
  }
}

.vertical_media_block_v3 {
  flex-basis: 100%;
  margin-top: 40px
}

.vertical_media_block_v3 .image {
  position: relative
}

.vertical_media_block_v3 .image:after {
  background-image: url(/svg/bottom_right_triangle_white.svg);
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 28px;
  position: absolute;
  right: 0;
  width: 28px
}

@media (min-width:690px) {
  .vertical_media_block_v3 .image:after {
    height: 32px;
    width: 32px
  }
}

@media (min-width:920px) {
  .vertical_media_block_v3 .image:after {
    height: 60px;
    width: 60px
  }
}

.vertical_media_block_v3:first-child {
  margin-top: 0
}

@media (min-width:690px) {
  .vertical_media_block_v3 {
    flex-basis: calc(33.33333% - 8px)
  }

  .vertical_media_block_v3:nth-child(2),
  .vertical_media_block_v3:nth-child(3) {
    margin-top: 0
  }
}

@media (min-width:920px) {
  .vertical_media_block_v3 {
    flex-basis: calc(33.333% - 60px);
    margin-top: 60px
  }
}

@media (min-width:1296px) {
  .vertical_media_block_v3 {
    flex-basis: calc(33.333% - 70px)
  }
}

.vertical_media_block_v3 .line_divider {
  position: relative
}

.vertical_media_block_v3 .line_divider svg {
  height: auto;
  width: 12px
}

.vertical_media_block_v3 .line_divider:after {
  background: #f1f1f1;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1
}

.media_block_v4_v5 {
  flex-basis: 100%;
  margin-top: 40px
}

.media_block_v4_v5:first-child {
  margin-top: 0
}

@media (min-width:690px) {
  .media_block_v4_v5 {
    flex-basis: calc(33.33333% - 37px)
  }

  .media_block_v4_v5:nth-child(2),
  .media_block_v4_v5:nth-child(3) {
    margin-top: 0
  }
}

@media (min-width:920px) {
  .media_block_v4_v5 {
    flex-basis: calc(33.333% - 53px);
    margin-top: 60px
  }
}

@media (min-width:1296px) {
  .media_block_v4_v5 {
    flex-basis: calc(33.333% - 70px)
  }
}

.media_block_v4_v5 .line_divider {
  position: relative
}

.media_block_v4_v5 .line_divider svg {
  height: 17px;
  margin-left: auto;
  position: relative;
  width: 17px;
  z-index: 1
}

.media_block_v4_v5 .line_divider:after {
  background: #f1f1f1;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 0
}

.media_block_v4_v5 a svg {
  height: 9px;
  width: 9px
}

.article_card {
  position: relative
}

.article_card:after {
  background-image: url(/svg/bottom_right_triangle_white.svg);
  background-size: 100%;
  bottom: -2px;
  content: "";
  height: 34px;
  position: absolute;
  right: -2px;
  width: 34px;
  z-index: 2
}

@media (min-width:920px) {
  .article_card:after {
    height: 62px;
    width: 62px
  }
}

.article_card .upper {
  border: 2px solid #f3f3f3
}

.article_card a svg {
  height: auto;
  transition: .15s cubic-bezier(.47, 0, .745, .715);
  width: 17px
}

@media (min-width:690px) {
  .article_card a:hover svg {
    transform: translateX(10px)
  }
}

.breadcrumb {
  background: #fff;
  border-top: 1px solid #f1f1f1
}

.breadcrumb a {
  align-items: center;
  display: flex
}

.breadcrumb a:first-child {
  color: #000578
}

.breadcrumb a:nth-child(2) {
  color: #0059cb
}

.breadcrumb a:nth-child(3) {
  color: #0097e0
}

.breadcrumb a:nth-child(4) {
  color: #54c3f1
}

.breadcrumb a:nth-child(5) {
  color: #c8eefe
}

.breadcrumb a:last-of-type:after {
  content: none
}

.breadcrumb a:after {
  content: "/";
  display: block;
  padding: 0 10px;
  position: relative
}

@media (min-width:690px) {
  .breadcrumb a:after {
    padding: 0 15px
  }
}

.pagination .inner {
  max-width: 520px
}

.pagination .inner .box {
  align-items: center;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0 7.5px;
  width: 40px
}

.pagination .inner .box svg {
  min-width: 15px
}

@media (min-width:690px) {
  .pagination .inner .box {
    min-width: 40px;
    width: auto
  }
}

.pagination .inner .box--active {
  background: #fff
}

.pagination .inner .box--inactive {
  background: none;
  border: none
}

.news-article-card {
  background-color: #fff;
  border: 1px solid #eaedf1;
  border-radius: 8px;
  padding: 16px;
  transition: border .5s ease
}

.news-article-card img {
  transition: scale .5s ease
}

.news-article-card:hover {
  border: 1px solid #00a0e4
}

.news-article-card:hover img {
  scale: 1.15
}

@media (min-width:768px) {
  .news-article-card {
    padding: 24px
  }
}

@media (min-width:1024px) {
  .news-article-card {
    padding: 32px
  }
}

.news-article-card.bg-ghost-white {
  background-color: #f6fcfe
}

.news-article-card.variant-with-image {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-height: 243px;
  row-gap: 24px
}

@media (min-width:1024px) {
  .news-article-card.variant-with-image {
    grid-row-gap: 32px;
    row-gap: 32px
  }
}

@media (min-width:1440px) {
  .news-article-card.variant-with-image {
    grid-template-rows: 1fr
  }

  .news-article-card.variant-with-image.has-image {
    grid-template-columns: 1.04fr 1fr
  }
}

.news-article-card.variant-with-image .news-ac-date {
  align-items: flex-end;
  display: flex;
  flex-grow: 1
}

.news-article-card.variant-with-image .news-ac-headline {
  -webkit-line-clamp: 3;
  font-family: FrutigerLTPro;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 20px;
  padding-bottom: 1px
}

@media (min-width:1024px) {
  .news-article-card.variant-with-image .news-ac-headline {
    font-family: FrutigerLTPro;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 24px;
    margin-bottom: 29px
  }
}

.news-article-card.variant-with-image .news-ac-image-container {
  grid-row: 1
}

@media (min-width:1440px) {
  .news-article-card.variant-with-image .news-ac-image-container {
    grid-column: 2;
    margin-bottom: 0
  }
}

.news-article-card.variant-with-image .news-ac-image-container img {
  aspect-ratio: 272/183;
  height: auto;
  width: 100%
}

.news-article-card.variant-medium-no-image {
  display: flex;
  flex-direction: column
}

.news-article-card.variant-medium-no-image .news-ac-content-container {
  min-height: 280px
}

@media (min-width:1024px) {
  .news-article-card.variant-medium-no-image .news-ac-content-container {
    min-height: 320px
  }
}

.news-article-card.variant-medium-no-image .news-ac-headline {
  -webkit-line-clamp: 4;
  font-family: FrutigerLTPro;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 20px
}

@media (min-width:1024px) {
  .news-article-card.variant-medium-no-image .news-ac-headline {
    font-family: FrutigerLTPro;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 24px
  }
}

.news-article-card .news-ac-content-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%
}

.news-article-card .news-ac-category-icon,
.news-article-card .news-ac-category-icon svg {
  height: 36px;
  width: 36px
}

.news-article-card .news-ac-icon-default svg {
  height: 35px;
  width: 35px
}

.news-article-card .news-ac-image-container {
  border-radius: 4px;
  overflow: hidden;
  width: 100%
}

.news-article-card .news-ac-image-container img {
  border-radius: 4px
}

.news-article-card .news-ac-top-row {
  grid-column-gap: 12px;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: flex;
  flex-direction: row;
  margin-bottom: 16px
}

.news-article-card .news-ac-top-row .news-ac-content-type {
  color: #231f20;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  text-transform: uppercase;
  text-transform: uppercase
}

@media (min-width:1024px) {
  .news-article-card .news-ac-top-row .news-ac-content-type {
    font-size: 14px
  }
}

.news-article-card .news-ac-headline {
  margin-bottom: 16px;
  padding-bottom: 1px
}

.news-article-card .news-ac-copy {
  flex-grow: 1;
  font-family: FrutigerLTPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px
}

@media (min-width:1024px) {
  .news-article-card .news-ac-copy {
    font-family: FrutigerLTPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
  }
}

.news-article-card .news-ac-copy span {
  -webkit-line-clamp: 3;
  margin-bottom: 16px
}

.news-article-card .news-ac-date {
  color: #666
}

.news-article-card .news-ac-media-source {
  color: #00a0e4;
  font-weight: 700
}

.news-article-card .news-ac-media-source-sep {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px
}

.news-category-slider :global(.swiper-button-disabled) {
  visibility: hidden
}

.news-category-slider .ncs-top-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
  position: relative
}

.news-category-slider .ncs-top-row .slider__nav-wrap {
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  margin: 0
}

.news-category-slider .ncs-top-row .slider__nav-wrap>div {
  position: relative
}

.news-category-slider .ncs-top-row .slider__nav {
  margin: 0
}

@media (min-width:768px) {
  .news-category-slider .ncs-top-row .slider__nav {
    display: flex
  }
}

.news-category-slider .slider__nav {
  opacity: 1;
  transition: opacity .4s ease
}

.news-category-slider .slider__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none
}

.news-category-slider .ncs-title-container {
  font-family: FrutigerLTPro;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 32px
}

@media (min-width:768px) {
  .news-category-slider .ncs-title-container {
    font-family: FrutigerLTPro;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 40px
  }
}

@media (min-width:1024px) {
  .news-category-slider .ncs-title-container {
    font-family: FrutigerLTPro;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 48px
  }
}

.news-category-slider .news-article-card.variant-medium-no-image {
  height: 100%;
  width: 304px
}

@media (min-width:768px) {
  .news-category-slider .news-article-card.variant-medium-no-image {
    width: 320px
  }
}

@media (min-width:1024px) {
  .news-category-slider .news-article-card.variant-medium-no-image {
    width: 342px
  }
}

.news-category-slider .news-article-card.variant-medium-no-image .news-ac-content-container {
  min-height: 280px
}

@media (min-width:768px) {
  .news-category-slider .news-article-card.variant-medium-no-image .news-ac-content-container {
    min-height: 256px
  }
}

@media (min-width:1024px) {
  .news-category-slider .news-article-card.variant-medium-no-image .news-ac-content-container {
    min-height: 268px
  }
}

@media (min-width:768px) {
  .news-category-slider .news-article-card.variant-medium-no-image .news-ac-headline {
    -webkit-line-clamp: 3
  }
}

.news-category-slider .news-article-card.variant-with-image.has-image {
  height: 100%;
  width: 304px
}

@media (min-width:768px) {
  .news-category-slider .news-article-card.variant-with-image.has-image {
    width: 320px
  }
}

@media (min-width:1024px) {
  .news-category-slider .news-article-card.variant-with-image.has-image {
    width: 440px
  }
}

@media (min-width:1440px) {
  .news-category-slider .news-article-card.variant-with-image.has-image {
    width: 640px
  }
}

.news-category-slider .news-article-card.variant-with-image.has-image .news-ac-image-container img {
  aspect-ratio: 272/183
}

.news-category-slider .news-article-card.variant-with-image:not(.has-image) {
  width: 304px
}

@media (min-width:768px) {
  .news-category-slider .news-article-card.variant-with-image:not(.has-image) {
    width: 320px
  }
}

@media (min-width:1024px) {
  .news-category-slider .news-article-card.variant-with-image:not(.has-image) {
    width: 440px
  }
}

@media (min-width:1440px) {
  .news-category-slider .news-article-card.variant-with-image:not(.has-image) {
    width: 342px
  }
}

.news-category-slider .swiper-slide {
  height: auto;
  width: auto
}

.news-category-slider .swiper-slide>a {
  display: block;
  height: 100%
}

.lightbox-video-dialog {
  background-color: transparent;
  padding: 0
}

.lightbox-video-dialog::backdrop {
  background-color: rgba(0, 0, 0, .5)
}

.lightbox-video-dialog .cross {
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 50px
}

@media (min-width:768px) {
  .lightbox-video-dialog .cross {
    right: 40px;
    top: 40px
  }
}

.lightbox-video-dialog .cross svg {
  height: 20px;
  width: 20px
}

@media (min-width:768px) {
  .lightbox-video-dialog .cross svg {
    height: 50px;
    width: 50px
  }
}

.lightbox-video-dialog .cross svg g {
  stroke: #ddd;
  transition: all .5s ease
}

.lightbox-video-dialog .cross:hover g {
  stroke: #bbb
}

.lightbox-video-dialog .lightbox-video {
  max-height: calc(100vh - 70px) !important;
  max-width: calc(100vw - 40px);
  width: 95vw
}

@media (min-width:768px) {
  .lightbox-video-dialog .lightbox-video {
    width: 80vw
  }
}

.lightbox-video-dialog .lightbox-video .aspect-video,
.lightbox-video-dialog .lightbox-video .aspect-video iframe,
.lightbox-video-dialog .lightbox-video .aspect-video video {
  aspect-ratio: 16/9;
  max-height: calc(100vh - 70px)
}

.lightbox-video-dialog .lightbox-video .aspect-video-wide,
.lightbox-video-dialog .lightbox-video .aspect-video-wide iframe,
.lightbox-video-dialog .lightbox-video .aspect-video-wide video {
  aspect-ratio: 1920/772
}

.lightbox-video-dialog .lightbox-video .video-inner {
  margin-left: auto;
  margin-right: auto
}

.lightbox-video-dialog .lightbox-video iframe {
  max-height: calc(100vh - 70px);
  width: 100%
}

@media (min-width:768px) {
  .lightbox-video-dialog .lightbox-video>div {
    border-radius: 4px
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px)
  }

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

@keyframes plyr-fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "tnum";
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto
}

.plyr:focus {
  outline: 0
}

.plyr--full-ui {
  box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none
}

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%
}

.plyr__captions span:empty {
  display: none
}

@media (min-width:480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2)
  }
}

@media (min-width:768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px)
  }
}

.plyr--captions-active .plyr__captions {
  display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
  background: rgba(0, 0, 0, .8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap
}

.plyr__caption div {
  display: inline
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  transition: all .3s ease
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
  outline: 0
}

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

a.plyr__control {
  text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none
}

.plyr--full-ui ::-webkit-media-controls {
  display: none
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block
}

.plyr__menu {
  display: flex;
  position: relative
}

.plyr__menu .plyr__control svg {
  transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none
}

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: hsla(0, 0%, 100%, .9);
  background: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3
}

.plyr__menu__container>div {
  overflow: hidden;
  transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: hsla(0, 0%, 100%, .9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%
}

.plyr__menu__container .plyr__control>span {
  align-items: inherit;
  display: flex;
  width: 100%
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2)
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, .1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease, opacity .3s ease;
  width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, .1)
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none
}

.plyr--full-ui input[type=range]:focus {
  outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width:calc(768px - 1)) {
  .plyr__time+.plyr__time {
    display: none
  }
}

.plyr__tooltip {
  background: hsla(0, 0%, 100%, .9);
  background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s, opacity .2s ease .1s;
  white-space: nowrap;
  z-index: 2
}

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, .9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(.8);
  transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(.8);
  transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1)
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc((var(--plyr-range-track-height, 5px)/2)*-1);
  padding: 0;
  position: absolute;
  top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, .6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, .6) 0, rgba(35, 40, 47, .6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: hsla(0, 0%, 100%, .25);
  background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  position: relative;
  z-index: 2
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto
}

.plyr--audio {
  display: block
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, .6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, .6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr--video {
  background: #000;
  overflow: hidden
}

.plyr--video.plyr--menu-open {
  overflow: visible
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, .75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  z-index: 3
}

@media (min-width:480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: hsla(0, 0%, 100%, .25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: hsla(0, 0%, 100%, .25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: hsla(0, 0%, 100%, .25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px hsla(0, 0%, 100%, .5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--video .plyr__progress__buffer {
  color: hsla(0, 0%, 100%, .25);
  color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:fullscreen video {
  height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none
}

@media (min-width:1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-webkit-full-screen video {
  height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none
}

@media (min-width:1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-moz-full-screen video {
  height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none
}

@media (min-width:1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-ms-fullscreen video {
  height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none
}

@media (min-width:1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000
}

.plyr--fullscreen-fallback video {
  height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
  display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none
}

@media (min-width:1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px)
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
  height: 100%;
  position: absolute;
  width: 100%
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3
}

.plyr__ads:after:empty {
  display: none
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3
}

.plyr__preview-thumb {
  background-color: hsla(0, 0%, 100%, .9);
  background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s, opacity .2s ease .1s;
  z-index: 2
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, .9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, .9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, .55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%
}

.plyr--no-transition {
  transition: none !important
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.plyr [hidden] {
  display: none !important
}