<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/gcb/lp-asset/css/global-lp-en.css");
select::-ms-expand {display: none;}
.referal li{float: inherit;}
.errorcode {
    color: #D60000;
    font-size: 12px;
    letter-spacing: 0px;    
    line-height: 14px;
    min-height: 20px;
    text-align: left;
    padding: 2px 0 0 3px;
    line-height: 1;
}
.referal .banner {
    background: url('../images/banner.png') no-repeat top center;
    height: 500px;
    background-size: cover;
}

.referal [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.referal .container {
    padding-right: 15px;
    padding-left: 15px;
}

.referal .row {
    margin-right: -15px;
    margin-left: -15px;
}

.referal {
    color: #333;
}

.referal h1,
.referal h2,
.referal h3,
.referal h4 {
    font-family: "interstate-bold";
}

.referal section {
    padding: 60px 0;
}

.referal .grey-pattern {
    background: url('../images/pattern.jpg') repeat-x top center;
    background-size: cover;
    background-attachment: fixed;
}

.referal .box {
    background-color: #fff;
    box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    border-radius: 4px
}

.referal .box-left {
    text-align: center;
    padding: 64px 30px;
}

.referal h1 {
    font-size: 36px;
    padding: 50px 0;
    letter-spacing: 0;
    text-align: center;
}

.referal h2 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 79px;
}

.referal h3 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px;
    padding-bottom: 20px;
}

.referal h4 {
    font-size: 18px;
    letter-spacing: 0;
    padding-bottom: 15px;
}

.referal .accors-suitcase-mob {
    display: none;
}

.referal .icon-plus {
    font-size: 52px;
    color: #333333;
    letter-spacing: 0;
    padding: 30px 35px;
    font-family: "interstate-bold";
}

.referal .box-left-cont {
    font-size: 24px;
    color: #151515;
    letter-spacing: 0;
    line-height: 44px;
}

.referal .box-left-cont span {
    font-size: 42px;
    color: #066CAE;
    letter-spacing: 0;
    line-height: 44px;
    font-family: "interstate-bold";
}

.referal .box-right {
    padding: 30px;
}

.referal .form-row {
    padding-bottom: 23px;
}
.referal .form-row.no-pad{
    padding-bottom: 3px;
}
/*
.referal .selectFields {
    padding-bottom: 3px;
}

.referal .formFields {
    padding-bottom: 5px;
}*/

.referal .formFields.last {
    padding-bottom: 0;
}

.referal .input-box {
    background: #EEEEEE;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    padding: 13px 20px;
    color: #333;
    width: 100%;
    max-width: 506px;
    height: 45px;
}

.referal input[type=radio],
.referal input[type=checkbox] {
    opacity: 0;
    cursor: pointer;
}

.referal .select-box {
    padding: 10px 30px 10px 21px;
    font-family: arial;
    background: #eee url('../images/arrow-down.png') 96% center no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none !important;
    letter-spacing: 0px;
    color: #333333;
    border: 1px solid #fff;
    width: 100%;
    max-width: 506px;
    border-radius: 6px;
    font-size: 14px;
    height: 45px;
    text-overflow: ellipsis !important;
}

.referal .custom-check {
    position: relative;
}

.referal .custom-check input {
    position: absolute;
    left: 0;
}

.referal .custom-check label {
    background: url('../images/checkbox_uncheck.png') no-repeat 0 3px;
    padding-left: 35px;
    cursor: pointer;
    display: block;
}

.referal .custom-check input:checked+label {
    background: url('../images/checkbox_checked.png') no-repeat 0 3px;
}

.referal .radiobtn {
    display: inline-block;
    margin: 0 35px 0 0;
    position: relative;
}
.referal .radiobtn.last{
    margin: 0;
}

.referal .radiobtn input {
    position: absolute;
    left: 0;
}

.referal .radiobtn label {
    display: block;
    cursor: pointer;
    background-position: left center !important;
    background: url('../images/radio_button_off.png') no-repeat 0 3px;
    padding: 5px 0 5px 35px;
}

.referal .radiobtn input:checked+label {
    background: url('../images/radio_button_active.png') no-repeat 0 3px;
}

.referal .submitBtn {
    padding: 0 0 18px;
}

.referal .btn {
    background: #002a54;
    text-align: center;
    padding: 22px 20px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    max-width: 325px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 18px;
    line-height: 0;
}

.referal .btn:hover {
    background: #0dbceb;
    -webkit-transition: all .3s ease-in-out;
    text-decoration: none;
}

/* product slider start */

/* Slider */
.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 21px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}
.slick-disabled{
    opacity: 0.5;
    cursor: default;
}
.slick-prev {
    left: -25px;
    background: url('../images/arrow-left.png') no-repeat top left;
    background-size: cover;
    display: none !important;
}
.slick-next {
    right: -25px;
    background: url('../images/arrow-right.png') no-repeat top right;
    background-size: cover;
    display: none !important;
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 88px;
}
.slick-dots {
    position: absolute;
    bottom: -88px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    opacity: 0.18;
    background: #000000;
    border-radius: 10px;
    padding: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
    background: #066CAE;
    opacity: 1;
}


.referal .slider-wrap {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1244px;
}

.referal .product-slider-title {
    font-size: 42px;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 80px;
    text-align: center;
    font-family: "interstate-bold";
}
.referal .product-slide-inner{
    margin: 0 0 0 460px;
    border-left: 1px solid rgba(151, 151 ,151 , 0.3);
    padding: 15px 0 10px 60px;
    position: relative;
}
.referal .product-wrap{    
    width: 300px;    
    position: absolute;
    top: 50%;
    left: -370px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.referal .card-name{
    padding: 40px 0;
    font-size: 32px;
    color: #333333;
    letter-spacing: 0;
    line-height: 32px;
    font-family: "interstate-bold";
    width: 90%;
}
.referal .product-heading{
    font-size: 22px;
    font-family: "interstate-bold";
    color: #066CAE;
    letter-spacing: 0;
    line-height: 31px;
    margin-bottom: 10px;
}
.referal .product-img{
    text-align: center;
    padding-bottom: 10px;
}
.referal .product-img img{
    margin: 0 auto;
}
.referal .product-cont{    
    text-align: center;
    letter-spacing: 0;
}
.referal .product-title{
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    font-family: "interstate-bold";
    margin-bottom: 22px;
}
.referal .product-info{
    font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
}
.referal .product-list{
    margin: 0 0 40px 30px;
    padding: 0;
    list-style: disc;
    width: 80%;
}
.referal .product-list.last{
    margin-bottom: 0;
}
.referal .product-list li{
    font-size: 16px;
    line-height: 30px;
}
.cta{
    text-align: center;
    padding: 60px 0 0;
}
.referal .card-name sup {
    line-height: 1.2;
    font-size: inherit;
}
/* product slider start End */

.btn {
    background: #002a54;
    text-align: center;
    padding: 12px 20px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    max-width: 325px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
}
.btn:hover {
    background: #0dbceb;
    -webkit-transition: all .3s ease-in-out;
    text-decoration: none;
}
.input-box {
    background: #EEEEEE;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    padding: 13px 20px;
    color: #333;
    width: 100%;
    max-width: 506px;
    height: 45px;
}
.box {
    background-color: #fff;
    box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    border-radius: 4px
}

/* MGM Page Start */
.mgm section {
    padding: 80px 0;
}
.mgm .banner {
    background: url('../images/banner.png') no-repeat top center;
    background-size: cover;
    height: calc(100vh - 320px);
    padding: 0;
}
.mgm .banner-slider {
    margin: 0 auto;
}
.mgm .banner-slider-inner {
    height: calc(100vh - 240px);
    color: #fff;
    position: relative;
}
.mgm .banner-tittle {
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 60px;
    font-weight: bold;
    padding: 68px 0 0;
}
.mgm .banner-content {
    padding: 70px 0;
}
.mgm .banner-content p {
    min-height: 50px;
    font-size: 18px;
    line-height: 28px;
}
.mgm .banner-content p span {
    font-weight: bold;
    font-size: 24px;
}
.mgm .banner-content .amount {
    background: url('../images/amount.png') no-repeat top left;
    padding: 12px 0 10px 75px;
    margin-bottom: 34px;
}
.mgm .banner-content .gift {
    background: url('../images/gift.png') no-repeat top left;
    padding: 0 0 0 75px;
}
.mgm .banner-cta a {
    background: #FFFFFF;
    border-radius: 6px;
    border-radius: 6px;
    color: #066CAE;
    font-weight: bold;
    padding: 15px 23px
}
.mgm .banner-cta a:hover {
    background: #eee;
}
.mgm .banner-big-img {
    position: absolute;
    right: 0;
    top: 10%;
    /*-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
}
.mgm .banner-small-img {
    display: none;
}
.mgm .banner-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 828px;
    padding: 0 40px;
    /* background: #1e2942;
    border-radius: 45px 45px 0 0;*/
    background: url('../images/bottom-slider.png') no-repeat bottom left;
    background-size: 100%;
}
.mgm .nav-slide img {
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.mgm .nav-slide{
    position: relative;
} 
.mgm .nav-slide-info{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0 18px 20px;
    width: 100%;
    height: 55px;
    font-size: 14px;
    line-height: 20px;
}
.mgm .tabs {
    display: block;
    width: 100%;
    display: table;
}
.mgm .tabs li {
    display: table-cell;
    background: #eee;
    font-size: 21px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    width: 50%;
    padding: 31px 15px 27px;
    text-align: center;
}
.mgm .tabs li.current {
    color: #056DAE;
    border-bottom: 5px #056DAE solid;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
    transform: scale(1, 1.1);
}
.mgm .tab-content {
    display: none;
    padding: 80px 0 0;
    text-align: center;
    margin: 0 auto;
    max-width: 1090px;
}
.mgm .tab-content.current {
    display: inherit;
}
.mgm .offer-content {
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
}
.mgm .offer-content span {
    font-size: 42px;
    color: #056DAE;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
}
.mgm .plus-one {
    font-size: 42px;
    color: #333333;
    text-align: center;
    padding: 15px 0 5px;
}
.mgm .product-wrap {
    padding-bottom: 70px;
}
.mgm .product-wrap.last-md,
.mgm .product-wrap.last {
    padding-bottom: 0;
}
.mgm .product-sub-title {
    font-size: 25px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.2;
    padding: 0 0 10px;
}
.mgm .product-img {
    position: relative;
    padding: 0 0 15px;
}
.mgm .product-img::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 290px;
    bottom: 0;
    left: 50%;
    background: #000;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.mgm .number-title {
    padding: 24px 0 18px;
    font-size: 20px;
    color: #151515;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
}
.mgm .number-title span {
    font-size: 74px;
    color: #333333;
    font-weight: bold;
    display: block;
    line-height: 1.2;
}
.mgm .product-info {
    line-height: 1.4;
    font-size: 20px;
}
.mgm .product-info span {
    font-size: 22px;
    color: #151515;
    text-align: center;
    display: block;
    font-weight: bold;
}
.mgm .product-disc {
    margin-top: 25px;
    opacity: 0.58;
    font-size: 16px;
    color: #333333;
}
.mgm .accor-suitcase-desk {
    padding: 0px 30px 35px;
}
.mgm .plus-two {
    font-size: 52px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 0 0 20px 0;
}
.mgm section h2 {
    font-size: 42px;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
.mgm .accor-suitcase-mob {
    display: none;
}
.mgm .tab-cta {
    padding-top: 60px;
}
.mgm .blue-bg {
    background: url('../images/form-bg.jpg') no-repeat center top;
    background-attachment: fixed;
}
.mgm .box {
    padding: 55px;
    position: relative;
    margin: 80px 15px 0;
    text-align: center;
}
.mgm .arrow-box::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    left: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.mgm h2.white {
    color: #fff;
}
.mgm .icon-tbl {
    display: table;
    margin: 0 auto;
    max-width: 370px;
}
.mgm .icon-tbl-cell:first-child{
    vertical-align: top;
}
.mgm .icon-tbl-cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.mgm .icon-tbl img {
    margin-right: 37px;
    max-width: inherit;
}
.mgm .icon-tbl-title {
    font-size: 42px;
    color: #333333;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: bold;
    padding-bottom: 10px;
}
.mgm .icon-tbl-content {
    font-size: 18px;
    color: #151515;
    letter-spacing: 0;
    line-height: 26px;
}
.mgm .box-intro {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    padding: 35px 0 15px;
    margin: 0 auto;
    max-width: 435px;
}
.mgm .box-content {
    max-width: 475px;
    margin: 0 auto;
    padding: 20px 0;
}
.mgm .box-content p {
    margin-bottom: 20px;
    line-height: 1.4;
}
.mgm .cta-full a {
    width: 100%;
    max-width: inherit;
    display: block;
}
.mgm .social-share {
    display: table;
    margin: 40px auto 0;
}
.mgm .social-share a {
    display: table-cell;
    padding: 0 10px;
}
.mgm .cards-slider-sec {
    background: rgba(238, 238, 238, 0.5);
    padding-bottom: 0;
}
.mgm .cards-slider-intro {
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    padding: 40px 20px 80px;
}
.card-slide {
    padding-bottom: 80px;
}
.mgm .card-slide-inner {
    background: #FFFFFF;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    border-radius: 6px;
    padding: 0 25px 25px;
    text-align: center;
    margin: 70px 20px 0;
}
.mgm .card-slide-inner figure {
    position: relative;
}
.mgm .card-slide-inner figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mgm .card-slide-inner h3 {
    font-size: 26px;
    color: #066CAE;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    padding: 60px 0 30px;
}
.mgm .card-slide-inner p {
    font-size: 14px;
    color: #151515;
    letter-spacing: 0;
    text-align: center;
    line-height: 17px;
    margin-bottom: 15px;
}
.mgm .card-slide-inner p span {
    font-size: 16px;
    font-weight: bold;
}
@media (max-width: 1919px) {
    .mgm .banner-tittle {
        padding: 40px 0 0;
    }
    .mgm .banner-content {
        padding: 30px 0;
    }
    .mgm .banner, .mgm .banner-slider-inner{
      min-height: 800px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1440px;
    }
}

@media (max-width:1599px) {
    .referal h2 {
        margin-bottom: 50px;
    }

    .referal .banner {
        height: 450px;
    }
}
@media (max-width:1440px) {
    .mgm .banner-big-img {
        width: 450px;
        top: 5%;
    }
    .referal .box-left-cont {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .show-xl {
        display: none;
    }
    .referal .box-left {
        padding: 50px 30px;
    }
    .mgm section {
        padding: 60px 0;
    }
    .mgm .tab-content {
        padding: 60px 0 0;
    }
    .mgm .box {
        margin: 50px 15px 0;
        padding: 30px;
    }
    .mgm .cards-slider {
        margin: 0 30px;
    }
    .mgm .card-slide-inner {
        margin: 70px 25px 0
    }
    .mgm section h2 {
        font-size: 34px;
    }
    .mgm .cards-slider-intro {
        padding: 40px 30px;
    }
    .card-slide {
        padding-bottom: 60px;
    }
    .mgm .card-slide-inner h3 {
        font-size: 22px;
    }
    .mgm .banner-tittle {
        font-size: 32px;
        line-height: 50px;
    }
    .mgm .banner-big-img {
        width: 400px;
    }
}
@media (max-width: 1024px) {
    .mgm .banner-nav {
        width: 80%;
        max-width: inherit;
        left: 50%;
        padding: 0 20px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
@media (max-width: 1023px) {
    .referal .accors-suitcase-mob {
        display: block;
    }
    .referal .accors-suitcase-desk {
        display: none;
    }
    .referal .banner {
        height: 350px;
    }
    .referal .box-left {
        padding: 35px 10px;
    }
    .referal .product-slider-title {
        font-size: 34px;
        margin-bottom: 40px;
    }
    .referal .card-name {
        padding: 30px 0;
        font-size: 28px;
    }
    .referal .product-list {
        margin: 0 0 25px 30px;
    }
    .referal .product-slide-inner {
        margin: 0 0 0 290px;
    }
    .referal .product-wrap {
        width: 270px;
        left: -280px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 38px;
    }
    .slick-dots {
        bottom: -38px;
    }
    .cta {
        padding: 40px 0 0;
    }
    .mgm .icon-tbl img {
        margin-right: 30px;
    }
    .mgm .icon-tbl-title {
        font-size: 32px;
        line-height: 22px;
    }
    .mgm .icon-tbl-content {
        font-size: 14px;
        line-height: 22px;
    }
    .mgm .box-intro {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0 20px;
    }
    .mgm .icon-tbl-cell img.sms {
        width: 30px;
    }
    .mgm .icon-tbl-cell img.relationship {
        width: 59px;
        margin-right: 14px;
    }
    .mgm .card-slide-inner h3 {
        font-size: 21px;
        line-height: 1.2;
    }
    .mgm .banner-tittle {
        font-size: 26px;
        line-height: 1.2;
    }
    .mgm .banner-content {
        width: 50%;
    }
    .mgm .banner-big-img {
        width: 350px;
        top: 12%;
    }
    .mgm .banner,
    .mgm .banner-slider-inner {
        height: inherit;
        min-height: 750px;
    }
    .mgm .banner-content .amount {
        padding: 0 0 0 75px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .hidden-phone {
        display: none;
    }
    .referal {
        font-size: 14px;
    }
    .referal .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .referal .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .referal [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
    .referal section {
        padding: 40px 15px;
    }
    .referal .banner {
        height: 440px;
    }
    .referal h1 {
        margin: -208px 0 0;
        padding: 0 0 30px;
        font-size: 24px;
        color: #fff;
        line-height: 31px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.49);
    }
    .referal h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .referal h3 {
        font-size: 18px;
        line-height: 32px;
    }
    .referal h4 {
        font-size: 16px;
        line-height: inherit;
    }
    .referal .box-left {
        padding: 30px 20px;
        margin-bottom: 26px;
    }
    .referal .icon-plus {
        font-size: 30px;
        padding: 15px 0 11px;
        font-weight: normal;
    }
    .referal .box-left-cont {
        font-size: 14px;
        line-height: 30px;
    }
    .referal .box-left-cont span {
        font-size: 23px;
        line-height: 30px;
    }
    .referal .radiobtn {
        margin: 0 20px 0 0;
    }
    /* slider section */
    .slick-prev,
    .slick-next {
        width: 11px;
        height: 20px;
    }
    .referal .slick-prev,
    .referal .slick-next {
        top: 5%;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
    }
    .referal .slider-wrap {
        padding: 0;
    }
    .referal .product-slider-title {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .referal .product-slide-inner {
        border: 0;
        margin: 0;
        padding: 0;
    }
    .referal .card-art {
        text-align: center;
    }
    .referal .card-art img {
        margin: 0 auto;
    }
    .referal .card-name {
        padding: 23px 0 26px;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        border-bottom: 1px solid rgba(151, 151, 151, 0.3);
        margin-bottom: 28px;
        width: 100%;
    }
    .referal .product-wrap {
        position: inherit;
        width: 100%;
        top: inherit;
        left: inherit;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: table;
    }
    .referal .product-heading.visible-xs {
        display: block !important;
    }
    .referal .xs-inner {
        padding: 0 18px;
    }
    .referal .product-img,
    .referal .product-cont {
        display: table-cell;
        vertical-align: top;
    }
    .referal .product-img {
        width: 150px;
        padding-right: 15px;
        vertical-align: middle;
    }
    .referal .product-cont {
        text-align: left;
        padding-top: 10px;
    }
    .referal .product-title {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .referal .product-info {
        font-size: 14px;
        line-height: 18px;
    }
    .referal .product-list {
        margin: 0 0 20px 30px;
        width: auto;
    }
    /* MGM page */
    .mgm .accor-suitcase-desk {
        display: none;
    }
    .mgm .accor-suitcase-mob {
        display: block;
        padding: 30px 0 10px;
    }
    .mgm section {
        padding: 50px 0;
    }
    .mgm .tabs li {
        font-size: 13px;
        line-height: 19px;
        padding: 10px 15px 5px;
        vertical-align: middle;
    }
    .mgm .tab-content {
        padding: 40px 0 0;
    }
    .mgm .offer-content {
        font-size: 14px;
        line-height: 14px;
    }
    .mgm .offer-content span {
        font-size: 23px;
    }
    .mgm .plus-one {
        font-size: 30px;
        padding: 10px 0;
    }
    .mgm .product-wrap,
    .mgm .product-wrap.last-md {
        padding-bottom: 40px;
    }
    .mgm .product-wrap.last {
        padding-bottom: 0;
    }
    .mgm .number-title {
        font-size: 18px;
    }
    .mgm .number-title span {
        font-size: 60px;
    }
    .mgm section h2 {
        font-size: 24px;
        line-height: 38px;
    }
    .mgm .box {
        margin-top: 55px;
        padding: 30px 20px;
    }
    .mgm .arrow-box {
        margin-top: 40px;
    }
    .mgm .arrow-box::after {
        top: 100%;
        /*bottom: -29px;*/
        left: 50%;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #fff;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .btn {
        font-size: 16px;
        padding: 12px 5px;
    }
    .mgm .box-content {
        font-size: 12px;
        padding: 0;
    }
    .mgm .social-share {
        margin: 35px auto 5px;
    }
    .mgm .cards-slider-sec h2 {
        font-size: 28px;
        line-height: 34px;
        padding: 0 20px;
    }
    .mgm .cards-slider-intro {
        font-size: 20px;
        padding: 20px;
    }
    .mgm .card-slide-inner {
        margin-left: 25px;
        margin-right: 25px;
    }
    .mgm .cards-slider {
        margin: 0;
    }
    .card-slide {
        padding-bottom: 50px;
    }
    .mgm .plus-two {
        padding: 0;
        font-size: 32px;
    }
    .mgm .tab-cta {
        padding-top: 30px;
    }
    .mgm .banner,
    .mgm .banner-slider-inner {
        height: inherit;
       /* min-height: 760px;*/
    }
    .mgm .banner-nav {
        display: none;
    }
    .mgm .banner-big-img {
        display: none;
    }
    .mgm .banner-small-img {
        display: block;
        text-align: center;
    }
    .mgm .banner-small-img img {
        margin: 0 auto;
    }
    .mgm .banner-content {
        width: 100%;
    }
    .mgm .banner-tittle {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }
    .mgm .banner-cta {
        text-align: center;
    }
    .mgm .banner-slider .slick-prev,
    .mgm .banner-slider .slick-next {
        top: inherit;
        bottom: 248px;
    }
    .mgm .banner-slider .slick-next {
        background: url('../images/arrow-right.png') no-repeat top right;
        display: none !important;
    }
    .mgm .banner-slider .slick-prev {
        background: url('../images/arrow-left.png') no-repeat top left;
        display: none !important;
    }
    .mgm .product-info {
        font-size: 18px;
    }
}
@media (max-width: 375px) {
    .referal .select-box {
        background: #eee url('../images/arrow-down.png') 92% center no-repeat;
    }
    .btn {
        font-size: 14px;
    }
    .mgm .card-slide-inner h3 {
        font-size: 20px;
        line-height: 26px;
    }
}</pre></body></html>