@import "/content/dam/amex/nl/assets/bubl/css/elements-v4/base.css";
/* VERSIE 26-01.1 */
/* Using a string */

#blue-stripe {position:absolute; top:-100px;}

.container-fluid #blue-stripe p{
    margin-top: var(--Sz0);
    line-height:24px!important;
    max-width:50%;
}

.container-fluid .Hero-custom .row .col-md-6:first-child {
  padding-bottom: var(--Sz1) !important;
}

.grid:nth-child(2) {height:1px;}

.container-fluid .BannerC {
    background: rgb(194, 219, 243);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(194, 219, 243, 1) 100%);
}

.ul-sublist {
    margin-bottom: 0px !important;
}

.container-fluid .ShopBar {
    height: 100px;
    bottom: -100px;
}

.container-fluid .ShopBar.active {
    bottom: 0px;
}

.container-fluid .grid #row1 .container .row .col-md-6 .image {
    box-shadow: var(--BoxShadow);
    border-radius: 20px;
    /*! overflow: hidden; */
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}


.container-fluid h1 {
    font-size: 42px !important;
    line-height: 48px !important;
}

.container-fluid #row1 .parbase:last-child p {
    font-size: 13px !important;
    margin-bottom: 0;
}

.container-fluid #row1 .row .col-md-6:first-child .button.parbase {
    margin-top: 0;
}

.container-fluid #row1 .card-img-bg {
    background-position: top;
}

.container-fluid ol.TandC ul li,
.container-fluid ol.TandC {
    font-size: 12px !important;
}

.container-fluid ol.TandC li {
    padding-bottom: 10px;
}


.container-fluid ol.TandC {
    list-style: none;
    counter-reset: my;
}


.container-fluid ol.TandC > li::before {
    counter-increment: my;
    content: counter(my);
    margin-right: 10px;
}

#row4intro {
    background-image: linear-gradient(#fff, #ecedee);
}

.container-fluid #row4intro h2 {
    font-size: 24px !important;
    line-height: 38px !important;
    -webkit-font-smoothing: antialiased !important;
    font-style: normal !important;
}

#offer-500 h3,
.container-fluid h3 {
    font-size: 28px !important;
    line-height: 32px !important;
}

#rowbusiness {
    background: #00175a;
}

#rowbusiness img {
    max-height: 60px;
}

#rowbusiness a:hover {
    color: #fff;
}

#rowbusiness a {
    font-weight: 900;
}

#rowbusiness p {
    padding-top: 16px;
}

#rowbusiness p,
#rowbusiness .image,
.container-fluid #rowcenturion p,
.container-fluid .grid #rowcenturion .container .row .col-md-4 .image {
    margin-bottom: 0 !important;
}

.container-fluid .grid #rowcenturion .container .row .col-md-4 .image {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 70%;
    margin: 0 auto;
}

#rowbusiness p,
.container-fluid #rowcenturion p.Large {
    font-size: 17px !important;
    color: #fff;
}

.container-fluid #rowcenturion p.Large a {
    font-weight: 900;
}

/* -#Checlist- */
.container-fluid ul {
    list-style: none;
}

.container-fluid ul li {
    position: relative;
    font-size: 13px;
}

.container-fluid ul li::before {
    position: absolute;
    content: "\25AA";
    color: var(--LightBlue);
}

.container-fluid ul li::before {
    left: -19px;
}


.container-fluid ul.Checklist li {
    position: relative;
    padding-left: var(--Sz03);
    padding-bottom: 10px;
}

.container-fluid ul.Checklist li::before {
    position: absolute;
    content: "";
    background-image: url("https://www.americanexpress.com/content/dam/amex/nl/assets/bubl/img/CheckBlue1Big.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(0.8);
}

.container-fluid ul.Checklist li::before {
    width: 17px;
    height: 17px;
    left: -20px;
    top: 5px;
}

.showcase-card .stack-1,
.showcase-card .icon {
    display: none !important;
}

.BannerC .image {
    animation: flip 8s ease-out infinite;
    overflow: hidden;
}

@keyframes flip {
    0% {
        transform: perspective(600px) rotateY(-2deg);
    }

    50% {
        transform: perspective(600px) rotateY(10deg);
    }

    100% {
        transform: perspective(600px) rotateY(-2deg);
    }
}

#row1 .image {
    overflow: hidden;
}

#row1 .image ::after,
.BannerC .image::after {
    content: ' ';
    position: absolute;
    height: 300%;
    width: 300%;
    top: 0px;
    left: 0px;
    z-index: 2;
    -webkit-animation: moveafter 4s infinite linear;
    -moz-animation: moveafter 4s infinite linear;
    animation: moveafter 4s infinite linear;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(55%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

}

@-webkit-keyframes moveafter {
    0% {
        top: -200%;
        left: -200%;
    }

    50% {
        top: -100%;
        left: -100%;
    }

    100% {
        top: 100%;
        left: 100%;
    }
}


/* -------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
    .container-fluid .grid #rowcenturion .container .row .col-md-4 .image {
        max-width: 35%;
    }

    #rowbusiness p,
    .container-fluid #rowcenturion p.Large {
        text-align: center;
    }

    #floatingcta p {
        display: none;
    }

    #rowbusiness p {
        padding-top: 0px;
    }
#blue-stripe {position:absolute; top:-100px;}
#blue-stripe .row {
  display: block;
}
.container-fluid #blue-stripe p{
    padding-top:80px;
    padding-bottom:30px;
    max-width:100%;
}
}


/* -------------------------------------------------------------------------------------------- */
@media (min-width:577px) and (max-width:768px) {
    .container-fluid .grid #rowcenturion .container .row .col-md-4 .image {
        max-width: 35%;
    }

    #rowbusiness p,
    .container-fluid #rowcenturion p.Large {
        text-align: center;
    }

    #rowbusiness p {
        padding-top: 0px;
    }
#blue-stripe {position:absolute; top:-100px;}
#blue-stripe .row {
  display: block;
}
.container-fluid #blue-stripe p{
    padding-top:80px;
    padding-bottom:30px;
    max-width:100%;
}
}

/* -------------------------------------------------------------------------------------------- */
@media (min-width:769px) and (max-width:1023px) {
    .container-fluid .Hero-custom .row .col-md-6:first-child {
  padding-bottom: var(--Sz3) !important;
}
#blue-stripe {position:absolute; top:-100px;}
.container-fluid #blue-stripe p{
    padding-top:60px;
    max-width:100%;
}
}

/* -------------------------------------------------------------------------------------------- */
@media (min-width:1024px) and (max-width:1279px) {}

/* -------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1280px) {}

/* -------------------------------------------------------------------------------------------- */
