/* --------------------------------------------------------------------
|
| -- 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
|
----------------------------------------------------------------------*/
.page__wrapper {
  margin: 0 auto; }

@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; } }

* {
  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: 16px; } }

small {
  font-size: 80%;
  line-height: 1.3; }

.page__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }

a sup {
  font-size: 0.8em;
  top: -0.6rem;
  color: inherit; }

/* ====================================
  HEADER
=======================================*/
.header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  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; }
    @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__right {
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
    line-height: 1; }
    @media (max-width: 991px) {
      .header__right {
        font-size: 16px; } }
  .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__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 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: 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 {
  padding-top: 81px; }
  .banner img {
    width: 100%; }
  @media (max-width: 1199px) {
    .banner {
      padding-top: 61px; } }
  @media (max-width: 767px) {
    .banner {
      padding-top: 52px; } }

/* ====================================
  INTRO
=======================================*/
.intro {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .intro {
      padding: 20px 0; } }
  .intro .intro__heading {
    font-size: 40px;
    font-weight: 200; }
    @media (max-width: 767px) {
      .intro .intro__heading {
        font-size: 30px; } }
  .intro .intro__subheading {
    font-size: 18px;
    font-weight: 200;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .intro .intro__subheading {
        margin-top: 20px;
        font-size: 16px; } }
  .intro .intro__date {
    font-size: 18px;
    font-weight: 200;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .intro .intro__date {
        margin-top: 20px;
        font-size: 16px; } }

/* ====================================
  cashback
=======================================*/
.cashback {
  padding: 40px 0;
  color: #ffffff; }
  @media (max-width: 767px) {
    .cashback {
      padding: 20px 0; } }
  .cashback .cashback__wrapper {
    background: linear-gradient(90deg, #9a1b1f 0%, #d72028 100%);
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .cashback .cashback__wrapper {
        flex-direction: column; } }
  .cashback .cashback__col {
    width: 50%; }
    @media (max-width: 991px) {
      .cashback .cashback__col {
        width: 100%; } }
  .cashback .cashback__inner {
    max-width: 640px;
    width: 100%;
    padding: 20px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .cashback .cashback__inner {
        padding: 40px 30px;
        max-width: 600px; } }
  .cashback .cashback__heading {
    text-align: center;
    font-size: 80px;
    font-weight: 600; }
    @media (max-width: 991px) {
      .cashback .cashback__heading {
        font-size: 60px; } }
  .cashback .cashback__subheading {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 5px; }
    @media (max-width: 991px) {
      .cashback .cashback__subheading {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .cashback .cashback__subheading {
        font-size: 18px; } }
  .cashback .cashback__title {
    margin-top: 30px;
    font-size: 18px; }
    @media (max-width: 991px) {
      .cashback .cashback__title {
        font-size: 16px; } }
  .cashback ul.cashback__list {
    margin-top: 5px;
    list-style-type: disc;
    padding-inline-start: 16px; }
    .cashback ul.cashback__list li {
      margin-top: 5px; }

/* ====================================
  grand
=======================================*/
.grand {
  padding: 40px 0;
  color: #ffffff; }
  @media (max-width: 767px) {
    .grand {
      padding: 20px 0; } }
  .grand .grand__wrapper {
    background: linear-gradient(90deg, #d72028 0%, #9a1b1f 100%);
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .grand .grand__wrapper {
        flex-direction: column; } }
  .grand .grand__col {
    width: 50%; }
    @media (max-width: 991px) {
      .grand .grand__col {
        width: 100%; } }
  .grand .grand__inner {
    max-width: 500px;
    width: 100%;
    padding: 20px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .grand .grand__inner {
        padding: 40px 30px;
        max-width: 600px; } }
  .grand .grand__heading {
    text-align: center;
    font-size: 60px;
    font-weight: 600; }
    @media (max-width: 991px) {
      .grand .grand__heading {
        font-size: 40px; } }
  .grand .grand__subheading {
    text-align: center;
    font-size: 80px;
    font-weight: 600;
    margin-top: 5px; }
    @media (max-width: 991px) {
      .grand .grand__subheading {
        font-size: 60px; } }
  .grand .grand__title {
    margin-top: 30px; }
  .grand ul.grand__list {
    margin-top: 20px;
    list-style-type: disc;
    padding-inline-start: 16px; }
    .grand ul.grand__list li {
      margin-top: 5px; }

/* ====================================
  steps
=======================================*/
.steps {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .steps {
      padding: 20px 0; } }
  .steps .steps__heading {
    text-align: left;
    font-size: 20px;
    font-weight: 600; }
    .steps .steps__heading img {
      width: 10px;
      margin-right: 10px; }
  .steps .steps__wrapper {
    padding: 40px;
    margin-top: 20px;
    background-color: #6D6E70; }
  .steps .step__title {
    position: absolute;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 15px;
    background-color: #DA1F26;
    top: -22px;
    left: 50%;
    transform: translateX(-50%); }
  .steps .step__box {
    position: relative;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 15px; }
    @media (max-width: 991px) {
      .steps .step__box {
        max-width: 320px;
        width: 100%;
        margin: 40px auto 0; } }
  .steps .step__img {
    margin-top: 5px; }
    .steps .step__img img {
      width: 150px; }
  .steps .step__subtitle {
    margin-top: 10px;
    font-size: 18px; }
    @media (max-width: 991px) {
      .steps .step__subtitle {
        font-size: 16px; } }
    .steps .step__subtitle strong {
      color: #EC1C24; }
    .steps .step__subtitle a,
    .steps .step__subtitle a:hover,
    .steps .step__subtitle a:active {
      color: #00ADEE;
      text-decoration: underline; }
  .steps .col-b-r {
    border-right: 1px solid #EC1C24; }
    @media (max-width: 991px) {
      .steps .col-b-r {
        border-right: 0; } }
  .steps .or {
    margin: 5px 0; }

/* ====================================
  register
=======================================*/
.register {
  padding: 30px 20px;
  background: linear-gradient(90deg, #9a1b1f 0%, #d72028 100%);
  font-size: 20px;
  font-weight: 600;
  color: #ffffff; }

/* ====================================
  travel
=======================================*/
.travel {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .travel {
      padding: 20px 0; } }
  .travel .travel__heading {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 200; }
  .travel .travel__subheading {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 200; }
    @media (max-width: 767px) {
      .travel .travel__subheading {
        font-size: 18px; } }
  .travel .travel__box {
    margin-top: 30px;
    border: 1px solid #E6E7E8;
    text-align: left; }
    @media (max-width: 767px) {
      .travel .travel__box {
        max-width: 320px;
        width: 100%;
        margin: 30px auto 0; } }
  .travel .travel__box-title {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1; }
    .travel .travel__box-title a:hover,
    .travel .travel__box-title a:active {
      color: initial;
      text-decoration: none; }
    .travel .travel__box-title a img {
      width: 8px;
      margin-right: 5px; }

/* ====================================
  PREFOOTER
=======================================*/
.prefooter {
  padding-bottom: 40px;
  font-size: 15px; }
  @media (max-width: 599px) {
    .prefooter {
      font-size: 14px; } }
  .prefooter .prefooter-wrapper {
    padding: 0 15px;
    margin-top: 20px; }
  .prefooter p {
    margin-top: 10px;
    font-size: 12px;
    color: initial; }
  .prefooter a {
    color: initial;
    font-size: 12px;
    text-decoration: underline; }
  .prefooter .prefooter-border-right {
    border-right: 1px solid #231F20; }
    @media (max-width: 991px) {
      .prefooter .prefooter-border-right {
        border-right: 0; } }
