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

/* BASE */
@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;
}
.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::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 */
}

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