/* compiled by scssphp 1.6.0 on Mon, 14 Jul 2025 17:54:55 +0000 (0.0221s) */

@font-face {
  font-display: swap;
  font-family: Overpass;
  src: url("../DraadCore/fonts/Overpass/Overpass-ExtraBold.woff") format('woff'), url("../DraadCore/fonts/Overpass/Overpass-ExtraBold.woff2") format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Overpass;
  src: url("../DraadCore/fonts/Overpass/Overpass-Bold.woff") format('woff'), url("../DraadCore/fonts/Overpass/Overpass-Bold.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Overpass;
  src: url("../DraadCore/fonts/Overpass/Overpass-SemiBold.woff") format('woff'), url("../DraadCore/fonts/Overpass/Overpass-SemiBold.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Overpass;
  src: url("../DraadCore/fonts/Overpass/Overpass-Regular.woff") format('woff'), url("../DraadCore/fonts/Overpass/Overpass-Regular.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
}
html #root #wrap_all .section.content_tabs {
  padding: 120px 0 60px;
}
@media (max-width: 767px) {
  html #root #wrap_all .section.content_tabs {
    padding: 60px 0;
  }
}
@media (max-width: small-tablet) {
  html #root #wrap_all .section.content_tabs {
    padding: 60px 0;
  }
}
html #root #wrap_all .section.content_tabs .container {
  display: grid;
  gap: 86px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1023px) {
  html #root #wrap_all .section.content_tabs .container {
    gap: 40px;
  }
}
@media (max-width: tablet) {
  html #root #wrap_all .section.content_tabs .container {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  html #root #wrap_all .section.content_tabs .container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: small-tablet) {
  html #root #wrap_all .section.content_tabs .container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
html #root #wrap_all .section.content_tabs .container .column {
  position: sticky;
  left: 0;
  top: 140px;
  z-index: 1;
  align-self: flex-start;
}
@media (max-width: 990px) {
  html #root #wrap_all .section.content_tabs .container .column {
    top: 80px;
    position: static;
  }
}
html #root #wrap_all .section.content_tabs .heading {
  margin: 0 0 30px;
}
html #root #wrap_all .section.content_tabs .heading h2 {
  margin: 0;
}
html #root #wrap_all .section.content_tabs .tab-wrapper .tab {
  margin: 0 0 9px;
  border: 2px solid #eaecf5;
  padding: 24px 30px;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  html #root #wrap_all .section.content_tabs .tab-wrapper .tab {
    padding: 18px 20px;
    margin: 0 0 8px;
  }
}
@media (max-width: tablet) {
  html #root #wrap_all .section.content_tabs .tab-wrapper .tab {
    padding: 18px 20px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  html #root #wrap_all .section.content_tabs .tab-wrapper .tab {
    padding: 10px 20px;
  }
}
@media (max-width: small-tablet) {
  html #root #wrap_all .section.content_tabs .tab-wrapper .tab {
    padding: 10px 20px;
  }
}
html #root #wrap_all .section.content_tabs .tab-wrapper .tab .heading {
  margin: 0;
}
html #root #wrap_all .section.content_tabs .tab-wrapper .tab .heading h3 {
  font-size: 20px;
  font-weight: bold;
  color: #283278;
  margin: 0;
}
@media (max-width: 1023px) {
  html #root #wrap_all .section.content_tabs .tab-wrapper .tab .heading h3 {
    font-size: 18px;
  }
}
@media (max-width: tablet) {
  html #root #wrap_all .section.content_tabs .tab-wrapper .tab .heading h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  html #root #wrap_all .section.content_tabs .tab-wrapper .tab .heading h3 {
    font-size: 14px;
  }
}
@media (max-width: small-tablet) {
  html #root #wrap_all .section.content_tabs .tab-wrapper .tab .heading h3 {
    font-size: 14px;
  }
}
html #root #wrap_all .section.content_tabs .tab-wrapper .tab.active {
  background: #283278;
  border-color: #283278;
}
html #root #wrap_all .section.content_tabs .tab-wrapper .tab.active h3 {
  color: white;
}
@media (max-width: 767px) {
  html #root #wrap_all .section.content_tabs .tab-content-wrapper {
    margin: 30px 0 0;
  }
}
@media (max-width: small-tablet) {
  html #root #wrap_all .section.content_tabs .tab-content-wrapper {
    margin: 30px 0 0;
  }
}
html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content {
  display: none;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content.active {
  display: inline-block;
}
html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .image-container {
  height: 200px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
}
html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .content {
  padding: 45px;
}
@media (max-width: 767px) {
  html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .content {
    padding: 30px 20px;
  }
}
@media (max-width: small-tablet) {
  html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .content {
    padding: 30px 20px;
  }
}
html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .content .heading {
  margin: 0;
}
html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .content .heading h3, html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .content .heading .tab-title {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: bold;
  color: #283278;
}
html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .content p {
  margin: 0;
  line-height: 1.8;
}
html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .content p + p {
  margin-top: 35px;
}
html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .content p a {
  color: #283278;
  text-decoration: underline;
}
html #root #wrap_all .section.content_tabs .tab-content-wrapper .tab-content .content a {
  color: #222222;
  text-decoration: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fploi%2Fovertocht.draad.dev-deploy%2Fovertocht.draad.dev%2F14072025_084109%2Fwp-content%2Fthemes%2FDraadCore%2Fsass%2F..%2F..%2FDraadCore%2Fsass%2Fincludes%2Fmixins.scss%22%2C%22home%2Fploi%2Fovertocht.draad.dev-deploy%2Fovertocht.draad.dev%2F14072025_084109%2Fwp-content%2Fthemes%2FDraadCore%2Fsass%2Fcontent_tabs.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACGC%3BAAAA%3BAAAA%3BAD6FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1GE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClFE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9DM%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FCM%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAD0BR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BADHN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACVQ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%22%7D */