@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
@font-face {
    font-family: 'rhb-font-light';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/RHB/RHB-Font-light.woff') format('woff'), url('../fonts/RHB/RHB-Font-light.ttf') format('truetype');
}

@font-face {
    font-family: 'rhb-font-normal';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/RHB/RHB-Font.woff') format('woff'), url('../fonts/RHB/RHB-Font.ttf') format('truetype');
}

@font-face {
    font-family: 'rhb-font-medium';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/RHB/RHB-Font-medium.woff') format('woff'), url('../fonts/RHB/RHB-Font-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'rhb-font-bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/RHB/RHB-Font-bold.woff') format('woff'), url('../fonts/RHB/RHB-Font-bold.ttf') format('truetype');
}

.text--300 {
    font-family: 'rhb-font-light', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.text--400 {
    font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.text--500 {
    font-family: 'rhb-font-medium', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.text--700 {
    font-family: 'rhb-font-bold', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.text--color-primary-blue {
    color: #002f65;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^='col-'],
.row.no-gutters>[class*=' col-'] {
    padding-right: 0;
    padding-left: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

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

.text__center {
    text-align: center;
}

body {
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Lato', sans-serif;
    color: #4a565c;
    background: #fff;
}

@media screen and (max-width: 991px) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 479px) {
    body {
        font-size: 15px;
        line-height: 1.6;
    }
}

a {
    color: #002f65;
}

a:hover,
a:active,
a:focus {
    color: #000;
}

.site--container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
}

.section--light-brown {
    background-color: #f1f1f1;
}

.section--light-grey {
    background-color: #f7f7f7;
}

.section--dark-blue {
    background-color: #20222f;
    color: #fff;
}

.section--heading {
    font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.section--heading strong {
    font-family: 'rhb-font-medium', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.section--heading .heading--lg {
    font-size: 140%;
}

@media (max-width: 991px) {
    .section--heading .heading--lg {
        font-size: 125%;
    }
}

h1.section--heading {
    font-size: 56px;
    line-height: 1.1;
}

@media screen and (max-width: 991px) {
    h1.section--heading {
        font-size: 46px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 767px) {
    h1.section--heading {
        font-size: 38px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 479px) {
    h1.section--heading {
        font-size: 28px;
        line-height: 1.2;
    }
}

h2.section--heading {
    font-size: 42px;
    line-height: 0.9;
}

@media screen and (max-width: 991px) {
    h2.section--heading {
        font-size: 38px;
        line-height: 0.9;
    }
}

@media screen and (max-width: 767px) {
    h2.section--heading {
        font-size: 30px;
        line-height: 0.9;
    }
}

@media screen and (max-width: 479px) {
    h2.section--heading {
        font-size: 24px;
        line-height: 0.9;
    }
}

h3.section--heading {
    font-size: 40px;
    line-height: 1.6;
}

@media screen and (max-width: 991px) {
    h3.section--heading {
        font-size: 36px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 767px) {
    h3.section--heading {
        font-size: 30px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 479px) {
    h3.section--heading {
        font-size: 24px;
        line-height: 1.6;
    }
}

h4.section--heading {
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    h4.section--heading {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    h4.section--heading {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    h4.section--heading {
        font-size: 16px;
        line-height: 1.4;
    }
}

h5.section--heading {
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    h5.section--heading {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    h5.section--heading {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    h5.section--heading {
        font-size: 16px;
        line-height: 1.4;
    }
}

h6.section--heading {
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    h6.section--heading {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    h6.section--heading {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    h6.section--heading {
        font-size: 16px;
        line-height: 1.4;
    }
}

.text--pidm {
    font-weight: 200;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    .text--pidm {
        font-size: 12px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .text--pidm {
        font-size: 12px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    .text--pidm {
        font-size: 12px;
        line-height: 1.4;
    }
}

.form {
    text-align: center;
    background: #EDEDED;
    padding: 70px 0;
    max-width: 1440px;
    margin: auto;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

@media (max-width: 768px) {
    .form {
        padding: 50px 0;
    }
}

@media (max-width: 479px) {
    .form {
        padding: 40px 0;
    }
}

.form__inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.form--heading {
    color: #002353;
    font-weight: 300;
    font-size: 34px;
    line-height: 1.3;
}

@media screen and (max-width: 991px) {
    .form--heading {
        font-size: 34px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .form--heading {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .form--heading {
        font-size: 20px;
        line-height: 1.3;
    }
}

.form--subheading {
    font-size: 20px;
    color: #002353;
    font-weight: 300;
    padding-top: 5px;
}

@media (max-width: 768px) {
    .form--subheading {
        font-size: 13px;
    }
}

.form--form {
    text-align: left;
    padding-top: 30px;
}

@media (max-width: 991px) {
    .form--form {
        padding-top: 15px;
    }
}

@media (max-width: 768px) {
    .form--form {
        padding-top: 5px;
    }
}

.form--control {
    padding-top: 30px;
}

@media (max-width: 768px) {
    .form--control {
        padding-top: 25px;
    }
}

.form--label {
    color: #002353;
    padding: 0 0 5px 10px;
}

.form--input,
.form--select,
.form--textarea {
    display: block;
    width: 100%;
    border: 0;
}

.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
    color: #818a91;
}

.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
    color: #818a91;
}

.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
    color: #818a91;
}

.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
    color: #818a91;
}

@media (max-width: 768px) {
    .form--input,
    .form--select,
    .form--textarea {
        background: #fff;
        border-radius: 4px;
    }
}

.form--input {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.form--input.form--input-special {
    padding: 0 0 0 100px;
}

.form--error {
    color: #c0392b;
    font-size: 70%;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: normal;
}

.form--customer-label {
    text-align: center;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .form--customer-label {
        padding-top: 0;
    }
}

.form--customer-label span {
    margin-right: 40px;
}

@media (max-width: 768px) {
    .form--customer-label span {
        display: block;
        margin: 0 0 10px 0;
    }
}

.form--customer-label label {
    font-weight: normal;
}

.form--customer-label label+label {
    margin-left: 20px;
}

.form--customer-label input {
    margin-right: 10px;
}

.form--tnc-container {
    margin: 0;
}

.form--tnc-input {
    vertical-align: top;
    float: left;
    width: 20px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .form--tnc-input {
        width: 15px;
    }
}

.form--tnc-label {
    padding-left: 10px;
    float: right;
    width: calc(100% - 20px);
}

.form--tnc-label p+p {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .form--tnc-label {
        width: calc(100% - 15px);
    }
}

.form--tnc-label-text {
    color: #002353;
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .form--tnc-label-text {
        font-size: 81.25%;
    }
}

@media (max-width: 479px) {
    .form--tnc-label-text {
        font-size: 75%;
    }
}

.form--SignUp {
    text-align: center;
}

.form--SignUp-btn {
    font-weight: 600;
    display: block;
    padding: 8px 40px;
    background: #EF3E42;
    color: #ffffff;
    margin: 40px auto 0;
    border: none;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    border-radius: 10px;
    height: 60px;
}

.form--SignUp-btn:hover {
    background: #0067b1;
}

@media screen and (max-width: 991px) {
    .form--SignUp-btn {
        /* font-size: 25px; */
        /* line-height: 1.4; */
    }
}

@media screen and (max-width: 767px) {
    .form--SignUp-btn {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    .form--SignUp-btn {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (max-width: 768px) {
    .form--SignUp-btn {
        display: block;
    }
}

.form--SignUp-btn:hover {
    /* background: #ebac3b; */
}

.form--disclaimer-wrrapper {
    width: 100%;
    margin: 40px auto 0;
}

.form--disclaimer-wrrapper .form--disclaimer {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.form--disclaimer-wrrapper .form--disclaimer+.form--disclaimer {
    margin-top: 20px;
}

.form--input-wrapper {
    height: 54px;
    line-height: 54px;
    background: #ffffff;
    border: 1px solid #969696;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.form--input-wrapper select {
    background: #ffffff;
}

.form--input-wrapper label {
    font-weight: normal;
}

.form--input-wrapper label+label {
    margin-left: 20px;
}

.form--input-wrapper input {
    margin-right: 10px;
}

.disclaimer {
    padding: 40px 0 40px;
    font-size: 68.75%;
    color: #7c8a90;
}

@media (max-width: 768px) {
    .disclaimer {
        padding: 30px 0 30px;
    }
}

.footer {
    color: #818a91;
    font-size: 14px;
    padding: 0 0 45.28px 0;
    max-width: 1440px;
    margin: auto;
}

@media (max-width: 991px) {
    .footer {
        font-size: 12px;
    }
}

@media (max-width: 620px) {
    .footer {
        padding: 0 0 20.58px 0;
        font-size: 11px;
    }
}

.footer .footer__warning {
    border: 1px solid #000;
    color: #000;
    font-weight: 700;
    text-align: justify;
    margin-top: 27.09px;
    padding: 10px 10px;
}

@media (max-width: 479px) {
    .footer .footer__warning {
        margin-top: 12.2px;
    }
}

.footer.footer-premier {
    padding: 0 0 40.63px 0;
}

@media (max-width: 768px) {
    .footer.footer-premier {
        padding: 0 0 27.09px 0;
    }
}

@media (max-width: 620px) {
    .footer.footer-premier {
        padding: 0 0 20.58px 0;
    }
}

@media (max-width: 479px) {
    .footer.footer-premier {
        padding: 0 0 12.2px 0;
    }
}

.footer__top {
    margin: 0 68.38px 0 124px;
}

@media (max-width: 620px) {
    .footer__top {
        margin: 0 30.38px 0 64px;
    }
}

.footer__top .footer__tnc {
    margin: 60px 0 22.64px;
    color: #0667b0;
}

@media (max-width: 768px) {
    .footer__top .footer__tnc {
        margin: 22.64px 0;
    }
}

@media (max-width: 479px) {
    .footer__top .footer__tnc {
        margin: 11px 0;
    }
}

.footer__top .footer__tnc.footer__tnc-premier {
    color: #002f65;
    margin: 27.09px 0 27.09px 0;
}

@media (max-width: 620px) {
    .footer__top .footer__tnc.footer__tnc-premier {
        margin: 18.1px 0 12.2px 0;
    }
}

.footer__top .footer__tnc.footer__tnc-premier a {
    color: #002f65;
}

.footer__top .footer__tnc.footer__tnc-premier .footer__tnc-text {
    color: #002f65;
}

.footer__top .footer__tnc .footer__tnc-text {
    display: inline-block;
}

.footer__top .footer__tnc .footer__tnc-text {
    color: #0667b0;
    padding: 0 8px;
    border-right: 1px solid #0667b0;
    font-size: 15px;
    line-height: 1.3;
}

@media screen and (max-width: 991px) {
    .footer__top .footer__tnc .footer__tnc-text {
        font-size: 15px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .footer__top .footer__tnc .footer__tnc-text {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .footer__top .footer__tnc .footer__tnc-text {
        font-size: 12px;
        line-height: 1.3;
    }
}

.footer__top .footer__tnc .footer__tnc-text:first-child {
    padding: 0 8px 0 0;
}

.footer__top .footer__tnc .footer__tnc-text:last-child {
    border-left: none;
    border-right: none;
}

.footer__top .footer__box {
    background: #5bc2e7;
    color: #ffffff;
    font-weight: bold;
    padding: 24.28px 32.38px 38px;
}

@media (max-width: 768px) {
    .footer__top .footer__box {
        padding: 24.28px 32.38px 38px;
    }
}

@media (max-width: 620px) {
    .footer__top .footer__box {
        padding: 24.28px 32.38px 38px;
    }
}

@media screen and (max-width: 479px) {
    .footer__top .footer__box {
        padding: 12px 10px 12px;
    }
}

.footer__top .footer__box.footer__box-premier {
    background: #002353;
}

.footer__top .footer__box.footer__box-premier .footer__box-heading {
    font-size: 40px;
    line-height: 1.3;
}

@media screen and (max-width: 991px) {
    .footer__top .footer__box.footer__box-premier .footer__box-heading {
        font-size: 36px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .footer__top .footer__box.footer__box-premier .footer__box-heading {
        font-size: 32px;
        line-height: 1.3;
    }
}

@media screen and (max-width: xsm) {
    .footer__top .footer__box.footer__box-premier .footer__box-heading {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .footer__top .footer__box.footer__box-premier .footer__box-heading {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media screen and (max-width: xss) {
    .footer__top .footer__box.footer__box-premier .footer__box-heading {
        font-size: 20px;
        line-height: 1.3;
    }
}

.footer__top .footer__box.footer__box-premier .footer__box-subheading {
    font-size: 30px;
    line-height: 1.3;
}

@media screen and (max-width: 991px) {
    .footer__top .footer__box.footer__box-premier .footer__box-subheading {
        font-size: 26px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .footer__top .footer__box.footer__box-premier .footer__box-subheading {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media screen and (max-width: xsm) {
    .footer__top .footer__box.footer__box-premier .footer__box-subheading {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .footer__top .footer__box.footer__box-premier .footer__box-subheading {
        font-size: 16px;
        line-height: 1.3;
    }
}

.footer__top .footer__box .footer__box-heading {
    font-size: 40px;
    line-height: 1.3;
}

@media screen and (max-width: 991px) {
    .footer__top .footer__box .footer__box-heading {
        font-size: 36px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .footer__top .footer__box .footer__box-heading {
        font-size: 32px;
        line-height: 1.3;
    }
}

@media screen and (max-width: xsm) {
    .footer__top .footer__box .footer__box-heading {
        font-size: 26px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .footer__top .footer__box .footer__box-heading {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media screen and (max-width: xss) {
    .footer__top .footer__box .footer__box-heading {
        font-size: 18px;
        line-height: 1.3;
    }
}

.footer__top .footer__box .footer__box-subheading {
    font-size: 30px;
    line-height: 1.3;
}

@media screen and (max-width: 991px) {
    .footer__top .footer__box .footer__box-subheading {
        font-size: 26px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .footer__top .footer__box .footer__box-subheading {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media screen and (max-width: xsm) {
    .footer__top .footer__box .footer__box-subheading {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .footer__top .footer__box .footer__box-subheading {
        font-size: 15px;
        line-height: 1.3;
    }
}

@media screen and (max-width: xss) {
    .footer__top .footer__box .footer__box-subheading {
        font-size: 13px;
        line-height: 1.3;
    }
}

.footer__top .footer__box .footer__box-subheading .text--light {
    font-weight: 300;
}

.footer__top .footer__box .footer__box-subheading a.footer--number {
    color: #ffffff !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .footer__mid.footer__mid-long {
        margin: 0 0 22.64px 0;
    }
}

@media (max-width: 479px) {
    .footer__mid.footer__mid-long {
        margin: 0 0 12.2px 0;
    }
}

@media (max-width: 768px) {
    .footer__mid.footer__mid-long-premier {
        margin: 0;
    }
}

@media (max-width: 479px) {
    .footer__mid.footer__mid-long-premier {
        margin: 0;
    }
}

.footer__mid .footer__mid-left,
.footer__mid .footer__mid-right {
    display: table-cell;
    vertical-align: middle;
}

.footer__mid .footer__mid-left {
    background: #5bc2e7;
    width: 270px;
    padding: 28.7px 45.28px 28.7px 68.38px;
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-left {
        padding: 20.75px 20.75px 20.75px 30.75px;
        width: 122.74px;
    }
}

.footer__mid .footer__mid-left.footer__mid-left-premier {
    background: #002353;
    padding: 22.7px 22.9px 22.7px 52.38px;
}

@media (max-width: 620px) {
    .footer__mid .footer__mid-left.footer__mid-left-premier {
        width: 140.46px;
        padding: 15px 20.75px 15px 30.38px;
    }
    .footer__mid .footer__mid-left.footer__mid-left-premier img {
        width: 97.35px;
    }
}

.footer__mid .footer__mid-left img {
    /* max-width: 156px; */
    width: 100%;
}

@media (max-width: 620px) {
    .footer__mid .footer__mid-left img {
        /* width: 106px; */
    }
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-left img {
        /* width: 74px; */
    }
}

.footer__mid .footer__mid-right-space {
    display: none;
}

@media (max-width: 991px) {
    .footer__mid .footer__mid-right-space {
        display: table-cell;
    }
}

.footer__mid .footer__mid-right {
    padding: 22.64px 0 0 22.82px;
}

@media (max-width: 991px) {
    .footer__mid .footer__mid-right {
        display: block;
        padding: 22.64px 0 0 68.38px;
    }
}

@media (max-width: 620px) {
    .footer__mid .footer__mid-right {
        padding: 10px 0 0 30.75px;
    }
}

.footer__mid .footer__mid-right .footer__mid-right-text {
    padding: 0 68.38px 0 22.82px;
    text-align: justify;
}

@media (max-width: 620px) {
    .footer__mid .footer__mid-right .footer__mid-right-text {
        padding: 0 30.75px 0 11.41px;
        display: block;
    }
}

@media (max-width: 768px) {
    .footer__mid .footer__mid-right .footer__mid-right-text.mid__right-text-short {
        vertical-align: middle;
    }
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right .footer__mid-right-text.mid__right-text-short {
        padding: 0 0 0 10.29px;
    }
}

.footer__mid .footer__mid-right .footer__mid-right-copyright {
    margin-top: 22.64px;
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right .footer__mid-right-copyright {
        margin-top: 10.29px;
    }
}

.footer__mid .footer__mid-right .footer__mid-right-copyright.footer__mid-right-copyright-premier {
    margin-top: 27.09px;
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right .footer__mid-right-copyright.footer__mid-right-copyright-premier {
        margin-top: 12.2px;
    }
}

.footer__mid .footer__mid-right.footer__mid-right-premier.footer__mid-right-long {
    padding: 6px 0 0 22.82px;
}

@media (max-width: 991px) {
    .footer__mid .footer__mid-right.footer__mid-right-premier.footer__mid-right-long {
        display: block;
        padding: 27.09px 0 0 68.38px;
    }
}

@media (max-width: 620px) {
    .footer__mid .footer__mid-right.footer__mid-right-premier.footer__mid-right-long {
        padding: 12.2px 0 0 30.75px;
    }
}

.footer__mid .footer__mid-right.footer__mid-right-long {
    padding: 0 0 0 22.82px;
}

@media (max-width: 991px) {
    .footer__mid .footer__mid-right.footer__mid-right-long {
        padding: 27.09px 0 0 68.38px;
    }
}

@media (max-width: 620px) {
    .footer__mid .footer__mid-right.footer__mid-right-long {
        padding: 27.09px 0 0 30.75px;
    }
}

.footer__mid .footer__mid-right.mid-right-short {
    vertical-align: bottom;
}

@media (max-width: 991px) {
    .footer__mid .footer__mid-right.mid-right-short {
        display: table-cell;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .footer__mid .footer__mid-right.mid-right-short {
        padding: 0;
    }
}

.footer__mid .footer__mid-right.mid-right-short-with-text {
    vertical-align: middle;
}

@media (max-width: 991px) {
    .footer__mid .footer__mid-right.mid-right-short-with-text {
        padding: 27.09px 0 0 68.38px;
        display: block;
    }
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right.mid-right-short-with-text {
        padding: 12.2px 0 0 30.75px;
    }
}

@media (max-width: 991px) {
    .footer__mid .footer__mid-right.mid-right-short-with-text .mid__right-text-short {
        padding: 0 68.38px 0 22.82px;
    }
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right.mid-right-short-with-text .mid__right-text-short {
        padding: 0 30.75px 0 0;
    }
}

.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
    display: table-cell;
    vertical-align: middle;
}

.footer__mid .footer__mid-right .islam__logo {
    width: 42px;
}

@media (max-width: 768px) {
    .footer__mid .footer__mid-right .islam__logo {
        width: 32px;
    }
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right .islam__logo {
        display: block;
        float: left;
        margin-right: 11.75px;
        margin-bottom: 2.75px;
        margin-top: 5px;
    }
}

.footer__mid .footer__mid-right .islam__logo img {
    width: 100%;
}

.footer__btm {
    margin: 27.09px 65.38px 0;
}

@media (max-width: 768px) {
    .footer__btm {
        margin: 22.64px 68.38px 0;
    }
}

@media (max-width: 479px) {
    .footer__btm {
        margin: 20.58px 30.75px 0;
    }
}

.footer__btm.footer__btm-premier {
    margin: 27.09px 52.38px 0;
}

@media (max-width: 768px) {
    .footer__btm.footer__btm-premier {
        margin: 0px 68.38px 0;
    }
}

@media (max-width: 620px) {
    .footer__btm.footer__btm-premier {
        margin: 0px 30.75px 0;
    }
}

.footer__btm.footer__btm-premier .footer__btm-text {
    text-align: left;
    margin-top: 27.09px;
}

@media (max-width: 479px) {
    .footer__btm.footer__btm-premier .footer__btm-text {
        margin-top: 12.2px;
    }
}

.footer__btm.footer__btm-premier .footer__btm-text:last-child {
    margin-top: 27.09px;
}

.footer__btm .footer__btm-text {
    margin-top: 20px;
}

.footer__btm .footer__btm-text:last-child {
    margin-top: 30px;
}

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

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

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

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

.show--lg {
    display: none;
}

@media (max-width: 1199px) {
    .show--lg {
        display: block;
    }
}

.show--md {
    display: none;
}

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

.show--sm {
    display: none;
}

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

.show--xs {
    display: none;
}

@media (max-width: 479px) {
    .show--xs {
        display: block;
    }
}

.rhb_logo {
    width: 25rem !important;
    position: absolute;
    top: 70px;
}

.rhb_logo_mobile {
    width: 30vw !important;
    position: absolute;
    top: 25px;
}

.banner img {
    width: 100%;
}

a.floating-btn {
    text-align: center;
    color: #ffffff;
    position: fixed;
    z-index: 999;
    right: 4%;
    bottom: 5%;
    transition: 0.2s all ease-in-out;
}

@media (max-width: 768px) {
    a.floating-btn {
        bottom: 18%;
        width: 20%;
    }
}

@media (max-width: 380px) {
    a.floating-btn {
        bottom: 30%;
    }
}

@media (max-width: 320px) {
    a.floating-btn {
        bottom: 40%;
    }
}

a.floating-btn:hover {
    cursor: pointer;
}

.header {
    margin: 60px 0 50px;
}

@media (max-width: 768px) {
    .header {
        margin-top: 7%;
        margin-bottom: 10%;
    }
}

.header .header__title {
    font-size: 40px;
    line-height: 1.3;
    color: #002f65;
    font-weight: 700;
    margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
    .header .header__title {
        font-size: 40px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .header .header__title {
        font-size: 26px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .header .header__title {
        font-size: 23px;
        line-height: 1.3;
    }
}

.header .header__desc {
    margin: 0 auto 40px;
    font-size: 24px;
    line-height: 1.4;
    color: #404040;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .header .header__desc {
        font-size: 19px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .header .header__desc {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    .header .header__desc {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media (max-width: 768px) {
    .header .header__desc {
        margin: 6% 4% 12%;
    }
}

.header .header__descB {
    margin: 0 auto 40px;
    font-size: 24px;
    line-height: 1.4;
    color: #002353;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .header .header__descB {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .header .hheader__descB {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    .header .header__descB {
        font-size: 19px;
        line-height: 1.4;
    }
}

@media (max-width: 768px) {
    .header .header__descB {
        margin: 6% 4% 12%;
    }
}

.header .header__campaign {
    font-size: 25px;
    line-height: 1.4;
    color: #002f65;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .header .header__campaign {
        font-size: 25px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .header .header__campaign {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 479px) {
    .header .header__campaign {
        font-size: 16px;
        line-height: 1.4;
    }
}

.rateTable {
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 453px;
}

.rateTable tr:nth-child(1) td {
    height: 83px;
    background-image: linear-gradient(#002353, #000711);
    padding: 20px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rateTable tr:nth-child(2) td {
    background: #FFFFFF;
    padding: 20px;
    color: #404040;
    font-size: 24px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 34px 10px -30px inset, rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.rates {
    margin: 0 auto;
    color: #002353;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

.tnc {
    margin: 20px auto 0;
    color: #404040;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 767px) {
    .rateTable {
        border-radius: 10px;
        margin: 0 auto 25px;
        width: 90%;
        max-width: 270px;
    }
    .rateTable tr:nth-child(1) td {
        height: 68px;
        padding: 15px;
        font-size: 18px;
        line-height: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .rateTable tr:nth-child(2) td {
        padding: 20px;
        font-size: 18px;
        line-height: 22px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .rates {
        font-size: 16px;
        line-height: 20px;
    }
    .tnc {
        margin: 0 auto 0;
        font-size: 12px;
        line-height: 15px;
    }
}

.priority {
    margin: 0 auto;
    background: #FFFFFF;
}

.greyBG {
    background: #EDF0F3;
    padding: 50px 0 30px;
    margin: 0 auto 70px;
    width: 100%;
    max-width: 1240px;
    border-radius: 20px;
}

.prioTitle {
    margin: 0 auto 50px;
    color: #002353;
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}

.prioTable {
    width: 90%;
    max-width: 330px;
    margin: 0 auto;
}

.prioTable img {
    display: block;
    margin: 0 auto;
    max-width: 80px;
}

.prioTable tr:nth-child(2) td {
    padding: 20px 0;
    color: #404040;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 767px) {
    .greyBG {
        padding: 30px 0 1px;
        margin: 0 auto 40px;
        width: 90%;
        max-width: 1240px;
        border-radius: 13px;
    }
    .prioTitle {
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 24px;
    }
    .prioTable {
        width: 100%;
        max-width: 275px;
        margin: 0 auto;
    }
    .prioTable img {
        max-width: 63px;
    }
    .prioTable tr:nth-child(2) td {
        padding: 20px 0;
        font-size: 16px;
        line-height: 20px;
    }
}

.sliders__arrow-left,
.sliders__arrow-right {
    /* position: absolute; */
    /* top: 60%; */
    /* transform: translateY(-50%); */
    /* -ms-transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
    /* -moz-transform: translateY(-50%); */
}

#desktopRewardsSlide,
#mobileRewardsSlide,
#rewardsMobile {
    padding: 2px 24px 0;
}

.arrows_container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    /* position: relative; */
    left: 0;
    top: 50%;
}

.sliders__arrow-left img,
.sliders__arrow-right img {
    /* height: 30px; */
}

.sliders__arrow-left:hover,
.sliders__arrow-right:hover,
.mobile_rewards_left:hover,
.mobile_rewards_right:hover {
    cursor: pointer;
}

.sliders__arrow-left,
.mobile_rewards_left {
    left: 7%;
    position: absolute;
}

@media (max-width: 767px) {
    /* .sliders__arrow-left {
		left: 7%;
		top: 60%;
	} */
    .sliders__arrow-left img,
    .sliders__arrow-right img {
        height: 35px;
    }
    .table__subtitle {
        font-size: 18px;
        font-weight: bold;
    }
    .campaigns {
        font-size: 18px;
        padding-bottom: 30px;
    }
}

.sliders__arrow-right,
.mobile_rewards_right {
    right: 7%;
    position: absolute;
}

.slick-dots {
    display: flex;
    justify-content: center;
    /* margin-top: 48px; */
    padding: 0rem 0;
    list-style-type: none;
    margin-bottom: 24px;
}

.slick-dots li {
    margin: 0 1rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    /* background-image: url(../images/dots.png); */
    background: #fff;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: 100%;
    height: 12px;
    width: 12px;
    border: 1px solid rgb(208, 208, 208);
}

.slick-dots li.slick-active button {
    background-size: 100%;
    /* background-image: url('../images/dots_active.png'); */
    background: #002353;
}

.arrow--left {
    position: absolute;
    top: 50%;
    left: -5%;
    cursor: pointer;
}

.arrow--right {
    position: absolute;
    top: 50%;
    cursor: pointer;
    right: -5%;
}

.text-button a {
    background-color: #ed9801;
    text-align: center;
    padding: 15px 30px;
    border: 0px;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
}

.signUp {
    margin: 0 auto;
    padding: 70px 0 70px;
    background: #FFFFFF;
}

.signTitle {
    margin: 0 auto 25px;
    color: #002353;
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}

.signDes {
    margin: 0 auto 20px;
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
}

.signDes2 {
    margin: 0 auto;
    color: #002353;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .signUp {
        padding: 40px 0 30px;
    }
    .signTitle {
        margin: 0 auto 25px;
        font-size: 20px;
        line-height: 24px;
    }
    .signDes {
        margin: 0 auto 10px;
        font-size: 18px;
        line-height: 26px;
        max-width: 320px;
    }
    .signDes2 {
        font-size: 18px;
        line-height: 26px;
    }
}

.crosssell p {
    margin: 50px auto 45px;
    color: #002353;
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .crosssell p {
        margin: 40px auto 35px;
        font-size: 20px;
        line-height: 24px;
        max-width: 250px;
    }
}


.category {
	padding: 70px 5% 70px;
	background: #C1CDD8;
}

.priImg {
	width: 100%;
	max-width: 1127px;
	height: auto;
	display: block;
	margin: 0 auto 25px;
}

.category .flex {
	display: flex;
}

.category2 {
	background: #FFFFFF;
	padding-bottom: 40px;
}

.category .header_img {
	margin-top: -42px;
}

.category h3 {
	font-size: 22px;
	line-height: 1.3;
}


@media (max-width: 991px) {
	.category {
		min-height: auto;
	}
}

@media (max-width: 768px) {

	.category .flex {
		display: block;
	}

	.category {
		padding: 30px 5% 20px;
	}
	
	.priImg {
		width: 90%;
		/* max-width: 285px; */
	}

	.category2 {
		padding-bottom: 0px;
	}

	.category h3 {
		font-size: 16px;
	}

	.category .header_img {
		margin-top: -26px;
	}
}

.category__heading {
	color: #002353;
	font-size: 34px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	margin: 40px auto;
}

.category__subheading {
	color: #404040;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	margin: 0 auto;
}


@media screen and (max-width: 991px) {
	.category__heading, .reach_heading {
		font-size: 32px;
	}
}

@media screen and (max-width: 768px) {
	.category__heading, .reach_heading {
		font-size: 22px;
		line-height: 1.3;
		padding: 20px 0;
	}
}

@media screen and (max-width: 479px) {
	.category__heading, .reach_heading {
		font-size: 18px;
		line-height: 22px;
		padding: 0;
		margin: 20px auto;
	}
	.category__subheading {
		font-size: 15px;
		font-weight: 400;
		line-height: 20px;
		margin: 0 auto;
	}
	.reach_heading2 {
		font-size: 22px;
		line-height: 1.3;
	}
}

.category .category__subheading {
	font-size: 25px;
	line-height: 1.3;
	text-align: center;
	max-width: 1100px;
	margin: 0 auto 60px;
	color: #404040;
}

@media screen and (max-width: 991px) {
	.category .category__subheading {
		font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	.category .category__subheading {
		font-size: 20px;
		line-height: 1.1;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 479px) {
	.category .category__subheading {
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 30px;
		max-width: 300px;
		margin: 0 auto;
	}
}

/* .category__cards {
    margin-top: 30px
} */

.category__card {
	position: relative;
	/* border: 1px solid #9FD9FF; */
	border-radius: 10px;
	padding: 40px 30px 103px 30px;
	transition: 0.4s;
	margin-bottom: 20px;
	box-shadow: 0px 0px 6px 0px lightgrey;
}

/* .category__card:hover {
    transform: scale(1.05, 1.05);
    -webkit-box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27);
    -moz-box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27);
    box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27)
} */

.category__card-title {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.category__card-title {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.category__card-title {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.category__card-title {
		font-size: 18px;
		line-height: 1.3;
	}
}

.category__card-highlight {
	color: #0065b4;
	font-size: 22px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.category__card-highlight {
		font-size: 22px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.category__card-highlight {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.category__card-highlight {
		font-size: 18px;
		line-height: 1.3;
	}
}

.category__card-offer {
	margin-top: 15px;
	font-size: 18px;
	color: #1a1818;
}

.category__card-offer .list-table {
	vertical-align: top;
}

.category__card-offer .list-table::before {
	content: '\2022';
	color: #0067b1;
	display: inline-block;
	width: 15px;
}

.category__card-offer .font-green {
	color: #6cc24a;
}

.category__card-arrow {
	position: absolute;
	bottom: 40px;
	right: 30px;
	width: 65px;
	height: 33px;
	text-align: center;
	line-height: 28px;
	background-color: #dbf1ff;
	border-radius: 20px;
	cursor: pointer;
}

.category__modal-close {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 95;
}

.category__modal .modal-content {
	box-shadow: none;
	border-radius: 0;
	border: none;
	padding: 3%;
}

.category__modal-group {
	margin-bottom: 30px;
}

.category__modal-group_label {
	margin-bottom: 10px;
	color: #0067b1;
	font-size: 20px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.category__modal-group_label {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.category__modal-group_label {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.category__modal-group_label {
		font-size: 18px;
		line-height: 1.3;
	}
}

.category__modal li {
	padding: 3px 0;
}

.category__modal li,
.category__modal-footnote {
	color: #707070;
	font-size: 14px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.category__modal li,
	.category__modal-footnote {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.category__modal li,
	.category__modal-footnote {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.category__modal li,
	.category__modal-footnote {
		font-size: 14px;
		line-height: 1.3;
	}
}

.category__modal a {
	text-decoration: underline;
}

.category__modal .list-table {
	vertical-align: top;
}

.category__modal .list-table::before {
	content: '\2022';
	color: #0067b1;
	display: inline-block;
	width: 15px;
}

.category__table {
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
}

.category__table th,
.category__table td {
	padding: 3% 5%;
	border: 2px solid #0067b1;
	text-align: center;
}

@media (max-width: 479px) {
	.category__table th,
	.category__table td {
		padding: 4% 1%;
		font-size: 12px;
	}

	.category__table th sup,
	.category__table td sup {
		font-size: 10px;
		top: -0.6em;
	}
}

.category__table th,
.category__table-highlight {
	color: #0067b1;
}

.category__table-head {
	background-color: #d7f0f8;
}

