body {
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.clicktag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none;
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .clicktag {
    display: block;
  }
}

.banner {
  font-family: "Circular-Bold", Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #fff;
  background-color: #000;
  line-height: 1.3;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media all and (max-height: 249px) {
  .banner {
    height: 100vh;
  }
}
.banner.hidden #rptv-logo, .banner.hidden .btn-container {
  opacity: 0;
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner.hidden #rptv-logo, .banner.hidden .btn-container {
    transform: translate(20px, 0px);
  }
}
.banner.hidden #sevens-logo {
  opacity: 0;
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner.hidden #sevens-logo {
    transform: translate(20px, 0px);
  }
}
.banner.hidden #videos {
  transform: translate(240px, 0px);
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner.hidden #videos {
    transform: none;
  }
}
.banner.hidden #videos .video .img-container {
  opacity: 0;
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner.hidden #videos .video .img-container {
    transform: translate(20px, 0px);
  }
}
.banner.hidden #videos .video .title-container {
  opacity: 0;
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner.hidden #videos .video .title-container {
    transform: translate(20px, 0px);
  }
}
.banner.hidden .arrow-container {
  opacity: 0;
  transform: translate(0px, -50%) scale(0.85);
}
@media all and (max-width: 720px) {
  .banner.hidden .arrow-container {
    transform: scale(0.85);
  }
}
@media all and (max-height: 249px) {
  .banner.hidden .arrow-container {
    transform: scale(0.85);
  }
}
.banner.reset-btn-anim .btn .gradient {
  transform: translate(-100px, 0px);
  transition: all 0ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}
.banner.do-btn-anim .btn .gradient {
  transform: translate(300px, 0px);
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}
@media all and (max-width: 480px) {
  .banner.do-btn-anim .btn .gradient {
    transform: translate(140px, 0px);
  }
}
.banner .arrow-container {
  position: absolute;
  top: 50%;
  margin-top: 25px;
  transform: translate(0px, -50%);
  width: 36px;
  height: 36px;
  background-color: #000;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 100;
  cursor: pointer;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
  transition-delay: 0.3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 720px) {
  .banner .arrow-container {
    top: auto;
    bottom: 18px;
    transform: none;
    width: 36px;
    height: 36px;
    margin-top: 2px;
  }
}
@media all and (max-height: 249px) {
  .banner .arrow-container {
    width: 32px;
    height: 32px;
    top: auto;
    bottom: 12px;
    transform: none;
  }
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner .arrow-container {
    bottom: 10px;
    display: none;
  }
}
.banner .arrow-container.left {
  left: 15px;
}
@media all and (max-width: 720px) {
  .banner .arrow-container.left {
    left: auto;
    right: 58px;
  }
}
@media all and (max-height: 249px) {
  .banner .arrow-container.left {
    left: auto;
    right: 54px;
  }
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner .arrow-container.left {
    right: 48px;
  }
}
.banner .arrow-container.left img {
  margin-left: -1px;
}
.banner .arrow-container.right {
  right: 15px;
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner .arrow-container.right {
    right: 10px;
  }
}
.banner .arrow-container.right img {
  margin-left: 1px;
}
.banner .arrow-container .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}
@media all and (max-width: 580px) {
  .banner .arrow-container .arrow {
    width: 12px;
    height: 12px;
  }
}
@media all and (max-height: 249px) {
  .banner .arrow-container .arrow {
    width: 12px;
    height: 12px;
  }
}
.banner .arrow-container .arrow img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.banner #videos {
  position: absolute;
  left: 0;
  bottom: 57px;
  width: 100%;
  height: 113px;
  cursor: pointer;
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
  transition-delay: 0.3s;
}
@media all and (max-width: 720px) {
  .banner #videos {
    bottom: 66px;
  }
}
@media all and (max-height: 249px) {
  .banner #videos {
    bottom: 8px;
    height: 104px;
  }
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner #videos {
    height: 100px;
    bottom: 10px;
    left: auto;
    right: 10px;
    width: 177px;
  }
}
@media all and (max-width: 319px) and (max-height: 249px) {
  .banner #videos {
    width: 150px;
  }
}
.banner #videos .video {
  position: absolute;
  top: 0;
  left: 15px;
  width: 248px;
  height: 140px;
}
@media all and (max-width: 720px) {
  .banner #videos .video {
    width: 184px;
    height: 104px;
  }
}
@media all and (max-height: 249px) {
  .banner #videos .video {
    width: 184px;
    height: 104px;
  }
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner #videos .video {
    width: 177px;
    height: 100px;
    left: 0;
    opacity: 0;
  }
}
@media all and (max-width: 310px) and (max-height: 249px) {
  .banner #videos .video {
    width: 150px;
  }
}
.banner #videos .video[data-index="0"] .img-container, .banner #videos .video[data-index="0"] .title-container {
  transition-delay: 0.3s;
}
.banner #videos .video[data-index="1"] .img-container, .banner #videos .video[data-index="1"] .title-container {
  transition-delay: 0.4s;
}
.banner #videos .video[data-index="2"] .img-container, .banner #videos .video[data-index="2"] .title-container {
  transition-delay: 0.5s;
}
.banner #videos .video[data-index="3"] .img-container, .banner #videos .video[data-index="3"] .title-container {
  transition-delay: 0.6s;
}
.banner #videos .video[data-index="4"] .img-container, .banner #videos .video[data-index="4"] .title-container {
  transition-delay: 0.7s;
}
.banner #videos .video[data-index="5"] .img-container, .banner #videos .video[data-index="5"] .title-container {
  transition-delay: 0.8s;
}
.banner #videos .video[data-index="6"] .img-container, .banner #videos .video[data-index="6"] .title-container {
  transition-delay: 0.9s;
}
.banner #videos .video[data-index="7"] .img-container, .banner #videos .video[data-index="7"] .title-container {
  transition-delay: 1s;
}
.banner #videos .video[data-index="8"] .img-container, .banner #videos .video[data-index="8"] .title-container {
  transition-delay: 1.1s;
}
.banner #videos .video[data-index="9"] .img-container, .banner #videos .video[data-index="9"] .title-container {
  transition-delay: 1.2s;
}
.banner #videos .video[data-index="10"] .img-container, .banner #videos .video[data-index="10"] .title-container {
  transition-delay: 1.3s;
}
.banner #videos .video:hover .img-container img {
  transform: scale(1.1);
}
.banner #videos .video .title-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 16px 8px 16px;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner #videos .video .title-container {
    transition-delay: 0.4s !important;
  }
}
.banner #videos .video .title-container .title {
  font-size: 15px;
  line-height: 1.25;
  color: #fff;
  display: block;
}
@media all and (max-width: 480px) {
  .banner #videos .video .title-container .title {
    font-size: 12px;
  }
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner #videos .video .title-container .title {
    font-size: 14px;
  }
}
.banner #videos .video .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
  z-index: 1;
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner #videos .video .img-container {
    transition-delay: 0.4s !important;
  }
}
.banner #videos .video .img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.banner #rptv-logo {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 210px;
  height: auto;
  z-index: 100;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
  transition-delay: 0.2s;
}
@media all and (max-width: 720px) {
  .banner #rptv-logo {
    width: 180px;
  }
}
@media all and (max-height: 249px) {
  .banner #rptv-logo {
    width: 170px;
  }
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner #rptv-logo {
    width: 124px;
    top: 10px;
    left: 10px;
  }
}
@media all and (max-width: 350px) and (max-height: 249px) {
  .banner #rptv-logo {
    width: 110px;
  }
}
.banner #sevens-logo {
  position: absolute;
  top: 20px;
  left: 248px;
  width: 80px;
  height: auto;
  z-index: 100;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
  transition-delay: 0.3s;
}
@media all and (max-width: 720px) {
  .banner #sevens-logo {
    top: 20px;
    left: auto;
    right: 16px;
    width: 70px;
  }
}
@media all and (max-height: 249px) {
  .banner #sevens-logo {
    top: 18px;
    left: 210px;
    width: 70px;
  }
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner #sevens-logo {
    left: 10px;
    top: 40px;
    width: 62px;
  }
}
@media all and (max-width: 350px) and (max-height: 249px) {
  .banner #sevens-logo {
    top: 39px;
  }
}
.banner .black-gradient-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  display: none;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
  z-index: 2;
}
@media all and (max-height: 249px) {
  .banner .black-gradient-left {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .banner .black-gradient-left {
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%);
  }
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner .black-gradient-left {
    display: none;
  }
}
.banner .btn-container {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
  transition-delay: 0.3s;
  z-index: 102;
}
@media all and (max-width: 720px) {
  .banner .btn-container {
    top: auto;
    bottom: 16px;
    right: auto;
    left: 15px;
  }
}
@media all and (max-height: 249px) {
  .banner .btn-container {
    top: auto;
    bottom: 15px;
    right: auto;
    left: 15px;
  }
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner .btn-container {
    left: 10px;
    bottom: 10px;
    transition-delay: 0.4s;
  }
}
.banner .btn-container .btn {
  padding: 12px 24px;
  white-space: nowrap;
  text-decoration: none;
}
@media all and (max-height: 249px) {
  .banner .btn-container .btn {
    padding: 8px 28px;
  }
}
@media all and (max-width: 350px) and (max-height: 249px) {
  .banner .btn-container .btn {
    padding: 8px 20px;
  }
}
.banner .btn {
  position: relative;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  background-color: #F34C02;
  border-radius: 5px;
  padding: 10px 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  overflow: hidden;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}
@media all and (max-height: 215px) {
  .banner .btn {
    font-size: 15px;
  }
}
@media all and (max-width: 720px) {
  .banner .btn {
    font-size: 15px;
  }
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .banner .btn {
    font-size: 13px;
  }
}
.banner .btn .gradient {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100px, 0px);
  width: 100px;
  height: 100%;
  opacity: 0.8;
  background-image: url("gradient.png");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center;
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}
.banner.off {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.banner.off #rptv-logo {
  position: relative;
  top: auto;
  left: auto;
}
.banner.off .btn-container {
  position: relative;
  top: auto;
  left: auto;
}

.slim-size {
  display: none;
}
@media all and (max-width: 480px) and (max-height: 249px) {
  .slim-size {
    display: block;
  }
}

/*# sourceMappingURL=styles.css.map */
