@charset "UTF-8";
@import url("https://use.typekit.net/yhw5hpq.css");
@font-face {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/themes/frontend/fonts/icons.eot?b43bffb83b");
  src: url("/assets/themes/frontend/fonts/icons.eot?b43bffb83b") format("embedded-opentype"), url("/assets/themes/frontend/fonts/icons.woff?b43bffb83b") format("woff"), url("/assets/themes/frontend/fonts/icons.ttf?b43bffb83b") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  font-family: "source-sans-pro", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  color: var(--color-text);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
body::selection {
  background: var(--color-primary);
  color: #fff;
  text-shadow: none;
}
html:root {
  --vragenai-color-primary: var(--color-primary);
}

main {
  display: block;
}

body,
#layout-main {
  background-color: var(--color-background);
  margin-left: 0;
  padding: 1rem 2rem;
}

.flags {
  display: none;
}

#page-groups article section .page-group td.label {
  margin: 0 0 0.25rem 0;
  padding: 0;
  width: unset;
}

#page-groups article section .page-group td {
  margin: 0;
}

#page-groups article section .page-group td.input {
  padding: 0;
  width: 100%;
}

#page-groups article section .page-group tr.first td.label,
#page-groups article section .page-group tr.first td.input {
  padding-top: 0;
}

#page-groups article section .page-group tr.last td.label,
#page-groups article section .page-group tr.last td.input {
  padding-bottom: 0;
}

#page-groups article .label-wrapper {
  padding-bottom: 0.5rem;
}

.button,
#form-page nav ul li a.button {
  background: unset;
  color: unset;
  display: initial;
  height: unset;
  padding: unset;
  width: unset;
}

.validation-summary-errors {
  background: #f9c9bf;
  color: #a51b00;
  padding: 2rem;
}
.validation-summary-errors span {
  padding-bottom: 1rem;
}

.field-validation-error {
  background: #f9c9bf;
  color: #a51b00;
  display: block;
  margin-bottom: -0.25rem;
  padding: 1rem;
}

#page-groups {
  margin-top: 1rem;
}

#page-groups article header strong {
  font-family: "novel-pro", serif;
  font-size: 1.75rem;
  line-height: 1.28571429;
  font-weight: 700;
}

.page-group {
  width: 100%;
}

.page-group tr.input-wrapper:not(.hidden),
.page-group tr.input-wrapper[style="display: table-row;"] {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}

.page-group tr.input-wrapper[style="display: table-row;"] {
  display: flex !important;
}
.page-group tr.input-wrapper[data-input-name=Huisnummer], .page-group tr.input-wrapper[data-input-name=HuisnummerToevoeging], .page-group tr.input-wrapper[data-input-name=Postcode], .page-group tr.input-wrapper[data-input-name=Tussenvoegsel], .page-group tr.input-wrapper[data-input-name=Voorletters] {
  max-width: 14rem;
}
.page-group tr.input-wrapper[data-input-name=TelefoonNL], .page-group tr.input-wrapper[data-input-name=TelefoonBetalerNL], .page-group tr.input-wrapper[data-input-name=TelefoonBetaler],
.page-group tr.input-wrapper .HiddenIm {
  display: none !important;
}

form #form-page .label {
  margin-bottom: 0.25rem;
}
form #form-page .label label {
  font-family: "source-sans-pro", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2941176471;
}
form #form-page .label span {
  font-family: "source-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  display: block;
  margin-top: 0.25rem;
}
form #form-page .input {
  margin: 0;
  padding: 0;
}
form #form-page .input input[type=text] {
  font-family: "source-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  background: #fff;
  border: 0.125rem solid #000;
  border-radius: 0.25rem;
  color: #000;
  height: 3rem;
  max-width: 100%;
  padding: 0.25rem 0.875rem 0.25rem;
  font-family: "source-sans-pro", sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.6842105263;
  border-radius: 2rem;
  width: 100%;
}
form #form-page .input input[type=text]:disabled {
  background-color: #d9d9d9;
  border-color: #a5a5a5;
  color: #777;
  cursor: not-allowed;
}
form #form-page .input input[type=text]:focus {
  border-bottom-color: var(--color-primary);
  outline: none;
}
form #form-page .input input[type=text].error {
  border-color: #a51b00;
}
form #form-page .input input[type=text]::-webkit-input-placeholder {
  color: #777;
  font-style: italic;
  font-weight: 500;
}
form #form-page .input input[type=text]:-ms-input-placeholder {
  color: #777;
  font-style: italic;
  font-weight: 500;
}
form #form-page .input input[type=text]::-ms-input-placeholder {
  color: #777;
  font-style: italic;
  font-weight: 500;
}
form #form-page .input input[type=text]::placeholder {
  color: #777;
  font-style: italic;
  font-weight: 500;
}
form #form-page .input select {
  font-family: "source-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  background: #fff;
  border: 0.125rem solid #000;
  border-radius: 0.25rem;
  color: #000;
  height: 3rem;
  max-width: 100%;
  padding: 0.25rem 0.875rem 0.25rem;
  background: #fff;
  border-radius: 2rem;
  max-width: 20rem;
  width: 100%;
}
form #form-page .input select:disabled {
  background-color: #d9d9d9;
  border-color: #a5a5a5;
  color: #777;
  cursor: not-allowed;
}
form #form-page .input select:focus {
  border-bottom-color: var(--color-primary);
  outline: none;
}
form #form-page .input select.error {
  border-color: #a51b00;
}
form #form-page .input select::-webkit-input-placeholder {
  color: #777;
  font-style: italic;
  font-weight: 500;
}
form #form-page .input select:-ms-input-placeholder {
  color: #777;
  font-style: italic;
  font-weight: 500;
}
form #form-page .input select::-ms-input-placeholder {
  color: #777;
  font-style: italic;
  font-weight: 500;
}
form #form-page .input select::placeholder {
  color: #777;
  font-style: italic;
  font-weight: 500;
}
form #form-page .label:has(> .field-validation-error) + .input {
  background: #f9c9bf;
  color: #a51b00;
  padding: 0 1rem 1rem;
}
form #form-page .label:has(> .field-validation-error) + .input .label-wrapper {
  color: #000;
}

#form-page {
  color: unset;
}
#form-page nav ul {
  align-items: center;
  display: flex;
  float: unset;
}
#form-page nav ul li {
  margin-right: 1rem;
}
#form-page nav ul li a.button.next {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 1.25rem;
  border-style: solid;
  border-width: 0.125rem;
  cursor: pointer;
  display: inline-block;
  margin: 0.125rem 1rem 0.125rem 0;
  padding: 0.25rem 0.75rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: 0.2s;
  vertical-align: middle;
  background: #2275d3;
  border-color: #2275d3;
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  text-transform: uppercase;
  border-radius: 1.5rem;
  padding: 0.75rem 2rem;
}
#form-page nav ul li a.button.next:focus, #form-page nav ul li a.button.next:hover {
  text-decoration: none;
}
#form-page nav ul li a.button.next:disabled {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: rgba(255, 255, 255, 0.7019607843);
  cursor: not-allowed;
}
#form-page nav ul li a.button.next:disabled:focus, #form-page nav ul li a.button.next:disabled:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: rgba(255, 255, 255, 0.7019607843);
}
#form-page nav ul li a.button.next:focus, #form-page nav ul li a.button.next:hover {
  background: #fff;
  border-color: #2275d3;
  color: #2275d3;
}
#form-page nav ul li a.button.previous {
  border: 0;
  color: var(--color-link);
  text-decoration: none;
  text-transform: none;
  display: block;
  font-family: "source-sans-pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.111111111;
}
#form-page nav ul li a.button.previous:hover, #form-page nav ul li a.button.previous:focus {
  background: transparent;
  color: var(--color-link--hover);
  text-decoration: underline;
}
#form-page nav ul li a.button.previous:hover::before, #form-page nav ul li a.button.previous:focus::before {
  text-decoration: none;
}
#form-page nav ul li a.button.previous::before {
  content: "\200c\ea11";
  font-family: "icons";
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  margin-right: 0.625rem;
  text-decoration: none;
  vertical-align: middle;
}

:root {
  --mode: light;
  --color-background: #fff;
  --color-background-alpha: rgba(255, 255, 255, 0);
  --color-background-alpha--25: rgba(255, 255, 255, 0.2509803922);
  --color-background-alpha--70: rgba(255, 255, 255, 0.7019607843);
  --color-primary: #2275d3;
  --color-tertiary: #2275d3;
  --color-tertiary-background: #dceeff;
  --color-text: #000;
  --color-text--accent: #777;
  --color-text-alpha--25: rgba(0, 0, 0, 0.2509803922);
  --color-text-alpha--70: rgba(0, 0, 0, 0.7019607843);
  --color-accent-tag: #2275d3;
  --color-heading: #000;
  --color-accent--50: #f9fafb;
  --color-accent--100: #edf7ff;
  --color-accent--150: #dceeff;
  --color-accent--800: #08305d;
  --color-link: #2275d3;
  --color-link--hover: #29bdef;
  --color-button--subtle: #29bdef;
}

@media (min-width: 62rem){
  body {
    font-size: 1.1875rem;
    line-height: 1.5789473684;
  }
  form #form-page .input input[type=text] {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
  form #form-page .input select {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
  #form-page nav ul li a.button.next {
    border-radius: 1rem;
    padding: 0.3125rem 1rem;
  }
  #form-page nav ul li a.button.next {
    font-size: 1rem;
    line-height: 1.5;
  }
  #form-page nav ul li a.button.next {
    border-radius: 1.75rem;
    padding: 0.875rem 3rem;
  }
}