.elevates-game {
  margin: 10px;
  background: #f3f3f3;
}
.elevates-game__wrapper {
  position: relative;
  max-width: 100%;
  margin: 10px 0 20px 0;
}
.elevates-game__container {
  overflow: hidden;
}
.elevates-game__header {
  padding-top: 121px;
  padding-bottom: 4px;
  max-width: calc(1440px - 2 * 20px);
  margin: 0 auto;
}
.elevates-game__title {
  font-family: 'DINCondensed', sans-serif;
  color: #ed0f00;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 7.8rem;
  line-height: 70px;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 1366px) {
  .elevates-game__title {
    font-size: 5.6rem;
    line-height: 50px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .elevates-game__title {
    font-size: 3.2rem;
    line-height: 28px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}
.elevates-game__description {
  font-size: 1.8rem;
  line-height: 36px;
  color: #000;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1366px) {
  .elevates-game__description {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .elevates-game__description {
    margin-left: auto;
    margin-right: auto;
  }
}
.elevates-game__controllers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 324px;
  margin: 0 188px 0 auto;
  transform: translateX(50%);
}
.elevates-game__selector {
  font-family: 'DINCondensed', sans-serif;
  position: relative;
  height: 6vw;
  min-height: 160px;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  will-change: transform;
}
.elevates-game__selector:nth-of-type(n + 3) {
  margin-top: -8px;
}
.elevates-game__selector::before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  border-top: 4px #1a1a1a solid;
  border-bottom: 4px #1a1a1a solid;
  width: 20px;
  left: calc(50% - 10px);
}
.elevates-game__selector--active::before {
  width: 100%;
  border: 8px #ed0f00 solid;
  z-index: 1;
  left: -8px;
}
.elevates-game__selector--mobile {
  display: none;
}
.elevates-game__selector-area {
  height: 6vw;
  min-height: 160px;
  padding: 0 20px;
  width: 100%;
  border: 8px #ed0f00 solid;
  z-index: 1;
  box-sizing: border-box;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  transform: translateY(calc((100% - 8px) * 0));
  pointer-events: none;
  opacity: 0;
  will-change: transform;
}
.elevates-game__selector-title {
  font-size: 5.6rem;
  color: #ed0f00;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
  line-height: normal;
}
.elevates-game__selector-description {
  font-size: 18px;
  color: #000;
  letter-spacing: 3px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  max-width: 100%;
}
.elevates-game__slides-empty {
  width: 100%;
  height: calc(100vh * 3);
  position: relative;
}
.elevates-game__slides {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  transform: translateZ(0);
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='984' height='580' viewBox='0 0 984 580' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h984v580L0 340.473z' fill='%23F3F3F3' fill-rule='evenodd'/%3E%3C/svg%3E") center -330px no-repeat;
  background-size: 100% 820px;
  will-change: scroll-position;
}
.elevates-game__slides--bottom {
  top: auto;
  bottom: 0;
}
.elevates-game__slides--fixed {
  position: fixed;
  left: 0;
  margin: 0 10px;
  width: calc(100% - 20px);
}
.elevates-game__slides-container {
  max-width: calc(1440px - 2 * 20px);
  margin-left: auto;
  margin-right: auto;
  height: calc(100% - 60px);
  position: relative;
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.elevates-game__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 358px;
  bottom: 0;
}
.elevates-game__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateZ(0);
  will-change: opacity;
}
.elevates-game__slide:first-child {
  opacity: 1;
}
.elevates-game__slide img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 1366px) {
  .elevates-game__selector-title {
    font-size: 4.6rem;
  }
  .elevates-game__selector-description {
    font-size: 1.4rem;
  }
  .elevates-game__controllers {
    width: 250px;
  }
  .elevates-game__slider {
    right: 312px;
  }
}
@media (max-width: 1024px) {
  .elevates-game {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='984' height='580' viewBox='0 0 984 580' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h984v580L0 340.473z' fill='%23F3F3F3' fill-rule='evenodd'/%3E%3C/svg%3E") center top no-repeat;
    background-size: calc(100% - 20px) calc(80% - 70px);
    margin: 0;
  }
  .elevates-game__header {
    padding: 38px 10px 5px;
  }
  .elevates-game__wrapper {
    margin-bottom: 0;
  }
  .elevates-game__title,
  .elevates-game__description {
    padding: 0 14px;
  }
  .elevates-game__description {
    margin-bottom: 20px;
  }
  .elevates-game__controllers {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    -ms-flex-direction: row;
        flex-direction: row;
    overflow: hidden;
    position: relative;
    transform: none;
  }
  .elevates-game__controllers:before,
  .elevates-game__controllers:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .elevates-game__controllers:before {
    left: -16px;
    background-image: linear-gradient(to right, #FFFFFF 19%, rgba(255, 255, 255, 0) 100%);
  }
  .elevates-game__controllers:after {
    right: -17px;
    background-image: linear-gradient(to left, #FFFFFF 19%, rgba(255, 255, 255, 0) 100%);
  }
  .elevates-game__selector {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    border: 8px transparent solid;
    height: 50px;
    min-height: 0;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0 10vw;
    transition: border-color 0.3s;
  }
  .elevates-game__selector:nth-child(n + 2) {
    margin-top: 0;
  }
  .elevates-game__selector::before {
    display: none;
  }
  .elevates-game__selector--active {
    border-color: #ed0f00;
  }
  .elevates-game__selector-title {
    font-size: 1.4rem;
    margin: 0;
    margin-right: 4px;
  }
  .elevates-game__selector-description {
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: normal;
  }
  .elevates-game__slides-container:before {
    content: '';
    border-top: 1px #e1e1e1 solid;
    width: calc(100% - 50px);
    margin: 0 auto;
    display: block;
  }
  .elevates-game__selector-arrow {
    height: 20px;
    width: 30px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='73' height='34' viewBox='0 0 73 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='%23ED0F00'%3E%3Cpath d='M17.59 34l3.333-3.221L6.67 17 20.923 3.221 17.59 0 0 17zM55.333 0L52 3.221 66.253 17 52 30.779 55.333 34l17.59-17z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .elevates-game__selector-area {
    display: none;
  }
  .elevates-game__slides-container {
    display: block;
    margin-top: 0;
  }
  .elevates-game__slides {
    background: none;
    position: static;
    height: auto;
  }
  .elevates-game__slides-empty {
    height: auto;
  }
  .elevates-game__slider {
    position: relative;
    right: 0;
    height: 430px;
    overflow: hidden;
    border-bottom: 1px #e1e1e1 solid;
  }
  .elevates-game__slide {
    position: static;
    width: auto;
    height: 430px;
    opacity: 1;
    text-align: center;
  }
  .elevates-game__slide img {
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .elevates-game__selector {
    padding: 0 10px;
  }
  .elevates-game__slider {
    height: 350px;
  }
  .elevates-game__slide {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .elevates-game__slider {
    height: 270px;
  }
  .elevates-game__slide {
    height: 270px;
  }
}
