/* --------------------------------------------------------------------
|
| -- VARIABLES
|
----------------------------------------------------------------------*/
a, a:hover, a:active, a:focus {
  text-decoration: none; }

input, textarea, select, button {
  box-sizing: border-box; }
  input:focus, textarea:focus, select:focus, button:focus {
    outline: none; }

a, input {
  transition: all 0.3s ease; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0 0 0; }

@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Regular.eot");
  src: url("../fonts/UniversNextforHSBC-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/UniversNextforHSBC-Regular.ttf") format("truetype"), url("../fonts/UniversNextforHSBC-Regular.woff") format("woff"), url("../fonts/UniversNextforHSBC-Regular.svg") format("svg");
  font-weight: 400; }
@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Bold.eot");
  src: url("../fonts/UniversNextforHSBC-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/UniversNextforHSBC-Bold.ttf") format("truetype"), url("../fonts/UniversNextforHSBC-Bold.woff") format("woff"), url("../fonts/UniversNextforHSBC-Bold.svg") format("svg");
  font-weight: 700; }
@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Light.eot");
  src: url("../fonts/UniversNextforHSBC-Light.eot#iefix") format("embedded-opentype"), url("../fonts/UniversNextforHSBC-Light.ttf") format("truetype"), url("../fonts/UniversNextforHSBC-Light.woff") format("woff"), url("../fonts/UniversNextforHSBC-Light.svg") format("svg");
  font-weight: 200; }
/* --------------------------------------------------------------------
|
| -- MIXINS
|
----------------------------------------------------------------------*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0px;
    padding-left: 0px; }

.page__wrapper {
  margin: 0 auto; }

h2 {
  font-size: 2.5rem;
  font-weight: normal; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.8rem; } }

.section-heading {
  position: relative;
  color: #000000;
  text-align: center;
  padding: 55px 0 30px;
  line-height: 1.2;
  font-weight: 700; }
  @media (max-width: 991px) {
    .section-heading {
      padding: 55px 15px 30px; } }

.section-subheading {
  padding-bottom: 30px;
  color: #000000;
  text-align: center;
  font-size: 18px; }
  @media (max-width: 991px) {
    .section-subheading {
      padding: 0 15px 30px; } }
  @media (max-width: 767px) {
    .section-subheading {
      font-size: 1.6rem; } }

.section-term {
  font-style: italic;
  font-size: 1.3rem;
  padding-top: 5px; }

.nav-tabs {
  border-bottom: 1px solid #730F13; }
  .nav-tabs a {
    background-color: #490613;
    position: relative; }

.nav-tabs > li {
  text-align: center;
  display: inline-block;
  width: 50%; }
  .nav-tabs > li a,
  .nav-tabs > li a:hover {
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 35px 25px 30px;
    width: 100%; }
    @media (max-width: 724px) {
      .nav-tabs > li a,
      .nav-tabs > li a:hover {
        height: 15%;
        font-size: 16px; } }
    @media (max-width: 425px) {
      .nav-tabs > li a,
      .nav-tabs > li a:hover {
        height: 17%; } }
    @media (max-width: 350px) {
      .nav-tabs > li a,
      .nav-tabs > li a:hover {
        height: 20%; } }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #730F13;
  color: #fff;
  font-weight: 700;
  border: 1px solid #730F13; }

.nav > li > a:hover,
.nav > li > a:focus {
  background: #2f0608;
  border: 1px solid #2f0608; }

.tab-content {
  color: #000000; }

.privileges__slider ul {
  overflow-x: auto;
  white-space: nowrap; }
.privileges__slider .nav-tabs {
  border-bottom: 1px solid transparent; }
.privileges__slider .nav-tabs > li {
  text-align: center;
  float: inherit;
  width: 22%;
  margin: 0 5px; }
  @media (max-width: 1199px) {
    .privileges__slider .nav-tabs > li {
      width: 24%; } }
  @media (max-width: 991px) {
    .privileges__slider .nav-tabs > li {
      width: 35%; } }
  @media (max-width: 599px) {
    .privileges__slider .nav-tabs > li {
      width: 45%; } }
  @media (max-width: 479px) {
    .privileges__slider .nav-tabs > li {
      width: 55%; } }
  @media (max-width: 390px) {
    .privileges__slider .nav-tabs > li {
      width: 60%; } }
  @media (max-width: 350px) {
    .privileges__slider .nav-tabs > li {
      width: 70%; } }
  .privileges__slider .nav-tabs > li a,
  .privileges__slider .nav-tabs > li a:hover,
  .privileges__slider .nav-tabs > li a:focus {
    border-radius: 15px;
    border: 1px solid white;
    color: #fff;
    font-weight: 700;
    padding: 0;
    width: 100%; }
    .privileges__slider .nav-tabs > li a img,
    .privileges__slider .nav-tabs > li a:hover img,
    .privileges__slider .nav-tabs > li a:focus img {
      max-width: 100%; }
    @media (max-width: 991px) {
      .privileges__slider .nav-tabs > li a,
      .privileges__slider .nav-tabs > li a:hover,
      .privileges__slider .nav-tabs > li a:focus {
        border-radius: 10px; } }
    @media (max-width: 724px) {
      .privileges__slider .nav-tabs > li a,
      .privileges__slider .nav-tabs > li a:hover,
      .privileges__slider .nav-tabs > li a:focus {
        height: auto; } }
.privileges__slider .nav-tabs > li.active > a,
.privileges__slider .nav-tabs > li.active > a:hover,
.privileges__slider .nav-tabs > li.active > a:focus {
  background: #D6000E;
  color: #fff;
  font-weight: 700;
  border: 1px solid #D6000E; }
.privileges__slider .nav > li > a:hover,
.privileges__slider .nav > li > a:focus {
  background: #8a0009;
  border: 1px solid #8a0009; }
.privileges__slider .tab-content {
  color: #fff;
  padding: 0; }
  @media (max-width: 991px) {
    .privileges__slider .tab-content {
      border-radius: 14px; } }

.register__wrapper .nav-tabs {
  border-bottom: 1px solid #fff; }
.register__wrapper .nav-tabs > li {
  text-align: center;
  display: inline-block;
  width: 50%;
  padding: 30px; }
  .register__wrapper .nav-tabs > li a,
  .register__wrapper .nav-tabs > li a:hover {
    border-radius: 0;
    color: #730F13;
    border: 1px solid #730F13;
    font-weight: 700;
    width: 100%;
    background: #ffffff; }
    @media (max-width: 724px) {
      .register__wrapper .nav-tabs > li a,
      .register__wrapper .nav-tabs > li a:hover {
        height: auto; } }
    @media (max-width: 425px) {
      .register__wrapper .nav-tabs > li a,
      .register__wrapper .nav-tabs > li a:hover {
        height: auto; } }
    @media (max-width: 350px) {
      .register__wrapper .nav-tabs > li a,
      .register__wrapper .nav-tabs > li a:hover {
        height: auto; } }
.register__wrapper .nav-tabs > li.active > a,
.register__wrapper .nav-tabs > li.active > a:hover,
.register__wrapper .nav-tabs > li.active > a:focus {
  background: #730F13;
  color: #fff;
  font-weight: 700;
  border: 1px solid #730F13; }
.register__wrapper .nav > li > a:hover,
.register__wrapper .nav > li > a:focus {
  background: #730F13;
  color: #fff;
  border: 1px solid #2f0608; }
.register__wrapper .nav-tabs > li.disabled > a,
.register__wrapper .nav-tabs > li.disabled > a:hover,
.register__wrapper .nav-tabs > li.disabled > a:focus {
  pointer-events: none;
  color: #730F13;
  background-color: #ffffff;
  border: 1px solid #730F13; }
@media (max-width: 991px) {
  .register__wrapper .nav-tabs > li {
    display: block;
    text-align: left;
    float: none;
    width: auto; }
    .register__wrapper .nav-tabs > li.active {
      display: block; }
    .register__wrapper .nav-tabs > li a,
    .register__wrapper .nav-tabs > li a:hover {
      color: inherit;
      font-weight: 700;
      background: transparent;
      padding: 25px 12px;
      width: 100%;
      border-radius: 0;
      border: 0; }
  .register__wrapper .nav-tabs > li.active > a,
  .register__wrapper .nav-tabs > li.active > a:hover,
  .register__wrapper .nav-tabs > li.active > a:focus {
    background: transparent;
    color: inherit;
    font-weight: 700;
    border: 0; }
    .register__wrapper .nav-tabs > li.active > a:after,
    .register__wrapper .nav-tabs > li.active > a:hover:after,
    .register__wrapper .nav-tabs > li.active > a:focus:after {
      display: block;
      content: url("../images/icons/icon--tick.png");
      position: absolute;
      top: 20%;
      right: 0;
      transform: translate(-100%, 100%); }
  .register__wrapper .nav-tabs > li.disabled > a,
  .register__wrapper .nav-tabs > li.disabled > a:hover,
  .register__wrapper .nav-tabs > li.disabled > a:focus {
    border-radius: 0 0 14px 14px;
    border: 0;
    color: #000; }
  .register__wrapper .tab-to-dropdown {
    position: relative;
    margin: 0 35px; }
  .register__wrapper .converted-tab {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 60%;
    background: #EEE2E3;
    border-bottom: 0;
    border-radius: 14px;
    margin-top: 6px; }
  .register__wrapper .selected-tab {
    position: relative;
    height: auto;
    width: 400px;
    padding: 25px 12px;
    color: #fff;
    background-color: #730F13;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 14px; }
    .register__wrapper .selected-tab:after {
      display: block;
      content: url("../images/icons/icon--chevron-down.png");
      position: absolute;
      top: 20%;
      right: 2%; } }
@media (max-width: 599px) {
  .register__wrapper .tab-to-dropdown {
    margin: 0 15px; }
  .register__wrapper .converted-tab {
    width: 100%;
    font-size: 16px; }
  .register__wrapper .selected-tab {
    width: 100%;
    font-size: 16px; } }
.register__wrapper .tab-content {
  color: #fff;
  background: #fff;
  padding: 20px; }
  @media (max-width: 991px) {
    .register__wrapper .tab-content {
      border-radius: 14px; } }
  @media (max-width: 599px) {
    .register__wrapper .tab-content {
      padding: 0; } }

.submit {
  text-align: left;
  margin-top: 20px; }

.btn {
  border-radius: 0;
  text-decoration: none !important;
  padding: 15px 20px;
  font-size: inherit;
  line-height: 1;
  border: 0;
  width: 100%;
  min-width: 166px;
  white-space: normal; }
  @media (min-width: 480px) {
    .btn {
      width: auto; } }
  .btn.btn-primary {
    background-color: #db0011;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background-color: #af000d;
      outline: none; }

#addReferees {
  display: inline-block; }
  @media (max-width: 767px) {
    #addReferees {
      margin-bottom: 20px; } }

@media (max-width: 479px) {
  .hide--xss {
    display: none; } }

@media (min-width: 480px) {
  .show--xss {
    display: none; } }

@media (max-width: 991px) {
  .hide--md {
    display: none; } }

@media (min-width: 992px) {
  .show--md {
    display: none; } }

@media (max-width: 767px) {
  .hide--sm {
    display: none; } }

@media (min-width: 768px) {
  .show--sm {
    display: none; } }

.text-red {
  color: #730014 !important; }

.text-white {
  color: #ffffff !important; }

* {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "UniversNextforHSBC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px; }
  @media (max-width: 767px) {
    body {
      font-size: 19px; } }

/* ====================================
  HEADER
=======================================*/
.header {
  background: #fff;
  box-shadow: 0px -6px 5px 5px #000;
  width: 100%;
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  z-index: 9999; }
  .header__top {
    background: #333;
    color: #fff;
    font-size: 1.2rem; }
  .header__item--top {
    font-weight: 700; }
  .header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 55px;
    padding-right: 75px; }
    @media (max-width: 767px) {
      .header__wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .header__top .header__wrapper {
    height: 35px; }
  .header__main .header__wrapper {
    min-height: 52px; }
    @media (min-width: 768px) {
      .header__main .header__wrapper {
        height: 61px; } }
    @media (min-width: 1200px) {
      .header__main .header__wrapper {
        height: 81px; } }
  .header__logo img {
    width: 140px; }
    @media (min-width: 1200px) {
      .header__logo img {
        width: 177px; } }
  .header.sticky_show {
    top: 0px; }
  .header.sticky {
    top: -87px; }
    @media (min-width: 768px) {
      .header.sticky {
        top: -96px; } }
    @media (min-width: 1200px) {
      .header.sticky {
        top: -116px; } }

/* ====================================
  FOOTER
=======================================*/
.footer-secondary {
  background: #404040;
  padding: 30px 0;
  color: #fff; }
  .footer-secondary .footer-secondary-wrapper {
    max-width: 1295px;
    margin: 0 auto; }
  .footer-secondary .footer__item--wrapper {
    display: table; }
  .footer-secondary .footer__item {
    display: table-cell;
    width: 25%;
    position: relative;
    padding-right: 20px; }
    .footer-secondary .footer__item:nth-child(n+2)::before {
      position: absolute;
      content: '';
      height: 100%;
      width: 1px;
      background: #a7a7a7;
      top: 0;
      left: -20px; }
  .footer-secondary .icon-header {
    color: #a7a7a7;
    margin-right: 10px; }
  .footer-secondary .item-header,
  .footer-secondary .item-link {
    width: 90%; }
  .footer-secondary .item-header {
    font-weight: 700;
    color: #fff; }
  .footer-secondary .item-link {
    margin-top: 10px; }
  .footer-secondary .item-link a {
    font-size: 1.4rem;
    color: #fff; }
  .footer-secondary .icon-link {
    margin-left: 5px; }
  .footer-secondary .icon--phone::before {
    content: url("../images/icons/icon--phone.png"); }
  .footer-secondary .icon--map-marker::before {
    content: url("../images/icons/icon--map-marker.png"); }
  .footer-secondary .icon--help::before {
    content: url("../images/icons/icon--help.png"); }
  .footer-secondary .icon--about::before {
    content: url("../images/icons/icon--about.png"); }

.footer {
  background: #000;
  font-size: 1.4rem;
  padding: 20px 0; }
  .footer .footer-wrapper {
    max-width: 1295px;
    margin: 0 auto; }
  .footer ul {
    list-style-type: none; }
    @media (max-width: 991px) {
      .footer ul {
        margin-bottom: 25px; } }
  .footer ul > li {
    padding: 0; }
    @media (min-width: 480px) {
      .footer ul > li {
        display: inline-block; } }
    @media (max-width: 479px) {
      .footer ul > li:nth-child(-n+4) {
        margin-bottom: 5px; } }
    @media (min-width: 480px) {
      .footer ul > li:nth-child(-n+4) {
        margin-right: 10px; } }
  .footer__links {
    text-align: left; }
    @media (min-width: 480px) {
      .footer__links {
        text-align: center; } }
    @media (min-width: 992px) {
      .footer__links {
        text-align: left; } }
  .footer__copyright {
    text-align: center; }
    @media (min-width: 992px) {
      .footer__copyright {
        text-align: right; } }
  .footer a {
    color: #fff; }
    .footer a:hover, .footer a:focus {
      text-decoration: underline; }
  .footer p {
    color: #fff; }

/* ====================================
  BANNER
=======================================*/
.banner {
  position: relative;
  padding-top: 81px; }
  @media (max-width: 1199px) {
    .banner {
      padding-top: 61px; } }
  @media (max-width: 767px) {
    .banner {
      padding-top: 52px; } }
  .banner__image img {
    width: 100%; }
  .banner__text_box {
    margin: 30px 15px;
    color: #fff; }
    @media (max-width: 767px) {
      .banner__text_box {
        margin: 30px 15px 0;
        padding-bottom: 30px; } }
    @media (min-width: 768px) {
      .banner__text_box {
        margin: 0;
        padding: 30px 40px;
        width: 428px;
        max-width: 60%;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 30px;
        z-index: 99; } }
    @media (min-width: 992px) {
      .banner__text_box {
        width: 490px;
        padding: 50px 40px; } }
  .banner__text h1 {
    font-size: 3.2rem;
    font-weight: 200; }
    @media (min-width: 992px) {
      .banner__text h1 {
        font-size: 3.8rem; } }
    @media (max-width: 767px) {
      .banner__text h1 {
        color: #000000; } }
  .banner a {
    margin-top: 10px; }

/* ====================================
  BREADCRUMB
=======================================*/
.breadcrumb {
  border-radius: 0;
  margin: 40px auto;
  max-width: 1295px;
  padding: 8px 0; }
  .breadcrumb a {
    color: inherit; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      text-decoration: underline; }
  .breadcrumb .active {
    font-weight: 700; }
  .breadcrumb > li + li::before {
    content: url("../images/icons/icon--chevron-right.png");
    padding: 0 10px; }

/* ====================================
  BENEFIT
=======================================*/
.benefit {
  background: #ffffff; }
  .benefit__intro-wrapper {
    max-width: 1295px;
    margin: 0 auto; }
  .benefit__wrapper {
    max-width: 1295px;
    margin: 50px auto 0;
    background: #ffffff;
    padding: 35px 15px;
    text-align: center; }
    .benefit__wrapper .nav-tabs > li.active > a,
    .benefit__wrapper .nav-tabs > li.active > a:hover,
    .benefit__wrapper .nav-tabs > li.active > a:focus {
      background: #730F13;
      color: #fff;
      font-weight: 700;
      border: 1px solid #730F13; }
      .benefit__wrapper .nav-tabs > li.active > a:after,
      .benefit__wrapper .nav-tabs > li.active > a:hover:after,
      .benefit__wrapper .nav-tabs > li.active > a:focus:after {
        content: '';
        width: 41px;
        height: 21px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../images/arrow-tab.png"); }
  .benefit p {
    line-height: 1.4; }
  .benefit__term {
    padding-top: 24px;
    font-size: 16px; }

@media (max-width: 599px) {
  .rewards__wrapper {
    margin: 0 15px; } }
.rewards__item {
  background: #fff;
  padding: 30px 15px;
  color: #7E110D;
  margin: 0 auto 30px;
  width: 90%;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%); }
  @media (max-width: 991px) {
    .rewards__item {
      width: 100%; } }
  @media (max-width: 599px) {
    .rewards__item {
      padding: 20px 10px; } }
.rewards__title {
  font-size: 50px;
  font-weight: 700; }
  @media (max-width: 991px) {
    .rewards__title {
      font-size: 3.12rem; } }
.rewards__subtitle {
  font-size: 20px;
  font-weight: 400;
  text-align: left; }
  @media (max-width: 991px) {
    .rewards__subtitle {
      width: 50%; } }
  @media (max-width: 479px) {
    .rewards__subtitle {
      width: 100%; } }
.rewards__desc {
  font-size: 30px;
  font-weight: 700;
  padding-top: 5px; }
  @media (max-width: 991px) {
    .rewards__desc {
      font-size: 1.87rem; } }
.rewards__box {
  background: #78111A;
  border-radius: 16px;
  padding: 18px 5px;
  width: 70%;
  margin: 0 auto; }
  .rewards__box:last-child {
    margin-top: 30px; }
  @media (max-width: 991px) {
    .rewards__box {
      width: 50%; }
      .rewards__box:last-child {
        margin-top: 0;
        margin-left: 15px; } }
  @media (max-width: 599px) {
    .rewards__box {
      width: 80%;
      margin: 0 auto; }
      .rewards__box:last-child {
        margin: 20px auto 0; } }
.rewards__subdesc {
  font-size: 16px;
  padding-bottom: 13px; }
.rewards__price {
  font-size: 28px;
  font-weight: 700; }

.bg-rewards {
  background: url("../images/bg-rewards.png") no-repeat right;
  background-size: cover;
  padding: 30px 25px;
  margin-right: 0; }
  @media (max-width: 991px) {
    .bg-rewards {
      background: url("../images/bg-rewards-mobile.png") no-repeat right;
      background-size: cover;
      padding: 30px 30px 40px;
      margin-bottom: 0; } }

.privileges__subwrapper {
  background: url(../images/td-kv.png) no-repeat, #380A06;
  background-size: cover;
  background-position: center right;
  margin-top: 28px; }
  @media (max-width: 599px) {
    .privileges__subwrapper {
      background-size: auto;
      background-position: unset; } }
  .privileges__subwrapper-desc {
    padding: 150px 0 66px 30px;
    color: #000000;
    font-weight: 200;
    font-size: 30px;
    text-align: left; }
    @media (max-width: 1120px) {
      .privileges__subwrapper-desc {
        padding: 80px 0 30px 30px; } }
    @media (max-width: 991px) {
      .privileges__subwrapper-desc {
        font-size: 25px; } }
    @media (max-width: 479px) {
      .privileges__subwrapper-desc {
        padding: 50px 20px 0px; } }
  .privileges__subwrapper-note {
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: left;
    padding: 30px 30px 30px 30px;
    background: linear-gradient(180deg, rgba(75, 169, 250, 0) 0%, rgba(1, 1, 1, 0.7043879908) 50%, black 100%); }
    @media (max-width: 1120px) {
      .privileges__subwrapper-note {
        padding: 20px 30px 20px 30px; } }
    @media (max-width: 479px) {
      .privileges__subwrapper-note {
        padding: 10px 20px 10px 20px; } }
  .privileges__subwrapper .small-text {
    font-size: 26px; }
    @media (max-width: 991px) {
      .privileges__subwrapper .small-text {
        font-size: 20px; } }
.privileges__submit {
  text-align: left;
  margin-top: 20px; }
  .privileges__submit .btn {
    border-radius: 0;
    text-decoration: none !important;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    width: 100%;
    min-width: 166px;
    white-space: normal; }
    @media (min-width: 480px) {
      .privileges__submit .btn {
        width: auto; } }
    @media (max-width: 767px) {
      .privileges__submit .btn {
        font-size: 19px; } }
    .privileges__submit .btn.btn-primary {
      background-color: #db0011;
      color: #fff; }
      .privileges__submit .btn.btn-primary:hover, .privileges__submit .btn.btn-primary:focus {
        background-color: #af000d;
        outline: none; }
.privileges__title {
  padding: 58px 0 30px;
  font-size: 36px;
  font-weight: 200; }
  @media (max-width: 690px) {
    .privileges__title {
      font-size: 20px; } }
.privileges__slider {
  position: relative;
  padding-left: 10px; }
  .privileges__slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px;
    height: 20%; }
    @media (max-width: 599px) {
      .privileges__slider-wrapper {
        height: 15%; } }
  .privileges__slider-icon img {
    max-width: unset !important;
    width: 75px; }
    @media (max-width: 1199px) {
      .privileges__slider-icon img {
        width: 60px; } }
    @media (max-width: 599px) {
      .privileges__slider-icon img {
        width: 50px; } }
  .privileges__slider-item {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    text-align: left;
    gap: 7%;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .privileges__slider-item {
        flex-wrap: wrap; } }
  .privileges__slider-title {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: left; }
    @media (max-width: 767px) {
      .privileges__slider-title {
        font-size: 16px; } }
  .privileges__slider-desc {
    font-size: 20px;
    font-weight: 200;
    color: #000000;
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .privileges__slider-desc {
        margin: 0 auto 55px;
        width: 90%; } }
    @media (max-width: 479px) {
      .privileges__slider-desc {
        font-size: 16px; } }
    .privileges__slider-desc table td {
      padding-top: 15px; }
      @media (max-width: 767px) {
        .privileges__slider-desc table td {
          padding-top: 10px; } }
      .privileges__slider-desc table td:first-child {
        width: 60px; }
      .privileges__slider-desc table td:nth-child(2) {
        padding-left: 20px; }
    .privileges__slider-desc .desc-copy {
      font-size: 18px; }
      @media (max-width: 767px) {
        .privileges__slider-desc .desc-copy {
          font-size: 16px; } }

/* ====================================
  STEPS
=======================================*/
.steps {
  background: #730014; }
  .steps__wrapper {
    padding-bottom: 60px;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .steps__wrapper {
        padding-bottom: 140px; } }
    @media (min-width: 1200px) {
      .steps__wrapper {
        max-width: 1295px;
        margin: 0 auto;
        padding-bottom: 60px; } }
  .steps__item {
    background-image: url("../images/bg-hex.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 400px;
    margin: 0 auto 2px;
    padding: 30px 0; }
    @media (min-width: 1200px) {
      .steps__item {
        background-size: 100% auto;
        position: relative;
        max-width: unset;
        width: 115%; } }
  @media (min-width: 768px) {
    .steps__item-wrapper:nth-child(odd) .steps__item {
      margin-right: 0;
      margin-left: auto;
      transform: translateX(11%); } }
  @media (min-width: 1200px) {
    .steps__item-wrapper:nth-child(odd) .steps__item {
      margin-right: auto;
      transform: none; } }
  @media (min-width: 768px) {
    .steps__item-wrapper:nth-child(even) .steps__item {
      margin-right: auto;
      margin-left: 0;
      transform: translate(-11%, 50%); } }
  @media (min-width: 1200px) {
    .steps__item-wrapper:nth-child(even) .steps__item {
      margin-left: auto;
      transform: none; } }
  @media (min-width: 1200px) {
    .steps__item-wrapper:nth-child(n+2) .steps__item {
      transform: translateX(-5%); } }
  @media (min-width: 1200px) {
    .steps__item-wrapper:nth-child(n+3) .steps__item {
      transform: translateX(-10%); } }
  @media (min-width: 1200px) {
    .steps__item-wrapper:nth-child(n+4) .steps__item {
      transform: translateX(-15%); } }
  .steps__head {
    margin: 0 auto 10px; }
  .steps__no {
    font-weight: 700;
    vertical-align: top;
    padding-right: 10px;
    color: #7E110D; }
    @media (min-width: 768px) {
      .steps__no {
        font-size: 1.8rem; } }
    @media (min-width: 1200px) {
      .steps__no {
        font-size: 2rem; } }
  .steps__icon {
    width: 60px; }
    .steps__icon img {
      max-height: 40px; }
      @media (min-width: 1200px) {
        .steps__icon img {
          max-height: 50px; } }
  .steps__text {
    text-align: center;
    margin: 0 20%; }

/* ====================================
  REGISTER
=======================================*/
.register {
  padding-top: 30px; }
  .register__wrapper {
    max-width: 1280px;
    margin: 0 auto; }

#formTabs {
  text-align: center; }
  @media (max-width: 991px) {
    #formTabs {
      text-align: left; } }

.referrer,
.referee {
  background: #FFFFFF;
  border-radius: 16px;
  color: #333; }

#removeBtn {
  float: right;
  background: transparent; }
  #removeBtn img {
    width: 32px; }

/* FORM */
.form--control {
  margin-bottom: 30px; }
.form .branch-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.form .branch-wrapper > .form--control {
  width: 100%; }
  @media (min-width: 480px) {
    .form .branch-wrapper > .form--control {
      width: calc(50% - 5px); } }

.person-label {
  padding-bottom: 20px;
  font-weight: 700; }

input[type="text"] {
  min-height: 46px;
  padding: 10px;
  font-size: 18px !important; }
  @media (max-width: 767px) {
    input[type="text"] {
      font-size: 16px; } }
  input[type="text"]::placeholder {
    font-size: 18px !important;
    font-weight: 700;
    color: #BABABA; }
    @media (max-width: 767px) {
      input[type="text"]::placeholder {
        font-size: 16px; } }
  input[type="text"]:-ms-input-placeholder {
    font-size: 1.4rem;
    font-weight: 700;
    color: #BABABA; }

select {
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  transition: all 0.3s ease; }
  select option {
    color: #333;
    background-color: #fff; }
  select:invalid, select option[value=""] {
    color: #BABABA;
    font-weight: 700; }
  select[disabled] {
    font-weight: 700;
    opacity: 0.5; }

input[type="text"],
select {
  border: 1px solid #eff0f1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  outline: 0;
  width: 100%; }

button[disabled],
input[disabled] {
  cursor: default; }

.input--text {
  padding: 15px !important; }
  .input--text:disabled {
    color: #999;
    background-color: #fff; }
    .input--text:disabled::-webkit-input-placeholder, .input--text:disabled::-moz-placeholder, .input--text:disabled:-ms-input-placeholder {
      color: #BABABA; }
.input--select {
  padding: 15px; }
  .input--select::-ms-expand {
    display: none; }
  .input--select:focus::-ms-value {
    color: #333;
    background: transparent; }
.input--text:focus, .input--text:hover, .input--select:focus, .input--select:hover {
  border: .1rem solid #333;
  outline: 0; }
.input--checkbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  left: -9999px;
  opacity: 0; }
  .input--checkbox + label::before {
    background-color: #d9d9db;
    border: 0; }
  .input--checkbox + label::after {
    border: 0;
    background: #d9d9db url("../images/icons/icon--tickcheckbox.svg") no-repeat center center; }
  .input--checkbox + label::before, .input--checkbox + label::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    left: 0;
    top: 3px; }
  .input--checkbox + label::after {
    content: none; }
  .input--checkbox:checked + label::after {
    content: ""; }
  .input--checkbox:focus + label.checkbox-label::before, .input--checkbox:focus + label.checkbox-label::after {
    display: block;
    position: absolute;
    border: .1rem solid #333; }

label {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: .5rem; }
  @media (max-width: 767px) {
    label {
      font-size: 16px; } }

.checkbox-label {
  font-size: 18px;
  padding-left: 3rem;
  color: #333;
  cursor: pointer;
  position: relative;
  outline: 0; }
  @media (min-width: 600px) {
    .checkbox-label {
      padding-left: 3.2rem; } }
  @media (min-width: 992px) {
    .checkbox-label {
      padding-left: 3rem; } }
  @media (max-width: 767px) {
    .checkbox-label {
      font-size: 16px; } }
  .checkbox-label:hover::before, .checkbox-label:hover::after {
    border: .1rem solid #333; }
  .checkbox-label ul {
    list-style-type: disc;
    margin-left: 1em; }
  .checkbox-label ul li {
    margin: 0.3em 0; }

.submit {
  text-align: center;
  margin-top: 20px; }

.with--error,
.with--error .checkbox-label,
.with--error .radio-label {
  color: #83000a; }

.with--error .label-wrapper {
  color: initial; }

.with--error .text-message {
  color: #83000a; }

.with--error > .input--text,
.with--error > .input--select {
  border: .1rem solid #83000a;
  background-color: rgba(131, 0, 10, 0.05); }

.with--error .input--checkbox + .checkbox-label::before {
  background-color: #f9f2f3;
  border: 1px solid #83000a; }

.input-error-icon {
  position: absolute;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
  margin-right: 1rem;
  left: 0;
  background: url("../images/icons/icon--x_error.svg") no-repeat 50%;
  background-size: auto;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  background-size: 14px 14px; }

.text-message {
  position: relative;
  margin: .7rem 0 0;
  font-size: 1.2rem; }
  @media (min-width: 992px) {
    .text-message {
      margin: .9rem 0 0; } }
  .text-message span.the-message {
    padding-left: 2.4rem;
    display: inline-block;
    width: 100%;
    max-width: 50rem; }
    @media (min-width: 992px) {
      .text-message span.the-message {
        max-width: 100%; } }

/* ====================================
  INFO
=======================================*/
.info {
  margin-top: 20px;
  margin-bottom: 30px; }
  .info__wrapper {
    max-width: 1295px;
    margin: 0 auto;
    font-size: 14px; }
    @media (max-width: 767px) {
      .info__wrapper {
        font-size: 14px; } }
  .info__wrapper-thank-you {
    max-width: 1295px;
    margin: 120px auto 0;
    font-size: 1.4rem; }
  .info p,
  .info ul,
  .info ol,
  .info ol li {
    margin-bottom: 20px; }
  .info ol {
    counter-reset: list; }
  .info ol > li {
    margin-left: 19px; }
  .info ol > li::before {
    content: counter(list,lower-alpha) ") ";
    counter-increment: list;
    margin-left: -19px; }
  .info p + ul {
    margin-top: 10px; }
  .info ul {
    list-style-type: disc;
    margin-bottom: 10px; }
  .info ul li {
    margin-left: 20px; }
  .info ul li:nth-child(-n+2) {
    margin-bottom: 15px; }
  .info a {
    color: #333;
    text-decoration: underline; }

/* ====================================
  TO TOP
=======================================*/
.to-top {
  margin: 40px 0; }
  .to-top .span-icon {
    margin-left: 5px;
    top: 3px; }
  .to-top .icon--top::before {
    content: url("../images/icons/icon--top.png"); }
  .to-top a {
    color: #333; }
    .to-top a:hover {
      text-decoration: underline;
      cursor: pointer; }

/* ====================================
  SHARE SOCIAL MEDIA
=======================================*/
.share {
  margin-bottom: 20px; }
  .share__wrapper {
    max-width: 1295px;
    margin: 0 auto; }
  .share hr {
    color: #d7d8d6;
    height: 1px;
    padding-bottom: 12px; }
  .share a {
    color: inherit;
    font-size: 20px;
    font-weight: 300; }
    .share a:hover {
      text-decoration: underline; }
  .share .icon-link {
    color: #db0011;
    padding: 0 5px; }
  .share__desc {
    padding-top: 15px;
    font-size: 16px; }
  .share__media {
    display: inline-block;
    text-align: right; }
    .share__media a > img {
      width: 12%;
      margin-right: 10px; }

/* ====================================
   THANKS
   ====================================*/
.thanks {
  width: 100%;
  max-width: 850px;
  margin: 50px 0 30px;
  text-align: left; }
  @media (min-width: 768px) {
    .thanks {
      margin: 0 auto 50px; } }
  @media (min-width: 768px) {
    .thanks {
      text-align: center; } }
  .thanks__heading {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .thanks p {
      font-size: 1.8rem; } }
  .thanks p:nth-child(n+2) {
    margin-top: 5px; }
  .thanks a {
    margin-top: 20px; }

.tab-pane {
  background-color: #ffffff; }

.rewards__you .rewards__you-item {
  max-width: 436px;
  width: 100%;
  margin: 20px auto 0; }
  .rewards__you .rewards__you-item .rewards__you-item-copy {
    text-align: left;
    margin-top: 10px;
    font-size: 18px; }
    @media (max-width: 767px) {
      .rewards__you .rewards__you-item .rewards__you-item-copy {
        font-size: 16px; } }

.privileges__slider-img {
  text-align: right; }

.cta .cta__wrapper {
  max-width: 1295px;
  margin: 0 auto; }
