@import 'https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900';

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

body {
    margin: 0
}

.crosssell__banner img {
    width: 100%;
    margin-top: 40px
}

.crosssell__banner {
    width: 100%
}

.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
}

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 .3s ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

img {
    max-width: 100%;
    height: auto
}

ul,
ol {
    margin: 0;
    padding-left: 1rem;
}

body {
    font-size: 16px;
    line-height: 1.6;
    font-family: lato, open sans, sans-serif;
    color: #404040;
    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: #0067b1
}

.site--container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, .1); */
    overflow-x: hidden
}

.intro_container_no_padding {
    padding: 0
}

.intro_container {
    text-align: center;
    background: #e3f5fa;
    padding: 70px 0;
    max-width: 1440px;
    margin: 0 auto
}

@media(max-width:767px) {
    .intro_container {
        padding: 50px 0
    }
}

@media(max-width:479px) {
    .intro_container {
        padding: 40px 0
    }
}

.form {
    text-align: center;
    background: #ebf6fc;
    padding: 70px 0;
    max-width: 1440px;
    margin: 20px auto auto
}

@media(max-width:767px) {
    .form {
        padding: 50px 0
    }
}

@media(max-width:479px) {
    .form {
        padding: 40px 0
    }
}

.form__inner {
    max-width: 820px;
    width: 100%;
    margin: 0 auto
}

.form--heading {
    color: #0067b1;
    font-weight: 300;
    font-size: 34px;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .form--heading {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .form--heading {
        font-size: 26px;
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .form--heading {
        font-size: 24px;
        line-height: 1.3
    }
}

.form--subheading {
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    padding-top: 5px
}

@media(max-width:767px) {
    .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:767px) {
    .form--form {
        padding-top: 5px
    }
}

.form--control {
    padding-top: 30px
}

@media(max-width:767px) {
    .form--control {
        padding-top: 25px
    }
}

.form--label {
    color: #404040;
    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:767px) {

    .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: 400
}

.form--customer-label {
    text-align: center;
    padding-top: 10px
}

@media(max-width:767px) {
    .form--customer-label {
        padding-top: 0
    }
}

.form--customer-label span {
    margin-right: 40px
}

@media(max-width:767px) {
    .form--customer-label span {
        display: block;
        margin: 0 0 10px
    }
}

.form--customer-label label {
    font-weight: 400
}

.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:767px) {
    .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:767px) {
    .form--tnc-label {
        width: calc(100% - 15px)
    }
}

.form--tnc-label-text {
    color: #404040;
    font-size: 14px;
    font-weight: 400
}

@media(max-width:767px) {
    .form--tnc-label-text {
        font-size: 81.25%
    }
}

@media(max-width:479px) {
    .form--tnc-label-text {
        font-size: 75%
    }
}

.form--submit {
    text-align: center
}

.form--submit-btn {
    font-weight: 700;
    display: inline-block;
    padding: 0 30px;
    background: #1f63ac;
    color: #fff;
    margin: 40px auto 0;
    border: none;
    font-size: 25px;
    line-height: 1.3;
    height: 60px;
    border-radius: 10px
}

.form--submit-btn-2 {
    font-weight: 700;
    display: inline-block;
    padding: 0 30px;
    background: #1f63ac;
    color: #fff;
    margin: 40px auto 0;
    border: none;
    font-size: 25px;
    line-height: 1.3;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px
}

.form--submit-btn-2:hover {
    color: #fff
}

@media screen and (max-width:991px) {
    .form--submit-btn {
        font-size: 23px;
        line-height: 1.3
    }

    .form--submit-btn-2 {
        font-size: 23px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .form--submit-btn {
        font-size: 20px;
        line-height: 1.3
    }

    .form--submit-btn-2 {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .form--submit-btn {
        font-size: 18px;
        line-height: 1.3
    }

    .form--submit-btn-2 {
        font-size: 18px;
        line-height: 1.3
    }
}

@media(max-width:767px) {
    .form--submit-btn {
        padding: 15px 50px;
        display: inline-block
    }

    .form--submit-btn-2 {
        padding: 15px 50px;
        display: inline-block
    }
}

.form--submit-btn:hover {
    background: #1f63ac
}

.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: #fff;
    border: 1px solid #969696;
    border-radius: 4px;
    position: relative;
    overflow: hidden
}

.form--input-wrapper select {
    background: #fff
}

.form--input-wrapper label {
    font-weight: 400
}

.form--input-wrapper label+label {
    margin-left: 20px
}

.form--input-wrapper input {
    margin-right: 10px
}

.footer {
    width: 100%;
    max-width: 1440px;
    margin: 20px auto;
    color: #818a91;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0 45.28px
}

@media(max-width:991px) {
    .footer {
        font-size: 12px
    }
}

@media(max-width:620px) {
    .footer {
        padding: 0 0 20.58px
    }
}

.footer__top {
    margin: 0 68.38px
}

@media(max-width:620px) {
    .footer__top {
        margin: 0 0 0 30.38px
    }
}

.footer__top .footer__tnc {
    color: #0667b0;
    padding: 20px 0 22.64px;
    font-size: 15px;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .footer__top .footer__tnc {
        font-size: 15px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .footer__top .footer__tnc {
        font-size: 14px;
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .footer__top .footer__tnc {
        font-size: 12px;
        line-height: 1.3
    }
}

@media(max-width:767px) {
    .footer__top .footer__tnc {
        padding: 22.64px 0
    }
}

@media(max-width:620px) {
    .footer__top .footer__tnc {
        padding: 22.64px 0 11px
    }
}

.footer__top .footer__tnc.footer__tnc-premier a {
    color: #002f65
}

.footer__top .footer__tnc a {
    color: #0667b0;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: underline
}

@media screen and (max-width:991px) {
    .footer__top .footer__tnc a {
        font-size: 15px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .footer__top .footer__tnc a {
        font-size: 14px;
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .footer__top .footer__tnc a {
        font-size: 12px;
        line-height: 1.3;
        padding-left: 0px;
    }
}

.footer__top .footer__box {
    background: #5bc2e7;
    color: #fff;
    font-weight: 700;
    padding: 35px 45px
}

.footer__top .footer__box.footer__box-premier {
    background: #002f65
}

.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:600px) {
    .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: 16px;
        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:600px) {
    .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: 12px;
        line-height: 1.3
    }
}

@media(max-width:767px) {
    .footer__top .footer__box {
        padding: 22.64px 68.38px
    }
}

@media(max-width:620px) {
    .footer__top .footer__box {
        padding: 20.58px 30.38px
    }
}

.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: 34px;
        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:600px) {
    .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: 21px;
    }
}

.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:600px) {
    .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: 16px;
        line-height: 21px;
    }
}

.footer__top .footer__box .footer__box-subheading a {
    color: #fff
}

.footer__top .footer__box .footer__box-subheading .text--light {
    font-weight: 300
}

.footer__top .footer__box .footer__box-subheading .footer--number {
    color: #fff;
    text-decoration: none
}

@media(max-width:767px) {
    .footer__mid.footer__mid-long {
        margin: 0 0 22.64px
    }
}

.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: 0 45.28px 0 68.38px
}

@media(max-width:620px) {
    .footer__mid .footer__mid-left {
        padding: 0 20.75px 0 30.38px;
        width: 170px
    }
}

@media(max-width:479px) {
    .footer__mid .footer__mid-left {
        width: 122.74px;
        padding: 3px 20.75px 3px 30.38px
    }
}

.footer__mid .footer__mid-left.footer__mid-left-premier {
    background: #002f65;
    padding: 28.7px 22.9px 28.7px 68.38px
}

@media(max-width:620px) {
    .footer__mid .footer__mid-left.footer__mid-left-premier {
        width: 140.46px;
        padding: 22.9px 20.75px 22.9px 30.38px
    }

    .footer__mid .footer__mid-left.footer__mid-left-premier img {
        width: 97.35px
    }
}

@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 {
    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:767px) {
    .footer__mid .footer__mid-right {
        display: block;
        padding: 22.64px 0 0 68.38px
    }
}

@media(max-width:620px) {
    .footer__mid .footer__mid-right {
        padding: 16px 0 0 30.38px
    }
}

@media(max-width:479px) {
    .footer__mid .footer__mid-right {
        padding: 10px 0 0 30.38px
    }
}

.footer__mid .footer__mid-right.mid-right-short {
    vertical-align: bottom
}

@media(max-width:767px) {
    .footer__mid .footer__mid-right.mid-right-short {
        display: table-cell;
        padding: 0
    }
}

.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
    display: table-cell;
    vertical-align: middle
}

@media(max-width:767px) {

    .footer__mid .footer__mid-right .islam__logo,
    .footer__mid .footer__mid-right .footer__mid-right-text {
        vertical-align: middle
    }
}

.footer__mid .footer__mid-right .islam__logo {
    width: 42px
}

@media(max-width:620px) {
    .footer__mid .footer__mid-right .islam__logo {
        width: 36px;
        display: block;
        float: left;
        margin: 0 12px 4px 0
    }
}

@media(max-width:479px) {
    .footer__mid .footer__mid-right .islam__logo {
        width: 30px;
        margin: 2px 12px 1px 0
    }
}

.footer__mid .footer__mid-right .islam__logo img {
    width: 100%
}

.footer__mid .footer__mid-right .footer__mid-right-text {
    padding: 0 68.38px 0 22.82px;
    text-align: justify
}

.__campaign merchant {
    padding-bottom: 24px
}

@media(max-width:1199px) {
    .footer__mid .footer__mid-right .footer__mid-right-text {
        font-size: 12px
    }
}

@media(max-width:620px) {
    .footer__mid .footer__mid-right .footer__mid-right-text {
        padding: 0 30.38px 0 0;
        display: block
    }
}

@media(max-width:479px) {
    .footer__mid .footer__mid-right .footer__mid-right-text {
        padding: 0 30.38px 0 0
    }
}

.footer__mid .footer__mid-right .footer__mid-right-copyright {
    margin-top: 24.64px;
    text-align: justify
}

@media(max-width:1199px) {
    .footer__mid .footer__mid-right .footer__mid-right-copyright {
        font-size: 12px
    }
}

@media(max-width:479px) {
    .footer__mid .footer__mid-right .footer__mid-right-copyright {
        margin-top: 20.58px;
        padding-right: 30.38px
    }
}

.footer__btm {
    margin: 45.28px 68.38px 0
}

@media(max-width:991px) {
    .footer__btm {
        margin: 22.64px 68.38px 0
    }
}

@media(max-width:620px) {
    .footer__btm {
        margin: 20.58px 30.38px 0
    }
}

.footer__btm .footer__btm-text {
    margin-top: 20px;
    text-align: justify
}

.footer__btm .footer__btm-text a {
    color: #818a91
}

.footer__btm .footer__btm-text a.underline {
    text-decoration: underline
}

.footer__btm .footer__btm-text:last-child {
    margin-top: 30px
}

.banner img {
    width: 100%
}

.cards {
    width: 100%;
    max-width: 1440px;
    margin: 50px 0 0
}

.cards__img,
.cards__note {
    margin: 0 68.38px
}

@media(max-width:620px) {
    .cards {
        margin: 30px 30.38px 0
    }

    .cards__img,
    .cards__note {
        margin: 0 60px 0 0
    }
}

.cards .cards__note {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.3
}

@media screen and (max-width:767px) {
    .cards .cards__note {
        font-size: 12px;
        line-height: 1.3
    }
}

@media(max-width:479px) {
    .hide--xs {
        display: none
    }
}

@media(max-width:767px) {
    .hide--sm {
        display: none
    }
}

@media(max-width:991px) {
    .hide--md {
        display: none
    }
}

@media(max-width:1199px) {
    .hide--lg {
        display: none
    }
}

.floating-btn__container {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 9999
}

.floating-btn__wrapper {
    position: relative;
    max-width: 1440px;
    text-align: right;
    margin-right: 24px;
}

a.floating-btn {
    position: absolute;
    right: 4%;
    transform: translateY(-100%);
    transition: .2s all ease-in-out;
    width: 200px
}

@media screen and (max-width:991px) {
    a.floating-btn {
        font-size: 20px;
        line-height: 1.2
    }
}

@media screen and (max-width:767px) {
    a.floating-btn {
        font-size: 18px;
        line-height: 1.2
    }

    .floating-btn__container {
        bottom: 5%
    }
}

@media screen and (max-width:479px) {
    #floating_img {
        width: 40%;
    }
}

@media(max-width:767px) {
    a.floating-btn {
        padding: 20px
    }
}

a.floating-btn:hover {
    cursor: pointer
}

.intro {
    padding: 30px 0;
    text-align: center
}

@media(min-width:768px) {
    .intro {
        padding: 46px 0 55px
    }
}

.intro__heading {
    color: #0067b1;
    margin: 0 auto 25px;
    max-width: 1098px;
    font-size: 32px;
    line-height: 1.2
}

@media screen and (max-width:991px) {
    .intro__heading {
        font-size: 42px;
        line-height: 1.2
    }
}

@media screen and (max-width:767px) {
    .intro__heading {
        font-size: 36px;
        line-height: 1.2
    }
}

@media screen and (max-width:479px) {
    .intro__heading {
        font-size: 28px;
        line-height: 1.2
    }
}

@media(max-width:768px) {
    .intro__heading {
        margin: 0 25px;
        max-width: 918px
    }
}

.intro__desc {
    padding-top: 30px;
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .intro__desc {
        padding-top: 27px;
        font-size: 25px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .intro__desc {
        padding-top: 27px;
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .intro__desc {
        padding-top: 21px;
        font-size: 16px;
        line-height: 1.3
    }
}

@media(min-width:768px) {
    .intro__desc {
        margin: 0 auto 84px;
        max-width: 890px
    }
}

.intro__subheading {
    color: #0067b1;
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.3;
    text-align: center
}

@media screen and (max-width:991px) {
    .intro__subheading {
        font-size: 28px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .intro__subheading {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .intro__subheading {
        font-size: 20px;
        line-height: 1.3
    }
}

.intro__subheading {
    margin: 0 auto;
    max-width: 70%;
    padding-bottom: 15px
}

@media(min-width:768px) {
    .intro__subheading {
        margin: 0 auto;
        max-width: 70%
    }
}

@media(min-width:220px) {
    .intro__subheading {
        margin: 0 auto;
        max-width: 80%
    }
}

.intro__subdesc {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .intro__subdesc {
        font-size: 26px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .intro__subdesc {
        font-size: 23px;
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .intro__subdesc {
        font-size: 20px;
        line-height: 1.3
    }
}

@media(min-width:768px) {
    .intro__subdesc {
        margin-bottom: 61px
    }
}

.intro__card-wrapper {
    margin-bottom: 25px
}

@media(min-width:768px) {
    .intro__card-wrapper {
        display: flex;
        margin: 0 auto 42px;
        max-width: 917px
    }
}

.intro__card {}

@media(min-width:480px) {
    .intro__card {
        padding: 35px 0
    }
}

.intro__card:first-child {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .intro__card:first-child {
        margin-bottom: 0;
        margin-right: 5%
    }
}

.intro__card.bg--left,
.intro__card.bg--right {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}

.intro__card--image img {
    max-width: 250px;
    border-radius: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media screen and (max-width:479px) {
    .intro__card--image img {
        max-width: 80%
    }
}

@media(min-width:480px) {
    .intro__card--image img {
        max-width: 80%
    }
}

.intro__card--heading {
    color: #000;
    margin: 5px auto 10px;
    font-size: 31px;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .intro__card--heading {
        font-size: 31px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .intro__card--heading {
        font-size: 25px;
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .intro__card--heading {
        font-size: 21px;
        line-height: 1.3
    }
}

@media(min-width:480px) {
    .intro__card--heading {
        margin: 5px auto 16px
    }
}

.intro__card--subheading {
    color: #000;
    font-size: 20px;
    line-height: 1.3
}

.__campaign {
    font-size: 30px;
    color: #0067b1;
    padding-bottom: 12px
}

.__campaign--merchants {
    font-size: 24px;
    color: #6d6e71;
    padding-bottom: 12px
}

@media screen and (max-width:991px) {
    .intro__card--subheading {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .intro__card--subheading {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .intro__card--subheading {
        font-size: 20px;
        line-height: 1.3
    }
}

.intro__card--cap {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .intro__card--cap {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .intro__card--cap {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .intro__card--cap {
        font-size: 18px;
        line-height: 1.3
    }
}

@media(min-width:480px) {
    .intro__card--cap {
        margin-bottom: 0
    }
}

.intro__disclaimer {
    color: #818a91;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 25px
}

@media(min-width:768px) {
    .intro__disclaimer {
        font-size: 20px;
        margin-bottom: 42px
    }
}

.intro__period {
    color: #000;
    padding-top: 30px;
    font-size: 24px;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .intro__period {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .intro__period {
        padding-top: 20px;
        font-size: 22px;
        line-height: 1.3
    }
}

.button a {
    font-weight: 700;
    display: inline-block;
    padding: 10px 30px;
    background: #1f63ac;
    color: #fff;
    margin: 40px auto 0;
    border: none;
    font-size: 21px;
    line-height: 1.3;
    border-radius: 10px
}

@media screen and (max-width:991px) {
    .button a {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (max-width:767px) {
    .button a {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .button a {
        font-size: 16px;
        line-height: 1.3
    }
}

.blue_text {
    color: #0067b1
}

.intro_head {
    margin: 40px auto 20px;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700
}

.intro_body {
    margin: 20px auto;
    font-size: 31px;
    line-height: 1.5;
    text-align: center;
    color: #58585b
}

.intro_text {
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
}

.section-1 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.section-1 .row>[class*=col-] {
    display: flex;
    flex-direction: column
}

.section-1 {
    padding: 40px 68.38px 50px
}

.sec-1_left {
    background-color: #e4f4fb;
    -webkit-box-shadow: 7px 6px 10px 0 rgba(0, 0, 0, .23);
    box-shadow: 7px 6px 10px 0 rgba(0, 0, 0, .23);
    padding: 20px;
    margin-bottom: 20px
}

.sec-1_right {
    background-color: #e6e7e8;
    -webkit-box-shadow: 7px 6px 10px 0 rgba(0, 0, 0, .23);
    box-shadow: 7px 6px 10px 0 rgba(0, 0, 0, .23);
    padding: 0 20px;
    height: 100%;
    margin-bottom: 20px
}

.sec-1_left img {
    min-width: 90px
}

.sec-1_left h1 {
    font-size: 34px;
    text-align: center
}

.sec-1_left table {
    width: 100%;
    margin-top: 20px
}

.sec-1_left table td {
    padding: 10px;
    font-size: 24px;
    line-height: normal;
    text-align: left
}

.sec-1_right h1 {
    font-size: 34px;
    text-align: center
}

.sec-1_right table {
    width: 80%;
    margin: 20px auto
}

.sec-1_right table {
    padding: 52px 10px;
    font-size: 24px;
    line-height: normal;
    text-align: center
}

.sec-1_right img {
    width: 50px
}

.camp-date {
    font-size: 24px;
    margin-top: 40px;
    color: #0067b1
}

.footer_blue {
    background-color: #dcf1fa;
    padding: 15px;
    color: #000;
    font-size: 18px;
    margin-bottom: 40px
}

@media(max-width:1024px) {

    .sec-1_left h1,
    .sec-1_right h1 {
        font-size: 28px;
        line-height: normal
    }

    .sec-1_left table td,
    .sec-1_right table td {
        font-size: 18px
    }
}

@media screen and (max-width:768px) {
    .section-1 {
        padding: 20px 30px
    }

    .sec-1_right table {
        width: 100%;
        margin: 20px auto
    }
}

@media screen and (max-width:479px) {

    .sec-1_left h1,
    .sec-1_right h1 {
        font-size: 24px
    }

    .sec-1_right table td {
        padding: 30px 10px
    }

    .camp-date {
        font-size: 20px
    }

    .intro_head {
        font-size: 20px;
        line-height: 25px;
        margin: 10px 20px
    }

    .intro_body {
        margin: 10px 20px;
        font-size: 16px;
        line-height: 21px;
    }

    .intro_text {
        font-size: 16px;
    }
}

@media screen and (max-width:320px) {
    .sec-1_left {
        padding: 10px
    }

    .sec-1_left img {
        min-width: 70px
    }

    .sec-1_left table td,
    .sec-1_right table td {
        font-size: 16px
    }
}

.cashback-section {}

.cashback-container {
    max-width: 998px;
    padding: 32px 20px
}

table {
    width: 100%
}

td,
th {
    border: 2px #0067b1 solid;
    text-align: left;
    padding: 8px
}

th {
    background-color: #0067b1;
    border: 2px #0067b1 solid;
    font-size: 26px;
    text-align: center;
    color: #fff;
    padding: 16px
}

td {
    background-color: #fff;
    font-size: 26px;
    text-align: center;
    color: #005faa;
    padding: 16px;
    font-weight: 600
}

td:nth-child(1) {}

td:nth-child(2) {
    font-size: 26px
}

td:nth-child(3) {
    font-size: 26px
}

.partner-header {
    width: 100%;
    height: 50px;
    margin: -24px 0 12px;
    text-align: center;
    font-size: 26px;
    position: relative;
    background-color: transparent
}

.faq-header {
    width: 100%;
    height: 50px;
    margin: 50px 0;
    text-align: center;
    font-size: 26px;
    position: relative;
    background-color: transparent
}

.partner-header:after,
.faq-header::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 1
}

.partner-header h1,
.faq-header h1 {
    font-weight: 700;
    text-align: center;
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 20px;
    color: #0067b1;
    position: relative;
    font-weight: 700;
    margin: 0;
    background: #eef9fd
}

.cashback-section h3 {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    font-size: 24px;
    position: relative;
    background-color: transparent
}

.partner-header img {
    width: 100%;
    margin: 50px 0;
    text-align: center;
    position: relative;
    background: #fff
}

.faq-section img {
    padding: 18px 12px 12px;
    margin: auto
}

.partner-list {}

.partner-list div {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    padding: 16px;
    text-align: center
}

.faq-section {
    background: #eef9fd;
    margin: 0 auto;
    padding: 24px 0 120px
}

.faq-section h4 {
    color: #404040;
    line-height: 1.2
}

.crosssell h2 {
    font-size: 36px;
    font-weight: 700;
    padding: 100px 24px 0;
    text-align: center;
    color: #0067b1
}

.partner-container {
    border: 1px solid #0067b1;
    border-radius: 38px
}

@media(max-width:767px) {
    th {
        font-size: 16px;
        padding: 8px
    }

    td {
        font-size: 16px;
        padding: 16px
    }

    td:nth-child(1) {}

    td:nth-child(2) {
        font-size: 16px
    }

    td:nth-child(3) {
        font-size: 16px
    }

    .cashback-section {}

    .cashback-section h3 {
        padding: 20px 0;
        font-size: 18px;
        line-height: 1.4
    }

    .partner-list div {
        font-size: 16px;
        padding: 16px
    }

    .crosssell h2 {
        font-size: 24px;
        padding: 72px 24px 0
    }

    .faq-section img {
        padding: 12px â€‹18px 16px;
        margin: auto
    }

    .cashback-container {
        max-width: 918px;
        padding: 24px 10px
    }

    .faq-section h4 {
        font-size: 16px;
        margin: 0 0 18px
    }

    .faq-section {
        padding: 24px 0 60px
    }

    .partners {
        height: 60px
    }
}

.custom-select {
    background: #fff url('../images/down.png') right 1rem center/10px 10px no-repeat !important;
    padding-left: 15px;
    font-size: 16px
}

select {
    appearance: none
}

.mobile-show {
    display: none
}

.mobile-hide {
    display: block
}

@media(max-width:767px) {
    .mobile-show {
        display: block
    }

    .mobile-hide {
        display: none
    }
}

.how-does-it-work-container {
    background: rgb(251, 236, 221);
    background: -moz-linear-gradient(180deg, rgba(251, 236, 221, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(251, 236, 221, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(251, 236, 221, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbecdd", endColorstr="#ffffff", GradientType=1);
    padding-bottom: 3rem
}

.how-example-paragraph {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.eligible-container {
    padding-bottom: 3rem;
    padding-top: 2rem;
    background-color: #ebf6fc;
}

.eligible-container .intro_body {
    font-size: 26px;
    color: #58585A;
    text-align: left;
}
@media screen and (max-width:479px) {

    .eligible-container .intro_body {
        font-size: 20px;
        line-height: 25px;
        color: #58585A;
        text-align: left;
    }
}

.get-started-title {
    display: inline-block;
    font-size: 32px;
    padding: .8rem 2rem;
    border: 2px solid;
    border-radius: 12px;
    color: #1f63ac;
    font-weight: 600;
    margin: 3rem auto;
    line-height: 1.2em
}

.get-started-title-alternative {
    font-size: 32px;
    color: #1f63ac;
    font-weight: 600;
    margin: 3rem auto;
    line-height: 1.2em;
    text-transform: uppercase
}

.get-started-container {
    padding-top: 2rem;
    padding-bottom: 3rem
}

.get-started-container .button a {
    margin-top: 0
}

.get-started-container .intro_body {
    justify-content: center;
    align-items: center;
    align-self: center
}

.get-started-container .or-box {
    height: 100%
}

.alternative-container{
    background-color: #F2F2F2;
}

.sign-up-section {
    margin-bottom: 3rem
}

.follow-section .intro_body {
    margin-top: .5rem
}

.findout-but {
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: underline
}

.faq-container {
    padding-bottom: 3rem;
    padding-top: 2rem
}

.footer-cta {
    font-weight: 500;
    color: #00f !important;
    text-decoration: underline
}

a.footer-cta:hover {
    text-decoration: underline !important
}

@media(max-width:767px) {
    .how-does-it-work-container {
        padding-top: 3rem
    }

    .key-benefit-container {
        padding-bottom: 3rem;
        padding-top: 3rem
    }

    .benefit-txt-box {
        padding-left: 0;
        margin-left: -10px
    }

    .eligible-container {
        padding-bottom: 3rem;
        padding-top: 3rem
    }

    .icon-text-box {
        margin-bottom: 2rem
    }

    .get-started-title {
        font-size: 26px
    }
}