@font-face {
  font-family: Jetbrainsmono;
  src: url('../fonts/JetBrainsMono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jetbrainsmono;
  src: url('../fonts/JetBrainsMono-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans_18pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans_18pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Funneldisplay;
  src: url('../fonts/FunnelDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Funneldisplay;
  src: url('../fonts/FunnelDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light: #fbfbfb;
  --light-grey: #f1f1f1;
  --greend: #043208;
  --purplel: #f4ecf3;
  --purpled: #2a0029;
  --dark: #2e2e2e;
  --notavailable: #5e5e5e;
  --blued: #040d32;
  --bluel: #eef8fb;
  --greenl: #fbfbfb;
  --proposbgtext: var(--greenl);
  --black: black;
  --purples_50: #dbbbd580;
  --scrollareabg: #043208;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.k_body {
  background-color: var(--light);
}

.k_menubar_container_desktop {
  z-index: 10;
  background-color: var(--light-grey);
  width: 100%;
  height: 72px;
  position: sticky;
  top: 0;
}

.k_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 0;
  display: block;
}

.k_container.propositionspace {
  background-color: var(--greend);
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.k_container.herospace {
  background-image: url('../images/KartonHeader_New_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}

.k_container.herospace.heroimg_1 {
  background-image: url('../images/Karton_HeroImg_Persoonlijk_1.avif');
  background-position: 50%;
  background-size: cover;
}

.k_container.herospace.heroimg_2 {
  background-image: url('../images/Karton_HeroImg_Zakelijk_1.avif');
  background-position: 50%;
  background-size: cover;
}

.k_container.pricingspace {
  background-color: var(--purplel);
  padding-top: 50px;
  padding-bottom: 50px;
}

.k_container.morespace {
  padding-top: 50px;
  padding-bottom: 50px;
}

.k_container.footerspace {
  background-color: var(--purpled);
  margin-right: -574px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.k_container.propositionspac_mobile {
  background-color: var(--greend);
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.k_container.usecasespace {
  background-color: var(--purplel);
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.k_container.usecasespace._2 {
  background-color: var(--dark);
}

.k_menubar_contentcontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 41.86px;
  display: flex;
}

.k_vertical_center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 95vw;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.k_vertical_center.extraspace {
  max-width: 1600px;
}

.k_vertical_center.extraspace.flexdown {
  flex-flow: column;
}

.k_vertical_center.position {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 1px;
  bottom: auto;
}

.k_vertical_center.truecenter {
  flex-flow: column;
}

.k_menubar_section {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.k_menubar_logomark {
  background-image: url('../images/Logomark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 32px;
}

.k_menubar_link {
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 16px;
  margin-top: 8px;
  margin-left: 32px;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.k_menubar_link.notavailable {
  color: #b3b3b3;
  cursor: not-allowed;
}

.k_button {
  background-color: var(--dark);
  border-radius: 10px;
  width: auto;
  height: 38px;
  font-family: Funneldisplay, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.k_button.priceind {
  background-color: var(--purpled);
  color: var(--purplel);
  text-align: center;
  width: 100%;
  font-size: 16px;
}

.k_button.priceind.notavailable {
  background-color: var(--notavailable);
  cursor: not-allowed;
}

.k_button.priceind.low {
  width: 200px;
  font-size: 14px;
}

.k_button.morekarton.notavailable {
  cursor: not-allowed;
  font-size: 16px;
}

.k_button.centred {
  margin-left: auto;
  margin-right: auto;
}

.k_button.choice {
  background-color: var(--blued);
  color: var(--bluel);
}

.k_button.notavailable {
  background-color: var(--notavailable);
}

.k_section {
  width: 100vw;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.k_contentblock_half {
  width: 49%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.k_contentblock_half._1-3 {
  width: 38%;
}

.k_contentblock_half._2-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 62%;
  display: flex;
}

.k_contentblock_half._2-3.centered {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
}

.k_contentblock_half.propos {
  order: 1;
  position: relative;
}

.k_contentblock_half.propos.first {
  order: -1;
}

.k_contentblock_half.right {
  order: 1;
}

.k_contentblock_half.centred {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 125px auto;
  display: flex;
}

.k_contentblock_half.centred.lessspace {
  width: 70%;
  margin-top: 75px;
  margin-bottom: 75px;
}

.k_contentblock_half.centred.inblock {
  background-color: #f1f1f1bf;
  border-radius: 10px;
  padding-bottom: 25px;
}

.k_contentblock_half.secondhalf {
  order: 1;
  width: 45%;
}

.k_h1 {
  color: var(--dark);
  margin-bottom: 20px;
  font-family: Funneldisplay, Arial, sans-serif;
  font-size: 64px;
  line-height: 60px;
}

.k_h1.lightgreen {
  color: var(--greenl);
}

.k_h1.lightgreen.propos {
  color: var(--proposbgtext);
}

.k_h1.purple {
  color: var(--purpled);
  line-height: 64px;
}

.k_h1.purple.centered {
  text-align: center;
}

.k_h1.centred {
  color: var(--black);
  text-align: center;
}

.k_h1.darkpurple {
  color: var(--purpled);
}

.k_h1.darkgreen {
  color: var(--greend);
}

.k_h1.light {
  color: var(--light-grey);
}

.k_paragraph {
  color: var(--dark);
  width: 80%;
  margin-bottom: 16px;
  font-family: Dmsans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.k_paragraph._2-3 {
  color: var(--dark);
  width: 66%;
  font-size: 18px;
  line-height: 22px;
}

.k_paragraph._2-3.white {
  color: var(--greenl);
}

.k_paragraph._2-3.white._1 {
  color: var(--proposbgtext);
  font-size: 18px;
  position: absolute;
  top: 110px;
}

.k_paragraph._2-3.white._2, .k_paragraph._2-3.white._3 {
  opacity: 0;
  color: var(--proposbgtext);
  display: block;
  position: absolute;
  top: 110px;
}

.k_paragraph._2-3.white._4 {
  opacity: 0;
  color: var(--proposbgtext);
  font-size: 18px;
  line-height: 22px;
  display: block;
  position: absolute;
  top: 110px;
}

.k_paragraph._2-3.centred {
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 24px;
}

.k_paragraph._2-3.centred.wider {
  width: 80%;
}

.k_paragraph._2-3.darkpurple {
  color: var(--purpled);
}

.k_paragraph._2-3.darkgreen {
  color: var(--greend);
}

.k_paragraph._2-3.light {
  color: var(--light-grey);
  width: 69%;
}

.k_paragraph._3-4 {
  color: var(--purpled);
  width: 75%;
  font-size: 16px;
}

.k_paragraph.pricinddesc {
  color: var(--purpled);
  font-size: 16px;
}

.k_paragraph.priceindnote {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
}

.k_paragraph.morekarton {
  width: 75%;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 22px;
}

.k_paragraph.successblock {
  width: 100%;
}

.k_paragraph.centered {
  text-align: center;
  width: 100%;
}

.k_heroimage {
  width: 100%;
  height: 520px;
}

.k_heroimage.image_q3_24 {
  background-image: url('../images/Karton_HeroImage_Q3_25.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.k_propositions_container {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

.k_propositions_dot {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.k_propositions_dot.selected_1 {
  background-color: var(--greenl);
  border-radius: 20px;
  width: 10px;
  height: 10px;
  margin: 11px;
}

.k_propositions_item {
  cursor: pointer;
  mix-blend-mode: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.k_proposition_text {
  pointer-events: auto;
  color: var(--proposbgtext);
  cursor: default;
  width: 80%;
  height: auto;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.k_propositionimage {
  z-index: 0;
  background-image: url('../images/Karton_PropositionImage_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
  position: absolute;
  top: -208px;
}

.k_propositionimage._2 {
  opacity: 0;
  background-image: url('../images/Karton_PropositionImage_3.avif');
  background-size: cover;
  display: block;
}

.k_propositionimage._3 {
  opacity: 0;
  background-image: url('../images/Karotn_PropositionImage_4.avif');
  background-size: cover;
  display: block;
}

.k_propositionimage._4 {
  opacity: 0;
  background-image: url('../images/Karton_PropositionImage_5.avif');
  background-size: cover;
  display: block;
}

.k_pricingtier_container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: var(--purples_50);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 32%;
  min-width: 190px;
  height: 250px;
  display: flex;
}

.k_pricingtier_content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 85%;
  height: auto;
  min-height: auto;
  max-height: 460px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.k_h3 {
  color: var(--purpled);
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Funneldisplay, Arial, sans-serif;
  font-size: 28px;
  display: block;
}

.k_h3.priceindprice {
  margin-bottom: 5px;
}

.k_h3.morekarton {
  color: var(--black);
  margin-bottom: 25px;
  font-family: Funneldisplay, Arial, sans-serif;
}

.k_h3.reason {
  color: var(--dark);
  text-align: center;
  font-family: Dmsans, sans-serif;
  font-weight: 600;
  line-height: 30px;
}

.k_h3.anv {
  color: var(--blued);
  margin-bottom: 16px;
}

.k_h3.pricelist {
  font-size: 36px;
}

.k_more_container {
  width: 100%;
}

.k_threepart_container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.k_morekarton_item {
  width: 33%;
}

.k_footer_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 77px;
  display: flex;
}

.k_footer_logo {
  background-image: url('../images/Logomark_PurpleL.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 229px;
  height: 43px;
  margin-right: 35px;
}

.k_footer_itemcontainer {
  justify-content: flex-start;
  align-items: center;
  width: 17%;
  height: 100%;
  display: flex;
}

.k_footer_link {
  color: var(--purplel);
  font-family: Dmsans, sans-serif;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.k_scrollarea {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--greend);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 300vh;
  max-height: 300vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.k_scrollarea.extraspace {
  max-width: 1600px;
}

.k_scrollarea_background {
  background-color: var(--scrollareabg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.k_propositions_dot_filled {
  background-color: var(--greenl);
  opacity: 0;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.k_propositions_dot_filled.selected_1 {
  background-color: var(--greenl);
  border-radius: 20px;
  width: 10px;
  height: 10px;
  margin: 11px;
}

.k_propositions_dot_filled.firstopen {
  opacity: 0;
  outline-offset: 0px;
  outline: 3px #333;
}

.k_propositions_dot_filled.firstone {
  opacity: 1;
}

.k_menubar_logomark_tablet {
  background-image: url('../images/Logomark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 229px;
  height: 43px;
  display: none;
}

.k_menubar_container_mobile {
  display: none;
}

.k_footer_container_mobile {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 77px;
  display: none;
}

.div-block {
  order: -1;
}

.k_usecaseimage {
  z-index: 0;
  background-image: url('../images/Karton_PropositionImage_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
  position: relative;
  top: 0;
}

.k_usecaseimage._2 {
  opacity: 0;
  background-image: url('../images/Karton_PropositionImage_3.avif');
  background-size: cover;
  display: block;
}

.k_usecaseimage._3 {
  opacity: 0;
  background-image: url('../images/Karotn_PropositionImage_4.avif');
  background-size: cover;
  display: block;
}

.k_usecaseimage._4 {
  opacity: 0;
  background-image: url('../images/Karton_PropositionImage_5.avif');
  background-size: cover;
  display: block;
}

.k_usecaseimage.first {
  float: none;
}

.k_usecaseimage._5 {
  background-image: url('../images/Karton_PropositionImage_3.jpg');
  background-size: cover;
  height: 400px;
}

.k_usecaseimage._6 {
  background-image: url('../images/Karton_PropositionImage_5.jpg');
  height: 400px;
}

.k_usecaseimage._7 {
  background-image: url('../images/Karton_PropostitionImage_6.jpg');
  background-position: 50% 25%;
  background-size: cover;
  height: 400px;
}

.k_usecaseimage._8 {
  background-image: url('../images/Karton_PropositionImage_7.jpg');
  background-size: cover;
  height: 499px;
}

.k_soloreasons_container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 32px;
  display: flex;
}

.k_reason_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.k_soloreason_image {
  background-image: url('../images/Karton_Personal_Icon1.svg');
  background-position: 50%;
  background-size: contain;
  flex: none;
  width: 90px;
  height: 90px;
  margin-bottom: 16px;
}

.k_soloreason_image.img2 {
  background-image: url('../images/Karton_Personal_Icon2.svg');
}

.k_soloreason_image.img3 {
  background-image: url('../images/Karton_Personal_Icon3.svg');
}

.k_soloreason_image.img4 {
  background-image: url('../images/Karton_Personal_Icon4.svg');
}

.k_soloreason_image.img5 {
  background-image: url('../images/Karton_Business_Icon1.svg');
}

.k_soloreason_image.img_6 {
  background-image: url('../images/Karton_Business_Icon2.svg');
}

.k_soloreason_image.img7 {
  background-image: url('../images/Karton_Business_Icon3.svg');
}

.k_soloreason_image.img8 {
  background-image: url('../images/Karton_Business_Icon4.svg');
}

.link-block {
  width: auto;
  text-decoration: none;
}

.k_anv_body {
  background-color: var(--bluel);
}

.karton_anvcontainer {
  width: 95vw;
  max-width: 1200px;
}

.karton_anvcontainer.logomark {
  justify-content: flex-start;
  align-items: center;
  height: 95px;
  display: flex;
}

.karton_anvcontainer.selection {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  display: flex;
}

.k_anv_logomarkimg {
  background-image: url('../images/Logomark_BlueD.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 194px;
  height: 35.47px;
}

.k_anv_step_container {
  width: 70vw;
}

.k_anv_choicecontainer {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.k_anv_choice {
  width: 320px;
}

.k_anv_choice._3 {
  width: 230px;
}

.k_h4 {
  color: var(--blued);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.k_anv_choicestorage {
  background-color: var(--blued);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 112px;
  padding: 16px;
  display: flex;
}

.k_anv_choicestorage_gb {
  color: var(--bluel);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.k_anv_choicestorage_prc {
  color: var(--bluel);
  margin-bottom: 0;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.k_kartonwachtlijst_container {
  z-index: 20;
  background-color: #ececec80;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.k_wachtlijstblock {
  z-index: 30;
  background-color: var(--light-grey);
  border-radius: 10px;
  width: 700px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  position: relative;
  box-shadow: 0 2px 5px 3px #0003;
}

.k_formlabel {
  position: static;
}

.k_textfield {
  border: 0 #000;
  border-radius: 10px;
  margin-bottom: 20px;
}

.k_textfield.k_botcatcher {
  display: none;
}

.k_successblock {
  padding-top: 30px;
}

.k_wachtlijstheader {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.k_wachtlijstsluit {
  cursor: pointer;
  background-image: url('../images/Karton_Cross_Dark.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  order: 1;
  align-self: auto;
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
}

.k_contentblock_full {
  flex: none;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .k_menubar_container_desktop {
    height: 75px;
  }

  .k_container {
    overflow: hidden;
  }

  .k_container.propositionspac_mobile {
    display: none;
  }

  .k_menubar_contentcontainer {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    height: auto;
  }

  .k_vertical_center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .k_vertical_center.extraspace {
    display: block;
  }

  .k_menubar_section {
    grid-column-gap: 4px;
    grid-row-gap: 1px;
    flex: 0 auto;
    justify-content: space-between;
    width: auto;
  }

  .k_menubar_section.menubarlinks {
    align-self: auto;
    width: 68vw;
  }

  .k_menubar_logomark {
    mix-blend-mode: normal;
    width: 150px;
    display: none;
  }

  .k_menubar_link {
    align-self: center;
    height: auto;
    margin-left: 0;
    font-size: 14px;
  }

  .k_button {
    text-align: center;
    align-self: auto;
    width: auto;
    font-size: 16px;
  }

  .k_contentblock_half, .k_contentblock_half._1-3 {
    width: 100%;
  }

  .k_contentblock_half._2-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .k_contentblock_half._2-3.centered {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .k_contentblock_half.propos {
    width: 80%;
  }

  .k_contentblock_half.right {
    order: -1;
    width: 100%;
  }

  .k_contentblock_half.centred {
    width: 75%;
  }

  .k_contentblock_half.centred.lessspace {
    width: 100%;
  }

  .k_contentblock_half.secondhalf {
    width: 70%;
  }

  .k_h1.centred.inblock {
    width: 90%;
  }

  .k_paragraph._2-3.white._1, .k_paragraph._2-3.white._2, .k_paragraph._2-3.white._3, .k_paragraph._2-3.white._4 {
    width: 90%;
    top: 80px;
  }

  .k_paragraph.morekarton {
    width: 80%;
  }

  .k_propositionimage {
    top: -248px;
  }

  .k_pricingtier_container {
    flex: 1;
    height: auto;
  }

  .k_h3.pricelist {
    margin-bottom: 36px;
  }

  .k_threepart_container {
    flex-flow: wrap;
  }

  .k_morekarton_item {
    width: 49%;
  }

  .k_footer_itemcontainer {
    width: 40%;
  }

  .k_menubar_logomark_tablet {
    width: 150px;
    height: 30px;
    display: block;
  }

  .k_usecaseimage {
    top: -248px;
  }

  .k_usecaseimage._5 {
    margin-bottom: 0;
    top: 0;
  }

  .k_usecaseimage._6 {
    width: 100%;
    top: 0;
  }

  .k_usecaseimage._7, .k_usecaseimage._8 {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .k_body {
    aspect-ratio: auto;
    object-fit: fill;
    max-width: 100vw;
  }

  .k_menubar_container_desktop, .k_container.propositionspace {
    display: none;
  }

  .k_container.herospace {
    background-position: 50%;
  }

  .k_container.footerspace {
    height: auto;
  }

  .k_container.propositionspac_mobile {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .k_container.propositionspac_mobile._2 {
    background-color: #040d32;
    padding-top: 0;
  }

  .k_container.propositionspac_mobile._3 {
    background-color: #2e2e2e;
    padding-top: 0;
  }

  .k_container.propositionspac_mobile._4 {
    background-color: #4f280d;
    padding-top: 0;
  }

  .k_container.usecasespace {
    display: block;
  }

  .k_vertical_center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    width: 90vw;
    height: auto;
    display: flex;
  }

  .k_vertical_center.extraspace {
    width: 95%;
  }

  .k_button.light {
    background-color: var(--light-grey);
    color: var(--dark);
    margin-top: 32px;
    font-size: 16px;
  }

  .k_contentblock_half._2-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
  }

  .k_contentblock_half.propos {
    width: 100%;
    height: 200px;
  }

  .k_contentblock_half.propos.first {
    order: 1;
    position: static;
  }

  .k_contentblock_half.propos_mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .k_contentblock_half.centred.lessspace {
    width: 100%;
  }

  .k_contentblock_half.secondhalf {
    order: -1;
    width: 100%;
  }

  .k_h1 {
    font-size: 48px;
    line-height: 46px;
  }

  .k_h1.lightgreen.propos {
    color: var(--proposbgtext);
  }

  .k_h1.centred {
    font-size: 60px;
    line-height: 56px;
  }

  .k_paragraph._2-3.white._1 {
    top: 151px;
  }

  .k_paragraph._2-3.white.mobile {
    width: 80%;
  }

  .k_paragraph._2-3.darkpurple, .k_paragraph._2-3.light {
    margin-bottom: 0;
  }

  .k_paragraph.morekarton {
    width: 100%;
  }

  .k_propositions_container {
    margin-bottom: 0;
  }

  .k_propositionimage {
    top: -171px;
  }

  .k_propositionimage.mobile {
    background-image: url('../images/Karton_PropositionImage_1.avif');
    background-size: cover;
    position: static;
  }

  .k_propositionimage.mobile._2 {
    opacity: 1;
    background-image: url('../images/Karton_PropositionImage_3.avif');
    background-size: 892px;
  }

  .k_propositionimage.mobile._3 {
    opacity: 1;
    background-image: url('../images/Karotn_PropositionImage_4.avif');
    background-size: cover;
  }

  .k_propositionimage.mobile._4 {
    opacity: 1;
    background-image: url('../images/Karton_PropositionImage_5.avif');
  }

  .k_pricingtier_container {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .k_pricingtier_container.nopricing {
    height: 225px;
  }

  .k_pricingtier_content {
    width: 90%;
    height: 90%;
    min-height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .k_h3 {
    line-height: 28px;
  }

  .k_morekarton_item {
    width: 46%;
  }

  .k_footer_container {
    height: auto;
    display: none;
  }

  .k_footer_itemcontainer {
    width: 50%;
    height: 100px;
  }

  .k_scrollarea {
    min-height: 300vh;
    max-height: 300vh;
  }

  .k_menubar_container_mobile {
    z-index: 10;
    background-color: var(--light-grey);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 64px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .k_menubar_m_itemcontainer {
    z-index: 10;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .k_logo_menubar_mobile {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    order: -1;
    width: 200px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .k_mobilemenu_hamburger {
    background-color: #fff0;
    background-image: url('../images/Karton_Burger.svg');
    background-position: 0 0;
    background-size: cover;
    order: 1;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .k_footer_container_mobile {
    height: auto;
    display: block;
  }

  .k_footer_mobile {
    flex-flow: wrap;
    display: flex;
  }

  .k_mobilemenu_foldout {
    z-index: 11;
    background-color: var(--dark);
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 380px;
    margin-top: -454px;
    position: relative;
    top: 0;
    left: -2.5vw;
  }

  .k_mobilefoldout_logo {
    background-image: url('../images/Logomark_Light.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .k_mobilemenu_link {
    color: var(--light);
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Jetbrainsmono, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
    display: block;
  }

  .k_mobilemenu_link.notavailable {
    color: var(--notavailable);
  }

  .k_mobilemenu_nav {
    justify-content: space-between;
    align-items: center;
    height: 64px;
    margin-bottom: 48px;
    display: flex;
  }

  .k_mobilemenu_close {
    background-color: #fff0;
    background-image: url('../images/Karton_Cross.svg');
    background-position: 0 0;
    background-size: contain;
    width: 40px;
    height: 40px;
  }

  .k_menubar_navcontainer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .k_usecaseimage {
    top: -171px;
  }

  .k_usecaseimage.mobile {
    background-image: url('../images/Karton_PropositionImage_1.avif');
    background-size: cover;
    position: static;
  }

  .k_usecaseimage.mobile._2 {
    opacity: 1;
    background-image: url('../images/Karton_PropositionImage_3.avif');
    background-size: 892px;
  }

  .k_usecaseimage.mobile._3 {
    opacity: 1;
    background-image: url('../images/Karotn_PropositionImage_4.avif');
    background-size: cover;
  }

  .k_usecaseimage.mobile._4 {
    opacity: 1;
  }

  .k_usecaseimage._5, .k_usecaseimage._6 {
    height: 250px;
  }

  .k_usecaseimage._7, .k_usecaseimage._8 {
    height: 250px;
    position: static;
  }

  .k_soloreasons_container {
    width: 100%;
    height: auto;
  }

  .k_reason_container {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    height: auto;
  }

  .k_soloreason_image {
    flex: none;
  }

  .k_wachtlijstblock {
    width: 90%;
    height: auto;
  }

  .k_wachtlijstsluit {
    align-self: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .k_container.propositionspace {
    display: none;
  }

  .k_container.propositionspac_mobile {
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .k_container.usecasespace {
    padding-top: 0;
    display: block;
  }

  .k_container.usecasespace._2 {
    padding-top: 0;
  }

  .k_vertical_center {
    width: 90vw;
  }

  .k_button.morekarton {
    margin-top: 16px;
  }

  .k_contentblock_half.propos_mobile {
    margin-bottom: 0;
  }

  .k_contentblock_half.centred.inblock {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .k_h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .k_h1.centred {
    font-size: 50px;
  }

  .k_h1.centred.inblock {
    line-height: 40px;
  }

  .k_paragraph._2-3 {
    width: 80%;
  }

  .k_paragraph._2-3.darkpurple, .k_paragraph._2-3.light, .k_paragraph._3-4 {
    width: 100%;
  }

  .k_paragraph.morekarton {
    margin-bottom: 0;
  }

  .k_paragraph.centered {
    font-size: 18px;
    line-height: 22px;
  }

  .k_heroimage.image_q3_24 {
    height: 400px;
  }

  .k_proposition_text {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
  }

  .k_propositionimage.mobile {
    background-image: url('../images/Karton_PropositionImage_1.avif');
    height: 200px;
    margin-bottom: 0;
    position: static;
  }

  .k_propositionimage.mobile._2 {
    background-position: 50%;
    background-size: cover;
  }

  .k_propositionimage.mobile._4 {
    opacity: 1;
    background-image: url('../images/Karton_PropositionImage_5.avif');
    background-size: cover;
  }

  .k_pricingtier_container {
    width: 100%;
    height: auto;
  }

  .k_pricingtier_container.nopricing {
    height: 300px;
    padding: 16px;
  }

  .k_pricingtier_content {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .k_h3, .k_h3.reason {
    line-height: 28px;
  }

  .k_more_container {
    text-align: center;
  }

  .k_threepart_container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .k_morekarton_item {
    width: 90%;
    margin-bottom: 48px;
  }

  .k_footer_itemcontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 50%;
    min-width: 220px;
    height: auto;
    margin-bottom: 16px;
  }

  .k_mobilemenu_foldout {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    left: -2.5vw;
  }

  .k_mobilemenu_link {
    text-decoration: none;
    display: block;
  }

  .k_mobilemenu_link.notavailable {
    color: var(--notavailable);
  }

  .k_mobilemenu_nav {
    margin-top: 8px;
  }

  .k_mobilemenu_close {
    width: 40px;
    height: 40px;
  }

  .k_usecaseimage.mobile {
    background-image: url('../images/Karton_PropositionImage_1.avif');
    height: 200px;
    position: static;
  }

  .k_usecaseimage.mobile._4 {
    opacity: 1;
    background-image: url('../images/Karton_PropositionImage_5.avif');
    background-size: cover;
  }

  .k_soloreasons_container {
    flex-flow: column;
  }

  .k_reason_container {
    width: 100%;
  }

  .k_wachtlijstsluit {
    flex: none;
    align-self: flex-start;
  }
}


@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Funneldisplay';
  src: url('../fonts/FunnelDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Funneldisplay';
  src: url('../fonts/FunnelDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}