@import 'https://www.americanexpress.com/content/dam/amex/nl/assets/bubl/css/elements-v4/base.css';
.container-fluid section:has(.offer-card-selector)::before {
  --_size: 2rem;
  width: var(--_size);
  height: var(--_size);
  content: "";
  display: block;
  margin-inline: auto;
  position: relative;
  margin-bottom: var(--Sz1);
  rotate: 45deg;
  border-bottom: calc(var(--_size) / 10) solid var(--LightBlue);
  border-right: calc(var(--_size) / 10) solid var(--LightBlue);
}
.container-fluid .offer-card-selector {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: var(--Sz0);
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .container-fluid .offer-card-selector {
    margin-bottom: 1rem;
  }
}
.container-fluid .offer-card-selector .nav-card-art {
  max-width: 100px;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
  transition: var(--an1);
  cursor: pointer;
}
.container-fluid .offer-card-selector .nav-card-art:hover {
  transform: scale(1.1);
}
.container-fluid .mgm-content {
  margin-top: var(--Sz1);
  --_additionalRowOffset: var(--Sz1);
  --_darkBlue: #00175a;
  position: relative;
}
.container-fluid .mgm-content p {
  font-size: 17px !important;
}
.container-fluid .mgm-content .mgm-title {
  color: #ffffff;
}
@media (width >= 1025px) {
  .container-fluid .mgm-content .mgm-title {
    margin-bottom: var(--Sz1);
    margin-left: 10%;
  }
}
@media (width < 1025px) {
  .container-fluid .mgm-content .mgm-title {
    text-align: center;
  }
}
.container-fluid .mgm-content .container {
  padding-block: var(--Sz3);
  position: relative;
}
@media (max-width: 1024px) {
  .container-fluid .mgm-content .container {
    padding-block: var(--Sz1);
    max-width: 100%;
  }
}
.container-fluid .mgm-content .container::before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
  width: 80%;
  height: 100%;
  margin: auto;
  background-color: var(--LightBlue);
}
@media (max-width: 1024px) {
  .container-fluid .mgm-content .container::before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container-fluid .mgm-content .container::before {
    height: 80%;
    top: 0;
    bottom: auto;
  }
}
.container-fluid .mgm-content .container::after {
  top: 0;
  bottom: 0;
  right: 5%;
  -webkit-mask-image: url("/content/dam/amex/nl/assets/bubl/img/servicePattern.svg");
          mask-image: url("/content/dam/amex/nl/assets/bubl/img/servicePattern.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 180%;
          mask-size: 180%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 50%;
  margin: auto;
  height: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.65), transparent 70%);
  pointer-events: none;
  opacity: 0.4;
  z-index: -1;
}
@media (width < 1025px) {
  .container-fluid .mgm-content .container::after {
    -webkit-mask-size: 250%;
            mask-size: 250%;
    height: 80%;
    right: 0;
    width: 100%;
  }
}
.container-fluid .mgm-content .container .row {
  margin-inline: auto !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: var(--_additionalRowOffset);
}
@media (max-width: 1024px) {
  .container-fluid .mgm-content .container .row {
    flex-direction: column;
  }
}
@media (max-width: 76px) {
  .container-fluid .mgm-content .container .row {
    padding: var(--Sz5);
  }
}
.container-fluid .mgm-content .container .row .col-md-4 {
  left: 0 !important;
  right: 0 !important;
  flex: 1 1 calc(33.33333% - var(--_additionalRowOffset));
  box-shadow: var(--BoxShadow);
  padding: var(--Sz1) !important;
  min-height: 300px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .container-fluid .mgm-content .container .row .col-md-4 {
    flex: 1 1 100%;
    max-width: 70ch;
    width: 100%;
  }
}
.container-fluid .mgm-content .container .row .col-md-4:nth-child(1) {
  scale: 1.1;
  transform-origin: right center;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .container-fluid .mgm-content .container .row .col-md-4:nth-child(1) {
    scale: 1;
  }
}
.container-fluid .mgm-content .container .row .col-md-4:nth-child(1) .offer-card-image {
  max-width: 70%;
  filter: drop-shadow(var(--SmallBoxShadow));
}
.container-fluid .mgm-content .container .row .col-md-4:nth-child(1) h3 {
  margin-bottom: var(--Sz01) !important;
  font-weight: 800 !important;
  font-size: 2rem !important;
}
.container-fluid .mgm-content .container .row .col-md-4:nth-child(1) p {
  margin-bottom: var(--Sz01) !important;
}
.container-fluid .mgm-content .container .row .col-md-4:nth-child(2), .container-fluid .mgm-content .container .row .col-md-4:nth-child(3) {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Sz0);
}
.container-fluid .mgm-content .container .row .col-md-4:nth-child(2) h2, .container-fluid .mgm-content .container .row .col-md-4:nth-child(3) h2 {
  font-weight: 800 !important;
  margin-bottom: 0;
}
.container-fluid .mgm-content .container .row .col-md-4:nth-child(2) h3, .container-fluid .mgm-content .container .row .col-md-4:nth-child(3) h3 {
  font-size: 1.3rem !important;
  font-weight: 800 !important;
}
.container-fluid .mgm-content .container .row .col-md-4:nth-child(2):nth-child(2), .container-fluid .mgm-content .container .row .col-md-4:nth-child(3):nth-child(2) {
  background-color: var(--_darkBlue);
  color: #ffffff;
}
.container-fluid .mgm-content .container .row .col-md-4:nth-child(3) {
  background-color: #949494;
  color: #ffffff;
}
@media (max-width: 768px) {
  .container-fluid .mgm-content .container .row .col-md-4 {
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
  }
}

.scroll__arrow {
  position: relative;
  --_arrowSize: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  bottom: 0;
  transition: var(--an1);
}
.scroll__arrow::before, .scroll__arrow::after {
  width: var(--_arrowSize);
  height: var(--_arrowSize);
  position: relative;
  border-right: calc(var(--_arrowSize) / 10) solid;
  border-bottom: calc(var(--_arrowSize) / 10) solid;
  border-color: #ffffff;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
}
.scroll__arrow::after {
  margin-top: calc(0px - var(--_arrowSize) / 2);
}
@media (hover: hover) {
  .scroll__arrow:hover {
    bottom: -5px;
  }
}
@media (width <= 1023px) {
  .scroll__arrow {
    margin-inline: auto;
  }
}

.container-fluid .Hero-custom .container .row .col-md-6 {
  margin-bottom: unset !important;
}

.container-fluid h1 {
  font-size: 3rem !important;
}
@media (width <= 768px) {
  .container-fluid h1 {
    font-size: 2rem !important;
  }
}

.container-fluid h1,
.container-fluid h2,
.container-fluid h3,
.container-fluid h4,
.container-fluid h5,
.container-fluid h6 {
  font-weight: 800 !important;
}

#mgm--bonus-steps .image {
  max-width: 200px;
  margin-inline: auto;
}
#mgm--bonus-steps .mgm--steps-title {
  font-size: 1.4rem !important;
  line-height: 1.1;
  font-family: var(--FontA) !important;
  font-weight: 800 !important;
}
@media (width <= 1023px) {
  #mgm--bonus-steps .mgm--steps-title {
    font-size: 1.2rem !important;
  }
}

/* ----------CUSTOM ---------- */
.container-fluid .Hero-custom {
  margin-bottom: unset !important;
}

.container-fluid .ShopBar {
  height: 100px;
  bottom: -100px;
  transition: bottom 0.5s ease-in-out;
}

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

.container-fluid .carousel h3 {
  display: none !important;
}

#amex-footer {
  margin-bottom: 6rem !important;
}

#mgm--partners {
  background: linear-gradient(180deg, rgb(194, 219, 243) 0%, rgb(255, 255, 255) 100%);
}

.down-arrow {
  color: white;
  padding-top: var(--Sz2);
  position: relative;
  --_arrowSize: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  bottom: 0;
  transition: var(--an1);
}

.down-arrow::before,
.down-arrow::after {
  width: var(--_arrowSize);
  height: var(--_arrowSize);
  position: relative;
  border-right: calc(var(--_arrowSize) / 10) solid;
  border-bottom: calc(var(--_arrowSize) / 10) solid;
  border-color: inherit;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
}

.down-arrow::after {
  margin-top: calc(0px - var(--_arrowSize) / 2);
}

/* ---------- RESPONSIVE ---------- */
/* 1280+  ------------------------------- */
/* 1024:1279  --------------------------------- */
/* 769:1023  --------------------------------- */
@media (min-width: 769px) and (max-width: 1023px) {
  .down-arrow {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 577:768  --------------------------------- */
@media (min-width: 577px) and (max-width: 768px) {
  .down-arrow {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 576  ------------------------------- */
@media only screen and (max-width: 576px) {
  .down-arrow {
    margin-left: auto;
    margin-right: auto;
  }
}
/* hover  ------------------------------- */
@media (hover: hover) {
  .down-arrow:hover {
    transition: var(--an1);
    bottom: -5px;
  }
}
/* ---------- SLIDER ---------- */
.filter-buttons {
  justify-content: center;
  margin-block: var(--Sz1);
  overflow: hidden;
  background-color: #ececec;
  margin-inline: auto;
  left: 0;
  right: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: var(--BrSmall);
}

@media (min-width: 769px) {
  .filter-buttons {
    width: -moz-max-content;
    width: max-content;
    border-radius: 100rem;
    display: grid;
    box-shadow: inset var(--SmallBoxShadow);
  }
}
.filter-buttons .active-indicator {
  box-shadow: var(--BoxShadow);
  transition: left 0.5s cubic-bezier(0.68, -0.15, 0.265, 1.25);
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  height: 100%;
  background-color: var(--LightBlue);
  border-radius: 100rem;
  animation: gradient 10s linear infinite;
}

@media (max-width: 769px) {
  .filter-buttons .active-indicator {
    display: none;
  }
}
.filter-buttons button {
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 5px;
  border: 0px;
  outline: none;
  transition: color 0.5s ease-out;
  cursor: pointer;
  border-radius: 100rem;
  color: #000;
}

.filter-buttons button.active {
  transition: color 0.5s ease-out;
  color: #fff;
}

@media (max-width: 768px) {
  .filter-buttons button {
    width: 100%;
  }
  .filter-buttons button.active {
    color: var(--LightBlue);
  }
}
.restaurants-wrapper {
  padding-bottom: var(--Sz1);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
}

.restaurants-wrapper .restaurant {
  padding: var(--Sz0);
  border: 1px solid #ececec;
  border-radius: var(--BrBig);
  background-color: white;
  box-shadow: var(--SmallBoxShadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.restaurants-wrapper .restaurant.hidden {
  display: none;
}

.restaurants-wrapper .restaurant h3 {
  margin-top: 0px;
  font-size: 1.2rem !important;
}

.restaurants-wrapper .restaurant p {
  margin-bottom: 0px;
}

.container-fluid .df2--slider .multi-card-carousel .carousel-controls {
  justify-content: center;
}

.container-fluid .df2--slider .multi-card-carousel .carousel-controls .carousel-control {
  top: 0px;
  transform: none !important;
  left: 0px;
  right: 0px;
}

.container-fluid .carousel-multi-card ul.carousel-inner {
  background-color: transparent !important;
}

.container-fluid .carousel-multi-card ul.carousel-inner li.carousel-item {
  background-color: transparent !important;
}

.container-fluid .df2--slider .multi-card-carousel .carousel-controls .carousel-indicators {
  position: relative;
  left: 0;
  transform: none;
  bottom: 0px;
  margin-bottom: 0px;
  align-items: center;
  background-color: #ececec;
  gap: var(--Sz01);
}

.container-fluid .df2--slider .multi-card-carousel .carousel-controls .carousel-indicators li {
  display: list-item;
  background-color: #00175a;
  border-radius: 100%;
  flex-grow: 0;
  height: -moz-min-content;
  height: min-content;
  aspect-ratio: 1;
}

.container-fluid .df2--slider .multi-card-carousel .carousel-controls .carousel-indicators li[aria-current] {
  scale: 1.2;
  background-color: var(--LightBlue);
  box-shadow: var(--BoxShadow);
}/*# sourceMappingURL=custom.css.map */