.mtbt,
.mtbt * {
  box-sizing: border-box;
}

.elementor-widget-mt_betalingen,
.elementor-widget-mt_betalingen > .elementor-widget-container {
  width: 100%;
  max-width: none;
  overflow: visible;
}

.mtbt {
  --mtbt-light-bg: #ece9eb;
  --mtbt-dark-bg: #080808;
  --mtbt-section-padding: 80px 40px 80px 40px;
  --mtbt-container-width: 1180px;
  --mtbt-layout-gap: 72px;
  --mtbt-menu-width: 290px;
  --mtbt-menu-gap: 16px;
  --mtbt-top-image-height: auto;
  --mtbt-top-image-fit: contain;
  --mtbt-top-image-x: 50%;
  --mtbt-top-image-y: 50%;
  --mtbt-top-image-radius: 0px;
  --mtbt-top-image-margin: -50px 0px 50px 0px;
  --mtbt-top-image-margin-top: -50px;
  --mtbt-top-image-margin-right: 0px;
  --mtbt-top-image-margin-bottom: 50px;
  --mtbt-top-image-margin-left: 0px;
  --mtbt-accordion-gap: 14px;
  --mtbt-accordion-radius: 14px;
  --mtbt-accordion-padding-top: 18px;
  --mtbt-accordion-padding-right: 22px;
  --mtbt-accordion-padding-bottom: 18px;
  --mtbt-accordion-padding-left: 22px;
  position: relative;
  display: block;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #111;
  background: var(--mtbt-light-bg);
  overflow-x: clip;
}

body.mt-theme-light .mtbt,
.mtbt {
  background: var(--mtbt-light-bg);
}

body.mt-theme-dark .mtbt {
  color: #f5f5f0;
  background: var(--mtbt-dark-bg);
}

@supports not (overflow: clip) {
  .mtbt {
    overflow-x: hidden;
  }
}

.mtbt__image-wrap {
  display: block;
  position: relative;
  clear: both;
  overflow: hidden;
  line-height: 0;
  background: rgba(150, 159, 165, 0.12);
  border-radius: var(--mtbt-top-image-radius);
  margin-top: var(--mtbt-top-image-margin-top);
  margin-right: var(--mtbt-top-image-margin-right);
  margin-bottom: var(--mtbt-top-image-margin-bottom);
  margin-left: var(--mtbt-top-image-margin-left);
  height: var(--mtbt-top-image-height);
  min-height: 0;
  max-height: none;
}

.mtbt__image-wrap--full {
  width: 100vw;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.mtbt__image-wrap--content {
  width: 100%;
  max-width: 100%;
}

.mtbt__image {
  display: block;
  width: 100%;
  height: var(--mtbt-top-image-height);
  min-height: 0;
  max-height: none;
  max-width: none;
  object-fit: var(--mtbt-top-image-fit);
  object-position: var(--mtbt-top-image-x) var(--mtbt-top-image-y);
}

.mtbt__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--mtbt-container-width);
  margin: 0 auto;
  padding: var(--mtbt-section-padding);
  clear: both;
  isolation: isolate;
}

.mtbt__inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: calc(50% - 50vw);
  background: var(--mtbt-light-bg);
  pointer-events: none;
}

body.mt-theme-dark .mtbt__inner::before {
  background: var(--mtbt-dark-bg);
}

.mtbt__layout {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: var(--mtbt-layout-gap);
  clear: both;
}

.mtbt__aside {
  flex: 0 0 var(--mtbt-menu-width);
  min-width: 0;
}

.mtbt__menu-heading,
.mtbt__kicker {
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: #303030;
}

.mtbt__menu-heading {
  margin-bottom: 22px;
}

.mtbt__menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--mtbt-menu-gap);
}

.mtbt__menu-link {
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  transition: color 160ms ease, opacity 160ms ease;
}

.mtbt__menu-link.is-active {
  opacity: 0.72;
}

.mtbt__menu-link:hover {
  opacity: 0.82;
}

.mtbt__content {
  flex: 1 1 auto;
  min-width: 0;
}

.mtbt__kicker {
  margin-bottom: 12px;
}

.mtbt__title {
  margin: 0 0 18px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(42px, 5vw, 86px);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 400;
}

.mtbt__intro {
  max-width: 780px;
  margin-bottom: 34px;
  font-family: "Rajdhani", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}

.mtbt__intro p,
.mtbt__body p {
  margin: 0 0 1em;
}

.mtbt__intro p:last-child,
.mtbt__body p:last-child {
  margin-bottom: 0;
}

.mtbt__accordions {
  display: flex;
  flex-direction: column;
  gap: var(--mtbt-accordion-gap);
}

.mtbt__details {
  border: 1px solid rgba(150, 159, 165, 0.35);
  border-radius: var(--mtbt-accordion-radius);
  overflow: hidden;
}

body.mt-theme-dark .mtbt__details {
  background: rgba(255, 255, 255, 0.035);
}

.mtbt__summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-top: var(--mtbt-accordion-padding-top);
  padding-right: calc(var(--mtbt-accordion-padding-right) + 32px);
  padding-bottom: var(--mtbt-accordion-padding-bottom);
  padding-left: var(--mtbt-accordion-padding-left);
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: inherit;
}

.mtbt__summary::-webkit-details-marker {
  display: none;
}

.mtbt__summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

.mtbt__details[open] .mtbt__summary::after {
  content: "−";
}

.mtbt__body {
  padding-right: var(--mtbt-accordion-padding-right);
  padding-bottom: 20px;
  padding-left: var(--mtbt-accordion-padding-left);
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

body.mt-theme-light .mtbt .mtbt__title,
.mtbt .mtbt__title {
  color: #b0b8bd;
}

body.mt-theme-dark .mtbt .mtbt__title {
  color: #e8c45a;
}

body.mt-theme-light .mtbt .mtbt__kicker,
.mtbt .mtbt__kicker {
  color: #303030;
}

body.mt-theme-dark .mtbt .mtbt__kicker {
  color: #4a4a4a;
}

body.mt-theme-light .mtbt .mtbt__menu-heading,
.mtbt .mtbt__menu-heading,
body.mt-theme-light .mtbt .mtbt__menu-link,
.mtbt .mtbt__menu-link,
body.mt-theme-light .mtbt .mtbt__menu-link.is-active,
.mtbt .mtbt__menu-link.is-active {
  color: #b0b8bd;
}

body.mt-theme-dark .mtbt .mtbt__menu-heading,
body.mt-theme-dark .mtbt .mtbt__menu-link,
body.mt-theme-dark .mtbt .mtbt__menu-link.is-active {
  color: #e8c45a;
}

body.mt-theme-light .mtbt .mtbt__details,
.mtbt .mtbt__details {
  border-color: #cfd3d6;
}

body.mt-theme-dark .mtbt .mtbt__details {
  border-color: #e8c45a;
}

.mtbt__intro :where(p, span, strong, em, b, i, small, a, ul, ol, li, h1, h2, h3, h4, h5, h6),
.mtbt__body :where(p, span, strong, em, b, i, small, a, ul, ol, li, h1, h2, h3, h4, h5, h6) {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

@media (max-width: 767px) {
  .mtbt__layout {
    flex-direction: column;
  }

  .mtbt__aside {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 38px;
  }

  .mtbt__menu-list {
    gap: 10px;
  }

  .mtbt__menu-link {
    font-size: 22px;
  }

  .mtbt__title {
    font-size: clamp(38px, 13vw, 58px);
  }

  .mtbt__summary {
    font-size: 21px;
  }
}
