.sgtemp {
  background: url("../images/bg.jpg") top center no-repeat ;
  background-size: cover;
  background-size: 100% auto;
  background-color: #cf2a31;
  color: #fff;
}
.sgtemp img {
  max-width: 100%;
}
.sgtemp .common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  padding: 25px;
  position: relative;
}
.sgtemp .common-title {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.sgtemp .common-title::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 5px;
  background: linear-gradient(to right, #cf2a31 0%, #f8dadb 50%, #fff 70%);
  margin-right: 10px;
  transform: skew(-15deg);
}
.sgtemp .common-title::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 5px;
  background: linear-gradient(to left, #cf2a31 0%, #f8dadb 50%, #fff 70%);
  margin-left: 10px;
  transform: skew(-15deg);
}
.sgtemp .common-title img {
  display: none;
}
@media (min-width: 996px) {
  .sgtemp .common-title {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(50%, #cf2a31), color-stop(70%, #fff));
    background: linear-gradient(to right, #690303 30%, #cf2a31 50%, #390405, #d71111 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 50px;
    letter-spacing: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sgtemp .common-title img {
    display: block;
    height: 80px;
  }
  .sgtemp .common-title span {
    display: inline-block;
    padding: 0 25px;
  }
  .sgtemp .common-title::before, .sgtemp .common-title::after {
    display: none;
  }
}

.kv {
  position: relative;
  padding: 25px 0;
  overflow: hidden;
}
.kv img {
  width: 100%;
}
.kv-badge {
  width: 30%;
  margin: 0 30px 25px auto;
}
@media (min-width: 996px) {
  .kv-badge {
    max-width: 250px;
  }
}
.kv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.kv-radiancy {
  position: absolute;
  z-index: 0;
  width: 200%;
  top: -50%;
  left: -50%;
  opacity: 0.5;
  animation: 10s wheel infinite linear;
  pointer-events: none;
}
@media (min-width: 996px) {
  .kv-radiancy {
    top: -120%;
    opacity: 0.8;
  }
}
.kv__inner {
  position: relative;
}
@media (min-width: 996px) {
  .kv__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    max-width: 2000px;
  }
}
@media (min-width: 996px) {
  .kv__box {
    flex: 0 0 45%;
  }
}
.kv-title {
  position: relative;
  width: 85%;
  margin: 0 auto;
  max-width: auto;
}
@media (min-width: 996px) {
  .kv-title {
    width: 90%;
  }
}
.kv-title-name {
  position: relative;
}
.kv-title-wheel {
  position: absolute;
  z-index: 2;
  width: 15%;
  top: 55%;
  right: 6%;
}
.kv-title-wheel img {
  animation: 30s wheel infinite linear;
  transform-origin: center center;
}
.kv-title-top {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.kv-pd {
  position: relative;
  z-index: 3;
  animation: 5s float infinite linear;
}
@media (min-width: 996px) {
  .kv-pd img {
    transform: scale(1.1);
  }
}
.kv h1 {
  font-size: 17px;
  text-align: center;
  padding-bottom: 15px;
  padding: 25px;
}
.kv h1 strong {
  font-weight: bolder;
  font-size: 120%;
}
@media (min-width: 996px) {
  .kv h1 {
    font-size: 28px;
    color: #cf2a31;
    text-shadow: #fff 1px 1px 5px;
  }
}

@keyframes wheel {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0px);
  }
}
.modles {
  padding: 0px 0px 100px;
  position: relative;
}
@media (min-width: 996px) {
  .modles {
    padding-top: 60px;
  }
}
.modles h3 {
  background: #930d18;
  color: #fff;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 5px;
  font-weight: normal;
}
@media (min-width: 996px) {
  .modles h3 {
    flex: 0 0 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(60deg, #690303 30%, #cf2a31 50%, #bb3638, #d71111 70%);
  }
}
.modles ul {
  color: #000;
  font-weight: bold;
}
.modles ul li {
  display: flex;
  padding: 5px 0;
}
.modles ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: 5px;
  flex: 0 0 20px;
  background: url("../images/triangle.svg") center center no-repeat ;
  background-size: cover;
  margin-right: 5px;
}
@media (min-width: 996px) {
  .modles ul li {
    padding: 10px;
    margin: 5px;
  }
}
@media (min-width: 996px) {
  .modles__pd {
    flex: 0 0 calc(100% - 250px);
    display: flex;
    flex-wrap: wrap;
  }
}
.modles__list {
  background: #fff;
  padding: 15px;
}
@media (min-width: 996px) {
  .modles__list {
    margin-bottom: 25px;
    display: flex;
  }
  .modles__list:first-child {
    margin-top: 40px;
  }
}
.modles__item {
  padding: 20px 0;
}
.modles__item:last-child {
  border: none;
}
@media (min-width: 996px) {
  .modles__item {
    display: inline-flex;
    flex-direction: column;
    width: calc(25% - 10px);
    margin: 5px;
    background: #fafafa;
  }
}

.redeem {
  text-align: center;
  padding: 40px 0px 100px;
  position: relative;
  -webkit-mask: url("../images/redeem-mask.svg") top center no-repeat;
  mask: url("../images/redeem-mask.svg") top center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: url("../images/redeem-bg.jpg") center center no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .redeem {
    padding-top: 100px;
  }
}
.redeem__box {
  padding-top: 40px;
}
.redeem__box img {
  width: 60px;
}
@media (min-width: 996px) {
  .redeem__box {
    display: flex;
  }
}
.redeem-icon {
  font-size: 80px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(50%, #cf2a31), color-stop(70%, #fff));
  background: linear-gradient(to right, #690303 30%, #cf2a31 50%, #390405, #d71111 70%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bolder;
}
.redeem__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.redeem__item p {
  color: #222;
}
@media (min-width: 996px) {
  .redeem__item {
    flex: 1;
    margin-right: 30px;
  }
  .redeem__item:last-child {
    margin-right: 0;
  }
  .redeem__item h4 {
    margin: 20px auto;
    display: inline-block;
    border-radius: 30px;
    background: #cf2a31;
    color: #fff;
    padding: 10px 25px;
  }
}
.redeem__btns {
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.redeem__btns a {
  position: relative;
  display: block;
  border: #cf2a31 1px solid;
  padding: 1px;
  color: #fff;
  margin-top: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #cf2a31;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.3);
}
.redeem__btns a span {
  display: block;
  padding: 25px 10px;
  border-radius: 5px;
}
.redeem__btns a:hover {
  color: #fff;
  background: #cf2a31;
}
@media (min-width: 996px) {
  .redeem__btns {
    display: flex;
    padding-top: 20px;
  }
  .redeem__btns a {
    flex: 1;
    margin-right: 20px;
  }
  .redeem__btns a:last-child {
    margin-right: 0;
  }
}

.wtb {
  padding: 40px 0px 100px;
  background: #fff;
}

.popup {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: -moz-scrollbars-none;
}
.popup::-webkit-scrollbar {
  width: 0 !important;
}
.popup__inner {
  max-width: 1000px;
  background: #000000;
  border: #222 5px solid;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
}
.popup__inner::-webkit-scrollbar {
  width: 10px !important;
}
.popup-btn-close {
  position: fixed;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #999;
  font-size: 40px;
}
.popup__header {
  padding: 50px 25px 0;
}
.popup__body {
  padding: 0 25px 25px;
}
.popup__body p {
  padding-bottom: 20px;
}
.popup__body ul {
  margin-left: 20px;
}
.popup__body ul li {
  list-style: disc;
  padding: 5px;
}
@media (min-width: 768px) {
  .popup__body {
    padding: 25px 50px 50px;
  }
}
.popup__body a {
  color: #fff;
  text-decoration: underline;
}
.popup__body a:hover {
  text-decoration: none;
}

.terms {
  line-height: 1.8;
}
.terms h3 {
  color: #cf2a31;
  padding-bottom: 10px;
  margin-top: 30px;
}
.terms ul.lower-roman li {
  list-style: lower-roman;
}
