

.referrals-to-rewards {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  line-height: 1.42857143;
}

.referrals-to-rewards ul li {
  font-family: Montserrat, Arial, sans-serif;
}

.text-bold {
  font-family: Montserrat Bold, Arial, sans-serif;
}

a.blue-hl {
  color: #007AFF;
}

/* end base */
/* banner */
.right-banner {
  position: relative;
  flex: 1;
}

.left-banner {
  flex: 1;
}

.wrap-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.banner {
  position: relative;
  display: flex;
  justify-content: center;
}

.title-banner {
  color: #120508;
  font-size: 40px;
  line-height: 64px;
  font-family: Montserrat Bold;
}

@media (min-width: 979px) {
  .title-banner {
    white-space: nowrap;
  }
}
.item-left-banner img {
  position: absolute;
  right: 123px;
  top: -11px;
}

.item-left-banner {
  position: relative;
}

.des-banner {
  color: #000;
  font-size: 20px;
  font-style: normal;

  /* 140% */
  margin-top: 20px;
}

a.cta-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 41px;
  background: #ffd032;
  color: #000;
  padding: 12px 32px;
  font-family: Montserrat Bold, Arial, sans-serif;
  font-size: 24px;
  width: fit-content;
  cursor: pointer;
  margin: 0 auto;
}

.banner a.cta-action {
  margin: 36px 0;
}

.more-banner {
  font-size: 14px;
  color: #4A4A4A;
}

@media (max-width: 979px) {
  .wrap-banner {
    flex-direction: column;
  }

  .left-banner {
    margin-left: 0;
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
  }

  .title-banner {
    font-size: 24px;
    margin-top: 0;
    line-height: 36px;
  }

  a.cta-action {
    font-size: 16px;
  }

  .banner a.cta-action {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .right-banner {
    width: 100%;
  }

  .des-banner {
    margin: 0 auto;
    font-size: 16px;
    margin-top: 6px;
    text-align: center;
  }
}
/* end banner */
/* video */
.video-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.video-wrap > div {
  flex: 1;
}

.video-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
}

.video-mark {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.video-item .video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-item:hover .video-play {
  transform: translate(-50%, -50%) scale(1.1);
}

.title-video {
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-family: Montserrat Bold, Arial, sans-serif;
  line-height: 24px; /* 66.667% */
  padding-bottom: 55px;
}

.video {
  margin: 20px 0;
  margin-top: 70px;
}

.video-text-list {
  padding-top: 12px;
}

.video-text-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.video-item-des {
  font-family: Montserrat SemiBold, Arial, sans-serif;
  font-size: 18px;
  padding-top: 16px;
}

.video-note {
  color: #636363;
}

@media (max-width: 979px) {
  .title-video {
    font-size: 24px;
  }

  .video-wrap {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .title-video {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
/* end video */
/* step */
.title-step {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-family: Montserrat Bold, Arial, sans-serif;
  /* 75% */
  margin-bottom: 45px;
}

.hl-title {
  color: #FF3B30;
}

.steps {
  margin-top: 100px;
}

.title-right-step {
  font-family: Montserrat Bold, Arial, sans-serif;
  /* 75% */
  color: #000;
  font-size: 22px;
  line-height: 24px; /* 100% */
  padding-bottom: 16px;
}

span.number-step {
  font-family: Montserrat Bold, Arial, sans-serif;
  width: 40px;
  height: 40px;
  background: #D9D9D9;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff094c;
  text-align: center;
  font-size: 18px;
  flex-shrink: 0;
  line-height: 40px;
}


.item-step {
  display: flex;
  gap: 40px;
  padding-bottom: 60px;
}

.item-step > div {
  flex: 1;
}

.list-right-left > div {
  display: flex;
  gap: 12px;
  align-items: start;
  padding-bottom: 16px;
}

.item-step:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

.item-step:nth-child(2) .title-right-step {
  margin-top: 0;
}

.step-list ul {
  list-style-position: inside;
}

.step-list ul li {
  padding-bottom: 12px;
}

@media (max-width: 979px) {
  .steps {
    margin-top: 50px;
  }
  .item-step {
    flex-direction: column;
  }

  .item-step:nth-child(2n) {
    flex-direction: column;
  }

  .title-step {
    font-size: 28px;
  }

  .title-right-step {
    font-size: 18px;
  }

  .item-right-step {
    padding-top: 11px;
  }

  .item-step:nth-child(2n + 1) {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .title-step {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
/* end step */
/* questions */
.questions {
  margin-top: 60px;
  padding: 20px;
}
.question-title {
  font-family: Montserrat Bold, Arial, sans-serif;
  font-size: 32px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.question {
  margin-bottom: 50px;
}
.cta-bonus {
  color: blue;
  cursor: pointer;
}
.title-ques {
  color: #000;
  text-align: center;
  font-size: 32px;

  /* 75% */
  font-weight: 600;
}

.button-more {
  text-align: center;
  padding: 42px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.button-more > div {
  border-radius: 123px;
  border: 2px solid #ff094c;
  background: #ff094c;
  padding: 16px 112px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.button-more > div:hover {
  opacity: 0.8;
}
.question .panel-default > .panel-heading.collapsed {
  background: url(/sites/misa/images/pages/referrals-to-rewards/arr-up.png)
    no-repeat right 16px top 23px;
  background-size: 12px;
}

.question .panel-default > .panel-heading {
  font-family: Montserrat SemiBold, Arial, sans-serif;
  padding: 16px 24px 16px 24px;
  border-radius: 10px;
  cursor: pointer;
  background: url(/sites/misa/images/pages/referrals-to-rewards/arr-dow.png)
    no-repeat right 15px top 25px;
}
.section-temp.question > div {
  padding: 45px;
  background-color: #f5f7fa;
  border-radius: 20px;
  font-size: 16px;
}
.panel.panel-default {
  box-shadow: unset;
  border-radius: 10px;
}

.panel-group .panel + .panel {
  margin-top: 24px;
}

.panel-answer {
  padding: 16px 24px 16px 24px;
}
@media (max-width: 979px) {
  .questions {
    margin-top: 50px;
  }
  .section-temp.question .container {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .question-title {
    font-size: 24px;
  }

  .questions {
    margin-top: 30px;
  }
}
/* end questions */
/*#region Popup Video */
.popup-video-item {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}

.popup-video-item .pvi-content-item {
  position: absolute;
  width: 90%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}

.popup-video-item .pvi-border-item {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.popup-video-item .pvi-close-item {
  background: url(/sites/library/images/ic_close.png?ver=0.0.1) top right
    no-repeat;
  background-size: 28px;
  height: 28px;
  width: 28px;
  display: block;
  position: absolute;
  right: -14px;
  top: -14px;
  cursor: pointer;
  z-index: 2;
}

.pvi-note {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 6px;
  padding-top: 6px;
}
/*#endregion*/
