.homeSliderItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, 0, auto, 0);
  pointer-events: none;
  will-change: clip
}
.homeSliderItem--default {
  clip: rect(0, 100vw, auto, 0)
}
.homeSliderItem--default .homeSliderItem__image {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  pointer-events: none
}
.homeSliderItem__container {
  position: absolute;
  top: 50%;
  left: calc(50% - 52px);
  margin-top: -48.5vmin;
  margin-left: -48.5vmin;
  width: 97vmin;
  height: 97vmin;
  text-align: center;
  z-index: 50;
  background-image: radial-gradient(circle 22.5vmin at center, hsla(0, 0%, 100%, .13) 0, hsla(0, 0%, 100%, .04) 71%, transparent 100%);
  border-radius: 50%
}
.homeSliderItem__image {
  width: 81.77419%;
  height: 46.37096%;
  margin: 36.3% auto 1.2%;
  display: block;
  pointer-events: all;
  min-height: 170px;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative
}
.homeSliderItem__image picture {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0
}
.homeSliderItem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;"
}
.homeSliderItem__image--loaded picture {
  opacity: 1
}
.homeSliderItem__company {
  color: #fff;
  font: 600 24px/1em Gotham Pro, sans-serif;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  text-decoration: none
}
.homeSliderItem__company a {
  color: inherit;
  font: inherit;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  text-decoration: none;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: inline-block;
  position: relative
}
.homeSliderItem__company a:active {
  -webkit-transform: scale(.95);
  transform: scale(.95)
}
.homeSliderItem__company a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 0;
  border-radius: 19px;
  border: 2px dashed #fff
}
body.js-focus-visible .homeSliderItem__company a[data-focus-visible-added]:after {
  opacity: 1
}
@media only screen and (max-width:2199px)and (min-width:1750px) {
  .homeSliderItem__container {
    left: calc(50% - 40px)
  }
  .homeSliderItem__image {
    width: 78.32432%;
    height: 50.81081%;
    margin-top: 32.3%;
    margin-bottom: 0
  }
  .homeSliderItem__company {
    font-size: 20px
  }
}
@media only screen and (max-width:1749px)and (min-width:1250px) {
  .homeSliderItem__container {
    left: calc(50% - 35px)
  }
  .homeSliderItem__image {
    width: 78.63247%;
    height: 47.86324%;
    margin-top: 35.3%;
    margin-bottom: .5%
  }
  .homeSliderItem__company {
    font-size: 18px
  }
}
@media only screen and (max-width:1249px)and (min-width:920px) {
  .homeSliderItem__container {
    left: calc(50% - 27px);
    width: 90vmin;
    height: 90vmin;
    margin-top: -45vmin;
    margin-left: -45vmin
  }
  .homeSliderItem__image {
    margin-top: 33.3%;
    width: 82.87937%;
    height: 48.63813%;
    margin-bottom: 2.2%
  }
  .homeSliderItem__company {
    font-size: 15px
  }
}
@media only screen and (max-width:919px) {
  .homeSliderItem__container {
    width: 100%;
    height: auto;
    left: auto;
    margin-top: 0;
    margin-left: 0;
    top: calc(40% + 70px);
    background-image: none
  }
  .homeSliderItem__image {
    width: 100%;
    max-width: 580px;
    height: 38.55555vh;
    margin: 0 auto 2.55555%
  }
  .homeSliderItem__company {
    font-size: 18px
  }
}
@media only screen and (max-width:919px)and (orientation:landscape) {
  .homeSliderItem__container {
    top: calc(48% + 70px)
  }
}
@media only screen and (max-width:599px) {
  .homeSliderItem__container {
    top: calc(38% + 60px)
  }
  .homeSliderItem__image {
    height: 34.625vh;
    margin-bottom: 1.875vh;
    max-width: 475px
  }
  .homeSliderItem__company {
    font-size: 16px
  }
}
@media only screen and (max-width:599px)and (orientation:landscape) {
  .homeSliderItem__container {
    top: calc(46% + 60px)
  }
}
@media only screen and (max-width:429px) {
  .homeSliderItem__container {
    top: calc(34% + 55px)
  }
  .homeSliderItem__image {
    height: 35.08771vh;
    margin-bottom: 2.26315vh;
    max-width: 320px
  }
  .homeSliderItem__company {
    font-size: 15px
  }
}
@media only screen and (max-width:429px)and (orientation:landscape) {
  .homeSliderItem__container {
    top: calc(42% + 55px)
  }
}
@media print {
  .homeSliderItem__container {
    background: none;
    left: 50%
  }
  .homeSliderItem__company a {
    color: #191919
  }
}
.homeSlider {
  font-size: 0;
  cursor: -webkit-grab;
  cursor: grab;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  min-height: 600px
}
.homeSlider__front {
  position: absolute;
  top: 50%;
  left: calc(50% - 52px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 97vmin;
  height: 97vmin;
  z-index: 40;
  pointer-events: none
}
.homeSlider__title {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  width: 100%;
  top: 21%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none
}
.homeSlider__title span:first-child {
  display: block;
  font: 500 25px/1em Gotham Pro, sans-serif;
  letter-spacing: .4em;
  margin-bottom: 10px
}
.homeSlider__title span:nth-child(2) {
  font: 900 78px/1em Gotham Pro, sans-serif;
  letter-spacing: -.01em
}
.homeSlider__description {
  position: absolute;
  opacity: .09;
  color: #fff;
  font: 700 300px/1em Gotham Pro, sans-serif;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: .04em
}
.homeSlider__navigation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
.homeSlider__navigationArc {
  fill: transparent;
  stroke: #fff;
  opacity: .47
}
.homeSlider__navigationArc--front {
  opacity: 1
}
.homeSlider__navigationPinAfter {
  fill: transparent;
  stroke: #fff;
  cursor: pointer;
  pointer-events: none;
  opacity: 0
}
.homeSlider__navigationPin {
  fill: transparent;
  stroke: #fff;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease
}
.homeSlider__navigationPin--active {
  pointer-events: none
}
.homeSlider__navigationPin--active + .homeSlider__navigationPinAfter {
  opacity: 0
}
body:not(.is-touch) .homeSlider__navigationPin:hover {
  fill: hsla(0, 0%, 100%, .6)
}
body.js-focus-visible .homeSlider__navigationPin[data-focus-visible-added] + .homeSlider__navigationPinAfter {
  opacity: 1
}
.homeSlider__delay {
  height: 2px;
  width: 100%;
  position: fixed;
  top: -2px;
  left: 0;
  margin-top: 70px;
  z-index: 1;
  overflow: hidden;
  display: none;
  -webkit-transition: opacity .1s ease, -webkit-transform .5s ease;
  transition: opacity .1s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .1s ease;
  transition: transform .5s ease, opacity .1s ease, -webkit-transform .5s ease
}
.homeSlider__delayProgress {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 100%
}
.homeSlider--drag {
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.mainNav--fixed ~ .home .homeSlider__delay {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
@media only screen and (max-width:919px)and (orientation:landscape) {
  .homeSlider {
    min-height: 700px
  }
}
@media only screen and (max-width:2199px)and (min-width:1750px) {
  .homeSlider__front {
    left: calc(50% - 40px)
  }
  .homeSlider__title {
    top: 20.3%
  }
  .homeSlider__title span:first-child {
    font-size: 21px
  }
  .homeSlider__title span:nth-child(2) {
    font-size: 56px
  }
  .homeSlider__description {
    font-size: 220px
  }
}
@media only screen and (max-width:1749px)and (min-width:1250px) {
  .homeSlider__front {
    left: calc(50% - 35px)
  }
  .homeSlider__title {
    top: 20%
  }
  .homeSlider__title span:first-child {
    font-size: 15px
  }
  .homeSlider__title span:nth-child(2) {
    font-size: 36px
  }
  .homeSlider__description {
    font-size: 160px
  }
}
@media only screen and (max-width:1249px)and (min-width:920px) {
  .homeSlider__front {
    left: calc(50% - 27px);
    width: 90vmin;
    height: 90vmin
  }
  .homeSlider__title {
    top: 20%
  }
  .homeSlider__title span:first-child {
    font-size: 11px;
    margin-bottom: 6px
  }
  .homeSlider__title span:nth-child(2) {
    font-size: 30px
  }
  .homeSlider__description {
    font-size: 133px
  }
  .homeSlider__navigationArc {
    stroke-width: 5px
  }
  .homeSlider__navigationArc--front {
    stroke-width: 6px
  }
}
@media only screen and (max-width:919px) {
  .homeSlider__front {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    left: auto;
    top: 18%
  }
  .homeSlider__title {
    top: 28%
  }
  .homeSlider__title span:first-child {
    font-size: 15px;
    margin-bottom: 9px
  }
  .homeSlider__title span:nth-child(2) {
    font-size: 48px
  }
  .homeSlider__description {
    font-size: 144px;
    white-space: normal;
    line-height: 125px;
    top: auto;
    position: static;
    width: 100%;
    -webkit-transform: none;
    transform: none
  }
  .homeSlider__navigation {
    display: none
  }
  .homeSlider__delay {
    display: block;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
}
@media only screen and (max-width:599px) {
  .homeSlider__front {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    top: 19.8%
  }
  .homeSlider__title span:first-child {
    font-size: 12px;
    margin-bottom: 11px
  }
  .homeSlider__title span:nth-child(2) {
    font-size: 40px
  }
  .homeSlider__description {
    font-size: 107px;
    line-height: 93px
  }
  .homeSlider__delay {
    margin-top: 60px;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
  }
}
@media only screen and (max-width:429px) {
  .homeSlider__front {
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
    top: 18.2%
  }
  .homeSlider__title span:first-child {
    font-size: 11px;
    margin-bottom: 5px
  }
  .homeSlider__title span:nth-child(2) {
    font-size: 30px
  }
  .homeSlider__description {
    font-size: 79px;
    line-height: 69px
  }
  .homeSlider__delay {
    margin-top: 55px;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px)
  }
}
@media print {
  .homeSlider__front {
    left: 50%
  }
  .homeSlider__title span:nth-child(2) {
    font-size: 6vw
  }
  .homeSlider__title {
    color: #191919
  }
  .homeSlider__description, .homeSlider__navigationCircle {
    display: none
  }
  .homeSlider__navigationPin {
    stroke: #191919
  }
}
.showreelButton {
  display: inline-block;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: fixed;
  top: 28px;
  right: 168px;
  z-index: 40;
  padding: 0
}
.showreelButton:active {
  -webkit-transform: scale(.95);
  transform: scale(.95)
}
.showreelButton__icon {
  width: 56px;
  height: 56px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 20px;
  position: relative
}
.showreelButton__icon svg {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
  transform: translate3d(-50%, -50%, 0) !important
}
.showreelButton__text {
  display: inline-block;
  vertical-align: middle;
  font: 500 22px/1em Gotham Pro, sans-serif;
  color: #fff;
  letter-spacing: -.03em;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  position: relative
}
.showreelButton__text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 0;
  border-radius: 22px;
  border: 2px dashed #fff
}
body:not(.is-touch) .showreelButton:hover .showreelButton__text {
  opacity: .3
}
body.js-focus-visible .showreelButton[data-focus-visible-added] .showreelButton__text:before {
  opacity: 1
}
@media only screen and (max-width:2199px)and (min-width:1750px) {
  .showreelButton {
    top: 19px;
    right: 129px
  }
  .showreelButton__icon {
    width: 44px;
    height: 44px;
    margin-right: 13px
  }
  .showreelButton__text {
    font-size: 18px
  }
}
@media only screen and (max-width:1749px)and (min-width:1250px) {
  .showreelButton {
    top: 14px;
    right: 111px
  }
  .showreelButton__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px
  }
  .showreelButton__text {
    font-size: 17px
  }
}
@media only screen and (max-width:1249px)and (min-width:920px) {
  .showreelButton {
    top: 11px;
    right: 88px
  }
  .showreelButton__icon {
    width: 34px;
    height: 34px;
    margin-right: 10px
  }
  .showreelButton__text {
    font-size: 14px
  }
}
@media only screen and (max-width:919px) {
  .showreelButton {
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, 70px);
    transform: translate(-50%, 70px);
    right: auto;
    top: 8%
  }
  .showreelButton:active {
    -webkit-transform: translate(-50%, 70px) scale(.95);
    transform: translate(-50%, 70px) scale(.95)
  }
  .showreelButton__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px
  }
  .showreelButton__text {
    font-size: 17px
  }
}
@media only screen and (max-width:919px)and (orientation:landscape) {
  .showreelButton {
    position: absolute
  }
}
@media only screen and (max-width:599px) {
  .showreelButton {
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
    top: 8.4%
  }
  .showreelButton:active {
    -webkit-transform: translate(-50%, 60px) scale(.95);
    transform: translate(-50%, 60px) scale(.95)
  }
  .showreelButton__icon {
    width: 36px;
    height: 36px;
    margin-right: 10px
  }
  .showreelButton__text {
    font-size: 16px
  }
}
@media only screen and (max-width:429px) {
  .showreelButton {
    -webkit-transform: translate(-50%, 55px);
    transform: translate(-50%, 55px);
    top: 7.4%
  }
  .showreelButton:active {
    -webkit-transform: translate(-50%, 55px) scale(.95);
    transform: translate(-50%, 55px) scale(.95)
  }
  .showreelButton__icon {
    width: 34px;
    height: 34px;
    margin-right: 9px
  }
  .showreelButton__text {
    font-size: 15px
  }
}
.mainAwards {
  position: fixed;
  left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
  background: hsla(0, 0%, 100%, .15);
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 52px;
  height: 253px;
  border: 2px solid hsla(0, 0%, 100%, .35);
  border-radius: 64px;
  -webkit-box-shadow: -1px 0 4px rgba(0, 119, 184, .251);
  box-shadow: -1px 0 4px rgba(0, 119, 184, .251);
  z-index: 51
}
.mainAwards, .mainAwards__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.mainAwards__buttons {
  z-index: 9
}
body:not(.is-touch) .mainAwards__buttons:hover .mainButton {
  opacity: .5
}
.mainAwards .mainButton {
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}
body:not(.is-touch) .mainAwards .mainButton:hover {
  opacity: 1
}
.mainAwards__text {
  -webkit-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
  margin-top: auto;
  text-transform: uppercase;
  font: 500 16px/1em Gotham Pro, sans-serif;
  color: #fff
}
@media only screen and (max-width:1749px) {
  .mainAwards {
    left: 22px
  }
}
@media only screen and (max-width:919px) {
  .mainAwards {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: calc(50% - 35px);
    left: 18px
  }
}
@media only screen and (max-width:599px) {
  .mainAwards {
    position: absolute;
    bottom: 13px;
    left: 50%;
    padding: 0 13px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 43px;
    width: 217px
  }
  .mainAwards, .mainAwards__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .mainAwards__text {
    -webkit-transform: none;
    transform: none;
    margin-top: 0;
    font-size: 14px;
    margin-right: auto
  }
}
.mainButton {
  z-index: 12;
  width: 30px
}
.mainButton + .mainButton {
  padding-top: 10px
}
body:not(.is-touch) .mainButton:hover .mainButton__text {
  visibility: visible;
  color: #fff
}
.mainButton:active {
  -webkit-transform: scale(.95);
  transform: scale(.95)
}
body.js-focus-visible .mainButton[data-focus-visible-added] .mainButton__wrapper:after {
  display: block
}
body.js-focus-visible .mainButton[data-focus-visible-added] .mainButton__text {
  visibility: visible;
  color: #fff
}
.mainButton__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 13;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.mainButton__wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  border: 2px dashed #fff;
  width: 120%;
  height: 120%;
  border-radius: 50%
}
.mainButton__icon {
  fill: #fff;
  width: 30px;
  height: 30px;
  position: relative
}
.mainButton__text {
  color: hsla(0, 0%, 100%, 0);
  visibility: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translate(24px, -50%) translateX(100%);
  transform: translate(24px, -50%) translateX(100%);
  pointer-events: none;
  font: 500 16px/1em Gotham Pro, sans-serif;
  -webkit-transition: color .2s ease, visibility .2s;
  transition: color .2s ease, visibility .2s;
  z-index: 10
}
@media only screen and (max-width:599px) {
  .mainButton + .mainButton {
    padding: 0;
    margin-right: 7px
  }
  .mainButton:last-of-type {
    margin-left: 7px
  }
  .mainButton__text {
    display: none
  }
}
@media only screen and (max-width:1249px)and (min-width:920px) {
  .mainButton__text {
    font-size: 9px;
    letter-spacing: .4px
  }
}
.home {
  position: relative
}
@media only screen and (max-width:919px) {
  .home .showreelButton {
    position: absolute
  }
}
@media print {
  .home .showreelButton {
    display: none
  }
}