/* CSS Document - Gold verzekeringen */

@import "/content/dam/amex/nl/assets/bubl/css/elements-v4/base.css";

/* CSS Custom below*/

/* sticky CTA */
.container-fluid .ShopBar {
    bottom: -140px;
     transition: bottom 0.5s ease-in-out;
}
.container-fluid .ShopBar.active {
    bottom: 0px;
}