.hero-area {
  position: relative;
  z-index: 1;
  padding: 0;
}
.hero-area .hero-thumb {
  position: relative;
  width: 100%;
}
.hero-area .hero-thumb video {
  width: 100%;
}
.action__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .action__buttons {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 15px;
  }
}
.action__buttons .actionButton {
  width: 29.38%;
  height: 92px;
  line-height: 92px;
  text-align: center;
  border-radius: 63px;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid transparent;
  font-family: "Bogs Headline";
  font-size: 50px;
  text-transform: uppercase;
}
.action__buttons .actionButton.downloadBtn {
  background: #f06428;
  margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .action__buttons .actionButton.downloadBtn {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .action__buttons .actionButton.downloadBtn {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.action__buttons .actionButton.downloadBtn:hover {
  background: transparent;
  color: #f06428;
  border: 2px solid #f06428;
}
.action__buttons .actionButton.watchBtn {
  background: #56b6b7;
}
.action__buttons .actionButton.watchBtn:hover {
  background: transparent;
  color: #56b6b7;
  border: 2px solid #56b6b7;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .action__buttons .actionButton {
    height: 80px;
    line-height: 80px;
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .action__buttons .actionButton {
    height: 70px;
    line-height: 70px;
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .action__buttons .actionButton {
    width: 40.38%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .action__buttons .actionButton {
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 28px;
  }
}

#support_o .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #support_o .content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
#support_o .content__wrapper .left__content {
  width: 50%;
}
@media (max-width: 767px) {
  #support_o .content__wrapper .left__content {
    width: 100%;
  }
}
#support_o .content__wrapper .left__content .upper__thumb-wrapper {
  position: relative;
}
#support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay {
  padding: 15% 10% 10% 20%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .subText {
  font-size: 28px;
  margin-bottom: 0;
  color: #269f9f;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .subText {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .subText {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .subText {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .subText {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .subText {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .subText {
    font-size: 11px;
    margin-bottom: 8px;
  }
}
#support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .dateCopy {
  color: #269f9f;
  font-size: 92px;
  font-family: "Bogs Headline";
  text-transform: uppercase;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .dateCopy {
    font-size: 72px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .dateCopy {
    font-size: 62px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .dateCopy {
    font-size: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .dateCopy {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .dateCopy {
    font-size: 42px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 479px) {
  #support_o .content__wrapper .left__content .upper__thumb-wrapper .text__overlay .dateCopy {
    font-size: 36px;
    line-height: 24px;
  }
}
@media screen and (min-width: 767px) {
  #support_o .content__wrapper .left__content img {
    height: 100%;
  }
}
#support_o .content__wrapper .left__content img:hover {
  cursor: pointer;
}
#support_o .content__wrapper .right__content {
  position: relative;
  width: 50%;
  margin-left: 15px;
}
@media (max-width: 767px) {
  #support_o .content__wrapper .right__content {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}
@media screen and (min-width: 767px) {
  #support_o .content__wrapper .right__content img {
    height: 100%;
  }
}
#support_o .content__wrapper .right__content img:hover {
  cursor: pointer;
}
#support_o .content__wrapper .right__content img.placeholder {
  opacity: 0;
}
#support_o .content__wrapper .right__content .text__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15% 10% 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: #f1dbc2;
}
#support_o .content__wrapper .right__content .text__overlay .dss__heading {
  font-family: "Bogs Headline";
  text-transform: uppercase;
  font-size: 42px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #support_o .content__wrapper .right__content .text__overlay .dss__heading {
    font-size: 34px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 479px) {
  #support_o .content__wrapper .right__content .text__overlay .dss__heading {
    margin-bottom: 8px;
    font-size: 30px;
  }
}
#support_o .content__wrapper .right__content .text__overlay .dss__desc {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 1665px) and (min-width: 1451px) {
  #support_o .content__wrapper .right__content .text__overlay .dss__desc {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1201px) {
  #support_o .content__wrapper .right__content .text__overlay .dss__desc {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  #support_o .content__wrapper .right__content .text__overlay .dss__desc {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  #support_o .content__wrapper .right__content .text__overlay .dss__desc {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  #support_o .content__wrapper .right__content .text__overlay .dss__desc {
    font-size: 14px;
    line-height: 18px;
  }
}
#support_o .content__wrapper .right__content .text__overlay .dss__desc span {
  font-weight: 700;
}
#support_o .content__wrapper .right__content .text__overlay .rules__btn {
  display: inline-block;
  width: 40%;
  height: 42px;
  line-height: 40px;
  margin-top: 40px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Bogs Headline";
  font-size: 28px;
  color: white;
  background: #17bcbc;
  border-radius: 20px;
  border: 2px solid transparent;
  cursor: pointer;
}
#support_o .content__wrapper .right__content .text__overlay .rules__btn:hover {
  color: #17bcbc;
  background: transparent;
  border-color: #17bcbc;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #support_o .content__wrapper .right__content .text__overlay .rules__btn {
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #support_o .content__wrapper .right__content .text__overlay .rules__btn {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #support_o .content__wrapper .right__content .text__overlay .rules__btn {
    font-size: 21px;
    margin-top: 0%;
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #support_o .content__wrapper .right__content .text__overlay .rules__btn {
    margin-top: 10px;
    font-size: 24px;
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  #support_o .content__wrapper .right__content .text__overlay .rules__btn {
    width: 50%;
    margin-top: 0;
    font-size: 20px;
  }
}

#previous__winner_module {
  /* the parent */
}
#previous__winner_module .slick-slide {
  margin: 0 7.5px;
}
#previous__winner_module .slick-list {
  margin: 0 -7.5px;
}
#previous__winner_module .single-slide {
  position: relative;
  overflow: hidden;
}
#previous__winner_module .single-slide img {
  -webkit-transition: -webkit-transform 250ms ease-out 0s;
  transition: -webkit-transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s, -webkit-transform 250ms ease-out 0s;
}
@media (max-width: 767px) {
  #previous__winner_module .single-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#previous__winner_module .slick-dots {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
}
#previous__winner_module .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}
#previous__winner_module .slick-dots li.slick-active {
  opacity: 1;
}
#previous__winner_module .slick-dots li button {
  display: none;
}
@media (max-width: 767px) {
  #previous__winner_module .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}