@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: normal; }
@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: 600; }
@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; }
@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Medium.eot");
  src: url("../fonts/UniversNextforHSBC-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/UniversNextforHSBC-Medium.ttf") format("truetype"), url("../fonts/UniversNextforHSBC-Medium.woff") format("woff"), url("../fonts/UniversNextforHSBC-Medium.svg") format("svg");
  font-weight: 500; }
@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Thin.eot");
  src: url("../fonts/UniversNextforHSBC-Thin.eot#iefix") format("embedded-opentype"), url("../fonts/UniversNextforHSBC-Thin.ttf") format("truetype"), url("../fonts/UniversNextforHSBC-Thin.woff") format("woff"), url("../fonts/UniversNextforHSBC-Thin.svg") format("svg");
  font-weight: 100; }
@media screen and (max-width: 479px) {
  .hide--xs {
    display: none; } }

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

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

.show--sm {
  display: none; }
  @media screen and (max-width: 767px) {
    .show--sm {
      display: block; } }

* {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "UniversNextforHSBC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  -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; }

.main {
  padding-top: 76px; }

h1 {
  margin: 0; }

strong {
  font-weight: 700; }

img {
  max-width: 100%; }

.container-fluid {
  max-width: 1280px;
  width: 100%; }

.container-no-padding {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.btn {
  border-radius: 0;
  text-decoration: none !important;
  padding: 15px 20px;
  font-size: inherit;
  line-height: 1;
  border: 0;
  width: 100%;
  min-width: 190px;
  white-space: normal; }
  @media screen and (min-width: 480px) {
    .btn {
      width: auto; } }
  .btn:focus {
    outline: 1px dotted #000; }
  .btn.btn-primary {
    background-color: #db0011;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background-color: #af000d; }
  .btn.btn-secondary {
    background-color: #fff;
    border: 1px solid #333;
    color: #333; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus {
      background-color: #d9d9d9; }
  .btn.btn-float {
    border: 2px solid #db0011;
    border-radius: 30px;
    min-width: auto;
    max-width: 110px; }

ul, ol {
  margin-left: 15px;
  margin-bottom: 0; }

p {
  margin-bottom: 0; }

a.link {
  color: #333;
  text-decoration: underline; }

.section-heading {
  font-size: 2.5rem; }
  @media screen and (min-width: 992px) {
    .section-heading {
      font-size: 2.8rem; } }

.section-subheading {
  font-size: 2rem; }
  @media screen and (min-width: 992px) {
    .section-subheading {
      font-size: 2.3rem; } }

.section-heading, .section-subheading {
  font-weight: 500;
  position: relative;
  padding-left: 20px; }
  @media screen and (min-width: 768px) {
    .section-heading, .section-subheading {
      padding-left: 25px; } }
  .section-heading::before, .section-subheading::before {
    background: #db0011;
    content: "";
    display: block;
    width: 4px;
    height: 70%;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%); }
  .section-heading + p, .section-subheading + p {
    margin-top: 20px; }

/* HEADER */
.header {
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  z-index: 9999; }
  .header__outer {
    position: relative;
    z-index: 999;
    box-shadow: 0px 10px 10px -10px #000;
    top: 0; }
  .header__wrapper {
    margin: 0 auto;
    padding: 22px 0;
    height: 75px; }
  .header__logo {
    float: left; }
  .header__logo img {
    height: 30px; }
  .header__language {
    float: right;
    padding-top: 4px; }
  .header__language a {
    color: #000; }
  .header__language a, .header__language a:hover {
    text-decoration: none; }

/* FOOTER */
.footer-primary {
  background-color: #000;
  font-size: 14px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-primary {
      text-align: left; } }
  .footer-primary ul {
    list-style-type: none;
    padding-top: 5px; }
  .footer-primary ul > li {
    padding: 5px 0; }
    @media screen and (min-width: 480px) {
      .footer-primary ul > li {
        display: inline-block;
        margin-right: 15px; } }
  .footer-primary a {
    color: #fff; }
  .footer-primary p {
    color: #fff;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .footer-primary p {
        text-align: right; } }

.footer-secondary {
  background-color: #404040;
  padding: 50px 0;
  font-size: 18px; }
  .footer-secondary span, .footer-secondary p, .footer-secondary a {
    color: #fff; }
  .footer-secondary span {
    font-size: 1.2em; }
  .footer-secondary p {
    margin-bottom: 5px; }
  .footer-secondary a {
    text-decoration: underline;
    font-weight: 500; }
  .footer-secondary td:nth-child(1) {
    padding-right: 10px; }

/* BANNER */
.banner--wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-items: flex-start;
  align-items: stretch; }
  @media screen and (min-width: 768px) {
    .banner--wrapper {
      flex-direction: row; } }
@media screen and (min-width: 768px) {
  .banner--left, .banner--right {
    width: 50%; } }
.banner--left {
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .banner--left {
      padding: 0;
      display: flex;
      align-items: center; } }
@media screen and (min-width: 768px) {
  .banner--box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    height: 100%;
    flex-grow: 1; } }
@media screen and (min-width: 768px) {
  .banner--text {
    max-width: 450px;
    padding: 0 15px; } }
.banner--text h1 {
  margin-top: 30px;
  font-weight: 400; }
.banner--text p {
  margin-top: 20px; }
.banner--text button {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .banner--text button {
      margin: 30px 0; } }

/* OFFER */
.offer {
  margin-top: 30px; }
  .offer h2 {
    font-weight: 400; }
  .offer ul {
    margin-top: 5px; }
  .offer--text {
    margin-top: 20px; }
  .offer--note {
    margin-top: 40px;
    font-size: 1.3rem; }

/* FORM */
.register {
  padding-top: 70px; }
  .register h2 {
    font-size: 3rem;
    font-weight: 200;
    margin: 0 15px; }
    @media screen and (min-width: 992px) {
      .register h2 {
        font-size: 3.5rem; } }
  .register--heading {
    background-color: #db0011;
    color: #FFFFFF;
    padding: 20px 0;
    text-align: center; }
  .register--subheading {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-top: 20px; }
    @media screen and (min-width: 992px) {
      .register--subheading {
        font-size: 2.4rem; } }

.form {
  margin-top: 50px; }
  .form .reward-header {
    margin: 10px 0 0 30px; }
    @media screen and (min-width: 768px) {
      .form .reward-header {
        margin: 10px 0 10px 30px; } }
  .form .reward-mabuhay-wrapper {
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .form .reward-mabuhay-wrapper {
        margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .form--section {
      margin-left: 47px; } }
  .form--control {
    padding-top: 15px; }
  .form--control-padding-0 {
    padding-top: 0; }
  .form--control-inner {
    padding: 10px 0 0; }
  .form--control-box {
    border: 1px solid #333;
    padding: 2rem; }
  .form--heading {
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    padding-left: 47px; }
    @media screen and (min-width: 992px) {
      .form--heading {
        font-size: 2.4rem; } }
    .form--heading::before {
      background-image: url("../images/icon--tick-red.png");
      content: "";
      display: block;
      width: 32px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .form--subheading {
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    background-color: #ffdfe2;
    border-radius: 10px;
    padding: 5px 15px 3px 50px;
    margin-top: 30px; }
    .form--subheading::before {
      background-image: url("../images/icon--user.png");
      content: "";
      display: block;
      width: 50px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .form .btn-remove {
    display: inline-block;
    margin-left: 10px; }
    .form .btn-remove button {
      background-color: #FFF; }
    .form .btn-remove button:hover {
      font-weight: 700; }
  .form #btn-add {
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    background-color: #ffdfe2;
    border-radius: 10px;
    padding: 5px 15px 3px 37px;
    margin-top: 10px; }
    .form #btn-add::before {
      background-image: url("../images/icon--plus.png");
      content: "";
      display: block;
      width: 40px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center; }
  .form .confirmation,
  .form .consent {
    font-size: 1.6rem;
    font-weight: 400; }
  .form .consent {
    margin-left: 2rem; }
    .form .consent li + li {
      margin-top: 1rem; }
  .form .tnc {
    margin-top: .5rem; }
    .form .tnc a {
      font-size: 1.4rem;
      font-style: italic; }
  .form .tnc a,
  .form .consent a {
    text-decoration: underline; }
    .form .tnc a, .form .tnc a:hover,
    .form .consent a,
    .form .consent a:hover {
      color: #333333; }
  .form .btn {
    font-size: 1.8rem; }

input,
select {
  width: 100%;
  height: 4.4rem; }
  @media screen and (min-width: 992px) {
    input,
    select {
      max-width: 500px;
      height: 4rem; } }

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

input[disabled],
select[disabled] {
  background-color: rgba(131, 0, 10, 0.02);
  opacity: 0.8 !important;
  border: 0; }
  input[disabled]:hover,
  select[disabled]:hover {
    border: 0 !important; }

.input--text {
  padding: 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  border: 0;
  border-bottom: .1rem solid #c5c5c5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0; }
.input--select {
  background: #fff url(../images/icon--caret-dropdown.svg) 97% 50% no-repeat;
  border: .1rem solid #929292;
  cursor: pointer;
  color: #333 !important;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 1.4rem;
  padding-right: 5rem;
  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;
  -webkit-border-radius: 0; }
  @media screen and (min-width: 992px) {
    .input--select {
      padding: 0 1.5rem;
      padding-right: 5rem; } }
  .input--select:focus {
    -webkit-box-shadow: 0 0 5px #3b99fc;
    -moz-box-shadow: 0 0 5px #3b99fc;
    box-shadow: 0 0 5px #3b99fc; }
  .input--select::-ms-expand {
    display: none; }
  .input--select:focus::-ms-value {
    color: black;
    background: transparent; }
.input--checkbox, .input--radio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }
.input--radio {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0; }
  .input--radio:checked + .radio-label::before {
    background: #008580; }
  .input--radio:focus + .radio-label::before {
    display: block;
    position: absolute;
    border: .1rem solid #929292;
    box-shadow: inset 0 0 0 .5rem #fff,0 0 5px 2px #3b99fc;
    -webkit-box-shadow: inset 0 0 0 .5rem #fff,0 0 5px 2px #3b99fc;
    -moz-box-shadow: inset 0 0 0 .5rem #fff,0 0 5px 2px #3b99fc;
    -o-box-shadow: inset 0 0 0 .5rem #fff,0 0 5px 2px #3b99fc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%; }
.input--checkbox {
  position: absolute;
  left: -9999px;
  opacity: 0; }
  .input--checkbox + label::before {
    border: 1px solid; }
  .input--checkbox + label::after {
    border: .1rem solid #929292;
    background: #fff url(../images/icon--tickcheckbox.svg) no-repeat center center; }
  .input--checkbox + label::after, .input--checkbox + label::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    left: 0;
    top: -3px; }
  .input--checkbox + label::after {
    content: none; }
  .input--checkbox:checked + label::after {
    content: ""; }
  .input--checkbox:focus + label.checkbox-label::before {
    display: block;
    position: absolute;
    border: .1rem solid #929292;
    box-shadow: inset 0 0 0 .5rem #fff,0 0 5px 2px #3b99fc;
    -webkit-box-shadow: inset 0 0 0 .5rem #fff,0 0 5px 2px #3b99fc;
    -moz-box-shadow: inset 0 0 0 .5rem #fff,0 0 5px 2px #3b99fc;
    -o-box-shadow: inset 0 0 0 .5rem #fff,0 0 5px 2px #3b99fc; }

legend {
  border: 0;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0; }
  legend em {
    font-weight: 400; }

label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: .5rem; }

.radio-label::before {
  display: block;
  position: absolute;
  border: .1rem solid #929292;
  box-shadow: inset 0 0 0 .5rem #fff;
  -webkit-box-shadow: inset 0 0 0 .5rem #fff;
  -moz-box-shadow: inset 0 0 0 .5rem #fff;
  -o-box-shadow: inset 0 0 0 .5rem #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%; }
  @media screen and (min-width: 992px) {
    .radio-label::before {
      box-shadow: inset 0 0 0 .4rem #fff;
      -webkit-box-shadow: inset 0 0 0 .4rem #fff;
      -moz-box-shadow: inset 0 0 0 .4rem #fff;
      -o-box-shadow: inset 0 0 0 .4rem #fff; } }

.radio-label {
  padding-top: 4px; }
  @media screen and (min-width: 992px) {
    .radio-label {
      padding-top: 2px; } }

.radio-label,
.checkbox-label {
  font-size: 1.6rem;
  padding-left: 3rem;
  color: #333;
  cursor: pointer;
  position: relative;
  outline: 0; }
  @media screen and (min-width: 600px) {
    .radio-label,
    .checkbox-label {
      padding-left: 3.2rem; } }
  @media screen and (min-width: 992px) {
    .radio-label,
    .checkbox-label {
      padding-left: 3rem; } }
  .radio-label--title,
  .checkbox-label--title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.3rem; }
  .radio-label--terms,
  .checkbox-label--terms {
    color: #666;
    font-size: 80%;
    font-style: italic;
    margin-top: 0.3rem; }
  .radio-label--terms a,
  .checkbox-label--terms a {
    text-decoration: underline; }
    .radio-label--terms a, .radio-label--terms a:hover,
    .checkbox-label--terms a,
    .checkbox-label--terms a:hover {
      color: #333333; }
  .radio-label::before,
  .checkbox-label::before {
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: .1rem;
    border: .1rem solid #929292;
    margin-right: 1rem; }
    @media screen and (min-width: 992px) {
      .radio-label::before,
      .checkbox-label::before {
        width: 2rem;
        height: 2rem; } }
  .radio-label:focus::before, .radio-label:hover::before,
  .checkbox-label:focus::before,
  .checkbox-label:hover::before {
    border: .1rem solid #376798; }

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

.submit .error-text {
  margin-top: 10px;
  font-size: 14px; }

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

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

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

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

.with--error .input--radio + .radio-label::before,
.with--error .input--checkbox + .checkbox-label::before {
  background-color: #f9f2f3;
  border-color: #db0011;
  box-shadow: inset 0 0 0 .5rem #f9f2f3;
  -webkit-box-shadow: inset 0 0 0 .5rem #f9f2f3;
  -moz-box-shadow: inset 0 0 0 .5rem #f9f2f3;
  -o-box-shadow: inset 0 0 0 .5rem #f9f2f3; }

.input-error-icon {
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.6rem;
  margin-right: 1rem;
  left: -.1rem;
  background: url(../images/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.4rem; }
  @media screen and (min-width: 992px) {
    .text-message {
      margin: .9rem 0 0; } }
  .text-message span.the-message {
    display: inline-block;
    width: 100%;
    max-width: 50rem; }
    @media screen and (min-width: 992px) {
      .text-message span.the-message {
        max-width: 100%; } }

/* TO TOP */
.to-top {
  margin: 40px 0; }
  .to-top button {
    background-color: transparent; }
  .to-top .span-icon {
    margin-left: 5px;
    top: 3px;
    pointer-events: none; }
  .to-top .icon--top::before {
    content: url("../images/icon--top.png"); }
  .to-top a {
    color: #333; }

/* BANNER */
.banner {
  position: relative; }
  .banner__image {
    margin-left: -15px;
    margin-right: -15px;
    height: 422px;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right; }
  .banner__image.thank-you {
    background-image: url("../images/banner-thank-you.jpg");
    height: 450px;
    background-position: center; }
  .banner__text_wrapper {
    padding-top: 50px; }
    @media screen and (min-width: 480px) {
      .banner__text_wrapper {
        background-color: #fff;
        width: 400px;
        max-width: 70%;
        padding: 30px 20px;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 15px;
        z-index: 99; } }
    @media screen and (min-width: 992px) {
      .banner__text_wrapper {
        width: 100%;
        max-width: 45%; } }
  .banner__text {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 400; }
  .banner__text--large {
    font-size: 32px;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .banner__text--large {
        font-size: 38px; } }

/* THANK YOU */
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh; }

.mt-auto {
  margin-top: auto; }

.thank-you {
  margin-bottom: 5rem; }
  .thank-you__wrapper {
    border: 1px solid #CCC;
    padding: 3rem 1.5rem 1rem;
    position: relative; }
  .thank-you__title {
    background: #fff;
    color: #db0011;
    font-size: 3rem;
    white-space: nowrap;
    padding: 0 3rem;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%; }
  .thank-you__content {
    color: #000;
    font-size: 1.6rem; }

.thank-you .referee__wrapper:nth-child(n+2) {
  margin-top: 25px; }
.thank-you .referee__head {
  font-weight: 700;
  text-decoration: underline;
  color: #db0011; }
.thank-you .referee__body {
  margin-top: 10px;
  line-height: 1.3; }
  .thank-you .referee__body span {
    font-weight: 700; }

.footer-note {
  font-size: 1.2rem;
  margin: 20px 0; }
