/* content - dam - amex - nl-nl - zakelijk - kaarten - business gold card - custom.css */

/* BASE */
@import "/content/dam/amex/nl/assets/bubl/css/elements-v4/blob.css";
@import "/content/dam/amex/nl/assets/bubl/css/elements-v4/base.css";
@import "/content/dam/amex/nl-nl/zakelijk/kaarten/business-gold-card/business.css";

/* ----- Cashback actie herovideo/shopbar------------------------------------------------------------------------- */

.herovideo {
  position: relative;
  min-height: 600px;
  z-index: 1;
  color: white;
  display: grid;
  align-items: center;
  margin-bottom: var(--Sz2);
}
.herovideo .gabm-cmp-herovideo {
  height: 100%;
}
.herovideo .gabm-cmp-herovideo--wrapper {
  position: absolute;
  inset: 0;
  max-height: 100%;
  z-index: -2;
  overflow: hidden;
}
.herovideo .gabm-cmp-herovideo--wrapper video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.herovideo::before {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.herovideo .gabm-cmp-herovideo--content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  position: relative;
  display: grid;
  align-items: center;
  padding-block: var(--Sz5);
}
.herovideo .gabm-cmp-herovideo--content .gabm-cmp-herovideo--heading {
  word-wrap: balance;
  max-width: 50%;
}
@media (width <= 1024px) {
  .herovideo .gabm-cmp-herovideo--content .gabm-cmp-herovideo--heading {
    max-width: 100%;
    padding-bottom: 30vw;
  }
}
@media (min-width: 375px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 1024px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 375px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 1240px;
  }
}
.herovideo .heroCardWrapper {
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 450px;
  width: clamp(0px, 450px, 80vw);
  margin-inline: auto;
}
@media (width <= 1024px) {
  .herovideo .heroCardWrapper {
    left: 0;
  }
}
.herovideo .heroCardWrapper .heroCard {
  width: 100%;
  filter: drop-shadow(var(--BoxShadow));
}
.herovideo .heroCardWrapper.nl::before {
  content: "Nog enkele dagen met € 180 cashback*";
}
.herovideo .heroCardWrapper.benl::before {
  content: "Nu tijdelijk 200 € cashback*";
}
.herovideo .heroCardWrapper.befr::before {
  content: "Actuellement 200 € cashback*";
}
.herovideo .heroCardWrapper::before {
  position: absolute;
  top: -100px;
  right: -30px;
  height: 250px;
  font-family: var(--FontA);
  font-size: 20px;
  line-height: 1.2;
  padding: var(--Sz0);
  width: 250px;
  background-color: var(--LightBlue);
  border-radius: var(--BrSmall);
  animation-name: fadeIn;
  animation-duration: 800ms;
  animation-delay: 200ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    top: -40px;
    opacity: 0;
  }
  to {
    top: -100px;
    opacity: 1;
  }
}
.container-fluid .ShopBar {
  overflow: hidden;
}
.container-fluid .ShopBar .richtext.parbase {
  position: relative;
}
.container-fluid .ShopBar .richtext.parbase p {
  font-family: var(--FontA);
  color: white;
}
.container-fluid .ShopBar .richtext.parbase p b {
  color: white;
  font-size: 22px;
}
.container-fluid .ShopBar .richtext.parbase::after {
  position: absolute;
  height: 200%;
  width: 200%;
  top: -50%;
  left: -70%;
  content: "";
  pointer-events: none;
  background-color: var(--LightBlue);
  z-index: -1;
}/*# sourceMappingURL=custom.css.map */

/* sticky CTA */
.container-fluid .ShopBar {bottom: -140px; transition: bottom 0.5s ease-in-out;}
.container-fluid .ShopBar.active {bottom: 0px;}
#amex-footer {margin-bottom: 6rem!important;}

/* --------------------------------------------------- */
/* -- Shining ---------------------------------------- */
.BannerC ul.Check li {display: inline-block; font-size:13px; padding:0 14px 14px; border-bottom:1px solid #ccc;}

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

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

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

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

.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 */
}

/*-- Shine animation --*/
@-webkit-keyframes moveafter {
    0% {top: -200%; left: -200%;}
    50% {top: -100%; left: -100%;}
    100% {top: 100%; left: 100%;}
}

.container-fluid .campagne--hero .row .col-md-6:last-child .image {
    overflow: hidden!important; 
    position: relative;
    filter: drop-shadow(var(--BoxShadow));
    -webkit-filter: drop-shadow(var(--BoxShadow));
}

.container-fluid .campagne--hero .row .col-md-6:last-child .image::after {
    content: ' ';
    position: absolute;
    height: 300%;
    pointer-events: none;
    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 */
}

/* --------------------------------------------------------------------------------------------------------- */
/* -- Background ------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

.BannerS {background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(194, 219, 243, .4) 100%), radial-gradient(farthest-corner at 35% 60%, rgba(194, 219, 243, 1) 0%, rgba(255, 255, 255, 1) 30%);}

.GrayGradient {background-image: linear-gradient(180deg, rgba(236, 237, 238, 1) 0%, rgba(247, 248, 249, .4) 100%), radial-gradient(farthest-corner at 35% 60%, rgba(236, 237, 238, 1) 0%, rgba(247, 248, 249, 1) 30%);}

@media(width <= 767px) {
  .BannerS {background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(194, 219, 243, .4) 100%); padding-block:var(--Sz1)}
}

.container-fluid .ShopBar .richtext.parbase::after {position: absolute; height: 200%; width: 200%; top: -50%; left: -70%; content: ""; pointer-events: none; background-color: var(--LightBlue); z-index: -1;}

/* --------------------------------------------------------------------------------------------------------- */
/* -- BannerS ---------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

.BannerS {padding-block:var(--Sz3); position: relative;}
.BannerS .row {position: relative; isolation: isolate;}
.BannerS .col-md-6:first-child {text-align: right;}
.BannerS .col-md-6:first-child > div {position: sticky; padding-top:60px; top:0;}
.BannerS .col-md-6:first-child h6 {font-family: var(--FontA); color: var(--DarkBlue); margin-bottom:var(--Sz0)!important;}
.BannerS .col-md-6:first-child .image .text-align-left {text-align: right!important;}
.BannerS .col-md-6:first-child .image img {filter: drop-shadow(var(--BoxShadow)); -webkit-filter: drop-shadow(var(--BoxShadow)); width: clamp(0px, 450px, 100%); position: relative; z-index: 2;}
.BannerS .col-md-6 h2 {font-size: calc(40px * var(--Scale))!important; color: var(--DarkBlue);}
.BannerS .col-md-6:first-child .richtext b {color:var(--LightBlue)}
.BannerS .col-md-6:first-child .richtext p:last-child {margin-bottom: 0px;}

@media(width <= 767px) {
  .BannerS .col-md-6:first-child {text-align: center;}
  .BannerS .col-md-6:first-child .image .text-align-left {text-align: center!important;}
  .BannerS .col-md-6:first-child h2 {font-size: 28px!important;}
}

.BannerS .col-md-6:last-child > div {height: 100%;}
.BannerS .col-md-6:last-child .richtext {--_arrow--size:20px; width: 100%;}
.BannerS .col-md-6:last-child p.platLabel {color:var(--DarkBlue); padding:var(--Sz01) var(--Sz0); background-color:#ffffff; width: max-content; max-width: clamp(0px, 480px, 100%); box-shadow: var(--SmallBoxShadow); border-radius: var(--BrSmall); margin-bottom: calc(var(--Sz0) + var(--Sz02)); position: relative;}
.BannerS .col-md-6:last-child p.platLabel::before {position: absolute; width: var(--_arrow--size); height:var(--_arrow--size); background-color:#ffffff; content:''; left: calc(2px - calc(var(--_arrow--size) /2)); top:0; bottom:0; margin:auto; transform: rotate(45deg); border-radius: var(--BrSmall);}
.BannerS .col-md-6:last-child .button {margin-top:var(--Sz01);}
.BannerS .col-md-6:last-child .button a {margin-bottom:0px!important;}

@media(width <= 767px){
  .BannerS .col-md-6 h2 {padding:var(--Sz0); background-color: white; margin-bottom:0; border}
  .BannerS .col-md-6:last-child p.platLabel {margin-bottom:0; box-shadow: none; text-align: center; width: 100%; max-width: 100%; padding-block:var(--Sz01);}
  .BannerS .col-md-6:last-child p.platLabel {border-top: 1px solid #ececec;}
  .BannerS .col-md-6:last-child p.platLabel::before, .BannerS .col-md-6:last-child p.platLabel::after {display: none;}
  .BannerS .col-md-6:last-child .richtext:first-of-type {--_arrow--size:25px; position: relative; box-shadow: var(--SmallBoxShadow);}
  .BannerS .col-md-6:last-child .richtext:first-of-type::before, .BannerS .col-md-6:last-child .richtext:first-of-type::after {display:none; position: absolute; width: var(--_arrow--size); height:var(--_arrow--size); background-color:#ffffff; content:''; top: calc(2px - calc(var(--_arrow--size) /2)); right:0; left: 0; margin:auto; transform: rotate(45deg); border-radius: var(--BrSmall);}
  .BannerS .col-md-6:last-child .button, .BannerS .col-md-6:last-child .button a {width: clamp(0px, 300px, 100%); margin-inline: auto;}
}

.container-fluid .grid .BannerLabel .container .row .col-md-12:first-child {left:0;}
.BannerLabel .container {padding:0px;}
.BannerLabel .richtext {max-width: clamp(0px, 600px, 100%); width: max-content; margin-inline:auto; text-align: center; background-color:#ececec; padding: var(--Sz01) var(--Sz0); border-radius: var(--BrSmall); margin-bottom: var(--Sz4);}
.BannerLabel p {margin-bottom:var(--Sz04);}
.BannerLabel a, .BannerLabel a:hover {text-decoration: underline; text-decoration-thickness: 1.2px;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -- Webkit fixes for *SAFARI ONLY* Only use when flip animation is used on page ---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -- Fix for ShopBar overlap -------------------------------------------------------------------------------------------------------------------------- */
    .container-fluid .ShopBar.down {-webkit-transform: translateZ(400px) translateY(100%);} 
    .container-fluid .ShopBar {-webkit-transform: translateZ(400px) translateY(0%);} 
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -- Fix for Modal overlap ---------------------------------------------------------------------------------------------------------------------------- */
    .container-fluid .ModalCustom.Open {-webkit-transform: translateZ(400px);} 
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -- Fix for Amex floating header overlap ------------------------------------------------------------------------------------------------------------- */
    .axp-global-header__dls-module__module___1_EeR .axp-global-header__dls-module__nav___9Aq3L, 
    .axp-global-header__dls-module__module___1_EeR .axp-global-header__dls-module__navMenu___2v96a{-webkit-transform: translateZ(400px);} 
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -- End of Webkit fixes for *SAFARI*  ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
