@charset "UTF-8";
/*
  The @import ~@govflanders syntax doesn't seem to work, so these will have to be replaced.
  Replacing @import "~@govflanders/.." with @import "node_modules/@govflanders/.." seems to do the trick.
*/
:root {
  --vl-theme-primary-color: #FFED00;
  --vl-theme-primary-color-60: rgb(255, 244.2, 102);
  --vl-theme-primary-color-70: rgb(255, 242.4, 76.5);
  --vl-theme-primary-color-rgba-30: rgba(255, 237, 0, 0.3);
  --vl-theme-fg-color: #333332;
  --vl-theme-fg-color-60: rgb(132.6, 132.6, 132);
  --vl-theme-fg-color-70: rgb(112.2, 112.2, 111.5);
}

.vl-vi::before, .vl-vi::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
}

.vl-vi.vl-vi-u-180deg::before {
  display: inline-block;
  transform: rotate(180deg);
  vertical-align: middle;
}

.vl-vi-u-xs::before {
  font-size: 0.8rem;
}

.vl-vi-u-s::before {
  font-size: 1.3rem;
}

.vl-vi-u-m::before {
  font-size: 1.7rem;
}

.vl-vi-u-l::before {
  font-size: 2rem;
}

.vl-vi-u-xl::before {
  font-size: 2.2rem;
}

.vl-vi-u-90deg::before {
  display: inline-block;
  transform: rotate(90deg);
}

.vl-vi-u-180deg::before {
  display: inline-block;
  transform: rotate(180deg);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: transparent;
}

img {
  max-width: 100%;
}

button::-moz-focus-inner {
  border: 0;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: inherit;
}

html {
  min-height: 100%;
  font-family: "Flanders Art Sans", sans-serif;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-height: 100%;
  background: #fff;
  color: #333332;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.33;
  }
}
body::before {
  display: none;
  content: "large";
}

@media screen and (max-width: 1023px) {
  body::before {
    content: "medium";
  }
}
@media screen and (min-width: 767px) {
  body::before {
    content: "medium-up";
  }
}
@media screen and (max-width: 767px) {
  body::before {
    content: "small";
  }
}
@media screen and (max-width: 500px) {
  body::before {
    content: "xsmall";
  }
}
@media screen and (min-width: 1600px) {
  body::before {
    content: "xlarge";
  }
}
@font-face {
  font-family: "Flanders Art Sans";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/sans/FlandersArtSans-Light.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/sans/FlandersArtSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Flanders Art Sans";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/sans/FlandersArtSans-Regular.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/sans/FlandersArtSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Flanders Art Sans";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/sans/FlandersArtSans-Medium.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/sans/FlandersArtSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Flanders Art Sans";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/sans/FlandersArtSans-Bold.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/sans/FlandersArtSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Flanders Art Sans";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/italic/FlandersArtSans-Light.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/italic/FlandersArtSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Flanders Art Sans";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/italic/FlandersArtSans-Regular.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/italic/FlandersArtSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Flanders Art Sans";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/italic/FlandersArtSans-Medium.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/italic/FlandersArtSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Flanders Art Sans";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/italic/FlandersArtSans-Bold.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/italic/FlandersArtSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Flanders Art Serif";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/serif/FlandersArtSerif-Light.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/serif/FlandersArtSerif-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Flanders Art Serif";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/serif/FlandersArtSerif-Regular.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/serif/FlandersArtSerif-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Flanders Art Serif";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/serif/FlandersArtSerif-Medium.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/serif/FlandersArtSerif-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Flanders Art Serif";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/serif/FlandersArtSerif-Bold.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/flanders/serif/FlandersArtSerif-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "vlaanderen-icon";
  src: url("../../../node_modules/@govflanders/vl-ui-core/dist/font/iconfont/vlaanderen-icon.woff2") format("woff2"), url("../../../node_modules/@govflanders/vl-ui-core/dist/font/iconfont/vlaanderen-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.vl-vi-add::before {
  content: "\f101";
}

.vl-vi-add--after::after {
  content: "\f101";
}

.vl-vi-addressbook::before {
  content: "\f102";
}

.vl-vi-addressbook--after::after {
  content: "\f102";
}

.vl-vi-airplane::before {
  content: "\f103";
}

.vl-vi-airplane--after::after {
  content: "\f103";
}

.vl-vi-alarm-silent::before {
  content: "\f104";
}

.vl-vi-alarm-silent--after::after {
  content: "\f104";
}

.vl-vi-alarm::before {
  content: "\f105";
}

.vl-vi-alarm--after::after {
  content: "\f105";
}

.vl-vi-alert-circle-filled::before {
  content: "\f106";
}

.vl-vi-alert-circle-filled--after::after {
  content: "\f106";
}

.vl-vi-alert-circle::before {
  content: "\f107";
}

.vl-vi-alert-circle--after::after {
  content: "\f107";
}

.vl-vi-alert-small::before {
  content: "\f108";
}

.vl-vi-alert-small--after::after {
  content: "\f108";
}

.vl-vi-alert-triangle-filled::before {
  content: "\f109";
}

.vl-vi-alert-triangle-filled--after::after {
  content: "\f109";
}

.vl-vi-alert-triangle::before {
  content: "\f10a";
}

.vl-vi-alert-triangle--after::after {
  content: "\f10a";
}

.vl-vi-align-center::before {
  content: "\f10b";
}

.vl-vi-align-center--after::after {
  content: "\f10b";
}

.vl-vi-align-justify::before {
  content: "\f10c";
}

.vl-vi-align-justify--after::after {
  content: "\f10c";
}

.vl-vi-align-left::before {
  content: "\f10d";
}

.vl-vi-align-left--after::after {
  content: "\f10d";
}

.vl-vi-align-right::before {
  content: "\f10e";
}

.vl-vi-align-right--after::after {
  content: "\f10e";
}

.vl-vi-apple::before {
  content: "\f10f";
}

.vl-vi-apple--after::after {
  content: "\f10f";
}

.vl-vi-area::before {
  content: "\f110";
}

.vl-vi-area--after::after {
  content: "\f110";
}

.vl-vi-arrange-1-to-9::before {
  content: "\f111";
}

.vl-vi-arrange-1-to-9--after::after {
  content: "\f111";
}

.vl-vi-arrange-9-to-1::before {
  content: "\f112";
}

.vl-vi-arrange-9-to-1--after::after {
  content: "\f112";
}

.vl-vi-arrange-a-to-z::before {
  content: "\f113";
}

.vl-vi-arrange-a-to-z--after::after {
  content: "\f113";
}

.vl-vi-arrange-amount-large-to-small::before {
  content: "\f114";
}

.vl-vi-arrange-amount-large-to-small--after::after {
  content: "\f114";
}

.vl-vi-arrange-amount-small-to-large::before {
  content: "\f115";
}

.vl-vi-arrange-amount-small-to-large--after::after {
  content: "\f115";
}

.vl-vi-arrange-z-to-a::before {
  content: "\f116";
}

.vl-vi-arrange-z-to-a--after::after {
  content: "\f116";
}

.vl-vi-arrow-bottom::before {
  content: "\f117";
}

.vl-vi-arrow-bottom--after::after {
  content: "\f117";
}

.vl-vi-arrow-down-fat::before {
  content: "\f118";
}

.vl-vi-arrow-down-fat--after::after {
  content: "\f118";
}

.vl-vi-arrow-down-thin::before {
  content: "\f119";
}

.vl-vi-arrow-down-thin--after::after {
  content: "\f119";
}

.vl-vi-arrow-down::before {
  content: "\f11a";
}

.vl-vi-arrow-down--after::after {
  content: "\f11a";
}

.vl-vi-arrow-freemove::before {
  content: "\f11b";
}

.vl-vi-arrow-freemove--after::after {
  content: "\f11b";
}

.vl-vi-arrow-left-fat::before {
  content: "\f11c";
}

.vl-vi-arrow-left-fat--after::after {
  content: "\f11c";
}

.vl-vi-arrow-left-thin::before {
  content: "\f11d";
}

.vl-vi-arrow-left-thin--after::after {
  content: "\f11d";
}

.vl-vi-arrow-left::before {
  content: "\f11e";
}

.vl-vi-arrow-left--after::after {
  content: "\f11e";
}

.vl-vi-arrow-right-fat::before {
  content: "\f11f";
}

.vl-vi-arrow-right-fat--after::after {
  content: "\f11f";
}

.vl-vi-arrow-right-thin::before {
  content: "\f120";
}

.vl-vi-arrow-right-thin--after::after {
  content: "\f120";
}

.vl-vi-arrow-right::before {
  content: "\f121";
}

.vl-vi-arrow-right--after::after {
  content: "\f121";
}

.vl-vi-arrow-thin::before {
  content: "\f122";
}

.vl-vi-arrow-thin--after::after {
  content: "\f122";
}

.vl-vi-arrow-up-fat::before {
  content: "\f123";
}

.vl-vi-arrow-up-fat--after::after {
  content: "\f123";
}

.vl-vi-arrow-up-thin::before {
  content: "\f124";
}

.vl-vi-arrow-up-thin--after::after {
  content: "\f124";
}

.vl-vi-arrow-up::before {
  content: "\f125";
}

.vl-vi-arrow-up--after::after {
  content: "\f125";
}

.vl-vi-arrow::before {
  content: "\f126";
}

.vl-vi-arrow--after::after {
  content: "\f126";
}

.vl-vi-asterisk::before {
  content: "\f127";
}

.vl-vi-asterisk--after::after {
  content: "\f127";
}

.vl-vi-audio-description::before {
  content: "\f128";
}

.vl-vi-audio-description--after::after {
  content: "\f128";
}

.vl-vi-back::before {
  content: "\f129";
}

.vl-vi-back--after::after {
  content: "\f129";
}

.vl-vi-ban::before {
  content: "\f12a";
}

.vl-vi-ban--after::after {
  content: "\f12a";
}

.vl-vi-banking-bill-euro::before {
  content: "\f12b";
}

.vl-vi-banking-bill-euro--after::after {
  content: "\f12b";
}

.vl-vi-battery-charging::before {
  content: "\f12c";
}

.vl-vi-battery-charging--after::after {
  content: "\f12c";
}

.vl-vi-bell::before {
  content: "\f12d";
}

.vl-vi-bell--after::after {
  content: "\f12d";
}

.vl-vi-bike-closed-criterium::before {
  content: "\f12e";
}

.vl-vi-bike-closed-criterium--after::after {
  content: "\f12e";
}

.vl-vi-bike-open-criterium::before {
  content: "\f12f";
}

.vl-vi-bike-open-criterium--after::after {
  content: "\f12f";
}

.vl-vi-bike::before {
  content: "\f130";
}

.vl-vi-bike--after::after {
  content: "\f130";
}

.vl-vi-bin::before {
  content: "\f131";
}

.vl-vi-bin--after::after {
  content: "\f131";
}

.vl-vi-binoculars::before {
  content: "\f132";
}

.vl-vi-binoculars--after::after {
  content: "\f132";
}

.vl-vi-boat-ship::before {
  content: "\f133";
}

.vl-vi-boat-ship--after::after {
  content: "\f133";
}

.vl-vi-bold::before {
  content: "\f134";
}

.vl-vi-bold--after::after {
  content: "\f134";
}

.vl-vi-book::before {
  content: "\f135";
}

.vl-vi-book--after::after {
  content: "\f135";
}

.vl-vi-bookmark-alt-1::before {
  content: "\f136";
}

.vl-vi-bookmark-alt-1--after::after {
  content: "\f136";
}

.vl-vi-bookmark-alt-2::before {
  content: "\f137";
}

.vl-vi-bookmark-alt-2--after::after {
  content: "\f137";
}

.vl-vi-bookmark::before {
  content: "\f138";
}

.vl-vi-bookmark--after::after {
  content: "\f138";
}

.vl-vi-breadcrumb-separator::before {
  content: "\f139";
}

.vl-vi-breadcrumb-separator--after::after {
  content: "\f139";
}

.vl-vi-briefcase::before {
  content: "\f13a";
}

.vl-vi-briefcase--after::after {
  content: "\f13a";
}

.vl-vi-building-2::before {
  content: "\f13b";
}

.vl-vi-building-2--after::after {
  content: "\f13b";
}

.vl-vi-building-big::before {
  content: "\f13c";
}

.vl-vi-building-big--after::after {
  content: "\f13c";
}

.vl-vi-building::before {
  content: "\f13d";
}

.vl-vi-building--after::after {
  content: "\f13d";
}

.vl-vi-bullet::before {
  content: "\f13e";
}

.vl-vi-bullet--after::after {
  content: "\f13e";
}

.vl-vi-burger-alt::before {
  content: "\f13f";
}

.vl-vi-burger-alt--after::after {
  content: "\f13f";
}

.vl-vi-burger::before {
  content: "\f140";
}

.vl-vi-burger--after::after {
  content: "\f140";
}

.vl-vi-burgerprofiel::before {
  content: "\f141";
}

.vl-vi-burgerprofiel--after::after {
  content: "\f141";
}

.vl-vi-bus::before {
  content: "\f142";
}

.vl-vi-bus--after::after {
  content: "\f142";
}

.vl-vi-business-graph-bar::before {
  content: "\f143";
}

.vl-vi-business-graph-bar--after::after {
  content: "\f143";
}

.vl-vi-business-graph-pie::before {
  content: "\f144";
}

.vl-vi-business-graph-pie--after::after {
  content: "\f144";
}

.vl-vi-cabinet::before {
  content: "\f145";
}

.vl-vi-cabinet--after::after {
  content: "\f145";
}

.vl-vi-cake::before {
  content: "\f146";
}

.vl-vi-cake--after::after {
  content: "\f146";
}

.vl-vi-calculator::before {
  content: "\f147";
}

.vl-vi-calculator--after::after {
  content: "\f147";
}

.vl-vi-calendar-add::before {
  content: "\f148";
}

.vl-vi-calendar-add--after::after {
  content: "\f148";
}

.vl-vi-calendar-check::before {
  content: "\f149";
}

.vl-vi-calendar-check--after::after {
  content: "\f149";
}

.vl-vi-calendar-subtract::before {
  content: "\f14a";
}

.vl-vi-calendar-subtract--after::after {
  content: "\f14a";
}

.vl-vi-calendar::before {
  content: "\f14b";
}

.vl-vi-calendar--after::after {
  content: "\f14b";
}

.vl-vi-calendar_check::before {
  content: "\f14c";
}

.vl-vi-calendar_check--after::after {
  content: "\f14c";
}

.vl-vi-calendar_date::before {
  content: "\f14d";
}

.vl-vi-calendar_date--after::after {
  content: "\f14d";
}

.vl-vi-camera::before {
  content: "\f14e";
}

.vl-vi-camera--after::after {
  content: "\f14e";
}

.vl-vi-car-wheel::before {
  content: "\f14f";
}

.vl-vi-car-wheel--after::after {
  content: "\f14f";
}

.vl-vi-car::before {
  content: "\f150";
}

.vl-vi-car--after::after {
  content: "\f150";
}

.vl-vi-chat-bubble-square-alert::before {
  content: "\f151";
}

.vl-vi-chat-bubble-square-alert--after::after {
  content: "\f151";
}

.vl-vi-chat-bubble-square-alt::before {
  content: "\f152";
}

.vl-vi-chat-bubble-square-alt--after::after {
  content: "\f152";
}

.vl-vi-chat-bubble-square::before {
  content: "\f153";
}

.vl-vi-chat-bubble-square--after::after {
  content: "\f153";
}

.vl-vi-chat-help::before {
  content: "\f154";
}

.vl-vi-chat-help--after::after {
  content: "\f154";
}

.vl-vi-chat::before {
  content: "\f155";
}

.vl-vi-chat--after::after {
  content: "\f155";
}

.vl-vi-check-circle::before {
  content: "\f156";
}

.vl-vi-check-circle--after::after {
  content: "\f156";
}

.vl-vi-check-filled::before {
  content: "\f157";
}

.vl-vi-check-filled--after::after {
  content: "\f157";
}

.vl-vi-check-naked::before {
  content: "\f158";
}

.vl-vi-check-naked--after::after {
  content: "\f158";
}

.vl-vi-check-shield::before {
  content: "\f159";
}

.vl-vi-check-shield--after::after {
  content: "\f159";
}

.vl-vi-check-small::before {
  content: "\f15a";
}

.vl-vi-check-small--after::after {
  content: "\f15a";
}

.vl-vi-check-thin::before {
  content: "\f15b";
}

.vl-vi-check-thin--after::after {
  content: "\f15b";
}

.vl-vi-check::before {
  content: "\f15c";
}

.vl-vi-check--after::after {
  content: "\f15c";
}

.vl-vi-child::before {
  content: "\f15d";
}

.vl-vi-child--after::after {
  content: "\f15d";
}

.vl-vi-clock::before {
  content: "\f15e";
}

.vl-vi-clock--after::after {
  content: "\f15e";
}

.vl-vi-close-filled::before {
  content: "\f15f";
}

.vl-vi-close-filled--after::after {
  content: "\f15f";
}

.vl-vi-close-light::before {
  content: "\f160";
}

.vl-vi-close-light--after::after {
  content: "\f160";
}

.vl-vi-close-naked::before {
  content: "\f161";
}

.vl-vi-close-naked--after::after {
  content: "\f161";
}

.vl-vi-close::before {
  content: "\f162";
}

.vl-vi-close--after::after {
  content: "\f162";
}

.vl-vi-cloud-download::before {
  content: "\f163";
}

.vl-vi-cloud-download--after::after {
  content: "\f163";
}

.vl-vi-cloud-upload::before {
  content: "\f164";
}

.vl-vi-cloud-upload--after::after {
  content: "\f164";
}

.vl-vi-cloud::before {
  content: "\f165";
}

.vl-vi-cloud--after::after {
  content: "\f165";
}

.vl-vi-code-branch::before {
  content: "\f166";
}

.vl-vi-code-branch--after::after {
  content: "\f166";
}

.vl-vi-coffee-cup::before {
  content: "\f167";
}

.vl-vi-coffee-cup--after::after {
  content: "\f167";
}

.vl-vi-cog::before {
  content: "\f168";
}

.vl-vi-cog--after::after {
  content: "\f168";
}

.vl-vi-coin-stack::before {
  content: "\f169";
}

.vl-vi-coin-stack--after::after {
  content: "\f169";
}

.vl-vi-compass::before {
  content: "\f16a";
}

.vl-vi-compass--after::after {
  content: "\f16a";
}

.vl-vi-computer-screen::before {
  content: "\f16b";
}

.vl-vi-computer-screen--after::after {
  content: "\f16b";
}

.vl-vi-confluence::before {
  content: "\f16c";
}

.vl-vi-confluence--after::after {
  content: "\f16c";
}

.vl-vi-construction-crane::before {
  content: "\f16d";
}

.vl-vi-construction-crane--after::after {
  content: "\f16d";
}

.vl-vi-construction-shack::before {
  content: "\f16e";
}

.vl-vi-construction-shack--after::after {
  content: "\f16e";
}

.vl-vi-contactbook::before {
  content: "\f16f";
}

.vl-vi-contactbook--after::after {
  content: "\f16f";
}

.vl-vi-contacts::before {
  content: "\f170";
}

.vl-vi-contacts--after::after {
  content: "\f170";
}

.vl-vi-content-book-favorite-star::before {
  content: "\f171";
}

.vl-vi-content-book-favorite-star--after::after {
  content: "\f171";
}

.vl-vi-content-book::before {
  content: "\f172";
}

.vl-vi-content-book--after::after {
  content: "\f172";
}

.vl-vi-content-box::before {
  content: "\f173";
}

.vl-vi-content-box--after::after {
  content: "\f173";
}

.vl-vi-content-filter::before {
  content: "\f174";
}

.vl-vi-content-filter--after::after {
  content: "\f174";
}

.vl-vi-content-layers-hide::before {
  content: "\f175";
}

.vl-vi-content-layers-hide--after::after {
  content: "\f175";
}

.vl-vi-content-layers-show::before {
  content: "\f176";
}

.vl-vi-content-layers-show--after::after {
  content: "\f176";
}

.vl-vi-content-note::before {
  content: "\f177";
}

.vl-vi-content-note--after::after {
  content: "\f177";
}

.vl-vi-content-view-column::before {
  content: "\f178";
}

.vl-vi-content-view-column--after::after {
  content: "\f178";
}

.vl-vi-content-view-module::before {
  content: "\f179";
}

.vl-vi-content-view-module--after::after {
  content: "\f179";
}

.vl-vi-contract::before {
  content: "\f17a";
}

.vl-vi-contract--after::after {
  content: "\f17a";
}

.vl-vi-control-cross-over::before {
  content: "\f17b";
}

.vl-vi-control-cross-over--after::after {
  content: "\f17b";
}

.vl-vi-copy-paste::before {
  content: "\f17c";
}

.vl-vi-copy-paste--after::after {
  content: "\f17c";
}

.vl-vi-copyright::before {
  content: "\f17d";
}

.vl-vi-copyright--after::after {
  content: "\f17d";
}

.vl-vi-credit-card::before {
  content: "\f17e";
}

.vl-vi-credit-card--after::after {
  content: "\f17e";
}

.vl-vi-crop::before {
  content: "\f17f";
}

.vl-vi-crop--after::after {
  content: "\f17f";
}

.vl-vi-cross-thin::before {
  content: "\f180";
}

.vl-vi-cross-thin--after::after {
  content: "\f180";
}

.vl-vi-cross::before {
  content: "\f181";
}

.vl-vi-cross--after::after {
  content: "\f181";
}

.vl-vi-cursor-arrow-big::before {
  content: "\f182";
}

.vl-vi-cursor-arrow-big--after::after {
  content: "\f182";
}

.vl-vi-cursor-arrow-small::before {
  content: "\f183";
}

.vl-vi-cursor-arrow-small--after::after {
  content: "\f183";
}

.vl-vi-cursor-finger-down::before {
  content: "\f184";
}

.vl-vi-cursor-finger-down--after::after {
  content: "\f184";
}

.vl-vi-cursor-finger-left::before {
  content: "\f185";
}

.vl-vi-cursor-finger-left--after::after {
  content: "\f185";
}

.vl-vi-cursor-finger-right::before {
  content: "\f186";
}

.vl-vi-cursor-finger-right--after::after {
  content: "\f186";
}

.vl-vi-cursor-finger-up::before {
  content: "\f187";
}

.vl-vi-cursor-finger-up--after::after {
  content: "\f187";
}

.vl-vi-cursor-hand::before {
  content: "\f188";
}

.vl-vi-cursor-hand--after::after {
  content: "\f188";
}

.vl-vi-cursor-hold::before {
  content: "\f189";
}

.vl-vi-cursor-hold--after::after {
  content: "\f189";
}

.vl-vi-dashboard::before {
  content: "\f18a";
}

.vl-vi-dashboard--after::after {
  content: "\f18a";
}

.vl-vi-data-download::before {
  content: "\f18b";
}

.vl-vi-data-download--after::after {
  content: "\f18b";
}

.vl-vi-data-transfer::before {
  content: "\f18c";
}

.vl-vi-data-transfer--after::after {
  content: "\f18c";
}

.vl-vi-data-upload::before {
  content: "\f18d";
}

.vl-vi-data-upload--after::after {
  content: "\f18d";
}

.vl-vi-demonstration::before {
  content: "\f18e";
}

.vl-vi-demonstration--after::after {
  content: "\f18e";
}

.vl-vi-diagram::before {
  content: "\f18f";
}

.vl-vi-diagram--after::after {
  content: "\f18f";
}

.vl-vi-direction-sign::before {
  content: "\f190";
}

.vl-vi-direction-sign--after::after {
  content: "\f190";
}

.vl-vi-document-small::before {
  content: "\f191";
}

.vl-vi-document-small--after::after {
  content: "\f191";
}

.vl-vi-document::before {
  content: "\f192";
}

.vl-vi-document--after::after {
  content: "\f192";
}

.vl-vi-double-arrow::before {
  content: "\f193";
}

.vl-vi-double-arrow--after::after {
  content: "\f193";
}

.vl-vi-download-harddisk::before {
  content: "\f194";
}

.vl-vi-download-harddisk--after::after {
  content: "\f194";
}

.vl-vi-drawer-down::before {
  content: "\f195";
}

.vl-vi-drawer-down--after::after {
  content: "\f195";
}

.vl-vi-drawer::before {
  content: "\f196";
}

.vl-vi-drawer--after::after {
  content: "\f196";
}

.vl-vi-drink-bottle::before {
  content: "\f197";
}

.vl-vi-drink-bottle--after::after {
  content: "\f197";
}

.vl-vi-eco-throw-trash::before {
  content: "\f198";
}

.vl-vi-eco-throw-trash--after::after {
  content: "\f198";
}

.vl-vi-edit::before {
  content: "\f199";
}

.vl-vi-edit--after::after {
  content: "\f199";
}

.vl-vi-eloket::before {
  content: "\f19a";
}

.vl-vi-eloket--after::after {
  content: "\f19a";
}

.vl-vi-email-read::before {
  content: "\f19b";
}

.vl-vi-email-read--after::after {
  content: "\f19b";
}

.vl-vi-email::before {
  content: "\f19c";
}

.vl-vi-email--after::after {
  content: "\f19c";
}

.vl-vi-enlarge::before {
  content: "\f19d";
}

.vl-vi-enlarge--after::after {
  content: "\f19d";
}

.vl-vi-envelope::before {
  content: "\f19e";
}

.vl-vi-envelope--after::after {
  content: "\f19e";
}

.vl-vi-expand-horizontal-alt::before {
  content: "\f19f";
}

.vl-vi-expand-horizontal-alt--after::after {
  content: "\f19f";
}

.vl-vi-expand-horizontal::before {
  content: "\f1a0";
}

.vl-vi-expand-horizontal--after::after {
  content: "\f1a0";
}

.vl-vi-expand-vertical::before {
  content: "\f1a1";
}

.vl-vi-expand-vertical--after::after {
  content: "\f1a1";
}

.vl-vi-expand::before {
  content: "\f1a2";
}

.vl-vi-expand--after::after {
  content: "\f1a2";
}

.vl-vi-external::before {
  content: "\f1a3";
}

.vl-vi-external--after::after {
  content: "\f1a3";
}

.vl-vi-face-id::before {
  content: "\f1a4";
}

.vl-vi-face-id--after::after {
  content: "\f1a4";
}

.vl-vi-facebook::before {
  content: "\f1a5";
}

.vl-vi-facebook--after::after {
  content: "\f1a5";
}

.vl-vi-faq::before {
  content: "\f1a6";
}

.vl-vi-faq--after::after {
  content: "\f1a6";
}

.vl-vi-fastback::before {
  content: "\f1a7";
}

.vl-vi-fastback--after::after {
  content: "\f1a7";
}

.vl-vi-fastforward::before {
  content: "\f1a8";
}

.vl-vi-fastforward--after::after {
  content: "\f1a8";
}

.vl-vi-fax::before {
  content: "\f1a9";
}

.vl-vi-fax--after::after {
  content: "\f1a9";
}

.vl-vi-field::before {
  content: "\f1aa";
}

.vl-vi-field--after::after {
  content: "\f1aa";
}

.vl-vi-file-audio::before {
  content: "\f1ab";
}

.vl-vi-file-audio--after::after {
  content: "\f1ab";
}

.vl-vi-file-copy::before {
  content: "\f1ac";
}

.vl-vi-file-copy--after::after {
  content: "\f1ac";
}

.vl-vi-file-download::before {
  content: "\f1ad";
}

.vl-vi-file-download--after::after {
  content: "\f1ad";
}

.vl-vi-file-edit::before {
  content: "\f1ae";
}

.vl-vi-file-edit--after::after {
  content: "\f1ae";
}

.vl-vi-file-image::before {
  content: "\f1af";
}

.vl-vi-file-image--after::after {
  content: "\f1af";
}

.vl-vi-file-new::before {
  content: "\f1b0";
}

.vl-vi-file-new--after::after {
  content: "\f1b0";
}

.vl-vi-file-office-doc::before {
  content: "\f1b1";
}

.vl-vi-file-office-doc--after::after {
  content: "\f1b1";
}

.vl-vi-file-office-pdf::before {
  content: "\f1b2";
}

.vl-vi-file-office-pdf--after::after {
  content: "\f1b2";
}

.vl-vi-file-office-ppt::before {
  content: "\f1b3";
}

.vl-vi-file-office-ppt--after::after {
  content: "\f1b3";
}

.vl-vi-file-office-xls::before {
  content: "\f1b4";
}

.vl-vi-file-office-xls--after::after {
  content: "\f1b4";
}

.vl-vi-file-swap::before {
  content: "\f1b5";
}

.vl-vi-file-swap--after::after {
  content: "\f1b5";
}

.vl-vi-file-tasks-check::before {
  content: "\f1b6";
}

.vl-vi-file-tasks-check--after::after {
  content: "\f1b6";
}

.vl-vi-file-upload::before {
  content: "\f1b7";
}

.vl-vi-file-upload--after::after {
  content: "\f1b7";
}

.vl-vi-file-video::before {
  content: "\f1b8";
}

.vl-vi-file-video--after::after {
  content: "\f1b8";
}

.vl-vi-file-zipped-new::before {
  content: "\f1b9";
}

.vl-vi-file-zipped-new--after::after {
  content: "\f1b9";
}

.vl-vi-file-zipped-vice::before {
  content: "\f1ba";
}

.vl-vi-file-zipped-vice--after::after {
  content: "\f1ba";
}

.vl-vi-file::before {
  content: "\f1bb";
}

.vl-vi-file--after::after {
  content: "\f1bb";
}

.vl-vi-files-coding::before {
  content: "\f1bc";
}

.vl-vi-files-coding--after::after {
  content: "\f1bc";
}

.vl-vi-film::before {
  content: "\f1bd";
}

.vl-vi-film--after::after {
  content: "\f1bd";
}

.vl-vi-fingerprint::before {
  content: "\f1be";
}

.vl-vi-fingerprint--after::after {
  content: "\f1be";
}

.vl-vi-flickr::before {
  content: "\f1bf";
}

.vl-vi-flickr--after::after {
  content: "\f1bf";
}

.vl-vi-focus::before {
  content: "\f1c0";
}

.vl-vi-focus--after::after {
  content: "\f1c0";
}

.vl-vi-folder::before {
  content: "\f1c1";
}

.vl-vi-folder--after::after {
  content: "\f1c1";
}

.vl-vi-font::before {
  content: "\f1c2";
}

.vl-vi-font--after::after {
  content: "\f1c2";
}

.vl-vi-food-apple::before {
  content: "\f1c3";
}

.vl-vi-food-apple--after::after {
  content: "\f1c3";
}

.vl-vi-food-grain::before {
  content: "\f1c4";
}

.vl-vi-food-grain--after::after {
  content: "\f1c4";
}

.vl-vi-gender-female-male::before {
  content: "\f1c5";
}

.vl-vi-gender-female-male--after::after {
  content: "\f1c5";
}

.vl-vi-gender-female::before {
  content: "\f1c6";
}

.vl-vi-gender-female--after::after {
  content: "\f1c6";
}

.vl-vi-gender-male::before {
  content: "\f1c7";
}

.vl-vi-gender-male--after::after {
  content: "\f1c7";
}

.vl-vi-gender-transgender::before {
  content: "\f1c8";
}

.vl-vi-gender-transgender--after::after {
  content: "\f1c8";
}

.vl-vi-globe-alt::before {
  content: "\f1c9";
}

.vl-vi-globe-alt--after::after {
  content: "\f1c9";
}

.vl-vi-globe::before {
  content: "\f1ca";
}

.vl-vi-globe--after::after {
  content: "\f1ca";
}

.vl-vi-google-play::before {
  content: "\f1cb";
}

.vl-vi-google-play--after::after {
  content: "\f1cb";
}

.vl-vi-googleplus::before {
  content: "\f1cc";
}

.vl-vi-googleplus--after::after {
  content: "\f1cc";
}

.vl-vi-graduate::before {
  content: "\f1cd";
}

.vl-vi-graduate--after::after {
  content: "\f1cd";
}

.vl-vi-graduation-hat::before {
  content: "\f1ce";
}

.vl-vi-graduation-hat--after::after {
  content: "\f1ce";
}

.vl-vi-hammer-anvil::before {
  content: "\f1cf";
}

.vl-vi-hammer-anvil--after::after {
  content: "\f1cf";
}

.vl-vi-hammer::before {
  content: "\f1d0";
}

.vl-vi-hammer--after::after {
  content: "\f1d0";
}

.vl-vi-hand-hint::before {
  content: "\f1d1";
}

.vl-vi-hand-hint--after::after {
  content: "\f1d1";
}

.vl-vi-harddisk::before {
  content: "\f1d2";
}

.vl-vi-harddisk--after::after {
  content: "\f1d2";
}

.vl-vi-headphone::before {
  content: "\f1d3";
}

.vl-vi-headphone--after::after {
  content: "\f1d3";
}

.vl-vi-health-first-aid-kit::before {
  content: "\f1d4";
}

.vl-vi-health-first-aid-kit--after::after {
  content: "\f1d4";
}

.vl-vi-health-heart-pulse::before {
  content: "\f1d5";
}

.vl-vi-health-heart-pulse--after::after {
  content: "\f1d5";
}

.vl-vi-health-hospital::before {
  content: "\f1d6";
}

.vl-vi-health-hospital--after::after {
  content: "\f1d6";
}

.vl-vi-hide::before {
  content: "\f1d7";
}

.vl-vi-hide--after::after {
  content: "\f1d7";
}

.vl-vi-hierarchy::before {
  content: "\f1d8";
}

.vl-vi-hierarchy--after::after {
  content: "\f1d8";
}

.vl-vi-hotel-bath-shower::before {
  content: "\f1d9";
}

.vl-vi-hotel-bath-shower--after::after {
  content: "\f1d9";
}

.vl-vi-hotel-bed::before {
  content: "\f1da";
}

.vl-vi-hotel-bed--after::after {
  content: "\f1da";
}

.vl-vi-hotel-fire-alarm::before {
  content: "\f1db";
}

.vl-vi-hotel-fire-alarm--after::after {
  content: "\f1db";
}

.vl-vi-hotel-shower::before {
  content: "\f1dc";
}

.vl-vi-hotel-shower--after::after {
  content: "\f1dc";
}

.vl-vi-hourglass::before {
  content: "\f1dd";
}

.vl-vi-hourglass--after::after {
  content: "\f1dd";
}

.vl-vi-id-card::before {
  content: "\f1de";
}

.vl-vi-id-card--after::after {
  content: "\f1de";
}

.vl-vi-id::before {
  content: "\f1df";
}

.vl-vi-id--after::after {
  content: "\f1df";
}

.vl-vi-images-copy::before {
  content: "\f1e0";
}

.vl-vi-images-copy--after::after {
  content: "\f1e0";
}

.vl-vi-images::before {
  content: "\f1e1";
}

.vl-vi-images--after::after {
  content: "\f1e1";
}

.vl-vi-inbox::before {
  content: "\f1e2";
}

.vl-vi-inbox--after::after {
  content: "\f1e2";
}

.vl-vi-indent-left::before {
  content: "\f1e3";
}

.vl-vi-indent-left--after::after {
  content: "\f1e3";
}

.vl-vi-indent-right::before {
  content: "\f1e4";
}

.vl-vi-indent-right--after::after {
  content: "\f1e4";
}

.vl-vi-info-circle::before {
  content: "\f1e5";
}

.vl-vi-info-circle--after::after {
  content: "\f1e5";
}

.vl-vi-info-filled::before {
  content: "\f1e6";
}

.vl-vi-info-filled--after::after {
  content: "\f1e6";
}

.vl-vi-info-naked::before {
  content: "\f1e7";
}

.vl-vi-info-naked--after::after {
  content: "\f1e7";
}

.vl-vi-info::before {
  content: "\f1e8";
}

.vl-vi-info--after::after {
  content: "\f1e8";
}

.vl-vi-instagram::before {
  content: "\f1e9";
}

.vl-vi-instagram--after::after {
  content: "\f1e9";
}

.vl-vi-ironing::before {
  content: "\f1ea";
}

.vl-vi-ironing--after::after {
  content: "\f1ea";
}

.vl-vi-italic::before {
  content: "\f1eb";
}

.vl-vi-italic--after::after {
  content: "\f1eb";
}

.vl-vi-jira::before {
  content: "\f1ec";
}

.vl-vi-jira--after::after {
  content: "\f1ec";
}

.vl-vi-key::before {
  content: "\f1ed";
}

.vl-vi-key--after::after {
  content: "\f1ed";
}

.vl-vi-keyboard::before {
  content: "\f1ee";
}

.vl-vi-keyboard--after::after {
  content: "\f1ee";
}

.vl-vi-laptop::before {
  content: "\f1ef";
}

.vl-vi-laptop--after::after {
  content: "\f1ef";
}

.vl-vi-leisure-ticket::before {
  content: "\f1f0";
}

.vl-vi-leisure-ticket--after::after {
  content: "\f1f0";
}

.vl-vi-lightbulb::before {
  content: "\f1f1";
}

.vl-vi-lightbulb--after::after {
  content: "\f1f1";
}

.vl-vi-link-broken::before {
  content: "\f1f2";
}

.vl-vi-link-broken--after::after {
  content: "\f1f2";
}

.vl-vi-link::before {
  content: "\f1f3";
}

.vl-vi-link--after::after {
  content: "\f1f3";
}

.vl-vi-linkedin::before {
  content: "\f1f4";
}

.vl-vi-linkedin--after::after {
  content: "\f1f4";
}

.vl-vi-list-add::before {
  content: "\f1f5";
}

.vl-vi-list-add--after::after {
  content: "\f1f5";
}

.vl-vi-list-bullets-alt::before {
  content: "\f1f6";
}

.vl-vi-list-bullets-alt--after::after {
  content: "\f1f6";
}

.vl-vi-list-bullets::before {
  content: "\f1f7";
}

.vl-vi-list-bullets--after::after {
  content: "\f1f7";
}

.vl-vi-list-numbers::before {
  content: "\f1f8";
}

.vl-vi-list-numbers--after::after {
  content: "\f1f8";
}

.vl-vi-list::before {
  content: "\f1f9";
}

.vl-vi-list--after::after {
  content: "\f1f9";
}

.vl-vi-loader::before {
  content: "\f1fa";
}

.vl-vi-loader--after::after {
  content: "\f1fa";
}

.vl-vi-location-direction-arrow::before {
  content: "\f1fb";
}

.vl-vi-location-direction-arrow--after::after {
  content: "\f1fb";
}

.vl-vi-location-gps::before {
  content: "\f1fc";
}

.vl-vi-location-gps--after::after {
  content: "\f1fc";
}

.vl-vi-location-map::before {
  content: "\f1fd";
}

.vl-vi-location-map--after::after {
  content: "\f1fd";
}

.vl-vi-location::before {
  content: "\f1fe";
}

.vl-vi-location--after::after {
  content: "\f1fe";
}

.vl-vi-lock-unlock::before {
  content: "\f1ff";
}

.vl-vi-lock-unlock--after::after {
  content: "\f1ff";
}

.vl-vi-lock::before {
  content: "\f200";
}

.vl-vi-lock--after::after {
  content: "\f200";
}

.vl-vi-login::before {
  content: "\f201";
}

.vl-vi-login--after::after {
  content: "\f201";
}

.vl-vi-logout::before {
  content: "\f202";
}

.vl-vi-logout--after::after {
  content: "\f202";
}

.vl-vi-long-arrow::before {
  content: "\f203";
}

.vl-vi-long-arrow--after::after {
  content: "\f203";
}

.vl-vi-magic-wand::before {
  content: "\f204";
}

.vl-vi-magic-wand--after::after {
  content: "\f204";
}

.vl-vi-magnifier::before {
  content: "\f205";
}

.vl-vi-magnifier--after::after {
  content: "\f205";
}

.vl-vi-mail::before {
  content: "\f206";
}

.vl-vi-mail--after::after {
  content: "\f206";
}

.vl-vi-market::before {
  content: "\f207";
}

.vl-vi-market--after::after {
  content: "\f207";
}

.vl-vi-menu::before {
  content: "\f208";
}

.vl-vi-menu--after::after {
  content: "\f208";
}

.vl-vi-messenger::before {
  content: "\f209";
}

.vl-vi-messenger--after::after {
  content: "\f209";
}

.vl-vi-microphone-off::before {
  content: "\f20a";
}

.vl-vi-microphone-off--after::after {
  content: "\f20a";
}

.vl-vi-microphone::before {
  content: "\f20b";
}

.vl-vi-microphone--after::after {
  content: "\f20b";
}

.vl-vi-milk-carton::before {
  content: "\f20c";
}

.vl-vi-milk-carton--after::after {
  content: "\f20c";
}

.vl-vi-minus-circle::before {
  content: "\f20d";
}

.vl-vi-minus-circle--after::after {
  content: "\f20d";
}

.vl-vi-minus::before {
  content: "\f20e";
}

.vl-vi-minus--after::after {
  content: "\f20e";
}

.vl-vi-mobile-phone::before {
  content: "\f20f";
}

.vl-vi-mobile-phone--after::after {
  content: "\f20f";
}

.vl-vi-money-note::before {
  content: "\f210";
}

.vl-vi-money-note--after::after {
  content: "\f210";
}

.vl-vi-move-down::before {
  content: "\f211";
}

.vl-vi-move-down--after::after {
  content: "\f211";
}

.vl-vi-move-left-right::before {
  content: "\f212";
}

.vl-vi-move-left-right--after::after {
  content: "\f212";
}

.vl-vi-move-up::before {
  content: "\f213";
}

.vl-vi-move-up--after::after {
  content: "\f213";
}

.vl-vi-moving-elevator::before {
  content: "\f214";
}

.vl-vi-moving-elevator--after::after {
  content: "\f214";
}

.vl-vi-music-note::before {
  content: "\f215";
}

.vl-vi-music-note--after::after {
  content: "\f215";
}

.vl-vi-nature-leaf::before {
  content: "\f216";
}

.vl-vi-nature-leaf--after::after {
  content: "\f216";
}

.vl-vi-nature-tree::before {
  content: "\f217";
}

.vl-vi-nature-tree--after::after {
  content: "\f217";
}

.vl-vi-nav-down-double::before {
  content: "\f218";
}

.vl-vi-nav-down-double--after::after {
  content: "\f218";
}

.vl-vi-nav-down-light::before {
  content: "\f219";
}

.vl-vi-nav-down-light--after::after {
  content: "\f219";
}

.vl-vi-nav-down::before {
  content: "\f21a";
}

.vl-vi-nav-down--after::after {
  content: "\f21a";
}

.vl-vi-nav-left-double::before {
  content: "\f21b";
}

.vl-vi-nav-left-double--after::after {
  content: "\f21b";
}

.vl-vi-nav-left-light::before {
  content: "\f21c";
}

.vl-vi-nav-left-light--after::after {
  content: "\f21c";
}

.vl-vi-nav-left::before {
  content: "\f21d";
}

.vl-vi-nav-left--after::after {
  content: "\f21d";
}

.vl-vi-nav-right-double::before {
  content: "\f21e";
}

.vl-vi-nav-right-double--after::after {
  content: "\f21e";
}

.vl-vi-nav-right-light::before {
  content: "\f21f";
}

.vl-vi-nav-right-light--after::after {
  content: "\f21f";
}

.vl-vi-nav-right::before {
  content: "\f220";
}

.vl-vi-nav-right--after::after {
  content: "\f220";
}

.vl-vi-nav-show-more-horizontal::before {
  content: "\f221";
}

.vl-vi-nav-show-more-horizontal--after::after {
  content: "\f221";
}

.vl-vi-nav-show-more-vertical::before {
  content: "\f222";
}

.vl-vi-nav-show-more-vertical--after::after {
  content: "\f222";
}

.vl-vi-nav-up-double::before {
  content: "\f223";
}

.vl-vi-nav-up-double--after::after {
  content: "\f223";
}

.vl-vi-nav-up-light::before {
  content: "\f224";
}

.vl-vi-nav-up-light--after::after {
  content: "\f224";
}

.vl-vi-nav-up::before {
  content: "\f225";
}

.vl-vi-nav-up--after::after {
  content: "\f225";
}

.vl-vi-news::before {
  content: "\f226";
}

.vl-vi-news--after::after {
  content: "\f226";
}

.vl-vi-newsletter::before {
  content: "\f227";
}

.vl-vi-newsletter--after::after {
  content: "\f227";
}

.vl-vi-newspaper::before {
  content: "\f228";
}

.vl-vi-newspaper--after::after {
  content: "\f228";
}

.vl-vi-next::before {
  content: "\f229";
}

.vl-vi-next--after::after {
  content: "\f229";
}

.vl-vi-organization-network::before {
  content: "\f22a";
}

.vl-vi-organization-network--after::after {
  content: "\f22a";
}

.vl-vi-other-annoyances-alt::before {
  content: "\f22b";
}

.vl-vi-other-annoyances-alt--after::after {
  content: "\f22b";
}

.vl-vi-other-annoyances::before {
  content: "\f22c";
}

.vl-vi-other-annoyances--after::after {
  content: "\f22c";
}

.vl-vi-paint-brush::before {
  content: "\f22d";
}

.vl-vi-paint-brush--after::after {
  content: "\f22d";
}

.vl-vi-paint-palette::before {
  content: "\f22e";
}

.vl-vi-paint-palette--after::after {
  content: "\f22e";
}

.vl-vi-paper::before {
  content: "\f22f";
}

.vl-vi-paper--after::after {
  content: "\f22f";
}

.vl-vi-paperclip::before {
  content: "\f230";
}

.vl-vi-paperclip--after::after {
  content: "\f230";
}

.vl-vi-paperplane::before {
  content: "\f231";
}

.vl-vi-paperplane--after::after {
  content: "\f231";
}

.vl-vi-paragraph::before {
  content: "\f232";
}

.vl-vi-paragraph--after::after {
  content: "\f232";
}

.vl-vi-pause::before {
  content: "\f233";
}

.vl-vi-pause--after::after {
  content: "\f233";
}

.vl-vi-pencil-ruler::before {
  content: "\f234";
}

.vl-vi-pencil-ruler--after::after {
  content: "\f234";
}

.vl-vi-pencil-write::before {
  content: "\f235";
}

.vl-vi-pencil-write--after::after {
  content: "\f235";
}

.vl-vi-pencil::before {
  content: "\f236";
}

.vl-vi-pencil--after::after {
  content: "\f236";
}

.vl-vi-pennants::before {
  content: "\f237";
}

.vl-vi-pennants--after::after {
  content: "\f237";
}

.vl-vi-phone-incoming::before {
  content: "\f238";
}

.vl-vi-phone-incoming--after::after {
  content: "\f238";
}

.vl-vi-phone-off::before {
  content: "\f239";
}

.vl-vi-phone-off--after::after {
  content: "\f239";
}

.vl-vi-phone-outgoing::before {
  content: "\f23a";
}

.vl-vi-phone-outgoing--after::after {
  content: "\f23a";
}

.vl-vi-phone-record::before {
  content: "\f23b";
}

.vl-vi-phone-record--after::after {
  content: "\f23b";
}

.vl-vi-phone-signal-low::before {
  content: "\f23c";
}

.vl-vi-phone-signal-low--after::after {
  content: "\f23c";
}

.vl-vi-phone-speaker::before {
  content: "\f23d";
}

.vl-vi-phone-speaker--after::after {
  content: "\f23d";
}

.vl-vi-phone::before {
  content: "\f23e";
}

.vl-vi-phone--after::after {
  content: "\f23e";
}

.vl-vi-pick-up::before {
  content: "\f23f";
}

.vl-vi-pick-up--after::after {
  content: "\f23f";
}

.vl-vi-pin-paper::before {
  content: "\f240";
}

.vl-vi-pin-paper--after::after {
  content: "\f240";
}

.vl-vi-pin::before {
  content: "\f241";
}

.vl-vi-pin--after::after {
  content: "\f241";
}

.vl-vi-pinterest::before {
  content: "\f242";
}

.vl-vi-pinterest--after::after {
  content: "\f242";
}

.vl-vi-places-factory::before {
  content: "\f243";
}

.vl-vi-places-factory--after::after {
  content: "\f243";
}

.vl-vi-places-home::before {
  content: "\f244";
}

.vl-vi-places-home--after::after {
  content: "\f244";
}

.vl-vi-play::before {
  content: "\f245";
}

.vl-vi-play--after::after {
  content: "\f245";
}

.vl-vi-playstreet::before {
  content: "\f246";
}

.vl-vi-playstreet--after::after {
  content: "\f246";
}

.vl-vi-plug::before {
  content: "\f247";
}

.vl-vi-plug--after::after {
  content: "\f247";
}

.vl-vi-plus-circle-filled::before {
  content: "\f248";
}

.vl-vi-plus-circle-filled--after::after {
  content: "\f248";
}

.vl-vi-plus-circle::before {
  content: "\f249";
}

.vl-vi-plus-circle--after::after {
  content: "\f249";
}

.vl-vi-plus-naked::before {
  content: "\f24a";
}

.vl-vi-plus-naked--after::after {
  content: "\f24a";
}

.vl-vi-plus::before {
  content: "\f24b";
}

.vl-vi-plus--after::after {
  content: "\f24b";
}

.vl-vi-power-button::before {
  content: "\f24c";
}

.vl-vi-power-button--after::after {
  content: "\f24c";
}

.vl-vi-printer-view::before {
  content: "\f24d";
}

.vl-vi-printer-view--after::after {
  content: "\f24d";
}

.vl-vi-printer::before {
  content: "\f24e";
}

.vl-vi-printer--after::after {
  content: "\f24e";
}

.vl-vi-profile-active::before {
  content: "\f24f";
}

.vl-vi-profile-active--after::after {
  content: "\f24f";
}

.vl-vi-programming-bug::before {
  content: "\f250";
}

.vl-vi-programming-bug--after::after {
  content: "\f250";
}

.vl-vi-programming-jigsaw::before {
  content: "\f251";
}

.vl-vi-programming-jigsaw--after::after {
  content: "\f251";
}

.vl-vi-publication::before {
  content: "\f252";
}

.vl-vi-publication--after::after {
  content: "\f252";
}

.vl-vi-question-mark-filled::before {
  content: "\f253";
}

.vl-vi-question-mark-filled--after::after {
  content: "\f253";
}

.vl-vi-question-mark-naked::before {
  content: "\f254";
}

.vl-vi-question-mark-naked--after::after {
  content: "\f254";
}

.vl-vi-question-mark-small::before {
  content: "\f255";
}

.vl-vi-question-mark-small--after::after {
  content: "\f255";
}

.vl-vi-question-mark::before {
  content: "\f256";
}

.vl-vi-question-mark--after::after {
  content: "\f256";
}

.vl-vi-question::before {
  content: "\f257";
}

.vl-vi-question--after::after {
  content: "\f257";
}

.vl-vi-recreation::before {
  content: "\f258";
}

.vl-vi-recreation--after::after {
  content: "\f258";
}

.vl-vi-reply-all::before {
  content: "\f259";
}

.vl-vi-reply-all--after::after {
  content: "\f259";
}

.vl-vi-reply::before {
  content: "\f25a";
}

.vl-vi-reply--after::after {
  content: "\f25a";
}

.vl-vi-rewards-certified-badge::before {
  content: "\f25b";
}

.vl-vi-rewards-certified-badge--after::after {
  content: "\f25b";
}

.vl-vi-rewards-gift::before {
  content: "\f25c";
}

.vl-vi-rewards-gift--after::after {
  content: "\f25c";
}

.vl-vi-road-block::before {
  content: "\f25d";
}

.vl-vi-road-block--after::after {
  content: "\f25d";
}

.vl-vi-road::before {
  content: "\f25e";
}

.vl-vi-road--after::after {
  content: "\f25e";
}

.vl-vi-romance-marriage-license::before {
  content: "\f25f";
}

.vl-vi-romance-marriage-license--after::after {
  content: "\f25f";
}

.vl-vi-ruler::before {
  content: "\f260";
}

.vl-vi-ruler--after::after {
  content: "\f260";
}

.vl-vi-safe::before {
  content: "\f261";
}

.vl-vi-safe--after::after {
  content: "\f261";
}

.vl-vi-save::before {
  content: "\f262";
}

.vl-vi-save--after::after {
  content: "\f262";
}

.vl-vi-scaffold::before {
  content: "\f263";
}

.vl-vi-scaffold--after::after {
  content: "\f263";
}

.vl-vi-scan::before {
  content: "\f264";
}

.vl-vi-scan--after::after {
  content: "\f264";
}

.vl-vi-scissors::before {
  content: "\f265";
}

.vl-vi-scissors--after::after {
  content: "\f265";
}

.vl-vi-search::before {
  content: "\f266";
}

.vl-vi-search--after::after {
  content: "\f266";
}

.vl-vi-server::before {
  content: "\f267";
}

.vl-vi-server--after::after {
  content: "\f267";
}

.vl-vi-settings::before {
  content: "\f268";
}

.vl-vi-settings--after::after {
  content: "\f268";
}

.vl-vi-share-megaphone::before {
  content: "\f269";
}

.vl-vi-share-megaphone--after::after {
  content: "\f269";
}

.vl-vi-share-rss-feed::before {
  content: "\f26a";
}

.vl-vi-share-rss-feed--after::after {
  content: "\f26a";
}

.vl-vi-share::before {
  content: "\f26b";
}

.vl-vi-share--after::after {
  content: "\f26b";
}

.vl-vi-shipping-truck::before {
  content: "\f26c";
}

.vl-vi-shipping-truck--after::after {
  content: "\f26c";
}

.vl-vi-shopping-basket-add::before {
  content: "\f26d";
}

.vl-vi-shopping-basket-add--after::after {
  content: "\f26d";
}

.vl-vi-shopping-basket-subtract::before {
  content: "\f26e";
}

.vl-vi-shopping-basket-subtract--after::after {
  content: "\f26e";
}

.vl-vi-shopping-basket::before {
  content: "\f26f";
}

.vl-vi-shopping-basket--after::after {
  content: "\f26f";
}

.vl-vi-shopping-cart::before {
  content: "\f270";
}

.vl-vi-shopping-cart--after::after {
  content: "\f270";
}

.vl-vi-shopping::before {
  content: "\f271";
}

.vl-vi-shopping--after::after {
  content: "\f271";
}

.vl-vi-shrink::before {
  content: "\f272";
}

.vl-vi-shrink--after::after {
  content: "\f272";
}

.vl-vi-sign-disable::before {
  content: "\f273";
}

.vl-vi-sign-disable--after::after {
  content: "\f273";
}

.vl-vi-sign-recycle::before {
  content: "\f274";
}

.vl-vi-sign-recycle--after::after {
  content: "\f274";
}

.vl-vi-sitemap::before {
  content: "\f275";
}

.vl-vi-sitemap--after::after {
  content: "\f275";
}

.vl-vi-skype::before {
  content: "\f276";
}

.vl-vi-skype--after::after {
  content: "\f276";
}

.vl-vi-smiley-poker-face::before {
  content: "\f277";
}

.vl-vi-smiley-poker-face--after::after {
  content: "\f277";
}

.vl-vi-smiley-smile::before {
  content: "\f278";
}

.vl-vi-smiley-smile--after::after {
  content: "\f278";
}

.vl-vi-snapchat::before {
  content: "\f279";
}

.vl-vi-snapchat--after::after {
  content: "\f279";
}

.vl-vi-snippet::before {
  content: "\f27a";
}

.vl-vi-snippet--after::after {
  content: "\f27a";
}

.vl-vi-sort::before {
  content: "\f27b";
}

.vl-vi-sort--after::after {
  content: "\f27b";
}

.vl-vi-speaker-volume-decrease::before {
  content: "\f27c";
}

.vl-vi-speaker-volume-decrease--after::after {
  content: "\f27c";
}

.vl-vi-speaker-volume-high::before {
  content: "\f27d";
}

.vl-vi-speaker-volume-high--after::after {
  content: "\f27d";
}

.vl-vi-speaker-volume-increase::before {
  content: "\f27e";
}

.vl-vi-speaker-volume-increase--after::after {
  content: "\f27e";
}

.vl-vi-speaker-volume-low::before {
  content: "\f27f";
}

.vl-vi-speaker-volume-low--after::after {
  content: "\f27f";
}

.vl-vi-speaker-volume-medium::before {
  content: "\f280";
}

.vl-vi-speaker-volume-medium--after::after {
  content: "\f280";
}

.vl-vi-speaker-volume-off::before {
  content: "\f281";
}

.vl-vi-speaker-volume-off--after::after {
  content: "\f281";
}

.vl-vi-sports-competition::before {
  content: "\f282";
}

.vl-vi-sports-competition--after::after {
  content: "\f282";
}

.vl-vi-spotify::before {
  content: "\f283";
}

.vl-vi-spotify--after::after {
  content: "\f283";
}

.vl-vi-stop::before {
  content: "\f284";
}

.vl-vi-stop--after::after {
  content: "\f284";
}

.vl-vi-subtract-filled::before {
  content: "\f285";
}

.vl-vi-subtract-filled--after::after {
  content: "\f285";
}

.vl-vi-subtract-naked::before {
  content: "\f286";
}

.vl-vi-subtract-naked--after::after {
  content: "\f286";
}

.vl-vi-subtract::before {
  content: "\f287";
}

.vl-vi-subtract--after::after {
  content: "\f287";
}

.vl-vi-subway::before {
  content: "\f288";
}

.vl-vi-subway--after::after {
  content: "\f288";
}

.vl-vi-suitcase::before {
  content: "\f289";
}

.vl-vi-suitcase--after::after {
  content: "\f289";
}

.vl-vi-switches::before {
  content: "\f28a";
}

.vl-vi-switches--after::after {
  content: "\f28a";
}

.vl-vi-symbol-wifi-check::before {
  content: "\f28b";
}

.vl-vi-symbol-wifi-check--after::after {
  content: "\f28b";
}

.vl-vi-symbol-wifi-close::before {
  content: "\f28c";
}

.vl-vi-symbol-wifi-close--after::after {
  content: "\f28c";
}

.vl-vi-symbol-wifi::before {
  content: "\f28d";
}

.vl-vi-symbol-wifi--after::after {
  content: "\f28d";
}

.vl-vi-synchronize-timeout::before {
  content: "\f28e";
}

.vl-vi-synchronize-timeout--after::after {
  content: "\f28e";
}

.vl-vi-synchronize::before {
  content: "\f28f";
}

.vl-vi-synchronize--after::after {
  content: "\f28f";
}

.vl-vi-t-shirt::before {
  content: "\f290";
}

.vl-vi-t-shirt--after::after {
  content: "\f290";
}

.vl-vi-tablet::before {
  content: "\f291";
}

.vl-vi-tablet--after::after {
  content: "\f291";
}

.vl-vi-tag-add::before {
  content: "\f292";
}

.vl-vi-tag-add--after::after {
  content: "\f292";
}

.vl-vi-tag-check::before {
  content: "\f293";
}

.vl-vi-tag-check--after::after {
  content: "\f293";
}

.vl-vi-tag-close::before {
  content: "\f294";
}

.vl-vi-tag-close--after::after {
  content: "\f294";
}

.vl-vi-tag-double::before {
  content: "\f295";
}

.vl-vi-tag-double--after::after {
  content: "\f295";
}

.vl-vi-tag-edit::before {
  content: "\f296";
}

.vl-vi-tag-edit--after::after {
  content: "\f296";
}

.vl-vi-tag-subtract::before {
  content: "\f297";
}

.vl-vi-tag-subtract--after::after {
  content: "\f297";
}

.vl-vi-tag-view::before {
  content: "\f298";
}

.vl-vi-tag-view--after::after {
  content: "\f298";
}

.vl-vi-tag::before {
  content: "\f299";
}

.vl-vi-tag--after::after {
  content: "\f299";
}

.vl-vi-taxi::before {
  content: "\f29a";
}

.vl-vi-taxi--after::after {
  content: "\f29a";
}

.vl-vi-television::before {
  content: "\f29b";
}

.vl-vi-television--after::after {
  content: "\f29b";
}

.vl-vi-terrace::before {
  content: "\f29c";
}

.vl-vi-terrace--after::after {
  content: "\f29c";
}

.vl-vi-text-cursor::before {
  content: "\f29d";
}

.vl-vi-text-cursor--after::after {
  content: "\f29d";
}

.vl-vi-text-eraser::before {
  content: "\f29e";
}

.vl-vi-text-eraser--after::after {
  content: "\f29e";
}

.vl-vi-text-redo::before {
  content: "\f29f";
}

.vl-vi-text-redo--after::after {
  content: "\f29f";
}

.vl-vi-text-undo::before {
  content: "\f2a0";
}

.vl-vi-text-undo--after::after {
  content: "\f2a0";
}

.vl-vi-timeline::before {
  content: "\f2a1";
}

.vl-vi-timeline--after::after {
  content: "\f2a1";
}

.vl-vi-tint::before {
  content: "\f2a2";
}

.vl-vi-tint--after::after {
  content: "\f2a2";
}

.vl-vi-train::before {
  content: "\f2a3";
}

.vl-vi-train--after::after {
  content: "\f2a3";
}

.vl-vi-trash::before {
  content: "\f2a4";
}

.vl-vi-trash--after::after {
  content: "\f2a4";
}

.vl-vi-trophy::before {
  content: "\f2a5";
}

.vl-vi-trophy--after::after {
  content: "\f2a5";
}

.vl-vi-twitter::before {
  content: "\f2a6";
}

.vl-vi-twitter--after::after {
  content: "\f2a6";
}

.vl-vi-underline::before {
  content: "\f2a7";
}

.vl-vi-underline--after::after {
  content: "\f2a7";
}

.vl-vi-university::before {
  content: "\f2a8";
}

.vl-vi-university--after::after {
  content: "\f2a8";
}

.vl-vi-up-down-arrows::before {
  content: "\f2a9";
}

.vl-vi-up-down-arrows--after::after {
  content: "\f2a9";
}

.vl-vi-upload-harddisk::before {
  content: "\f2aa";
}

.vl-vi-upload-harddisk--after::after {
  content: "\f2aa";
}

.vl-vi-usb::before {
  content: "\f2ab";
}

.vl-vi-usb--after::after {
  content: "\f2ab";
}

.vl-vi-user-alt::before {
  content: "\f2ac";
}

.vl-vi-user-alt--after::after {
  content: "\f2ac";
}

.vl-vi-user-box::before {
  content: "\f2ad";
}

.vl-vi-user-box--after::after {
  content: "\f2ad";
}

.vl-vi-user-download::before {
  content: "\f2ae";
}

.vl-vi-user-download--after::after {
  content: "\f2ae";
}

.vl-vi-user-email::before {
  content: "\f2af";
}

.vl-vi-user-email--after::after {
  content: "\f2af";
}

.vl-vi-user-female::before {
  content: "\f2b0";
}

.vl-vi-user-female--after::after {
  content: "\f2b0";
}

.vl-vi-user-group::before {
  content: "\f2b1";
}

.vl-vi-user-group--after::after {
  content: "\f2b1";
}

.vl-vi-user-male::before {
  content: "\f2b2";
}

.vl-vi-user-male--after::after {
  content: "\f2b2";
}

.vl-vi-user-reception::before {
  content: "\f2b3";
}

.vl-vi-user-reception--after::after {
  content: "\f2b3";
}

.vl-vi-user-redirect::before {
  content: "\f2b4";
}

.vl-vi-user-redirect--after::after {
  content: "\f2b4";
}

.vl-vi-user-remove::before {
  content: "\f2b5";
}

.vl-vi-user-remove--after::after {
  content: "\f2b5";
}

.vl-vi-user-setting::before {
  content: "\f2b6";
}

.vl-vi-user-setting--after::after {
  content: "\f2b6";
}

.vl-vi-user-signup::before {
  content: "\f2b7";
}

.vl-vi-user-signup--after::after {
  content: "\f2b7";
}

.vl-vi-user::before {
  content: "\f2b8";
}

.vl-vi-user--after::after {
  content: "\f2b8";
}

.vl-vi-vaccum-cleaner::before {
  content: "\f2b9";
}

.vl-vi-vaccum-cleaner--after::after {
  content: "\f2b9";
}

.vl-vi-video-subtitle::before {
  content: "\f2ba";
}

.vl-vi-video-subtitle--after::after {
  content: "\f2ba";
}

.vl-vi-view-add::before {
  content: "\f2bb";
}

.vl-vi-view-add--after::after {
  content: "\f2bb";
}

.vl-vi-view-hide::before {
  content: "\f2bc";
}

.vl-vi-view-hide--after::after {
  content: "\f2bc";
}

.vl-vi-vlaanderen::before {
  content: "\f2bd";
}

.vl-vi-vlaanderen--after::after {
  content: "\f2bd";
}

.vl-vi-vote-flag::before {
  content: "\f2be";
}

.vl-vi-vote-flag--after::after {
  content: "\f2be";
}

.vl-vi-vote-heart::before {
  content: "\f2bf";
}

.vl-vi-vote-heart--after::after {
  content: "\f2bf";
}

.vl-vi-vote-star-filled::before {
  content: "\f2c0";
}

.vl-vi-vote-star-filled--after::after {
  content: "\f2c0";
}

.vl-vi-vote-star::before {
  content: "\f2c1";
}

.vl-vi-vote-star--after::after {
  content: "\f2c1";
}

.vl-vi-vote-thumbs-down::before {
  content: "\f2c2";
}

.vl-vi-vote-thumbs-down--after::after {
  content: "\f2c2";
}

.vl-vi-vote-thumbs-up::before {
  content: "\f2c3";
}

.vl-vi-vote-thumbs-up--after::after {
  content: "\f2c3";
}

.vl-vi-voucher-check::before {
  content: "\f2c4";
}

.vl-vi-voucher-check--after::after {
  content: "\f2c4";
}

.vl-vi-voucher-download::before {
  content: "\f2c5";
}

.vl-vi-voucher-download--after::after {
  content: "\f2c5";
}

.vl-vi-voucher-scissors::before {
  content: "\f2c6";
}

.vl-vi-voucher-scissors--after::after {
  content: "\f2c6";
}

.vl-vi-vouchers-list::before {
  content: "\f2c7";
}

.vl-vi-vouchers-list--after::after {
  content: "\f2c7";
}

.vl-vi-wallet::before {
  content: "\f2c8";
}

.vl-vi-wallet--after::after {
  content: "\f2c8";
}

.vl-vi-warning::before {
  content: "\f2c9";
}

.vl-vi-warning--after::after {
  content: "\f2c9";
}

.vl-vi-whatsapp::before {
  content: "\f2ca";
}

.vl-vi-whatsapp--after::after {
  content: "\f2ca";
}

.vl-vi-whiskey-bottle-glass::before {
  content: "\f2cb";
}

.vl-vi-whiskey-bottle-glass--after::after {
  content: "\f2cb";
}

.vl-vi-window-forward::before {
  content: "\f2cc";
}

.vl-vi-window-forward--after::after {
  content: "\f2cc";
}

.vl-vi-wrench::before {
  content: "\f2cd";
}

.vl-vi-wrench--after::after {
  content: "\f2cd";
}

.vl-vi-www::before {
  content: "\f2ce";
}

.vl-vi-www--after::after {
  content: "\f2ce";
}

.vl-vi-x::before {
  content: "\f2cf";
}

.vl-vi-x--after::after {
  content: "\f2cf";
}

.vl-vi-youtube::before {
  content: "\f2d0";
}

.vl-vi-youtube--after::after {
  content: "\f2d0";
}

.vl-vi-zoom-in::before {
  content: "\f2d1";
}

.vl-vi-zoom-in--after::after {
  content: "\f2d1";
}

.vl-vi-zoom-out::before {
  content: "\f2d2";
}

.vl-vi-zoom-out--after::after {
  content: "\f2d2";
}

a {
  color: var(--vl-theme-action-color, #05c);
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

a:hover, a:focus {
  text-decoration: none;
  color: var(--vl-theme-action-hover-color, #003bb0);
}

a:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
  outline: transparent solid 0.2rem;
}

@supports (outline-offset: 2px) {
  a:focus {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
@supports (outline-offset: 2px) {
  a:focus {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
a:visited {
  color: #660599;
}

button {
  font-family: "Flanders Art Sans", sans-serif;
  cursor: pointer;
}

button:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
  outline: transparent solid 0.2rem;
}

@supports (outline-offset: 2px) {
  button:focus {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
img.vl-image--error {
  overflow-wrap: break-word;
  padding: 10px;
  line-height: 1.25;
  font-size: 1.6rem;
  color: var(--vl-theme-fg-color);
  background-color: #f7f9fc;
}

sub {
  vertical-align: sub;
  font-size: 1.2rem;
}

sup {
  vertical-align: super;
  font-size: 1.2rem;
}

.vl-grid {
  position: relative;
  box-sizing: border-box;
  display: flex;
  margin-left: -3rem;
  flex-direction: row;
  flex: 0 1 auto;
  flex-wrap: wrap;
}

.vl-grid > * {
  box-sizing: border-box;
  padding-left: 3rem;
  position: relative;
}

.vl-grid--no-gutter {
  margin-left: 0;
}

.vl-grid--no-gutter > * {
  padding-left: 0;
}

.vl-grid--v-top {
  align-items: flex-start;
}

.vl-grid--v-center {
  align-items: center;
}

.vl-grid--v-bottom {
  align-items: flex-end;
}

.vl-grid--v-stretch {
  align-items: stretch;
}

.vl-grid--v-baseline {
  align-items: stretch;
}

.vl-grid--align-start {
  justify-content: flex-start;
}

.vl-grid--align-end {
  justify-content: flex-end;
}

.vl-grid--align-center {
  justify-content: center;
}

.vl-grid--align-space-between {
  justify-content: space-between;
}

.vl-grid--align-space-around {
  justify-content: space-around;
}

.vl-col--fit {
  flex: 1 0;
}

.vl-col--flex {
  display: flex;
}

.vl-col--1-12 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  min-width: 8.3333333333%;
}

.vl-col--1-6, .vl-col--2-12 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  min-width: 16.6666666667%;
}

.vl-col--1-4, .vl-col--3-12 {
  flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
}

.vl-col--1-3, .vl-col--2-6, .vl-col--4-12 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
}

.vl-col--5-12 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  min-width: 41.6666666667%;
}

.vl-col--1-2, .vl-col--2-4, .vl-col--3-6, .vl-col--6-12 {
  flex-basis: 50%;
  max-width: 50%;
  min-width: 50%;
}

.vl-col--7-12 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  min-width: 58.3333333333%;
}

.vl-col--2-3, .vl-col--4-6, .vl-col--8-12 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  min-width: 66.6666666667%;
}

.vl-col--3-4, .vl-col--9-12 {
  flex-basis: 75%;
  max-width: 75%;
  min-width: 75%;
}

.vl-col--5-6, .vl-col--10-12 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  min-width: 83.3333333333%;
}

.vl-col--11-12 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  min-width: 91.6666666667%;
}

.vl-col--1-1, .vl-col--2-2, .vl-col--3-3, .vl-col--4-4, .vl-col--6-6, .vl-col--12-12 {
  flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
}

.vl-grid--is-stacked {
  row-gap: 3rem;
}

.vl-push--reset {
  margin-left: 0;
}

.vl-push--1-12 {
  margin-left: 8.3333333333%;
}

.vl-push--1-6, .vl-push--2-12 {
  margin-left: 16.6666666667%;
}

.vl-push--1-4, .vl-push--3-12 {
  margin-left: 25%;
}

.vl-push--1-3, .vl-push--2-6, .vl-push--4-12 {
  margin-left: 33.3333333333%;
}

.vl-push--5-12 {
  margin-left: 41.6666666667%;
}

.vl-push--1-2, .vl-push--2-4, .vl-push--3-6, .vl-push--6-12 {
  margin-left: 50%;
}

.vl-push--7-12 {
  margin-left: 58.3333333333%;
}

.vl-push--2-3, .vl-push--4-6, .vl-push--8-12 {
  margin-left: 66.6666666667%;
}

.vl-push--3-4, .vl-push--9-12 {
  margin-left: 75%;
}

.vl-push--5-6, .vl-push--10-12 {
  margin-left: 83.3333333333%;
}

.vl-push--11-12 {
  margin-left: 91.6666666667%;
}

.vl-col--omega {
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .vl-grid {
    position: relative;
    box-sizing: border-box;
    display: flex;
    margin-left: -3rem;
    flex-direction: row;
    flex: 0 1 auto;
    flex-wrap: wrap;
  }
  .vl-grid > * {
    box-sizing: border-box;
    padding-left: 3rem;
    position: relative;
  }
  .vl-grid--no-gutter--l {
    margin-left: 0;
  }
  .vl-grid--no-gutter--l > * {
    padding-left: 0;
  }
  .vl-grid--v-top--l {
    align-items: flex-start;
  }
  .vl-grid--v-center--l {
    align-items: center;
  }
  .vl-grid--v-bottom--l {
    align-items: flex-end;
  }
  .vl-grid--v-stretch--l {
    align-items: stretch;
  }
  .vl-grid--v-baseline--l {
    align-items: stretch;
  }
  .vl-grid--align-start--l {
    justify-content: flex-start;
  }
  .vl-grid--align-end--l {
    justify-content: flex-end;
  }
  .vl-grid--align-center--l {
    justify-content: center;
  }
  .vl-grid--align-space-between--l {
    justify-content: space-between;
  }
  .vl-grid--align-space-around--l {
    justify-content: space-around;
  }
  .vl-col--fit--l {
    flex: 1 0;
  }
  .vl-col--flex--l {
    display: flex;
  }
  .vl-col--1-12--l {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }
  .vl-col--1-6--l, .vl-col--2-12--l {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }
  .vl-col--1-4--l, .vl-col--3-12--l {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .vl-col--1-3--l, .vl-col--2-6--l, .vl-col--4-12--l {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .vl-col--5-12--l {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
  .vl-col--1-2--l, .vl-col--2-4--l, .vl-col--3-6--l, .vl-col--6-12--l {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .vl-col--7-12--l {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }
  .vl-col--2-3--l, .vl-col--4-6--l, .vl-col--8-12--l {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }
  .vl-col--3-4--l, .vl-col--9-12--l {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .vl-col--5-6--l, .vl-col--10-12--l {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }
  .vl-col--11-12--l {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }
  .vl-col--1-1--l, .vl-col--2-2--l, .vl-col--3-3--l, .vl-col--4-4--l, .vl-col--6-6--l, .vl-col--12-12--l {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .vl-grid--is-stacked {
    row-gap: 3rem;
  }
  .vl-push--reset--l {
    margin-left: 0;
  }
  .vl-push--1-12--l {
    margin-left: 8.3333333333%;
  }
  .vl-push--1-6--l, .vl-push--2-12--l {
    margin-left: 16.6666666667%;
  }
  .vl-push--1-4--l, .vl-push--3-12--l {
    margin-left: 25%;
  }
  .vl-push--1-3--l, .vl-push--2-6--l, .vl-push--4-12--l {
    margin-left: 33.3333333333%;
  }
  .vl-push--5-12--l {
    margin-left: 41.6666666667%;
  }
  .vl-push--1-2--l, .vl-push--2-4--l, .vl-push--3-6--l, .vl-push--6-12--l {
    margin-left: 50%;
  }
  .vl-push--7-12--l {
    margin-left: 58.3333333333%;
  }
  .vl-push--2-3--l, .vl-push--4-6--l, .vl-push--8-12--l {
    margin-left: 66.6666666667%;
  }
  .vl-push--3-4--l, .vl-push--9-12--l {
    margin-left: 75%;
  }
  .vl-push--5-6--l, .vl-push--10-12--l {
    margin-left: 83.3333333333%;
  }
  .vl-push--11-12--l {
    margin-left: 91.6666666667%;
  }
  .vl-col--omega--l {
    margin-left: auto;
  }
}
@media screen and (min-width: 1601px) {
  .vl-grid {
    position: relative;
    box-sizing: border-box;
    display: flex;
    margin-left: -3rem;
    flex-direction: row;
    flex: 0 1 auto;
    flex-wrap: wrap;
  }
  .vl-grid > * {
    box-sizing: border-box;
    padding-left: 3rem;
    position: relative;
  }
  .vl-grid--no-gutter--xl {
    margin-left: 0;
  }
  .vl-grid--no-gutter--xl > * {
    padding-left: 0;
  }
  .vl-grid--v-top--xl {
    align-items: flex-start;
  }
  .vl-grid--v-center--xl {
    align-items: center;
  }
  .vl-grid--v-bottom--xl {
    align-items: flex-end;
  }
  .vl-grid--v-stretch--xl {
    align-items: stretch;
  }
  .vl-grid--v-baseline--xl {
    align-items: stretch;
  }
  .vl-grid--align-start--xl {
    justify-content: flex-start;
  }
  .vl-grid--align-end--xl {
    justify-content: flex-end;
  }
  .vl-grid--align-center--xl {
    justify-content: center;
  }
  .vl-grid--align-space-between--xl {
    justify-content: space-between;
  }
  .vl-grid--align-space-around--xl {
    justify-content: space-around;
  }
  .vl-col--fit--xl {
    flex: 1 0;
  }
  .vl-col--flex--xl {
    display: flex;
  }
  .vl-col--1-12--xl {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }
  .vl-col--1-6--xl, .vl-col--2-12--xl {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }
  .vl-col--1-4--xl, .vl-col--3-12--xl {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .vl-col--1-3--xl, .vl-col--2-6--xl, .vl-col--4-12--xl {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .vl-col--5-12--xl {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
  .vl-col--1-2--xl, .vl-col--2-4--xl, .vl-col--3-6--xl, .vl-col--6-12--xl {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .vl-col--7-12--xl {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }
  .vl-col--2-3--xl, .vl-col--4-6--xl, .vl-col--8-12--xl {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }
  .vl-col--3-4--xl, .vl-col--9-12--xl {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .vl-col--5-6--xl, .vl-col--10-12--xl {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }
  .vl-col--11-12--xl {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }
  .vl-col--1-1--xl, .vl-col--2-2--xl, .vl-col--3-3--xl, .vl-col--4-4--xl, .vl-col--6-6--xl, .vl-col--12-12--xl {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .vl-grid--is-stacked {
    row-gap: 3rem;
  }
  .vl-push--reset--xl {
    margin-left: 0;
  }
  .vl-push--1-12--xl {
    margin-left: 8.3333333333%;
  }
  .vl-push--1-6--xl, .vl-push--2-12--xl {
    margin-left: 16.6666666667%;
  }
  .vl-push--1-4--xl, .vl-push--3-12--xl {
    margin-left: 25%;
  }
  .vl-push--1-3--xl, .vl-push--2-6--xl, .vl-push--4-12--xl {
    margin-left: 33.3333333333%;
  }
  .vl-push--5-12--xl {
    margin-left: 41.6666666667%;
  }
  .vl-push--1-2--xl, .vl-push--2-4--xl, .vl-push--3-6--xl, .vl-push--6-12--xl {
    margin-left: 50%;
  }
  .vl-push--7-12--xl {
    margin-left: 58.3333333333%;
  }
  .vl-push--2-3--xl, .vl-push--4-6--xl, .vl-push--8-12--xl {
    margin-left: 66.6666666667%;
  }
  .vl-push--3-4--xl, .vl-push--9-12--xl {
    margin-left: 75%;
  }
  .vl-push--5-6--xl, .vl-push--10-12--xl {
    margin-left: 83.3333333333%;
  }
  .vl-push--11-12--xl {
    margin-left: 91.6666666667%;
  }
  .vl-col--omega--xl {
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .vl-grid {
    position: relative;
    box-sizing: border-box;
    display: flex;
    margin-left: -3rem;
    flex-direction: row;
    flex: 0 1 auto;
    flex-wrap: wrap;
  }
  .vl-grid > * {
    box-sizing: border-box;
    padding-left: 3rem;
    position: relative;
  }
  .vl-grid--no-gutter--m {
    margin-left: 0;
  }
  .vl-grid--no-gutter--m > * {
    padding-left: 0;
  }
  .vl-grid--v-top--m {
    align-items: flex-start;
  }
  .vl-grid--v-center--m {
    align-items: center;
  }
  .vl-grid--v-bottom--m {
    align-items: flex-end;
  }
  .vl-grid--v-stretch--m {
    align-items: stretch;
  }
  .vl-grid--v-baseline--m {
    align-items: stretch;
  }
  .vl-grid--align-start--m {
    justify-content: flex-start;
  }
  .vl-grid--align-end--m {
    justify-content: flex-end;
  }
  .vl-grid--align-center--m {
    justify-content: center;
  }
  .vl-grid--align-space-between--m {
    justify-content: space-between;
  }
  .vl-grid--align-space-around--m {
    justify-content: space-around;
  }
  .vl-col--fit--m {
    flex: 1 0;
  }
  .vl-col--flex--m {
    display: flex;
  }
  .vl-col--1-12--m {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }
  .vl-col--1-6--m, .vl-col--2-12--m {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }
  .vl-col--1-4--m, .vl-col--3-12--m {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .vl-col--1-3--m, .vl-col--2-6--m, .vl-col--4-12--m {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .vl-col--5-12--m {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
  .vl-col--1-2--m, .vl-col--2-4--m, .vl-col--3-6--m, .vl-col--6-12--m {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .vl-col--7-12--m {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }
  .vl-col--2-3--m, .vl-col--4-6--m, .vl-col--8-12--m {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }
  .vl-col--3-4--m, .vl-col--9-12--m {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .vl-col--5-6--m, .vl-col--10-12--m {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }
  .vl-col--11-12--m {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }
  .vl-col--1-1--m, .vl-col--2-2--m, .vl-col--3-3--m, .vl-col--4-4--m, .vl-col--6-6--m, .vl-col--12-12--m {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .vl-grid--is-stacked {
    row-gap: 3rem;
  }
  .vl-push--reset--m {
    margin-left: 0;
  }
  .vl-push--1-12--m {
    margin-left: 8.3333333333%;
  }
  .vl-push--1-6--m, .vl-push--2-12--m {
    margin-left: 16.6666666667%;
  }
  .vl-push--1-4--m, .vl-push--3-12--m {
    margin-left: 25%;
  }
  .vl-push--1-3--m, .vl-push--2-6--m, .vl-push--4-12--m {
    margin-left: 33.3333333333%;
  }
  .vl-push--5-12--m {
    margin-left: 41.6666666667%;
  }
  .vl-push--1-2--m, .vl-push--2-4--m, .vl-push--3-6--m, .vl-push--6-12--m {
    margin-left: 50%;
  }
  .vl-push--7-12--m {
    margin-left: 58.3333333333%;
  }
  .vl-push--2-3--m, .vl-push--4-6--m, .vl-push--8-12--m {
    margin-left: 66.6666666667%;
  }
  .vl-push--3-4--m, .vl-push--9-12--m {
    margin-left: 75%;
  }
  .vl-push--5-6--m, .vl-push--10-12--m {
    margin-left: 83.3333333333%;
  }
  .vl-push--11-12--m {
    margin-left: 91.6666666667%;
  }
  .vl-col--omega--m {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .vl-grid {
    position: relative;
    box-sizing: border-box;
    display: flex;
    margin-left: -1.5rem;
    flex-direction: row;
    flex: 0 1 auto;
    flex-wrap: wrap;
  }
  .vl-grid > * {
    box-sizing: border-box;
    padding-left: 1.5rem;
    position: relative;
  }
  .vl-grid--no-gutter--s {
    margin-left: 0;
  }
  .vl-grid--no-gutter--s > * {
    padding-left: 0;
  }
  .vl-grid--v-top--s {
    align-items: flex-start;
  }
  .vl-grid--v-center--s {
    align-items: center;
  }
  .vl-grid--v-bottom--s {
    align-items: flex-end;
  }
  .vl-grid--v-stretch--s {
    align-items: stretch;
  }
  .vl-grid--v-baseline--s {
    align-items: stretch;
  }
  .vl-grid--align-start--s {
    justify-content: flex-start;
  }
  .vl-grid--align-end--s {
    justify-content: flex-end;
  }
  .vl-grid--align-center--s {
    justify-content: center;
  }
  .vl-grid--align-space-between--s {
    justify-content: space-between;
  }
  .vl-grid--align-space-around--s {
    justify-content: space-around;
  }
  .vl-col--fit--s {
    flex: 1 0;
  }
  .vl-col--flex--s {
    display: flex;
  }
  .vl-col--1-12--s {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }
  .vl-col--1-6--s, .vl-col--2-12--s {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }
  .vl-col--1-4--s, .vl-col--3-12--s {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .vl-col--1-3--s, .vl-col--2-6--s, .vl-col--4-12--s {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .vl-col--5-12--s {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
  .vl-col--1-2--s, .vl-col--2-4--s, .vl-col--3-6--s, .vl-col--6-12--s {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .vl-col--7-12--s {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }
  .vl-col--2-3--s, .vl-col--4-6--s, .vl-col--8-12--s {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }
  .vl-col--3-4--s, .vl-col--9-12--s {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .vl-col--5-6--s, .vl-col--10-12--s {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }
  .vl-col--11-12--s {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }
  .vl-col--1-1--s, .vl-col--2-2--s, .vl-col--3-3--s, .vl-col--4-4--s, .vl-col--6-6--s, .vl-col--12-12--s {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .vl-grid--is-stacked {
    row-gap: 1.5rem;
  }
  .vl-push--reset--s {
    margin-left: 0;
  }
  .vl-push--1-12--s {
    margin-left: 8.3333333333%;
  }
  .vl-push--1-6--s, .vl-push--2-12--s {
    margin-left: 16.6666666667%;
  }
  .vl-push--1-4--s, .vl-push--3-12--s {
    margin-left: 25%;
  }
  .vl-push--1-3--s, .vl-push--2-6--s, .vl-push--4-12--s {
    margin-left: 33.3333333333%;
  }
  .vl-push--5-12--s {
    margin-left: 41.6666666667%;
  }
  .vl-push--1-2--s, .vl-push--2-4--s, .vl-push--3-6--s, .vl-push--6-12--s {
    margin-left: 50%;
  }
  .vl-push--7-12--s {
    margin-left: 58.3333333333%;
  }
  .vl-push--2-3--s, .vl-push--4-6--s, .vl-push--8-12--s {
    margin-left: 66.6666666667%;
  }
  .vl-push--3-4--s, .vl-push--9-12--s {
    margin-left: 75%;
  }
  .vl-push--5-6--s, .vl-push--10-12--s {
    margin-left: 83.3333333333%;
  }
  .vl-push--11-12--s {
    margin-left: 91.6666666667%;
  }
  .vl-col--omega--s {
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
  .vl-grid {
    position: relative;
    box-sizing: border-box;
    display: flex;
    margin-left: -1.5rem;
    flex-direction: row;
    flex: 0 1 auto;
    flex-wrap: wrap;
  }
  .vl-grid > * {
    box-sizing: border-box;
    padding-left: 1.5rem;
    position: relative;
  }
  .vl-grid--no-gutter--xs {
    margin-left: 0;
  }
  .vl-grid--no-gutter--xs > * {
    padding-left: 0;
  }
  .vl-grid--v-top--xs {
    align-items: flex-start;
  }
  .vl-grid--v-center--xs {
    align-items: center;
  }
  .vl-grid--v-bottom--xs {
    align-items: flex-end;
  }
  .vl-grid--v-stretch--xs {
    align-items: stretch;
  }
  .vl-grid--v-baseline--xs {
    align-items: stretch;
  }
  .vl-grid--align-start--xs {
    justify-content: flex-start;
  }
  .vl-grid--align-end--xs {
    justify-content: flex-end;
  }
  .vl-grid--align-center--xs {
    justify-content: center;
  }
  .vl-grid--align-space-between--xs {
    justify-content: space-between;
  }
  .vl-grid--align-space-around--xs {
    justify-content: space-around;
  }
  .vl-col--fit--xs {
    flex: 1 0;
  }
  .vl-col--flex--xs {
    display: flex;
  }
  .vl-col--1-12--xs {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }
  .vl-col--1-6--xs, .vl-col--2-12--xs {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }
  .vl-col--1-4--xs, .vl-col--3-12--xs {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .vl-col--1-3--xs, .vl-col--2-6--xs, .vl-col--4-12--xs {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .vl-col--5-12--xs {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
  .vl-col--1-2--xs, .vl-col--2-4--xs, .vl-col--3-6--xs, .vl-col--6-12--xs {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .vl-col--7-12--xs {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }
  .vl-col--2-3--xs, .vl-col--4-6--xs, .vl-col--8-12--xs {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }
  .vl-col--3-4--xs, .vl-col--9-12--xs {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .vl-col--5-6--xs, .vl-col--10-12--xs {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }
  .vl-col--11-12--xs {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }
  .vl-col--1-1--xs, .vl-col--2-2--xs, .vl-col--3-3--xs, .vl-col--4-4--xs, .vl-col--6-6--xs, .vl-col--12-12--xs {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .vl-grid--is-stacked {
    row-gap: 1.5rem;
  }
  .vl-push--reset--xs {
    margin-left: 0;
  }
  .vl-push--1-12--xs {
    margin-left: 8.3333333333%;
  }
  .vl-push--1-6--xs, .vl-push--2-12--xs {
    margin-left: 16.6666666667%;
  }
  .vl-push--1-4--xs, .vl-push--3-12--xs {
    margin-left: 25%;
  }
  .vl-push--1-3--xs, .vl-push--2-6--xs, .vl-push--4-12--xs {
    margin-left: 33.3333333333%;
  }
  .vl-push--5-12--xs {
    margin-left: 41.6666666667%;
  }
  .vl-push--1-2--xs, .vl-push--2-4--xs, .vl-push--3-6--xs, .vl-push--6-12--xs {
    margin-left: 50%;
  }
  .vl-push--7-12--xs {
    margin-left: 58.3333333333%;
  }
  .vl-push--2-3--xs, .vl-push--4-6--xs, .vl-push--8-12--xs {
    margin-left: 66.6666666667%;
  }
  .vl-push--3-4--xs, .vl-push--9-12--xs {
    margin-left: 75%;
  }
  .vl-push--5-6--xs, .vl-push--10-12--xs {
    margin-left: 83.3333333333%;
  }
  .vl-push--11-12--xs {
    margin-left: 91.6666666667%;
  }
  .vl-col--omega--xs {
    margin-left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .vl-grid--wide {
    margin-left: calc(-4.1666666667% - 3rem);
    margin-right: -4.1666666667%;
  }
}
.vl-form-grid {
  position: relative;
  box-sizing: border-box;
  display: flex;
  margin-left: -1.5rem;
  flex-direction: row;
  flex: 0 1 auto;
  flex-wrap: wrap;
}

.vl-form-grid > * {
  box-sizing: border-box;
  padding-left: 1.5rem;
  position: relative;
}

.vl-form-grid--no-gutter {
  margin-left: 0;
}

.vl-form-grid--no-gutter > * {
  padding-left: 0;
}

.vl-form-grid--v-top {
  align-items: flex-start;
}

.vl-form-grid--v-center {
  align-items: center;
}

.vl-form-grid--v-bottom {
  align-items: flex-end;
}

.vl-form-grid--v-stretch {
  align-items: stretch;
}

.vl-form-grid--v-baseline {
  align-items: stretch;
}

.vl-form-grid--align-start {
  justify-content: flex-start;
}

.vl-form-grid--align-end {
  justify-content: flex-end;
}

.vl-form-grid--align-center {
  justify-content: center;
}

.vl-form-grid--align-space-between {
  justify-content: space-between;
}

.vl-form-grid--align-space-around {
  justify-content: space-around;
}

.vl-form-col--fit {
  flex: 1 0;
}

.vl-form-col--flex {
  display: flex;
}

.vl-form-col--1-12 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  min-width: 8.3333333333%;
}

.vl-form-col--1-6, .vl-form-col--2-12 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  min-width: 16.6666666667%;
}

.vl-form-col--1-4, .vl-form-col--3-12 {
  flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
}

.vl-form-col--1-3, .vl-form-col--2-6, .vl-form-col--4-12 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
}

.vl-form-col--5-12 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  min-width: 41.6666666667%;
}

.vl-form-col--1-2, .vl-form-col--2-4, .vl-form-col--3-6, .vl-form-col--6-12 {
  flex-basis: 50%;
  max-width: 50%;
  min-width: 50%;
}

.vl-form-col--7-12 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  min-width: 58.3333333333%;
}

.vl-form-col--2-3, .vl-form-col--4-6, .vl-form-col--8-12 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  min-width: 66.6666666667%;
}

.vl-form-col--3-4, .vl-form-col--9-12 {
  flex-basis: 75%;
  max-width: 75%;
  min-width: 75%;
}

.vl-form-col--5-6, .vl-form-col--10-12 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  min-width: 83.3333333333%;
}

.vl-form-col--11-12 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  min-width: 91.6666666667%;
}

.vl-form-col--1-1, .vl-form-col--2-2, .vl-form-col--3-3, .vl-form-col--4-4, .vl-form-col--6-6, .vl-form-col--12-12 {
  flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
}

.vl-form-grid--is-stacked {
  row-gap: 1.5rem;
}

.vl-form-push--reset {
  margin-left: 0;
}

.vl-form-push--1-12 {
  margin-left: 8.3333333333%;
}

.vl-form-push--1-6, .vl-form-push--2-12 {
  margin-left: 16.6666666667%;
}

.vl-form-push--1-4, .vl-form-push--3-12 {
  margin-left: 25%;
}

.vl-form-push--1-3, .vl-form-push--2-6, .vl-form-push--4-12 {
  margin-left: 33.3333333333%;
}

.vl-form-push--5-12 {
  margin-left: 41.6666666667%;
}

.vl-form-push--1-2, .vl-form-push--2-4, .vl-form-push--3-6, .vl-form-push--6-12 {
  margin-left: 50%;
}

.vl-form-push--7-12 {
  margin-left: 58.3333333333%;
}

.vl-form-push--2-3, .vl-form-push--4-6, .vl-form-push--8-12 {
  margin-left: 66.6666666667%;
}

.vl-form-push--3-4, .vl-form-push--9-12 {
  margin-left: 75%;
}

.vl-form-push--5-6, .vl-form-push--10-12 {
  margin-left: 83.3333333333%;
}

.vl-form-push--11-12 {
  margin-left: 91.6666666667%;
}

.vl-form-col--omega {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .vl-form-grid {
    position: relative;
    box-sizing: border-box;
    display: flex;
    margin-left: -1.5rem;
    flex-direction: row;
    flex: 0 1 auto;
    flex-wrap: wrap;
  }
  .vl-form-grid > * {
    box-sizing: border-box;
    padding-left: 1.5rem;
    position: relative;
  }
  .vl-form-grid--no-gutter--s {
    margin-left: 0;
  }
  .vl-form-grid--no-gutter--s > * {
    padding-left: 0;
  }
  .vl-form-grid--v-top--s {
    align-items: flex-start;
  }
  .vl-form-grid--v-center--s {
    align-items: center;
  }
  .vl-form-grid--v-bottom--s {
    align-items: flex-end;
  }
  .vl-form-grid--v-stretch--s {
    align-items: stretch;
  }
  .vl-form-grid--v-baseline--s {
    align-items: stretch;
  }
  .vl-form-grid--align-start--s {
    justify-content: flex-start;
  }
  .vl-form-grid--align-end--s {
    justify-content: flex-end;
  }
  .vl-form-grid--align-center--s {
    justify-content: center;
  }
  .vl-form-grid--align-space-between--s {
    justify-content: space-between;
  }
  .vl-form-grid--align-space-around--s {
    justify-content: space-around;
  }
  .vl-form-col--fit--s {
    flex: 1 0;
  }
  .vl-form-col--flex--s {
    display: flex;
  }
  .vl-form-col--1-12--s {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }
  .vl-form-col--1-6--s, .vl-form-col--2-12--s {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }
  .vl-form-col--1-4--s, .vl-form-col--3-12--s {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .vl-form-col--1-3--s, .vl-form-col--2-6--s, .vl-form-col--4-12--s {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .vl-form-col--5-12--s {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
  .vl-form-col--1-2--s, .vl-form-col--2-4--s, .vl-form-col--3-6--s, .vl-form-col--6-12--s {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .vl-form-col--7-12--s {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }
  .vl-form-col--2-3--s, .vl-form-col--4-6--s, .vl-form-col--8-12--s {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }
  .vl-form-col--3-4--s, .vl-form-col--9-12--s {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .vl-form-col--5-6--s, .vl-form-col--10-12--s {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }
  .vl-form-col--11-12--s {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }
  .vl-form-col--1-1--s, .vl-form-col--2-2--s, .vl-form-col--3-3--s, .vl-form-col--4-4--s, .vl-form-col--6-6--s, .vl-form-col--12-12--s {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .vl-form-grid--is-stacked {
    row-gap: 1.5rem;
  }
  .vl-form-push--reset--s {
    margin-left: 0;
  }
  .vl-form-push--1-12--s {
    margin-left: 8.3333333333%;
  }
  .vl-form-push--1-6--s, .vl-form-push--2-12--s {
    margin-left: 16.6666666667%;
  }
  .vl-form-push--1-4--s, .vl-form-push--3-12--s {
    margin-left: 25%;
  }
  .vl-form-push--1-3--s, .vl-form-push--2-6--s, .vl-form-push--4-12--s {
    margin-left: 33.3333333333%;
  }
  .vl-form-push--5-12--s {
    margin-left: 41.6666666667%;
  }
  .vl-form-push--1-2--s, .vl-form-push--2-4--s, .vl-form-push--3-6--s, .vl-form-push--6-12--s {
    margin-left: 50%;
  }
  .vl-form-push--7-12--s {
    margin-left: 58.3333333333%;
  }
  .vl-form-push--2-3--s, .vl-form-push--4-6--s, .vl-form-push--8-12--s {
    margin-left: 66.6666666667%;
  }
  .vl-form-push--3-4--s, .vl-form-push--9-12--s {
    margin-left: 75%;
  }
  .vl-form-push--5-6--s, .vl-form-push--10-12--s {
    margin-left: 83.3333333333%;
  }
  .vl-form-push--11-12--s {
    margin-left: 91.6666666667%;
  }
  .vl-form-col--omega--s {
    margin-left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .vl-form-grid--wide {
    margin-left: calc(-4.1666666667% - 3rem);
    margin-right: -4.1666666667%;
  }
}
.vl-grid--is-stacked-large {
  row-gap: 6rem;
}

@media screen and (max-width: 767px) {
  .vl-grid--is-stacked-large {
    row-gap: 3rem;
  }
}
.vl-grid--is-stacked-large > * {
  row-gap: 6rem;
}

@media screen and (max-width: 767px) {
  .vl-grid--is-stacked-large > * {
    row-gap: 3rem;
  }
}
.vl-grid--is-stacked-small {
  row-gap: 1.5rem;
}

.vl-grid--is-stacked-small > * {
  row-gap: 1.5rem;
}

.vl-form-grid--is-stacked-large {
  row-gap: 3rem;
}

.vl-form-grid--is-stacked-large > * {
  row-gap: 3rem;
}

.vl-form-grid--is-stacked-small {
  row-gap: 1rem;
}

.vl-form-grid--is-stacked-small > * {
  row-gap: 1rem;
}

.vl-page {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.vl-page .vl-main-content > .vl-region:last-child {
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .vl-page .vl-main-content > .vl-region:last-child {
    padding-bottom: 7rem;
  }
}
.vl-main-content {
  outline: none;
  position: relative;
}

.vl-region {
  margin: 0 auto;
  padding: 3rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .vl-region {
    padding: 3rem 0;
  }
}
.vl-region:not(.vl-region--alt) + .vl-region:not(.vl-region--alt) {
  padding-top: 0;
}

.vl-region--alt {
  background-color: #f7f9fc;
}

.vl-region--overlap {
  background: linear-gradient(to bottom, transparent calc(50% - 30px), #f7f9fc calc(50% - 30px), #f7f9fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}

.vl-region--overlap .vl-layout {
  border: 1px #cbd2da solid;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}

@media only screen and (max-width: 1295px) {
  .vl-region--overlap .vl-layout {
    margin: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .vl-region--overlap .vl-layout {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.vl-region--overlap + .vl-region--alt {
  padding-top: 0 !important;
}

.vl-region:not(.vl-region--alt) + .vl-region--alt,
.vl-region--alt + .vl-region:not(.vl-region--alt) {
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .vl-region:not(.vl-region--alt) + .vl-region--alt,
  .vl-region--alt + .vl-region:not(.vl-region--alt) {
    padding-top: 3rem;
  }
}
.vl-region:first-child {
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .vl-region:first-child {
    padding-top: 2rem;
  }
}
.vl-region--small {
  padding: 1.5rem 0;
}

@media screen and (max-width: 767px) {
  .vl-region--small {
    padding: 2rem 0;
  }
}
.vl-region--medium {
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  .vl-region--medium {
    padding: 2rem 0;
  }
}
.vl-region--bordered + .vl-region--bordered {
  border-top: 1px solid #f7f9fc;
}

.vl-region--bordered + .vl-region--bordered.vl-region--alt {
  border-top-color: #fff;
}

.vl-region.vl-region--no-space {
  padding: 0;
}

.vl-region.vl-region--no-space-bottom {
  padding-bottom: 0;
}

.vl-region.vl-region--no-space-top {
  padding-top: 0;
}

.vl-layout {
  position: relative;
  margin: 0 auto;
  min-width: 1024px;
  max-width: 1280px;
  padding: 0 3rem;
}

@media screen and (max-width: 1023px) {
  .vl-layout {
    width: auto;
    min-width: 768px;
    max-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .vl-layout {
    width: auto;
    min-width: 0;
    padding: 0 1.5rem;
  }
}
.vl-alert {
  display: flex;
  position: relative;
  background-color: #e8ebee;
  border: 0.1rem solid #cfd5dd;
  padding: 2.5rem 3rem;
  border-radius: 0.3rem;
}

@media screen and (max-width: 767px) {
  .vl-alert {
    padding: 1.5rem;
  }
}
.vl-alert__close {
  display: flex;
  position: absolute;
  border: 0;
  cursor: pointer;
  top: 0.9rem;
  right: 0.9rem;
  padding: 0.5rem;
  font-size: 1.6rem;
  overflow: hidden;
}

.vl-alert__close:hover, .vl-alert__close:focus {
  color: #003bb0;
}

.vl-alert__close > .vl-vi {
  display: inline-flex;
}

.vl-alert__content-wrapper {
  display: flex;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .vl-alert__content-wrapper {
    flex-wrap: wrap;
  }
}
.vl-alert__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-basis: 100%;
}

@media screen and (max-width: 767px) {
  .vl-alert__content {
    flex-basis: auto;
    flex-grow: 1;
  }
}
.vl-alert__icon {
  flex: 0 0 auto;
  margin-right: 2.5rem;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .vl-alert__icon {
    margin-right: 1.5rem;
    font-size: 1.6rem;
    margin-top: 3px;
  }
}
.vl-alert__title {
  font-size: 1.8rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0rem;
  line-height: 1.44;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 1023px) {
  .vl-alert__title {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-alert__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.vl-alert__actions {
  margin-top: 1.5rem;
}

.vl-alert__message {
  color: #333332;
}

.vl-alert--cta::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: calc(100% + 0.2rem);
  height: 0.3rem;
  background: #05c;
}

.vl-alert--accent {
  background-color: rgba(var(--vl-theme-primary-color-rgb, 255, 237, 0), 0.1);
  border-color: rgba(var(--vl-theme-primary-color-rgb, 255, 237, 0), 0.3);
}

.vl-alert--accent .vl-alert__icon {
  color: #000;
}

.vl-alert--error {
  background-color: rgb(250.5, 235, 235.5);
  border-color: #edafb1;
}

.vl-alert--error .vl-alert__icon {
  color: #aa2729;
}

.vl-alert--warning {
  background-color: rgb(255, 245.6, 230.5);
  border-color: rgb(255, 217.4, 157);
}

.vl-alert--warning .vl-alert__icon {
  color: #d07b06;
}

.vl-alert--success {
  background-color: rgb(229.5, 245.3, 236.6);
  border-color: rgb(153, 216.2, 181.4);
}

.vl-alert--success .vl-alert__icon {
  color: #007a37;
}

.vl-alert--info {
  background-color: #f7f9fc;
  border-color: #e8ebee;
}

.vl-alert--naked {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.vl-alert--naked .vl-alert__icon {
  margin-right: 1.5rem;
}

.vl-alert--naked .vl-alert__content {
  display: block;
}

.vl-alert--naked .vl-alert__title {
  margin-bottom: 0;
}

.vl-alert--naked .vl-alert__title > * {
  display: inline;
}

.vl-alert--naked.vl-alert--error .vl-alert__icon {
  color: #d2373c;
}

.vl-alert--naked p {
  display: inline;
}

.vl-alert--small {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1.5rem;
}

.vl-alert--small .vl-alert__title {
  font-size: 1.6rem;
}

.vl-alert--small .vl-alert__icon {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  margin-right: 1.5rem;
}

.vl-alert--small .vl-alert__actions {
  margin-top: 1rem;
}

.vl-alert--large {
  padding: 5rem 5.5rem;
}

@media screen and (max-width: 767px) {
  .vl-alert--large {
    padding: 1.5rem;
  }
}
.vl-alert--large .vl-alert__title {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .vl-alert--large .vl-alert__title {
    font-size: 2rem;
  }
}
.vl-alert--center {
  align-items: center;
}

.vl-alert__image {
  width: 8rem;
  height: auto;
  margin-right: 4rem;
}

@media screen and (max-width: 767px) {
  .vl-alert__image {
    width: 7rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .vl-alert__image + .vl-alert__content {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 500px) {
  .vl-alert__image + .vl-alert__content {
    max-width: none;
  }
}
.vl-action-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vl-action-group a,
.vl-action-group button,
.vl-action-group .vl-button {
  margin-right: 1.4rem;
}

.vl-action-group a:last-child,
.vl-action-group button:last-child,
.vl-action-group .vl-button:last-child {
  margin-right: 0;
}

.vl-action-group--align-right {
  justify-content: flex-end;
}

.vl-action-group--align-center {
  justify-content: center;
}

.vl-action-group--space-between {
  justify-content: space-between;
}

.vl-action-group .vl-link {
  white-space: nowrap;
}

.vl-action-group--bordered > * {
  position: relative;
  margin: 0 1.6rem;
}

.vl-action-group--bordered > *:not(:last-child) {
  margin-right: 1.6rem;
}

.vl-action-group--bordered > *:last-child {
  border: 0;
}

.vl-action-group--bordered > *:first-child {
  margin-left: 0;
}

.vl-action-group--bordered > *:not(:last-child)::after {
  content: "";
  background-color: #cbd2da;
  height: 1.5rem;
  width: 0.1rem;
  right: -1.6rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 1023px) {
  .vl-action-group--collapse--l {
    flex-direction: column;
    align-items: flex-start;
  }
  .vl-action-group--collapse--l > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .vl-action-group--collapse--l.vl-action-group--align-center, .vl-action-group--collapse--l.vl-action-group--align-right {
    align-items: center;
  }
  .vl-action-group--collapse--l.vl-action-group--align-center .vl-button, .vl-action-group--collapse--l.vl-action-group--align-right .vl-button {
    margin-right: 0;
  }
  .vl-action-group--collapse--l.vl-action-group--align-right {
    align-items: flex-end;
  }
  .vl-action-group--collapse--l .vl-link {
    border-right: 0;
    display: block;
    padding-right: 0;
    text-align: left;
    flex: 1 0 100%;
    margin: 0;
  }
  .vl-action-group--collapse--l .vl-link:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .vl-action-group--collapse--l .vl-link:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .vl-action-group--collapse--m {
    flex-direction: column;
    align-items: flex-start;
  }
  .vl-action-group--collapse--m > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .vl-action-group--collapse--m.vl-action-group--align-center, .vl-action-group--collapse--m.vl-action-group--align-right {
    align-items: center;
  }
  .vl-action-group--collapse--m.vl-action-group--align-center .vl-button, .vl-action-group--collapse--m.vl-action-group--align-right .vl-button {
    margin-right: 0;
  }
  .vl-action-group--collapse--m.vl-action-group--align-right {
    align-items: flex-end;
  }
  .vl-action-group--collapse--m .vl-link {
    border-right: 0;
    display: block;
    padding-right: 0;
    text-align: left;
    flex: 1 0 100%;
    margin: 0;
  }
  .vl-action-group--collapse--m .vl-link:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .vl-action-group--collapse--m .vl-link:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vl-action-group--collapse--s {
    flex-direction: column;
    align-items: flex-start;
  }
  .vl-action-group--collapse--s > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .vl-action-group--collapse--s.vl-action-group--align-center, .vl-action-group--collapse--s.vl-action-group--align-right {
    align-items: center;
  }
  .vl-action-group--collapse--s.vl-action-group--align-center .vl-button, .vl-action-group--collapse--s.vl-action-group--align-right .vl-button {
    margin-right: 0;
  }
  .vl-action-group--collapse--s.vl-action-group--align-right {
    align-items: flex-end;
  }
  .vl-action-group--collapse--s .vl-link {
    border-right: 0;
    display: block;
    padding-right: 0;
    text-align: left;
    flex: 1 0 100%;
    margin: 0;
  }
  .vl-action-group--collapse--s .vl-link:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .vl-action-group--collapse--s .vl-link:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .vl-action-group--collapse--xs {
    flex-direction: column;
    align-items: flex-start;
  }
  .vl-action-group--collapse--xs > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .vl-action-group--collapse--xs.vl-action-group--align-center, .vl-action-group--collapse--xs.vl-action-group--align-right {
    align-items: center;
  }
  .vl-action-group--collapse--xs.vl-action-group--align-center .vl-button, .vl-action-group--collapse--xs.vl-action-group--align-right .vl-button {
    margin-right: 0;
  }
  .vl-action-group--collapse--xs.vl-action-group--align-right {
    align-items: flex-end;
  }
  .vl-action-group--collapse--xs .vl-link {
    border-right: 0;
    display: block;
    padding-right: 0;
    text-align: left;
    flex: 1 0 100%;
    margin: 0;
  }
  .vl-action-group--collapse--xs .vl-link:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .vl-action-group--collapse--xs .vl-link:not(:last-child)::after {
    display: none;
  }
}
.vl-steps {
  margin-bottom: 3rem;
}

.vl-steps--has-line.vl-steps--timeline-simple .vl-step__container::before, .vl-steps--timeline.vl-steps--timeline-simple .vl-step__container::before, .vl-steps--timeline-simple.vl-steps--timeline-simple .vl-step__container::before {
  top: -0.5rem;
  bottom: 100%;
}

.vl-steps--has-line.vl-steps--timeline-simple .vl-step__container::after, .vl-steps--timeline.vl-steps--timeline-simple .vl-step__container::after, .vl-steps--timeline-simple.vl-steps--timeline-simple .vl-step__container::after {
  top: 3.2rem;
}

.vl-steps--has-line.vl-steps--sub .vl-step__container::before, .vl-steps--timeline.vl-steps--sub .vl-step__container::before, .vl-steps--timeline-simple.vl-steps--sub .vl-step__container::before {
  top: -5rem;
  bottom: calc(100% - 0.3rem);
}

@media screen and (max-width: 767px) {
  .vl-steps--has-line.vl-steps--sub .vl-step__container::before, .vl-steps--timeline.vl-steps--sub .vl-step__container::before, .vl-steps--timeline-simple.vl-steps--sub .vl-step__container::before {
    top: -2.8rem;
  }
}
.vl-steps--has-line.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon) .vl-step__container::after, .vl-steps--timeline.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon) .vl-step__container::after, .vl-steps--timeline-simple.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon) .vl-step__container::after {
  top: 3.9rem;
}

.vl-steps--has-line.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon).vl-step--success .vl-step__container::after, .vl-steps--has-line.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon).vl-step--error .vl-step__container::after, .vl-steps--has-line.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon).vl-step--warning .vl-step__container::after, .vl-steps--timeline.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon).vl-step--success .vl-step__container::after, .vl-steps--timeline.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon).vl-step--error .vl-step__container::after, .vl-steps--timeline.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon).vl-step--warning .vl-step__container::after, .vl-steps--timeline-simple.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon).vl-step--success .vl-step__container::after, .vl-steps--timeline-simple.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon).vl-step--error .vl-step__container::after, .vl-steps--timeline-simple.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon).vl-step--warning .vl-step__container::after {
  top: 3.9rem;
}

.vl-steps--has-line.vl-steps--timeline .vl-steps.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon) .vl-step__container::after, .vl-steps--timeline.vl-steps--timeline .vl-steps.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon) .vl-step__container::after, .vl-steps--timeline-simple.vl-steps--timeline .vl-steps.vl-steps--sub .vl-step:not(.vl-step--sub-no-icon) .vl-step__container::after {
  top: 3.9rem;
}

.vl-steps--has-line .vl-step + .vl-step .vl-step__container::before, .vl-steps--timeline .vl-step + .vl-step .vl-step__container::before, .vl-steps--timeline-simple .vl-step + .vl-step .vl-step__container::before {
  top: -5rem;
}

@media screen and (max-width: 767px) {
  .vl-steps--has-line .vl-step + .vl-step .vl-step__container::before, .vl-steps--timeline .vl-step + .vl-step .vl-step__container::before, .vl-steps--timeline-simple .vl-step + .vl-step .vl-step__container::before {
    top: -2rem;
  }
}
.vl-steps--has-line .vl-step__container, .vl-steps--timeline .vl-step__container, .vl-steps--timeline-simple .vl-step__container {
  position: relative;
}

.vl-steps--has-line .vl-step__container::before, .vl-steps--timeline .vl-step__container::before, .vl-steps--timeline-simple .vl-step__container::before {
  position: absolute;
  display: block;
  background-color: #cbd2da;
  content: "";
  width: 0.3rem;
  top: 0;
  bottom: calc(100% + 0.5rem);
  left: -5rem;
}

@media screen and (max-width: 767px) {
  .vl-steps--has-line .vl-step__container::before, .vl-steps--timeline .vl-step__container::before, .vl-steps--timeline-simple .vl-step__container::before {
    left: -3.35rem;
  }
}
.vl-steps--has-line .vl-step__container::after, .vl-steps--timeline .vl-step__container::after, .vl-steps--timeline-simple .vl-step__container::after {
  position: absolute;
  display: block;
  background-color: #cbd2da;
  content: "";
  width: 0.3rem;
  top: 4.7rem;
  bottom: 0;
  left: -5rem;
}

@media screen and (max-width: 767px) {
  .vl-steps--has-line .vl-step__container::after, .vl-steps--timeline .vl-step__container::after, .vl-steps--timeline-simple .vl-step__container::after {
    top: 4rem;
    left: -3.35rem;
  }
}
.vl-steps--has-line .vl-step--sub-no-icon .vl-step__container::before, .vl-steps--timeline .vl-step--sub-no-icon .vl-step__container::before, .vl-steps--timeline-simple .vl-step--sub-no-icon .vl-step__container::before {
  bottom: calc(100% - 0.8rem + 0.5rem);
}

.vl-steps--has-line .vl-step--sub-no-icon .vl-step__container::after, .vl-steps--timeline .vl-step--sub-no-icon .vl-step__container::after, .vl-steps--timeline-simple .vl-step--sub-no-icon .vl-step__container::after {
  top: 2.7rem;
}

.vl-steps--has-line .vl-step--sub-no-icon.vl-step--success .vl-step__container::before, .vl-steps--has-line .vl-step--sub-no-icon.vl-step--warning .vl-step__container::before, .vl-steps--has-line .vl-step--sub-no-icon.vl-step--error .vl-step__container::before, .vl-steps--timeline .vl-step--sub-no-icon.vl-step--success .vl-step__container::before, .vl-steps--timeline .vl-step--sub-no-icon.vl-step--warning .vl-step__container::before, .vl-steps--timeline .vl-step--sub-no-icon.vl-step--error .vl-step__container::before, .vl-steps--timeline-simple .vl-step--sub-no-icon.vl-step--success .vl-step__container::before, .vl-steps--timeline-simple .vl-step--sub-no-icon.vl-step--warning .vl-step__container::before, .vl-steps--timeline-simple .vl-step--sub-no-icon.vl-step--error .vl-step__container::before {
  bottom: 100%;
}

.vl-steps--has-line .vl-step--sub-no-icon.vl-step--success .vl-step__container::after, .vl-steps--has-line .vl-step--sub-no-icon.vl-step--warning .vl-step__container::after, .vl-steps--has-line .vl-step--sub-no-icon.vl-step--error .vl-step__container::after, .vl-steps--timeline .vl-step--sub-no-icon.vl-step--success .vl-step__container::after, .vl-steps--timeline .vl-step--sub-no-icon.vl-step--warning .vl-step__container::after, .vl-steps--timeline .vl-step--sub-no-icon.vl-step--error .vl-step__container::after, .vl-steps--timeline-simple .vl-step--sub-no-icon.vl-step--success .vl-step__container::after, .vl-steps--timeline-simple .vl-step--sub-no-icon.vl-step--warning .vl-step__container::after, .vl-steps--timeline-simple .vl-step--sub-no-icon.vl-step--error .vl-step__container::after {
  top: 2.4rem;
}

.vl-steps--last-step-no-line .vl-step:last-child::before {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .vl-steps {
    margin-bottom: 1.5rem;
  }
}
.vl-step {
  position: relative;
  margin-left: 7rem;
}

.vl-step + .vl-step {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .vl-step {
    margin-left: 5rem;
  }
  .vl-step + .vl-step {
    margin-top: 2rem;
  }
}
.vl-step--has-link .vl-step__link {
  display: block;
  color: #333332;
  text-decoration: none;
}

.vl-step--has-link .vl-step__link .vl-step__title {
  color: var(--vl-theme-action-color, #05c);
}

.vl-step--accordion .vl-step__header[aria-expanded=false] {
  padding-bottom: 1rem;
}

.vl-step--accordion > .vl-step__container > .vl-step__content-wrapper {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
}

.vl-step--accordion > .vl-step__container > .vl-step__wrapper > .vl-step__header {
  flex-wrap: nowrap;
}

.vl-step--accordion > .vl-step__container > .vl-step__wrapper > .vl-step__header:hover .vl-step__title {
  text-decoration: underline;
}

.vl-step--accordion > .vl-step__container > .vl-step__wrapper > .vl-step__content-wrapper {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
}

.vl-step--accordion .vl-step__substeps {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  padding: 0;
}

.vl-step--accordion .vl-step__substeps .vl-step__title {
  color: var(--vl-theme-action-color, #333332);
}

.vl-step--accordion.js-vl-accordion--open .vl-step__substeps {
  padding: 5rem 0 0;
}

@media screen and (max-width: 767px) {
  .vl-step--accordion.js-vl-accordion--open .vl-step__substeps {
    padding: 2rem 0 0;
  }
}
.vl-step--accordion.js-vl-accordion--open > .vl-step__container > .vl-step__wrapper > .vl-step__content-wrapper,
.vl-step--accordion.js-vl-accordion--open > .vl-step__container > .vl-step__content-wrapper,
.vl-step--accordion.js-vl-accordion--open > .vl-step__wrapper > .vl-step__content-wrapper {
  visibility: visible;
  overflow: visible;
  max-height: 100%;
}

.vl-step--accordion.js-vl-accordion--open .vl-step__substeps {
  visibility: visible;
  overflow: visible;
  max-height: 100%;
}

.vl-step--accordion.js-vl-accordion--open .vl-step__substeps--no-padding {
  padding: 0;
}

.vl-step--accordion .vl-step__title {
  color: var(--vl-theme-action-color, #05c);
}

.vl-step__content {
  min-height: 4.7rem;
}

@media screen and (max-width: 767px) {
  .vl-step__content {
    font-size: 1.6rem;
  }
}
.vl-step__content p + p {
  margin-top: 1rem;
}

.vl-step__header ~ .vl-step__content-wrapper .vl-step__content {
  margin-top: 0.5rem;
}

.vl-step__header .vl-step__content {
  margin-top: 0.5rem;
}

.vl-step__title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .vl-step__title {
    margin-bottom: 0;
  }
}
.vl-step__title__annotation {
  font-family: "Flanders Art Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.vl-step__title__annotation::before {
  content: "-";
  margin: 0 0.5rem;
}

.vl-step--disabled .vl-step__title {
  color: #687483;
}

.vl-step__subtitle {
  color: #687483;
  font-weight: 400;
  font-size: inherit;
  font-size: 1.8rem;
}

.vl-step__subtitle--small {
  font-size: 0.65em;
}

@media screen and (max-width: 767px) {
  .vl-step__subtitle {
    font-size: 1.6rem;
  }
}
.vl-step__alert {
  margin-top: 1rem;
}

.vl-step__accordion-toggle {
  display: inline-flex;
  color: var(--vl-theme-action-color, #05c);
  font-size: 1.8rem;
  margin-top: 0.6rem;
  margin-left: 0.3rem;
}

.vl-step__accordion-toggle::before, .vl-step__accordion-toggle::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.vl-step__accordion-toggle::before {
  content: "\f118";
}

.vl-step__accordion-toggle::before {
  transition: transform 0.2s;
}

.js-vl-accordion--open > .vl-step__container > .vl-step__wrapper > .vl-step__header .vl-step__accordion-toggle::before, .js-vl-accordion--open > .vl-step__wrapper > .vl-step__header .vl-step__accordion-toggle::before {
  transform: rotate(180deg);
}

.vl-step--success > .vl-step__container > .vl-step__wrapper, .vl-step--warning > .vl-step__container > .vl-step__wrapper, .vl-step--error > .vl-step__container > .vl-step__wrapper {
  padding: 1.5rem;
  margin-left: -1.5rem;
}

@media screen and (max-width: 767px) {
  .vl-step--success > .vl-step__container > .vl-step__wrapper, .vl-step--warning > .vl-step__container > .vl-step__wrapper, .vl-step--error > .vl-step__container > .vl-step__wrapper {
    padding: 1rem;
    margin-left: -1rem;
  }
}
.vl-step--success .vl-step__header, .vl-step--warning .vl-step__header, .vl-step--error .vl-step__header {
  align-items: flex-start;
}

.vl-step--success .vl-step__header__titles, .vl-step--warning .vl-step__header__titles, .vl-step--error .vl-step__header__titles {
  margin-top: 0;
}

.vl-step--success .vl-step__icon {
  background-color: #007a37;
  color: #fff;
}

.vl-step--success > .vl-step__container > .vl-step__wrapper {
  border: 1px solid rgb(153, 216.2, 181.4);
  background-color: rgb(229.5, 245.3, 236.6);
}

.vl-step--warning .vl-step__icon {
  background-color: #ffA10a;
  color: #333332;
}

.vl-step--warning > .vl-step__container > .vl-step__wrapper {
  border: 1px solid rgb(255, 217.4, 157);
  background-color: rgb(255, 245.6, 230.5);
}

.vl-step--error .vl-step__icon {
  background-color: #d2373c;
  color: #fff;
}

.vl-step--error > .vl-step__container > .vl-step__wrapper {
  border: 1px solid #edafb1;
  background-color: rgb(250.5, 235, 235.5);
}

.vl-step__substeps {
  margin-left: -7rem;
  padding: 4rem 0 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.vl-step__substeps .vl-step__title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .vl-step__substeps .vl-step__title {
    margin-bottom: 0;
  }
}
.vl-step__substeps .vl-step--success .vl-step__icon {
  background-color: #009e47;
}

.vl-step__substeps .vl-step--warning .vl-step__icon {
  background-color: #ffA10a;
}

.vl-step__substeps .vl-step--error .vl-step__icon {
  background-color: #d2373c;
}

@media screen and (max-width: 767px) {
  .vl-step__substeps {
    margin-left: -5rem;
    padding: 2rem 0 0;
  }
}
.vl-steps__header,
.vl-steps__footer {
  margin-bottom: 2.8rem;
  display: flex;
  justify-content: flex-end;
}

.vl-steps__footer {
  margin-top: 2.8rem;
  margin-bottom: 0;
}

.vl-steps--timeline > .vl-steps__list > .vl-step::before {
  top: 5.8rem;
  bottom: -4.5rem;
}

.vl-steps--timeline > .vl-steps__list > .vl-step:has(+ .vl-duration-step)::before {
  bottom: -5.15rem;
}

.vl-steps--timeline > .vl-steps__list > .vl-step > .vl-step__container > .vl-step__icon {
  font-size: 1.8rem;
  line-height: 1.5rem;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .vl-steps--timeline > .vl-steps__list > .vl-step > .vl-step__container > .vl-step__icon {
    font-size: 1.5rem;
    padding: 0.5rem 0;
  }
}
.vl-steps--timeline.vl-steps--sub .vl-step::before {
  display: none;
}

.vl-steps--timeline.vl-steps--sub .vl-step > .vl-step__container > .vl-step__icon {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.vl-steps--timeline-simple > .vl-steps__list > .vl-step {
  padding-top: 0;
}

.vl-steps--timeline-simple > .vl-steps__list > .vl-step:last-child::before {
  bottom: 0;
}

.vl-steps--timeline-simple > .vl-steps__list > .vl-step > .vl-step__container > .vl-step__icon {
  background-color: #687483;
  height: 2.2rem;
  width: 2.2rem;
  transform: translate(-6rem, 0.5rem);
}

.vl-steps--timeline-simple > .vl-steps__list > .vl-step > .vl-step__container > .vl-step__icon > .vl-step__icon__text, .vl-steps--timeline-simple > .vl-steps__list > .vl-step > .vl-step__container > .vl-step__icon > .vl-step__icon__sub {
  display: none;
}

@media screen and (max-width: 767px) {
  .vl-steps--timeline-simple > .vl-steps__list > .vl-step > .vl-step__container > .vl-step__icon {
    transform: translate(-4.3rem, 0.5rem);
  }
}
.vl-steps--timeline-simple.vl-steps--sub .vl-steps__list > .vl-step > .vl-step__container > .vl-step__icon {
  height: 1.4rem;
  width: 1.4rem;
  left: 0;
  transform: translate(-5.6rem, 0.8rem);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .vl-steps--timeline-simple.vl-steps--sub .vl-steps__list > .vl-step > .vl-step__container > .vl-step__icon {
    transform: translate(-3.9rem, 0.8rem);
  }
}
.vl-duration-step {
  position: relative;
  font-size: 1.6rem;
  color: #687483;
  padding: 5rem 0 5rem 7rem;
}

@media screen and (max-width: 767px) {
  .vl-duration-step {
    font-size: 1.4rem;
    padding: 2rem 0 2rem 5rem;
  }
}
.vl-duration-step + .vl-step .vl-step__container::before {
  background: repeating-linear-gradient(to bottom, #cbd2da, #cbd2da 10px, transparent 10px, transparent 20px);
  top: -5rem;
  bottom: calc(100% + 0.5rem);
}

.vl-duration-step::before, .vl-duration-step::after {
  content: "";
  position: absolute;
  display: block;
  left: 2.1rem;
}

@media screen and (max-width: 767px) {
  .vl-duration-step::before, .vl-duration-step::after {
    left: 1.75rem;
  }
}
.vl-duration-step::before {
  background: #cbd2da;
  width: 0.3rem;
  top: 0;
  bottom: 7.45rem;
  margin-left: -0.1rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .vl-duration-step::before {
    top: 0.4rem;
  }
}
.vl-duration-step::after {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  z-index: 2;
}

.vl-duration-step--chapter {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Flanders Art Sans", sans-serif;
  font-size: 1.5rem;
  color: #333332;
}

.vl-duration-step--chapter::before {
  top: 0;
  bottom: 6rem;
  background: #cbd2da;
}

.vl-duration-step--chapter::after {
  width: 0.3rem;
  height: initial;
  border-radius: 0;
  transform: initial;
  margin-left: -0.1rem;
  top: 5rem;
  bottom: 0.5rem;
  background: repeating-linear-gradient(to bottom, #cbd2da, #cbd2da 10px, transparent 10px, transparent 20px);
}

.vl-step__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border: 0;
  padding: 0 0 1rem 0;
  text-align: left;
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .vl-step__header {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-step__header__action {
    display: inline-block;
    margin-top: 1rem;
  }
}
.vl-step__header__info {
  color: #333332;
}

.vl-step__header__info i {
  margin-left: 1rem;
  text-decoration: none !important;
}

.vl-step--disabled .vl-step__header__info {
  opacity: 0.5;
}

.vl-step__header__titles {
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .vl-step__header__titles {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-step__header__titles .vl-step--success,
  .vl-step__header__titles .vl-step--warning,
  .vl-step__header__titles .vl-step--error {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .vl-step__substeps .vl-step__header__titles {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-step__substeps .vl-step--success .vl-step__header__titles, .vl-step__substeps .vl-step--warning .vl-step__header__titles, .vl-step__substeps .vl-step--error .vl-step__header__titles {
    margin-top: 0;
  }
}
.vl-step--sub-no-icon .vl-step__header__titles {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .vl-step--sub-no-icon .vl-step__header__titles {
    margin-top: 0.2rem;
  }
}
.vl-steps--timeline-simple .vl-step__header__titles {
  margin-top: 0.1rem;
}

@media screen and (max-width: 767px) {
  .vl-steps--timeline-simple .vl-step__header__titles {
    margin-top: 0.4rem;
  }
}
.vl-step__icon {
  display: block;
  position: absolute;
  background-color: var(--vl-theme-accent-color, var(--vl-theme-primary-color));
  font-size: 2rem;
  font-weight: 500;
  color: var(--vl-theme-accent-fg-color, #333332);
  line-height: 4.2rem;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  text-align: center;
  left: 0;
  transform: translateX(-7rem);
}

.vl-step__icon__sub {
  display: block;
  font-size: 1.4rem;
  font-weight: initial;
}

.vl-step__icon .vl-badge {
  width: inherit;
  height: inherit;
  min-height: 2.8rem;
  border-radius: inherit;
  background: transparent;
}

.vl-step__icon .vl-badge__icon {
  font-size: 2rem;
  color: inherit;
}

.vl-step--disabled .vl-step__icon {
  background-color: #cbd2da;
  color: #fff;
}

.vl-step--highlighted .vl-step__icon {
  background-color: var(--vl-theme-action-color, #05c);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .vl-step__icon {
    font-size: 1.8rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    left: 0;
    transform: translateX(-5rem);
  }
  .vl-step__icon .vl-badge__icon {
    font-size: 1.6rem;
  }
}
.vl-steps--sub .vl-step__icon {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  left: 0;
  transform: translate(-6.2rem, 0.8rem);
  font-size: 1.4rem;
}

.vl-step--success .vl-steps--sub .vl-step__icon, .vl-step--error .vl-steps--sub .vl-step__icon, .vl-step--warning .vl-steps--sub .vl-step__icon {
  transform: translateX(-6.2rem);
}

@media screen and (max-width: 767px) {
  .vl-steps--sub .vl-step__icon {
    transform: translate(-4.4rem, 0.8rem);
  }
}
.vl-step--sub-no-icon .vl-step__icon {
  width: 1.4rem;
  height: 1.4rem;
  transform: translate(-5.55rem, 0.8rem);
  background-color: #8695a8;
}

@media screen and (max-width: 767px) {
  .vl-step--sub-no-icon .vl-step__icon {
    transform: translate(-3.85rem, 0.8rem);
  }
}
.vl-step--success .vl-steps--sub .vl-step__icon, .vl-step--error .vl-steps--sub .vl-step__icon, .vl-step--warning .vl-steps--sub .vl-step__icon {
  transform: translate(-5.55rem, 0.8rem);
}

@media screen and (max-width: 767px) {
  .vl-step--success .vl-steps--sub .vl-step__icon, .vl-step--error .vl-steps--sub .vl-step__icon, .vl-step--warning .vl-steps--sub .vl-step__icon {
    transform: translate(-3.85rem, 0.8rem);
  }
}
.vl-step--sub-no-icon.vl-step--success .vl-step__icon, .vl-step--sub-no-icon.vl-step--error .vl-step__icon, .vl-step--sub-no-icon.vl-step--warning .vl-step__icon {
  transform: translate(-5.55rem, 0.5rem);
}

@media screen and (max-width: 767px) {
  .vl-step--sub-no-icon.vl-step--success .vl-step__icon, .vl-step--sub-no-icon.vl-step--error .vl-step__icon, .vl-step--sub-no-icon.vl-step--warning .vl-step__icon {
    transform: translate(-3.85rem, 0.5rem);
  }
}
.vl-steps--sub.vl-step--error .vl-step__icon, .vl-steps--sub.vl-step--success .vl-step__icon, .vl-steps--sub.vl-step--warning .vl-step__icon {
  transform: translate(-6.2rem, 1.6rem);
}

@media screen and (max-width: 767px) {
  .vl-steps--sub.vl-step--error .vl-step__icon, .vl-steps--sub.vl-step--success .vl-step__icon, .vl-steps--sub.vl-step--warning .vl-step__icon {
    transform: translate(-4.4rem, 0.8rem);
  }
}
.vl-steps--sub.vl-steps--timeline .vl-step__icon {
  font-size: 1.2rem;
  height: auto;
  line-height: 1.2rem;
}

.vl-infoblock--border {
  border: 1px solid #cbd2da;
  padding: 5rem;
}

@media screen and (max-width: 1023px) {
  .vl-infoblock--border {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-infoblock--border {
    padding: 2rem;
  }
}
.vl-infoblock__header {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 4.2rem;
  overflow-wrap: break-word;
}

.vl-infoblock__header::before, .vl-infoblock__header::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .vl-infoblock__header {
    line-height: 3.6rem;
  }
}
.vl-infoblock__header__icon-wrapper {
  position: relative;
}

.vl-infoblock__header__icon.vl-icon, .vl-infoblock__header__icon {
  display: block;
  flex: 0 0 auto;
  background-color: transparent;
  background: var(--vl-theme-primary-color);
  font-size: 2rem;
  border-radius: 50%;
  color: var(--vlw-theme-primary-fg-color, #333332);
  width: 4.2rem;
  height: 4.2rem;
  text-align: center;
  margin-right: 2.7rem;
  align-self: start;
}

@media screen and (max-width: 767px) {
  .vl-infoblock__header__icon.vl-icon, .vl-infoblock__header__icon {
    font-size: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1.5rem;
  }
}
.vl-infoblock__header__icon.vl-icon::before, .vl-infoblock__header__icon::before {
  display: block;
}

.vl-infoblock--alt .vl-infoblock__header__icon {
  background-color: #f7f9fc;
  border: 1px solid #cbd2da;
}

.vl-infoblock--contact .vl-infoblock__header__icon::before, .vl-infoblock--contact .vl-infoblock__header__icon::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.vl-infoblock--contact .vl-infoblock__header__icon::before {
  content: "\f102";
}

.vl-infoblock--publications .vl-infoblock__header__icon::before, .vl-infoblock--publications .vl-infoblock__header__icon::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.vl-infoblock--publications .vl-infoblock__header__icon::before {
  content: "\f135";
}

.vl-infoblock--faq .vl-infoblock__header__icon::before, .vl-infoblock--faq .vl-infoblock__header__icon::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.vl-infoblock--faq .vl-infoblock__header__icon::before {
  content: "\f1a6";
}

.vl-infoblock--news .vl-infoblock__header__icon::before, .vl-infoblock--news .vl-infoblock__header__icon::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.vl-infoblock--news .vl-infoblock__header__icon::before {
  content: "\f226";
}

.vl-infoblock--timeline .vl-infoblock__header__icon::before, .vl-infoblock--timeline .vl-infoblock__header__icon::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.vl-infoblock--timeline .vl-infoblock__header__icon::before {
  content: "\f2a1";
}

.vl-infoblock--question .vl-infoblock__header__icon::before, .vl-infoblock--question .vl-infoblock__header__icon::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.vl-infoblock--question .vl-infoblock__header__icon::before {
  content: "\f257";
}

@media screen and (max-width: 767px) {
  .vl-infoblock__header__icon {
    font-size: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1.5rem;
  }
}
.vl-infoblock__header__badge {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 2.2rem;
}

@media screen and (max-width: 767px) {
  .vl-infoblock__header__badge {
    margin-right: 0.9rem;
  }
}
.vl-infoblock__title {
  font-size: 2rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .vl-infoblock__title {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-infoblock__title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .vl-infoblock__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .vl-infoblock__title {
    font-size: 1.8rem;
    font-family: "Flanders Art Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 0rem;
    line-height: 1.44;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .vl-infoblock__title {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .vl-infoblock__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .vl-infoblock__title {
    margin-bottom: 0;
  }
}
.vl-infoblock__content {
  padding-top: 1.5rem;
  margin-left: 7rem;
}

@media screen and (max-width: 767px) {
  .vl-infoblock__content {
    padding-top: 0.75rem;
    margin-left: 5.2rem;
  }
}
.vl-data-table {
  width: 100%;
  max-width: 100%;
}

.vl-data-table caption {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.vl-data-table--caption-bottom caption {
  caption-side: bottom;
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.vl-data-table thead tr {
  border-top: 0.1rem #cbd2da solid;
  border-bottom: 0.2rem #cbd2da solid;
}

.vl-data-table tfoot tr {
  border-top: 0.2rem #cbd2da solid;
}

.vl-data-table tfoot td {
  font-weight: 500;
}

.vl-data-table tfoot td:first-child {
  padding-left: 0;
}

.vl-data-table tfoot td:last-child {
  padding-right: 0;
}

.vl-data-table tbody tr.vl-data-table__element--error,
.vl-data-table tbody td.vl-data-table__element--error {
  background: rgb(250.5, 235, 235.5);
  border-bottom: 0.1rem solid #d2373c;
}

.vl-data-table tbody tr.vl-data-table__element--warning,
.vl-data-table tbody td.vl-data-table__element--warning {
  background: rgb(255, 245.6, 230.5);
  border-bottom: 0.1rem solid #ffA10a;
}

.vl-data-table tbody tr.vl-data-table__element--success,
.vl-data-table tbody td.vl-data-table__element--success {
  background: rgb(229.5, 245.3, 236.6);
  border-bottom: 0.1rem solid #009e47;
}

.vl-data-table tbody tr {
  border-bottom: 0.1rem #cbd2da solid;
}

.vl-data-table tbody tr[data-vl-table-selectable] {
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.vl-data-table tbody tr[data-vl-table-selectable]:hover {
  background: #f3f5f6;
}

.vl-data-table tbody tr.vl-data-table__grouped-row:not(.vl-data-table__grouped-row--last) {
  border-bottom: 0;
}

.vl-data-table tbody tr th {
  border-left: 0.2rem #cbd2da solid;
  border-right: 0.2rem #cbd2da solid;
}

.vl-data-table tbody tr th:first-child {
  border-left: none;
}

.vl-data-table tbody tr th:last-child {
  border-right: none;
}

.vl-data-table td,
.vl-data-table th {
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: left;
  vertical-align: top;
  padding: 1.2rem 1rem;
}

@media screen and (max-width: 767px) {
  .vl-data-table td,
  .vl-data-table th {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.vl-data-table td.vl-data-table__icon-container,
.vl-data-table th.vl-data-table__icon-container {
  background-color: #f3f5f6;
  color: #333332;
}

.vl-data-table td.vl-data-table__icon-container .vl-vi,
.vl-data-table th.vl-data-table__icon-container .vl-vi {
  color: #687483;
  font-size: 3rem;
}

.vl-vi .vl-data-table td.vl-data-table__icon-container,
.vl-vi .vl-data-table th.vl-data-table__icon-container {
  text-align: center;
}

.vl-data-table th {
  font-weight: 500;
  white-space: nowrap;
}

.vl-data-table th > * {
  white-space: normal;
}

.vl-data-table .vl-data-table__grouped-row td {
  padding: 0.3rem 1rem 0.3rem 0;
}

@media screen and (max-width: 767px) {
  .vl-data-table .vl-data-table__grouped-row td {
    padding: 0.3rem 1rem 0.3rem 0;
  }
}
.vl-data-table .vl-data-table__grouped-row--first td {
  padding-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .vl-data-table .vl-data-table__grouped-row--first td {
    padding-top: 1rem;
  }
}
.vl-data-table .vl-data-table__grouped-row--last td {
  padding-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .vl-data-table .vl-data-table__grouped-row--last td {
    padding-bottom: 1rem;
  }
}
.vl-data-table__header-title--sortable {
  text-decoration: none;
}

.vl-data-table__header-title--sortable .vl-data-table__header-title__sort-icon {
  opacity: 0;
}

.vl-data-table__header-title--sortable:hover, .vl-data-table__header-title--sortable:focus {
  text-decoration: underline;
}

.vl-data-table__header-title--sortable:hover .vl-data-table__header-title__sort-icon, .vl-data-table__header-title--sortable:focus .vl-data-table__header-title__sort-icon {
  opacity: 0.5;
}

.vl-data-table__header-title--sortable-active .vl-data-table__header-title__sort-icon {
  opacity: 1;
}

.vl-data-table__body-title {
  max-width: 30rem;
}

.vl-data-table--alt tr th,
.vl-data-table--alt tr td {
  border-left: 0.2rem #cbd2da solid;
  border-right: 0.2rem #cbd2da solid;
}

.vl-data-table--alt tr th:first-child,
.vl-data-table--alt tr td:first-child {
  border-left: none;
}

.vl-data-table--alt tr th:last-child,
.vl-data-table--alt tr td:last-child {
  border-right: none;
}

.vl-data-table--alt tr th:not(:first-child) {
  padding: 0 1.2rem 1.2rem;
}

.vl-data-table--alt tr td:not(:first-child) {
  padding: 1.2rem;
}

.vl-data-table--double-spacing tr td,
.vl-data-table--double-spacing tr th {
  padding: 1.2rem 3rem;
}

.vl-data-table--no-header tbody tr:first-child {
  border-top: 3px #cbd2da solid;
}

.vl-data-table .vl-pill {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .vl-data-table .vl-pill {
    font-size: 1.4rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
  }
}
.vl-u-table-overflow {
  width: 100%;
  overflow-x: auto;
}

.vl-u-table-overflow .vl-data-table {
  overflow: auto;
}

.no-js [data-vl-table-check-all] + span {
  display: none !important;
}

.vl-data-table--hover tbody tr {
  transition: background 0.2s ease-in-out;
}

.vl-data-table--hover tbody tr:hover {
  background: #f3f5f6;
}

.vl-data-table--matrix tr th {
  border-left: 0.2rem #cbd2da solid;
  border-right: 0.2rem #cbd2da solid;
}

.vl-data-table--matrix tr th:first-child {
  border-left: none;
}

.vl-data-table--matrix tr th:last-child {
  border-right: none;
}

.vl-data-table--grid td,
.vl-data-table--grid th {
  padding: 1.2rem;
  border-left: 0.1rem #cbd2da solid;
  border-right: 0.1rem #cbd2da solid;
}

.vl-data-table--grid td:first-child,
.vl-data-table--grid th:first-child {
  border-left: none;
}

.vl-data-table--grid td:last-child,
.vl-data-table--grid th:last-child {
  border-right: none;
}

.vl-data-table--grid th[scope=row] {
  border-width: 0.2rem;
}

.vl-data-table--zebra tbody tr:not(.vl-data-table__element--warning):not(.vl-data-table__element--error):not(.vl-data-table__element--success):nth-child(odd) {
  background-color: #f3f5f6;
}

.vl-data-table--zebra tbody tr:not(.vl-data-table__element--warning):not(.vl-data-table__element--error):not(.vl-data-table__element--success):nth-child(odd):hover {
  background-color: rgb(237.1714285714, 240.1428571429, 241.6285714286);
}

.vl-data-table__actions--top {
  margin: 0 0 2rem;
}

.vl-data-table__actions--bottom {
  margin: 2rem 0 0;
}

@media screen and (max-width: 500px) {
  .vl-data-table__actions--bottom .vl-data-table__actions__list {
    margin: 0 0 1rem;
  }
}
.vl-data-table__actions__list .vl-data-table__action:not(:last-child) {
  margin-right: 0.6rem;
}

.vl-data-table__action {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.6rem;
}

.vl-data-table__action__toggle {
  display: flex;
  align-items: center;
  background: none;
  font-family: "Flanders Art Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #333332;
  border: 0.1rem #cbd2da solid;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  padding: 0.9rem 1.5rem 0.8rem;
}

@media screen and (max-width: 767px) {
  .vl-data-table__action__toggle {
    font-size: 1.5rem;
  }
}
[data-vl-disable=true] .vl-data-table__action__toggle {
  color: #687483;
  cursor: default;
}

.vl-data-table__action__toggle__icon {
  font-size: 1.2rem;
}

.vl-data-table__action__toggle__icon:first-child {
  margin-right: 0.5rem;
}

.vl-data-table__action__toggle__icon:last-child {
  margin-left: 0.5rem;
}

@media screen and (max-width: 500px) {
  .vl-data-table__action__toggle--contract-xs span {
    display: none;
  }
  .vl-data-table__action__toggle--contract-xs .vl-vi::before {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .vl-data-table--collapsed-xs {
    position: relative;
  }
  .vl-data-table--collapsed-xs table,
  .vl-data-table--collapsed-xs thead,
  .vl-data-table--collapsed-xs tbody,
  .vl-data-table--collapsed-xs th,
  .vl-data-table--collapsed-xs td,
  .vl-data-table--collapsed-xs tr {
    display: block;
  }
  .vl-data-table--collapsed-xs thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .vl-data-table--collapsed-xs td {
    border-bottom: 1px solid #cbd2da;
    display: flex;
    gap: 10px;
    flex-grow: 2;
    text-align: left;
  }
  .vl-data-table--collapsed-xs td::before,
  .vl-data-table--collapsed-xs th::before {
    content: attr(data-title);
    position: relative;
    flex-shrink: 0;
    width: 35%;
    overflow: hidden;
    text-align: left;
    font-weight: 500;
  }
  .vl-data-table--collapsed-xs.vl-data-table--collapsed-xs td, .vl-data-table--collapsed-xs.vl-data-table--collapsed-xs th, .vl-data-table--collapsed-xs.vl-data-table--collapsed-s td, .vl-data-table--collapsed-xs.vl-data-table--collapsed-s th {
    padding: 1rem;
  }
  .vl-data-table--collapsed-xs.vl-data-table--collapsed-m td, .vl-data-table--collapsed-xs.vl-data-table--collapsed-m th {
    padding: 1.2rem;
  }
  .vl-data-table--collapsed-xs.vl-data-table--collapsed-truncate td::before,
  .vl-data-table--collapsed-xs.vl-data-table--collapsed-truncate th::before {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  .vl-data-table--collapsed-s {
    position: relative;
  }
  .vl-data-table--collapsed-s table,
  .vl-data-table--collapsed-s thead,
  .vl-data-table--collapsed-s tbody,
  .vl-data-table--collapsed-s th,
  .vl-data-table--collapsed-s td,
  .vl-data-table--collapsed-s tr {
    display: block;
  }
  .vl-data-table--collapsed-s thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .vl-data-table--collapsed-s td {
    border-bottom: 1px solid #cbd2da;
    display: flex;
    gap: 10px;
    flex-grow: 2;
    text-align: left;
  }
  .vl-data-table--collapsed-s td::before,
  .vl-data-table--collapsed-s th::before {
    content: attr(data-title);
    position: relative;
    flex-shrink: 0;
    width: 35%;
    overflow: hidden;
    text-align: left;
    font-weight: 500;
  }
  .vl-data-table--collapsed-s.vl-data-table--collapsed-xs td, .vl-data-table--collapsed-s.vl-data-table--collapsed-xs th, .vl-data-table--collapsed-s.vl-data-table--collapsed-s td, .vl-data-table--collapsed-s.vl-data-table--collapsed-s th {
    padding: 1rem;
  }
  .vl-data-table--collapsed-s.vl-data-table--collapsed-m td, .vl-data-table--collapsed-s.vl-data-table--collapsed-m th {
    padding: 1.2rem;
  }
  .vl-data-table--collapsed-s.vl-data-table--collapsed-truncate td::before,
  .vl-data-table--collapsed-s.vl-data-table--collapsed-truncate th::before {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1023px) {
  .vl-data-table--collapsed-m {
    position: relative;
  }
  .vl-data-table--collapsed-m table,
  .vl-data-table--collapsed-m thead,
  .vl-data-table--collapsed-m tbody,
  .vl-data-table--collapsed-m th,
  .vl-data-table--collapsed-m td,
  .vl-data-table--collapsed-m tr {
    display: block;
  }
  .vl-data-table--collapsed-m thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .vl-data-table--collapsed-m td {
    border-bottom: 1px solid #cbd2da;
    display: flex;
    gap: 10px;
    flex-grow: 2;
    text-align: left;
  }
  .vl-data-table--collapsed-m td::before,
  .vl-data-table--collapsed-m th::before {
    content: attr(data-title);
    position: relative;
    flex-shrink: 0;
    width: 35%;
    overflow: hidden;
    text-align: left;
    font-weight: 500;
  }
  .vl-data-table--collapsed-m.vl-data-table--collapsed-xs td, .vl-data-table--collapsed-m.vl-data-table--collapsed-xs th, .vl-data-table--collapsed-m.vl-data-table--collapsed-s td, .vl-data-table--collapsed-m.vl-data-table--collapsed-s th {
    padding: 1rem;
  }
  .vl-data-table--collapsed-m.vl-data-table--collapsed-m td, .vl-data-table--collapsed-m.vl-data-table--collapsed-m th {
    padding: 1.2rem;
  }
  .vl-data-table--collapsed-m.vl-data-table--collapsed-truncate td::before,
  .vl-data-table--collapsed-m.vl-data-table--collapsed-truncate th::before {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.vl-data-table--sticky {
  table-layout: auto;
}

.vl-data-table--sticky .vl-data-table__cell--sticky {
  position: sticky;
  left: 0;
  background-color: inherit;
  border: 0;
  z-index: 1;
}

.vl-data-table--sticky thead .vl-data-table__cell--sticky {
  top: 0;
  z-index: 2;
}

.vl-data-table--sticky thead .vl-data-table__cell--sticky::before {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #cbd2da;
  content: "";
}

.vl-data-table--sticky tbody .vl-data-table__cell--sticky::before {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: -1px;
  width: 1px;
  background-color: #cbd2da;
  content: "";
}

.vl-data-table--sticky th,
.vl-data-table--sticky td {
  min-width: 200px;
}

.vl-data-table--sticky tr {
  background-color: #fff;
}

.vl-data-table__sticky-wrapper {
  width: 100%;
  max-height: 75vh;
  overflow-x: auto;
  overflow-y: auto;
}

.vl-u-table-overflow {
  background: linear-gradient(to right, white, white, rgba(255, 255, 255, 0) 30px), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0)), linear-gradient(to left, white, white, rgba(255, 255, 255, 0) 30px), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0)) 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: local, scroll, local, scroll;
  background-size: 100% 100%, 15px 100%, 100% 100%, 15px 100%;
}

.vl-data-table__navigation {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

.vl-pager {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .vl-pager {
    font-size: 1.6rem;
  }
}
.vl-pager__list {
  text-align: left;
}

.vl-pager--align-center .vl-pager__list {
  text-align: center;
}

.vl-pager--align-right .vl-pager__list {
  text-align: right;
}

@media screen and (min-width: 1023px) {
  .vl-pager--align-left--l .vl-pager__list {
    text-align: left;
  }
  .vl-pager--align-center--l .vl-pager__list {
    text-align: center;
  }
  .vl-pager--align-right--l .vl-pager__list {
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  .vl-pager--align-left--m .vl-pager__list {
    text-align: left;
  }
  .vl-pager--align-center--m .vl-pager__list {
    text-align: center;
  }
  .vl-pager--align-right--m .vl-pager__list {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .vl-pager--align-left--s .vl-pager__list {
    text-align: left;
  }
  .vl-pager--align-center--s .vl-pager__list {
    text-align: center;
  }
  .vl-pager--align-right--s .vl-pager__list {
    text-align: right;
  }
}
@media screen and (max-width: 500px) {
  .vl-pager--align-left--xs .vl-pager__list {
    text-align: left;
  }
  .vl-pager--align-center--xs .vl-pager__list {
    text-align: center;
  }
  .vl-pager--align-right--xs .vl-pager__list {
    text-align: right;
  }
}
.vl-pager__element {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.5rem;
  position: relative;
}

.vl-pager__element:first-child {
  padding: 0;
  padding-right: 1.5rem;
}

.vl-pager__element:nth-child(2) {
  padding-left: 0.2rem;
}

.vl-pager__element:last-child {
  padding-right: 0;
}

.vl-pager__element:first-child::after, .vl-pager__element:last-child::after {
  display: none;
}

.vl-pager__element--active {
  font-weight: 700;
}

.vl-pager__element--active .vl-pager__element__cta {
  color: #333332;
  text-decoration: none;
}

.vl-pager__element--previous {
  margin-right: 1rem;
}

.vl-pager__element--next {
  margin-left: 1rem;
}

.vl-pager__element__cta,
.vl-pager__element a {
  box-shadow: none;
}

.vl-pager__element__cta:hover, .vl-pager__element__cta:focus,
.vl-pager__element a:hover,
.vl-pager__element a:focus {
  box-shadow: none;
}

.vl-pager__element__cta .vl-link__icon,
.vl-pager__element a .vl-link__icon {
  color: inherit;
  display: inline-block;
  margin: 0;
  align-self: inherit;
}

.vl-pager__element__cta .vl-link__icon.vl-vi-external,
.vl-pager__element a .vl-link__icon.vl-vi-external {
  transform: translateY(1px);
}

.vl-properties__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.vl-properties__list {
  display: flex;
  flex-wrap: wrap;
}

.vl-properties--full-width .vl-properties__list {
  display: grid;
  grid-template-columns: minmax(0, auto) 75%;
  grid-template-rows: 1fr;
  grid-gap: 0px 1rem;
  grid-template-areas: ". .";
}

@media screen and (max-width: 767px) {
  .vl-properties--full-width .vl-properties__list {
    grid-template-areas: ".";
    grid-template-columns: auto;
  }
}
.vl-properties__label, .vl-properties__data {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  word-break: break-word;
}

.vl-properties__label--small, .vl-properties__data--small {
  padding-bottom: 0.5rem;
}

.vl-properties__label:last-of-type, .vl-properties__data:last-of-type {
  padding-bottom: 0rem;
}

.vl-properties__label {
  flex: 0 0 25%;
  color: #687483;
  padding-right: 1rem;
  max-width: 17rem;
}

.vl-properties__label--has-input {
  padding-top: 0.7rem;
}

.vl-properties--full-width .vl-properties__label {
  flex: none;
  max-width: none;
  padding-right: 0;
}

.vl-properties__data {
  flex: 0 0 75%;
  flex-grow: 3;
}

.vl-properties--full-width .vl-properties__data {
  flex: none;
}

.vl-properties__column {
  display: inline-block;
  width: calc(50% - 1rem);
}

.vl-properties__column + .vl-properties__column {
  padding-right: 0;
  padding-left: 1rem;
}

.vl-properties__column--full {
  width: 100%;
  padding-left: 0 !important;
}

.vl-properties__column--full .vl-properties__label {
  flex: 0 0 calc(13% - 0.85rem);
}

.vl-properties__column--full .vl-properties__data {
  flex: 0 0 85%;
}

.vl-properties .vl-form__buttons {
  padding-top: 3rem;
}

.vl-properties--collapsed .vl-properties__title {
  font-size: 1.8rem;
}

.vl-properties--full-width .vl-properties--collapsed .vl-properties__list {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0px 0px;
  grid-template-areas: ".";
}

.vl-properties--collapsed .vl-properties__label, .vl-properties--collapsed .vl-properties__data {
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
}

.vl-properties--collapsed .vl-properties__label--small, .vl-properties--collapsed .vl-properties__data--small {
  padding-bottom: 0.5rem;
}

.vl-properties--collapsed .vl-properties__label {
  flex: 0 0 100%;
  padding-right: 0;
}

.vl-properties--collapsed .vl-properties__data {
  flex: 0 0 100%;
  padding-bottom: 1.5rem;
}

.vl-properties--collapsed .vl-properties__column {
  width: 100%;
  padding-right: 0;
}

.vl-properties--collapsed .vl-properties__column + .vl-properties__column {
  padding-left: 0;
}

.vl-properties--collapsed .vl-properties__column--full .vl-properties__label {
  flex: 0 0 40%;
}

.vl-properties--collapsed .vl-properties__column--full .vl-properties__data {
  flex: 0 0 60%;
}

.vl-properties--bordered:before, .vl-properties--bordered:after {
  content: "";
  display: block;
  min-height: 6px;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.04 5.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23bec5cf;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' x='1.01' y='3.99' width='1.01' height='1'/%3E%3Crect class='cls-1' y='4.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='3.02' y='2' width='1.01' height='1'/%3E%3Crect class='cls-1' x='2.01' y='2.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='5.04' width='1.01' height='1'/%3E%3Crect class='cls-1' x='4.03' y='1' width='1.01' height='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat-x;
  background-size: 6px 6px;
}

.vl-properties--bordered:before {
  padding-bottom: 2rem;
}

.vl-properties--bordered:after {
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .vl-properties .vl-properties__title {
    font-size: 1.8rem;
  }
  .vl-properties--full-width .vl-properties .vl-properties__list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 0px;
    grid-template-areas: ".";
  }
  .vl-properties .vl-properties__label, .vl-properties .vl-properties__data {
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
  }
  .vl-properties .vl-properties__label--small, .vl-properties .vl-properties__data--small {
    padding-bottom: 0.5rem;
  }
  .vl-properties .vl-properties__label {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .vl-properties .vl-properties__data {
    flex: 0 0 100%;
    padding-bottom: 1.5rem;
  }
  .vl-properties .vl-properties__column {
    width: 100%;
    padding-right: 0;
  }
  .vl-properties .vl-properties__column + .vl-properties__column {
    padding-left: 0;
  }
  .vl-properties .vl-properties__column--full .vl-properties__label {
    flex: 0 0 40%;
  }
  .vl-properties .vl-properties__column--full .vl-properties__data {
    flex: 0 0 60%;
  }
}
.vl-content-header {
  background-color: var(--vl-theme-primary-color);
  min-width: 768px;
  overflow: hidden;
  max-height: 40rem;
  min-height: 10rem;
  position: relative;
  color: #333332;
}

@media screen and (max-width: 767px) {
  .vl-content-header > .vl-layout {
    position: static;
  }
}
.vl-content-header__logo-wrapper {
  display: flex;
  align-items: center;
}

.vl-content-header__logo-wrapper + * {
  margin-top: 0.4rem;
}

.vl-content-header__wrapper {
  overflow: hidden;
}

.vl-content-header--has-logo {
  background-color: #fff;
}

.vl-content-header--no-image {
  border-bottom: 1px solid #cbd2da;
}

@media screen and (max-width: 767px) {
  .vl-content-header {
    min-width: 0;
    max-height: none;
    display: none;
  }
  .vl-content-header.vl-content-header--show-mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vl-content-header:not(.vl-content-header--show-mobile) .vl-content-header__context {
    position: absolute;
    float: none;
    left: 0;
    max-width: 100%;
    bottom: 100%;
    margin-bottom: 1rem;
    padding: 0.3rem 1rem 0.4rem;
  }
}
.vl-content-header--alt .vl-content-header__context__content, .vl-content-header--alt .vl-content-header__context__link,
.vl-content-header--alt .vl-content-header__title__content,
.vl-content-header--alt .vl-content-header__title__link {
  color: #333332;
}

.vl-content-header--alt .vl-content-header__context__content:hover, .vl-content-header--alt .vl-content-header__context__content:focus, .vl-content-header--alt .vl-content-header__context__link:hover, .vl-content-header--alt .vl-content-header__context__link:focus,
.vl-content-header--alt .vl-content-header__title__content:hover,
.vl-content-header--alt .vl-content-header__title__content:focus,
.vl-content-header--alt .vl-content-header__title__link:hover,
.vl-content-header--alt .vl-content-header__title__link:focus {
  color: #333332;
  background: linear-gradient(-110deg, transparent 20px, var(--vl-theme-primary-color-70) 21px);
}

.vl-content-header--alt .vl-content-header__context__content,
.vl-content-header--alt .vl-content-header__title__content {
  background-color: var(--vl-theme-primary-color);
}

.vl-content-header--alt .vl-content-header__context__content:hover, .vl-content-header--alt .vl-content-header__context__content:focus,
.vl-content-header--alt .vl-content-header__title__content:hover,
.vl-content-header--alt .vl-content-header__title__content:focus {
  background: var(--vl-theme-primary-color-70);
}

.vl-content-header--alt.vl-content-header--has-context .vl-content-header__title__link {
  background: linear-gradient(70deg, transparent 20px, var(--vl-theme-primary-color) 21px);
}

.vl-content-header--alt.vl-content-header--has-context .vl-content-header__title__link:hover, .vl-content-header--alt.vl-content-header--has-context .vl-content-header__title__link:focus {
  background: linear-gradient(70deg, transparent 20px, var(--vl-theme-primary-color-70) 21px);
}

.vl-content-header__bg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  max-height: 40rem;
}

.vl-content-header__bg img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  display: block;
  max-width: none;
}

@supports (object-fit: cover) {
  .vl-content-header__bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.vl-content-header--half-image .vl-content-header__bg {
  position: absolute;
  left: 50%;
  right: -20%;
  transform: skew(20deg);
  overflow: hidden;
  transform-origin: 100% 50%;
}

.vl-content-header--half-image .vl-content-header__bg img {
  transform-origin: 100% 0%;
  transform: skew(-20deg);
}

.vl-content-header--large, .vl-content-header--small, .vl-content-header--xsmall {
  max-height: none;
}

.vl-content-header--large .vl-content-header__wrapper, .vl-content-header--small .vl-content-header__wrapper, .vl-content-header--xsmall .vl-content-header__wrapper {
  display: flex;
  flex-direction: row;
}

.vl-content-header--large .vl-content-header__wrapper > .vl-layout, .vl-content-header--small .vl-content-header__wrapper > .vl-layout, .vl-content-header--xsmall .vl-content-header__wrapper > .vl-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.vl-content-header--large .vl-content-header__content, .vl-content-header--small .vl-content-header__content, .vl-content-header--xsmall .vl-content-header__content {
  position: relative;
  bottom: auto;
}

.vl-content-header--large .vl-content-header__content > *, .vl-content-header--small .vl-content-header__content > *, .vl-content-header--xsmall .vl-content-header__content > * {
  vertical-align: bottom;
}

.vl-content-header--small .vl-content-header__wrapper > .vl-layout {
  min-height: 15rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 1023px) {
  .vl-content-header--small .vl-content-header__wrapper > .vl-layout {
    min-height: 11rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-content-header--small .vl-content-header__wrapper > .vl-layout {
    min-height: 8rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.vl-content-header--large .vl-content-header__wrapper > .vl-layout {
  min-height: 31.5rem;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

@media screen and (max-width: 1023px) {
  .vl-content-header--large .vl-content-header__wrapper > .vl-layout {
    min-height: 25.5rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-content-header--large .vl-content-header__wrapper > .vl-layout {
    min-height: 11rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.vl-content-header--xsmall {
  min-height: 9.5rem;
}

@media screen and (max-width: 767px) {
  .vl-content-header--xsmall {
    min-height: 5.5rem;
  }
}
.vl-content-header--xsmall .vl-content-header {
  min-height: 9.5rem;
}

.vl-content-header--xsmall .vl-content-header__wrapper > .vl-layout {
  min-height: 9.5rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .vl-content-header--xsmall .vl-content-header__wrapper > .vl-layout {
    min-height: 5.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.vl-content-header__logo {
  background-color: #fff;
  white-space: nowrap;
  position: relative;
  color: #333332;
  display: inline-block;
  vertical-align: middle;
}

.vl-content-header__logo__img {
  background-color: var(--vl-theme-primary-color);
  width: 8rem;
  height: 9rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 767px) {
  .vl-content-header__logo__img {
    width: 4.5rem;
    height: 5rem;
  }
}
.vl-content-header__logo__img svg {
  width: 3.9rem;
  height: 6rem;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  fill: #333332;
}

@media screen and (max-width: 767px) {
  .vl-content-header__logo__img svg {
    width: 2.9rem;
    height: 3rem;
    margin-top: 1rem;
    margin-left: 0.3rem;
  }
}
.vl-content-header__logo__img::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 9rem solid #fff;
  border-left: 3.0781812899rem solid transparent;
}

@media screen and (max-width: 767px) {
  .vl-content-header__logo__img::after {
    border-top: 5rem solid #fff;
    border-left: 1.7101007166rem solid transparent;
  }
}
.vl-content-header--no-image .vl-content-header__logo__img, .vl-content-header--half-image .vl-content-header__logo__img {
  background-color: transparent;
}

.vl-content-header--no-image .vl-content-header__logo__img::after, .vl-content-header--half-image .vl-content-header__logo__img::after {
  height: 100%;
  border: 0;
  width: 1px;
  background-color: #333332;
  transform: rotate(-20deg);
  transform-origin: 100% 80%;
}

.vl-content-header--no-image .vl-content-header__logo, .vl-content-header--half-image .vl-content-header__logo {
  background-color: transparent;
  color: #333332;
}

.vl-content-header__logo__text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 2rem;
  margin-left: -0.2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .vl-content-header__logo__text {
    padding-right: 1rem;
  }
}
.vl-content-header__logo__title {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 1023px) {
  .vl-content-header__logo__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-content-header__logo__title {
    font-size: 1.6rem;
  }
}
.vl-content-header__logo__tagline {
  display: block;
  font-size: 1.7rem;
  margin-left: 5px;
  font-weight: normal;
  margin-top: 2px;
}

@media screen and (max-width: 1023px) {
  .vl-content-header__logo__tagline {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-content-header__logo__tagline {
    margin-left: 3px;
    font-size: 1.1rem;
  }
}
.vl-content-header__entity-logo + .vl-content-header__logo {
  vertical-align: top;
  margin-left: -1.5rem;
}

@media screen and (max-width: 1023px) {
  .vl-content-header__entity-logo + .vl-content-header__logo {
    margin-left: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-content-header__entity-logo + .vl-content-header__logo {
    display: none;
  }
}
.vl-content-header__entity-logo {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 2rem;
  font-size: 2.6rem;
  line-height: 0.95;
  text-transform: uppercase;
  background-color: var(--vl-theme-primary-color);
  color: #333332;
  text-decoration: none;
}

.vl-content-header__entity-logo--right {
  text-align: right;
}

.vl-content-header__entity-logo--lowercase {
  text-transform: none;
}

.vl-content-header__entity-logo--serif {
  font-family: "Flanders Art Serif", serif;
}

.vl-content-header__entity-logo--neutral {
  color: #333332;
}

@media screen and (max-width: 1023px) {
  .vl-content-header__entity-logo {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-content-header__entity-logo {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    text-align: left;
  }
}
.vl-content-header__entity-logo__prefix, .vl-content-header__entity-logo__title {
  display: block;
}

.vl-content-header__entity-logo__title {
  font-weight: 500;
}

.vl-content-header__entity-logo--small {
  font-size: 1.6rem;
}

.vl-content-header--alt .vl-content-header__entity-logo {
  color: #333332;
  background-color: #fff;
}

.vl-content-header--has-logo .vl-content-header__entity-logo {
  height: 9rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .vl-content-header--has-logo .vl-content-header__entity-logo {
    height: 5rem;
  }
}
.vl-content-header--has-logo .vl-content-header__entity-logo + .vl-content-header__logo {
  vertical-align: top;
  margin-left: -1.5rem;
}

a.vl-content-header__entity-logo:hover, a.vl-content-header__entity-logo:focus {
  background-color: var(--vl-theme-primary-color);
  color: #333332;
}

.vl-content-header--alt a.vl-content-header__entity-logo:hover, .vl-content-header--alt a.vl-content-header__entity-logo:focus {
  background-color: white;
  color: #003bb0;
}

.vl-content-header__img-logo {
  display: inline-block;
}

.vl-content-header__img-logo__img {
  max-width: 30rem;
  max-height: 7.5rem;
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .vl-content-header__img-logo__img {
    max-width: 15rem;
    max-height: 3.5rem;
  }
}
.vl-content-header--has-actions::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.3rem;
  background-color: #f7f9fc;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .vl-content-header--has-actions::before {
    display: none;
  }
}
.vl-content-header__actions {
  background-color: #f7f9fc;
}

.vl-content-header .vl-content-header__action {
  color: #333332;
}

.vl-content-header .vl-content-header__action + .vl-content-header__action {
  border-left: 1px solid #333332;
}

.vl-content-header .vl-content-header__action a,
.vl-content-header .vl-content-header__action button {
  color: #333332;
}

.vl-content-header .vl-content-header__action a:hover, .vl-content-header .vl-content-header__action a:focus,
.vl-content-header .vl-content-header__action button:hover,
.vl-content-header .vl-content-header__action button:focus {
  color: #05c;
}

.vl-content-header__actions {
  padding: 1.5rem 0.5rem 1rem;
  float: right;
  display: flex;
  background-color: #f7f9fc;
  position: absolute;
  top: 0;
  right: 3rem;
}

.vl-content-header__actions::before, .vl-content-header__actions::after {
  content: "";
  display: table;
}

.vl-content-header__actions::after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .vl-content-header__actions {
    display: none;
  }
}
.vl-content-header .vl-content-header__action {
  padding: 0 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #333332;
}

.vl-content-header .vl-content-header__action + .vl-content-header__action {
  border-left: 1px solid #333332;
}

.vl-content-header .vl-content-header__action a,
.vl-content-header .vl-content-header__action button {
  line-height: inherit;
  color: #333332;
  margin: 0;
}

.vl-content-header__title {
  display: block;
  color: #333332;
}

.vl-content-header__context--has-link + .vl-content-header__title .vl-content-header__title__content {
  padding: 0.5rem 2rem 1.1rem;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.1;
  margin-top: 1px;
  background: white;
}

.vl-content-header__title--has-link {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .vl-content-header__title--has-link {
    display: none;
  }
}
.vl-content-header__title__content, .vl-content-header__title__link {
  padding: 0.4rem 2rem 0.7rem;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.2;
  display: inline-block;
  background-color: white;
  color: #333332;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .vl-content-header__title__content, .vl-content-header__title__link {
    font-size: 1.8rem;
    padding: 0.3rem 1rem 0.4rem;
    font-weight: 500;
  }
}
.vl-content-header--has-context .vl-content-header__title__content, .vl-content-header--has-context .vl-content-header__title__link {
  font-size: 2.3rem;
  line-height: 1.1;
  font-weight: 300;
  padding: 0.9rem 2rem 0.9rem 3.5rem;
  font-size: 2.4rem;
  line-height: 1.1;
  background: linear-gradient(70deg, transparent 20px, white 21px);
}

.vl-content-header__subtitle {
  background-color: white;
}

.vl-content-header__context {
  font-size: 2.3rem;
  line-height: 1.1;
  font-weight: 500;
  background: linear-gradient(-110deg, transparent 20px, white 21px);
  display: inline-block;
}

.vl-content-header--alt .vl-content-header__context {
  background: linear-gradient(-110deg, transparent 20px, var(--vl-theme-primary-color) 21px);
}

.vl-content-header__context__link {
  font-size: 2.3rem;
  line-height: 1.1;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.1;
  display: block;
  padding: 0.9rem 3.5rem 0.9rem 2rem;
  background: linear-gradient(-110deg, transparent 20px, white 21px);
  color: #333332;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .vl-content-header__context__link {
    background: white;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0.3rem 1rem 0.4rem;
  }
}
.vl-content-header--alt .vl-content-header__context__link {
  background: linear-gradient(-110deg, transparent 20px, var(--vl-theme-primary-color) 21px);
  color: #333332;
}

.vl-content-header__context--has-link {
  margin-right: -2.6rem;
}

@media screen and (max-width: 767px) {
  .vl-content-header__context--has-link {
    margin-right: 0;
  }
}
.vl-content-header__line {
  position: absolute;
  bottom: 0;
  transform-origin: 100%;
  transition: transform 0.1s;
}

.vl-content-header__line::before {
  display: block;
  content: "";
  height: 2px;
  background-color: var(--vl-theme-primary-color);
  width: 1000vw;
  transform-origin: 50%;
}

.vl-content-header__line-1 {
  left: 8rem;
}

@media screen and (max-width: 767px) {
  .vl-content-header__line-1 {
    left: 1rem;
  }
}
.vl-content-header__line-1::before {
  transform: translateX(-50%) rotate(71deg);
  background-color: #c6cdd3;
}

.vl-content-header__line-2 {
  left: -977vw;
  bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .vl-content-header__line-2 {
    bottom: 0;
  }
}
.vl-content-header__line-2::before {
  transform: translateX(50%) rotate(-25deg);
}

.vl-content-header__line-3 {
  left: -970vw;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .vl-content-header__line-3 {
    right: 31rem;
  }
}
.vl-content-header__line-3::before {
  transform: translateX(50%) rotate(-40deg);
  background-color: rgba(198, 205, 211, 0.6);
}

.vl-description-data__label, .vl-description-data__subdata {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #687483;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 767px) {
  .vl-description-data__label, .vl-description-data__subdata {
    font-size: 1.4rem;
  }
}
.vl-description-data__label {
  display: inline-flex;
  gap: 0.5rem;
}

.vl-description-data__label__icon, .vl-description-data__label__icon.vl-icon {
  position: absolute;
  font-size: 2.2rem;
  color: #687483;
  top: -0.4rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .vl-description-data__label__icon, .vl-description-data__label__icon.vl-icon {
    font-size: 1.8rem;
    top: -0.2rem;
  }
}
.vl-description-data__label--icon {
  position: relative;
  padding: 0 0 0 4rem;
}

.vl-description-data__label--icon + .vl-description-data__value {
  padding: 0 0 0 4rem;
}

@media screen and (max-width: 767px) {
  .vl-description-data__label--icon {
    padding: 0 0 0 3rem;
  }
  .vl-description-data__label--icon + .vl-description-data__value {
    padding: 0 0 0 3rem;
  }
}
.vl-description-data__label--icon--top {
  padding: 5rem 0 0;
}

.vl-description-data__label--icon--top .vl-description-data__label__icon {
  font-size: 3.2rem;
}

.vl-description-data__label--icon--top + .vl-description-data__value {
  padding: 0;
}

.vl-description-data__label + .vl-description-data__value > .vl-description-data__subdata {
  font-size: inherit;
  color: inherit;
  margin-top: 0;
}

.vl-description-data__subdata {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.vl-description-data__value, .vl-description-data__data {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333332;
}

@media screen and (max-width: 767px) {
  .vl-description-data__value, .vl-description-data__data {
    font-size: 1.6rem;
  }
}
.vl-description-data--bordered {
  min-height: 6px;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.04 5.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23bec5cf;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' x='1.01' y='3.99' width='1.01' height='1'/%3E%3Crect class='cls-1' y='4.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='3.02' y='2' width='1.01' height='1'/%3E%3Crect class='cls-1' x='2.01' y='2.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='5.04' width='1.01' height='1'/%3E%3Crect class='cls-1' x='4.03' y='1' width='1.01' height='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat-x;
  background-size: 6px 6px;
  padding: 3rem 0;
}

.vl-description-data--bordered::after {
  content: "";
  width: 100%;
  display: block;
  min-height: 6px;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.04 5.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23bec5cf;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' x='1.01' y='3.99' width='1.01' height='1'/%3E%3Crect class='cls-1' y='4.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='3.02' y='2' width='1.01' height='1'/%3E%3Crect class='cls-1' x='2.01' y='2.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='5.04' width='1.01' height='1'/%3E%3Crect class='cls-1' x='4.03' y='1' width='1.01' height='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat-x;
  background-size: 6px 6px;
  height: 3rem;
  background-position: bottom center;
}

.js-vl-accordion {
  position: relative;
}

.js-vl-accordion--flex-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.vl-accordion-list--bordered .vl-accordion-list__item {
  padding: 3rem 0;
  border-bottom: 1px solid #cbd2da;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .vl-accordion-list--bordered .vl-accordion-list__item {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .vl-accordion-list--bordered .vl-accordion-list__item {
    padding: 1.5rem 0;
  }
}
.vl-accordion-list--bordered .vl-accordion-list__item:first-child {
  border-top: 1px solid #cbd2da;
}

.vl-accordion-list__item {
  margin-bottom: 10px;
}

.vl-accordion-list__item .vl-accordion-list--bordered {
  margin-bottom: 0;
}

.vl-accordion__icon {
  align-self: center;
}

.vl-accordion__subtitle {
  margin-top: 5px;
  padding: 0 0 0 22px;
}

.vl-accordion__summary {
  position: relative;
}

.vl-accordion__summary:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
  outline: transparent solid 0.2rem;
}

@supports (outline-offset: 2px) {
  .vl-accordion__summary:focus {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
@supports (outline-offset: 2px) {
  .vl-accordion__summary:focus {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
.vl-accordion__summary--no-toggle .vl-accordion__toggle {
  border: none;
  padding: 0px;
}

.vl-accordion__summary--no-toggle .vl-accordion__subtitle {
  padding: 0;
}

.vl-accordion__summary--suffix {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  gap: 0 1rem;
}

@media screen and (max-width: 500px) {
  .vl-accordion__summary--suffix {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .vl-accordion__summary--suffix .vl-accordion__title,
  .vl-accordion__summary--suffix .vl-accordion__suffix,
  .vl-accordion__summary--suffix .vl-accordion__subtitle {
    grid-area: auto;
  }
  .vl-accordion__summary--suffix .vl-accordion__suffix {
    padding: 0 0 0 22px;
  }
}
.vl-accordion__summary--suffix:has(.vl-accordion__subtitle) .vl-accordion__title {
  grid-area: 1/1/2/2;
}

.vl-accordion__summary--suffix:has(.vl-accordion__subtitle) .vl-accordion__suffix {
  grid-area: 1/2/2/3;
}

@media screen and (max-width: 500px) {
  .vl-accordion__summary--suffix:has(.vl-accordion__subtitle) .vl-accordion__suffix {
    grid-area: 2/1/3/2;
  }
}
.vl-accordion__summary--suffix:has(.vl-accordion__subtitle) .vl-accordion__subtitle {
  grid-area: 3/1/4/2;
}

.vl-accordion__content {
  position: relative;
}

.js .vl-accordion__content {
  visibility: hidden;
  max-height: 0;
}

.js .js-vl-accordion--open > .vl-accordion__content {
  visibility: visible;
  max-height: none;
}

.vl-accordion__image-container .vl-image--full-width {
  margin-left: -2.2rem;
  width: calc(100% + 4.4rem);
  max-width: calc(100% + 4.4rem);
  margin-top: -2.2rem;
  margin-bottom: 2.2rem;
  max-height: 19rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .vl-accordion__image-container .vl-image--full-width {
    margin-left: -1rem;
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}
.vl-accordion__footer {
  min-height: 6px;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.04 5.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23bec5cf;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' x='1.01' y='3.99' width='1.01' height='1'/%3E%3Crect class='cls-1' y='4.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='3.02' y='2' width='1.01' height='1'/%3E%3Crect class='cls-1' x='2.01' y='2.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='5.04' width='1.01' height='1'/%3E%3Crect class='cls-1' x='4.03' y='1' width='1.01' height='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat-x;
  background-size: 6px 6px;
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  .vl-accordion__footer {
    padding: 1.5rem 0;
  }
}
.vl-accordion-list--bordered .vl-accordion__footer {
  padding-bottom: 0;
}

.vl-accordion__panel {
  padding: 2.2rem;
}

@media screen and (max-width: 500px) {
  .vl-accordion__panel {
    padding: 1rem;
  }
}
.vl-accordion__panel--xsmall {
  padding: 1rem;
}

.vl-accordion__panel--alt {
  margin-top: 1rem;
  background-color: #f7f9fc;
  padding-top: 2.2rem;
}

@media screen and (max-width: 767px) {
  .vl-accordion__panel--alt {
    padding: 1rem;
  }
}
.vl-accordion__panel--no-indent {
  padding-left: 0;
  padding-right: 0;
}

.vl-accordion__panel--overflow {
  overflow: auto;
}

.vl-accordion-list--bordered .vl-accordion__panel:not(.vl-accordion__panel--with-footer) {
  padding-bottom: 0;
}

.vl-wizard__pane {
  display: block;
  width: 100%;
  outline: none;
}

.vl-wizard__pane[aria-hidden=true] {
  display: none;
}

a.vl-button {
  cursor: pointer;
}

.vl-button {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  min-height: 3.5rem;
  font-size: 1.6rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  padding: 0.5rem 2rem;
  background-color: var(--vl-theme-action-color, #05c);
  text-decoration: none;
  border-radius: 0.3rem;
  color: #fff;
  text-align: center;
  outline: 0;
  max-width: 100%;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .vl-button {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
.vl-button:hover, .vl-button:focus {
  color: #fff;
}

.vl-button:hover {
  background-color: var(--vl-theme-action-hover-color, #003bb0);
  text-decoration: none;
}

.vl-button:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
  outline: transparent solid 0.2rem;
}

@supports (outline-offset: 2px) {
  .vl-button:focus {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
.vl-button:active {
  background-color: var(--vl-theme-action-active-color, rgb(0, 63.75, 153));
}

.vl-button:visited {
  color: #fff;
}

.vl-button--ellipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vl-button--ellipse .vl-button__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vl-button--secondary {
  background-color: transparent;
  color: var(--vl-theme-action-color, #05c);
  border: 0.2rem solid currentColor;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.vl-button--secondary:visited {
  color: #05c;
}

.vl-button--secondary:focus {
  color: var(--vl-theme-action-active-color, #05c);
}

.vl-button--secondary:hover, .vl-button--secondary:active {
  color: var(--vl-theme-action-hover-color, #003bb0);
  background-color: transparent;
  border-color: var(--vl-theme-action-hover-color, #003bb0);
}

.vl-button--tertiary {
  background-color: transparent;
  color: var(--vl-theme-action-color, #05c);
  border: 0.1rem #c6cdd3 solid;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.vl-button--tertiary:visited {
  color: var(--vl-theme-action-color, #05c);
}

.vl-button--tertiary:focus {
  color: var(--vl-theme-action-hover-color, #05c);
  border-color: var(--vl-theme-action-hover-color, #c6cdd3);
}

.vl-button--tertiary:hover, .vl-button--tertiary:active {
  color: var(--vl-theme-action-hover-color, #05c);
  background-color: transparent;
  border-color: var(--vl-theme-action-hover-color, #5990de);
  border-width: 0.2rem;
  padding: 0 1.9rem;
}

@media screen and (max-width: 767px) {
  .vl-button--tertiary:hover, .vl-button--tertiary:active {
    padding: 0.9rem;
  }
}
.vl-button--tertiary.vl-button--large:hover, .vl-button--tertiary.vl-button--large:active {
  padding: 1.9rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

@media screen and (max-width: 767px) {
  .vl-button--tertiary.vl-button--large:hover, .vl-button--tertiary.vl-button--large:active {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}
.vl-button--tertiary.vl-button--loading:hover, .vl-button--tertiary.vl-button--loading:active {
  padding: 0 7.9rem 0 3.9rem;
}

@media screen and (max-width: 767px) {
  .vl-button--tertiary.vl-button--loading:hover, .vl-button--tertiary.vl-button--loading:active {
    padding: 1rem 7.9rem 1rem 3.9rem;
  }
}
.vl-button--tertiary.vl-button--loading:focus {
  color: #fff;
}

.vl-button--block {
  display: flex;
  justify-content: center;
  width: 100%;
}

.vl-button--block.vl-button--icon-after, .vl-button--block.vl-button--icon-before {
  width: 100%;
}

.vl-button--icon {
  width: 3.5rem;
}

.vl-button--icon.vl-button {
  padding: 0;
}

.vl-button--icon.vl-button .vl-button__icon {
  margin: auto;
}

.vl-button--error {
  background-color: #d2373c;
}

.vl-button--error.vl-button--secondary {
  background-color: #fff;
  color: #d2373c;
}

.vl-button--error.vl-button--secondary:visited {
  color: #d2373c;
}

.vl-button--error.vl-button--secondary:hover, .vl-button--error.vl-button--secondary:active {
  color: #aa2729;
  border-color: #aa2729;
  background-color: transparent;
}

.vl-button--error.vl-button--tertiary {
  background-color: #fff;
  color: #d2373c;
  border-color: #d2373c;
}

.vl-button--error.vl-button--tertiary:visited {
  color: #d2373c;
}

.vl-button--error.vl-button--tertiary:hover, .vl-button--error.vl-button--tertiary:active {
  color: #aa2729;
  border-color: #aa2729;
  background-color: transparent;
}

.vl-button--error:hover, .vl-button--error:active {
  color: #fff;
  background-color: #aa2729;
}

.vl-button--large {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.8rem;
}

.vl-button--wide {
  padding-left: 6rem;
  padding-right: 6rem;
}

.vl-button--narrow {
  padding-left: 1rem;
  padding-right: 1rem;
}

.vl-button--narrow.vl-button--tertiary:hover, .vl-button--narrow.vl-button--tertiary:active {
  padding: 0 0.9rem;
}

.vl-button--disabled {
  background-color: #cbd2d9;
  border-color: #cbd2d9;
  color: #687483;
  cursor: not-allowed;
}

.vl-button--disabled:hover, .vl-button--disabled:active {
  background-color: #cbd2d9;
  border-color: #cbd2d9;
  color: #687483;
}

.vl-button--loading {
  background-color: #cbd2d9;
  position: relative;
  color: #fff;
  padding: 1rem 8rem 1rem 4rem;
}

.vl-button--loading:hover, .vl-button--loading:active {
  background-color: #cbd2d9;
  color: #fff;
}

.vl-button--loading:focus {
  color: #fff;
}

.vl-button--loading::after {
  animation: waving-light infinite 1s linear;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4rem;
  margin-top: -0.2rem;
  margin-right: 3.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #cbd2d9;
  border-radius: 50%;
  box-shadow: 1rem 0 #fff, 2rem 0 #fff, 3rem 0 #fff;
}

@keyframes waving-light {
  0% {
    box-shadow: 10px 0px #687483, 20px 0px #687483, 30px 0px #687483;
  }
  10% {
    box-shadow: 10px -3px #687483, 20px 0px #687483, 30px 0px #687483;
  }
  20% {
    box-shadow: 10px -6px #687483, 20px -3px #687483, 30px 0px #687483;
  }
  30% {
    box-shadow: 10px -3px #687483, 20px -6px #687483, 30px -3px #687483;
  }
  40% {
    box-shadow: 10px 0px #687483, 20px -3px #687483, 30px -6px #687483;
  }
  50% {
    box-shadow: 10px 0px #687483, 20px 0px #687483, 30px -3px #687483;
  }
  60% {
    box-shadow: 10px 0px #687483, 20px 0px #687483, 30px 0px #687483;
  }
  100% {
    box-shadow: 10px 0px #687483, 20px 0px #687483, 30px 0px #687483;
  }
}
.vl-button--naked, .vl-button--naked-action {
  background-color: transparent;
  border: 0;
  color: #333332;
}

.vl-button--naked:hover, .vl-button--naked:focus, .vl-button--naked:active, .vl-button--naked:visited, .vl-button--naked-action:hover, .vl-button--naked-action:focus, .vl-button--naked-action:active, .vl-button--naked-action:visited {
  border: 0;
  color: #333332;
  background-color: transparent;
}

.vl-button--naked.vl-button--disabled, .vl-button--naked-action.vl-button--disabled {
  color: #687483;
}

.vl-button--naked.vl-button--disabled:hover, .vl-button--naked.vl-button--disabled:focus, .vl-button--naked.vl-button--disabled:active, .vl-button--naked.vl-button--disabled:visited, .vl-button--naked-action.vl-button--disabled:hover, .vl-button--naked-action.vl-button--disabled:focus, .vl-button--naked-action.vl-button--disabled:active, .vl-button--naked-action.vl-button--disabled:visited {
  color: #687483;
}

.vl-button--naked-action {
  color: var(--vl-theme-action-color, #05c);
}

.vl-button--naked-action:hover, .vl-button--naked-action:focus, .vl-button--naked-action:active, .vl-button--naked-action:visited {
  color: var(--vl-theme-action-color, #05c);
}

.vl-button__icon {
  display: inline-flex;
}

.vl-button__icon.vl-icon {
  display: inline-flex;
}

.vl-button__icon--before {
  margin-right: 0.8rem;
}

.vl-button__icon--after {
  margin-left: 0.8rem;
}

.vl-button-group {
  display: flex;
  flex-wrap: wrap;
}

.vl-button-group .vl-button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.vl-badge {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 2.25rem;
  display: inline-block;
  border: 0;
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
}

.vl-badge--initials {
  position: relative;
}

.vl-badge--initials span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #333332;
  font-weight: 500;
  margin: 0 0.5px;
}

.vl-badge--initials.vl-badge--action span, .vl-badge--initials.vl-badge--success span, .vl-badge--initials.vl-badge--error span {
  color: #fff;
}

.vl-badge--bullet {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
}

.vl-badge--bullet.vl-badge--icon .vl-vi {
  display: none;
}

.vl-badge--bullet.vl-badge--initials span {
  display: none;
}

.vl-badge--inline .vl-badge--bullet {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .vl-badge--inline .vl-badge--bullet {
    margin-right: 7px;
  }
}
.vl-badge--alt, .vl-badge--icon-placeholder {
  background-color: #f7f9fc;
}

@supports (-webkit-background-clip: text) {
  .vl-badge--icon-placeholder .vl-badge__icon::before {
    background: rgb(98.6363636364, 137.7272727273, 196.3636363636) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmRvdHNfc21hbGw8L3RpdGxlPgo8cGF0aCBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIGQ9Ik00LDExYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVM0LDEwLjQsNCwxMSIvPgo8cGF0aCBpZD0iU2hhcGUtMiIgZmlsbD0iI0ZGRkZGRiIgZD0iTTgsMTFjMCwwLjYtMC40LDEtMSwxcy0xLTAuNC0xLTFzMC40LTEsMS0xUzgsMTAuNCw4LDExIi8+CjxwYXRoIGlkPSJTaGFwZS0zIiBmaWxsPSIjRkZGRkZGIiBkPSJNMTIsMTFjMCwwLjYtMC40LDEtMSwxcy0xLTAuNC0xLTFzMC40LTEsMS0xUzEyLDEwLjQsMTIsMTEiLz4KPHBhdGggaWQ9IlNoYXBlLTQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNiwxMWMwLDAuNi0wLjQsMS0xLDFzLTEtMC40LTEtMXMwLjQtMSwxLTFTMTYsMTAuNCwxNiwxMSIvPgo8cGF0aCBpZD0iU2hhcGUtNSIgZmlsbD0iI0ZGRkZGRiIgZD0iTTQsM2MwLDAuNi0wLjQsMS0xLDFTMiwzLjYsMiwzczAuNC0xLDEtMVM0LDIuNCw0LDMiLz4KPHBhdGggaWQ9IlNoYXBlLTYiIGZpbGw9IiNGRkZGRkYiIGQ9Ik04LDNjMCwwLjYtMC40LDEtMSwxUzYsMy42LDYsM3MwLjQtMSwxLTFTOCwyLjQsOCwzIi8+CjxwYXRoIGlkPSJTaGFwZS03IiBmaWxsPSIjRkZGRkZGIiBkPSJNMTIsM2MwLDAuNi0wLjQsMS0xLDFzLTEtMC40LTEtMXMwLjQtMSwxLTFTMTIsMi40LDEyLDMiLz4KPHBhdGggaWQ9IlNoYXBlLTgiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNiwzYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNiwyLjQsMTYsMyIvPgo8cGF0aCBpZD0iU2hhcGUtOSIgZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMTVjMCwwLjYtMC40LDEtMSwxcy0xLTAuNC0xLTFzMC40LTEsMS0xUzQsMTQuNCw0LDE1Ii8+CjxwYXRoIGlkPSJTaGFwZS0xMCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTgsMTVjMCwwLjYtMC40LDEtMSwxcy0xLTAuNC0xLTFzMC40LTEsMS0xUzgsMTQuNCw4LDE1Ii8+CjxwYXRoIGlkPSJTaGFwZS0xMSIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEyLDE1YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxMiwxNC40LDEyLDE1Ii8+CjxwYXRoIGlkPSJTaGFwZS0xMiIgZmlsbD0iI0ZGRkZGRiIgZD0iTTE2LDE1YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNiwxNC40LDE2LDE1Ii8+CjxwYXRoIGlkPSJTaGFwZS0xMyIgZmlsbD0iI0ZGRkZGRiIgZD0iTTQsN2MwLDAuNi0wLjQsMS0xLDFTMiw3LjYsMiw3czAuNC0xLDEtMVM0LDYuNCw0LDciLz4KPHBhdGggaWQ9IlNoYXBlLTE0IiBmaWxsPSIjRkZGRkZGIiBkPSJNOCw3YzAsMC42LTAuNCwxLTEsMVM2LDcuNiw2LDdzMC40LTEsMS0xUzgsNi40LDgsNyIvPgo8cGF0aCBpZD0iU2hhcGUtMTUiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMiw3YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxMiw2LjQsMTIsNyIvPgo8cGF0aCBpZD0iU2hhcGUtMTYiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNiw3YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNiw2LjQsMTYsNyIvPgo8cGF0aCBpZD0iU2hhcGUtMTciIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLDEzYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMyLDEyLjQsMiwxMyIvPgo8cGF0aCBpZD0iU2hhcGUtMTgiIGZpbGw9IiNGRkZGRkYiIGQ9Ik02LDEzYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVM2LDEyLjQsNiwxMyIvPgo8cGF0aCBpZD0iU2hhcGUtMTkiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMCwxM2MwLDAuNi0wLjQsMS0xLDFzLTEtMC40LTEtMXMwLjQtMSwxLTFTMTAsMTIuNCwxMCwxMyIvPgo8cGF0aCBpZD0iU2hhcGUtMjAiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNCwxM2MwLDAuNi0wLjQsMS0xLDFzLTEtMC40LTEtMXMwLjQtMSwxLTFTMTQsMTIuNCwxNCwxMyIvPgo8cGF0aCBpZD0iU2hhcGUtMjEiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLDVjMCwwLjYtMC40LDEtMSwxUzAsNS42LDAsNXMwLjQtMSwxLTFTMiw0LjQsMiw1Ii8+CjxwYXRoIGlkPSJTaGFwZS0yMiIgZmlsbD0iI0ZGRkZGRiIgZD0iTTYsNWMwLDAuNi0wLjQsMS0xLDFTNCw1LjYsNCw1czAuNC0xLDEtMVM2LDQuNCw2LDUiLz4KPHBhdGggaWQ9IlNoYXBlLTIzIiBmaWxsPSIjRkZGRkZGIiBkPSJNMTAsNWMwLDAuNi0wLjQsMS0xLDFTOCw1LjYsOCw1czAuNC0xLDEtMVMxMCw0LjQsMTAsNSIvPgo8cGF0aCBpZD0iU2hhcGUtMjQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNCw1YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNCw0LjQsMTQsNSIvPgo8cGF0aCBpZD0iU2hhcGUtMjUiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLDFjMCwwLjYtMC40LDEtMSwxUzAsMS42LDAsMXMwLjQtMSwxLTFTMiwwLjQsMiwxIi8+CjxwYXRoIGlkPSJTaGFwZS0yNiIgZmlsbD0iI0ZGRkZGRiIgZD0iTTYsMWMwLDAuNi0wLjQsMS0xLDFTNCwxLjYsNCwxczAuNC0xLDEtMVM2LDAuNCw2LDEiLz4KPHBhdGggaWQ9IlNoYXBlLTI3IiBmaWxsPSIjRkZGRkZGIiBkPSJNMTAsMWMwLDAuNi0wLjQsMS0xLDFTOCwxLjYsOCwxczAuNC0xLDEtMVMxMCwwLjQsMTAsMSIvPgo8cGF0aCBpZD0iU2hhcGUtMjgiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNCwxYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNCwwLjQsMTQsMSIvPgo8cGF0aCBpZD0iU2hhcGUtMjkiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLDljMCwwLjYtMC40LDEtMSwxUzAsOS42LDAsOXMwLjQtMSwxLTFTMiw4LjQsMiw5Ii8+CjxwYXRoIGlkPSJTaGFwZS0zMCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTYsOWMwLDAuNi0wLjQsMS0xLDFTNCw5LjYsNCw5czAuNC0xLDEtMVM2LDguNCw2LDkiLz4KPHBhdGggaWQ9IlNoYXBlLTMxIiBmaWxsPSIjRkZGRkZGIiBkPSJNMTAsOWMwLDAuNi0wLjQsMS0xLDFTOCw5LjYsOCw5czAuNC0xLDEtMVMxMCw4LjQsMTAsOSIvPgo8cGF0aCBpZD0iU2hhcGUtMzIiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNCw5YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNCw4LjQsMTQsOSIvPgo8L3N2Zz4K");
    background-size: 12px;
    -webkit-background-clip: text;
    background-clip: text;
    color: rgb(98.6363636364, 137.7272727273, 196.3636363636);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}
@supports (background-clip: text) {
  .vl-badge--icon-placeholder .vl-badge__icon::before {
    background: rgb(98.6363636364, 137.7272727273, 196.3636363636) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmRvdHNfc21hbGw8L3RpdGxlPgo8cGF0aCBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIGQ9Ik00LDExYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVM0LDEwLjQsNCwxMSIvPgo8cGF0aCBpZD0iU2hhcGUtMiIgZmlsbD0iI0ZGRkZGRiIgZD0iTTgsMTFjMCwwLjYtMC40LDEtMSwxcy0xLTAuNC0xLTFzMC40LTEsMS0xUzgsMTAuNCw4LDExIi8+CjxwYXRoIGlkPSJTaGFwZS0zIiBmaWxsPSIjRkZGRkZGIiBkPSJNMTIsMTFjMCwwLjYtMC40LDEtMSwxcy0xLTAuNC0xLTFzMC40LTEsMS0xUzEyLDEwLjQsMTIsMTEiLz4KPHBhdGggaWQ9IlNoYXBlLTQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNiwxMWMwLDAuNi0wLjQsMS0xLDFzLTEtMC40LTEtMXMwLjQtMSwxLTFTMTYsMTAuNCwxNiwxMSIvPgo8cGF0aCBpZD0iU2hhcGUtNSIgZmlsbD0iI0ZGRkZGRiIgZD0iTTQsM2MwLDAuNi0wLjQsMS0xLDFTMiwzLjYsMiwzczAuNC0xLDEtMVM0LDIuNCw0LDMiLz4KPHBhdGggaWQ9IlNoYXBlLTYiIGZpbGw9IiNGRkZGRkYiIGQ9Ik04LDNjMCwwLjYtMC40LDEtMSwxUzYsMy42LDYsM3MwLjQtMSwxLTFTOCwyLjQsOCwzIi8+CjxwYXRoIGlkPSJTaGFwZS03IiBmaWxsPSIjRkZGRkZGIiBkPSJNMTIsM2MwLDAuNi0wLjQsMS0xLDFzLTEtMC40LTEtMXMwLjQtMSwxLTFTMTIsMi40LDEyLDMiLz4KPHBhdGggaWQ9IlNoYXBlLTgiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNiwzYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNiwyLjQsMTYsMyIvPgo8cGF0aCBpZD0iU2hhcGUtOSIgZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMTVjMCwwLjYtMC40LDEtMSwxcy0xLTAuNC0xLTFzMC40LTEsMS0xUzQsMTQuNCw0LDE1Ii8+CjxwYXRoIGlkPSJTaGFwZS0xMCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTgsMTVjMCwwLjYtMC40LDEtMSwxcy0xLTAuNC0xLTFzMC40LTEsMS0xUzgsMTQuNCw4LDE1Ii8+CjxwYXRoIGlkPSJTaGFwZS0xMSIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEyLDE1YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxMiwxNC40LDEyLDE1Ii8+CjxwYXRoIGlkPSJTaGFwZS0xMiIgZmlsbD0iI0ZGRkZGRiIgZD0iTTE2LDE1YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNiwxNC40LDE2LDE1Ii8+CjxwYXRoIGlkPSJTaGFwZS0xMyIgZmlsbD0iI0ZGRkZGRiIgZD0iTTQsN2MwLDAuNi0wLjQsMS0xLDFTMiw3LjYsMiw3czAuNC0xLDEtMVM0LDYuNCw0LDciLz4KPHBhdGggaWQ9IlNoYXBlLTE0IiBmaWxsPSIjRkZGRkZGIiBkPSJNOCw3YzAsMC42LTAuNCwxLTEsMVM2LDcuNiw2LDdzMC40LTEsMS0xUzgsNi40LDgsNyIvPgo8cGF0aCBpZD0iU2hhcGUtMTUiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMiw3YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxMiw2LjQsMTIsNyIvPgo8cGF0aCBpZD0iU2hhcGUtMTYiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNiw3YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNiw2LjQsMTYsNyIvPgo8cGF0aCBpZD0iU2hhcGUtMTciIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLDEzYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMyLDEyLjQsMiwxMyIvPgo8cGF0aCBpZD0iU2hhcGUtMTgiIGZpbGw9IiNGRkZGRkYiIGQ9Ik02LDEzYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVM2LDEyLjQsNiwxMyIvPgo8cGF0aCBpZD0iU2hhcGUtMTkiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMCwxM2MwLDAuNi0wLjQsMS0xLDFzLTEtMC40LTEtMXMwLjQtMSwxLTFTMTAsMTIuNCwxMCwxMyIvPgo8cGF0aCBpZD0iU2hhcGUtMjAiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNCwxM2MwLDAuNi0wLjQsMS0xLDFzLTEtMC40LTEtMXMwLjQtMSwxLTFTMTQsMTIuNCwxNCwxMyIvPgo8cGF0aCBpZD0iU2hhcGUtMjEiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLDVjMCwwLjYtMC40LDEtMSwxUzAsNS42LDAsNXMwLjQtMSwxLTFTMiw0LjQsMiw1Ii8+CjxwYXRoIGlkPSJTaGFwZS0yMiIgZmlsbD0iI0ZGRkZGRiIgZD0iTTYsNWMwLDAuNi0wLjQsMS0xLDFTNCw1LjYsNCw1czAuNC0xLDEtMVM2LDQuNCw2LDUiLz4KPHBhdGggaWQ9IlNoYXBlLTIzIiBmaWxsPSIjRkZGRkZGIiBkPSJNMTAsNWMwLDAuNi0wLjQsMS0xLDFTOCw1LjYsOCw1czAuNC0xLDEtMVMxMCw0LjQsMTAsNSIvPgo8cGF0aCBpZD0iU2hhcGUtMjQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNCw1YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNCw0LjQsMTQsNSIvPgo8cGF0aCBpZD0iU2hhcGUtMjUiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLDFjMCwwLjYtMC40LDEtMSwxUzAsMS42LDAsMXMwLjQtMSwxLTFTMiwwLjQsMiwxIi8+CjxwYXRoIGlkPSJTaGFwZS0yNiIgZmlsbD0iI0ZGRkZGRiIgZD0iTTYsMWMwLDAuNi0wLjQsMS0xLDFTNCwxLjYsNCwxczAuNC0xLDEtMVM2LDAuNCw2LDEiLz4KPHBhdGggaWQ9IlNoYXBlLTI3IiBmaWxsPSIjRkZGRkZGIiBkPSJNMTAsMWMwLDAuNi0wLjQsMS0xLDFTOCwxLjYsOCwxczAuNC0xLDEtMVMxMCwwLjQsMTAsMSIvPgo8cGF0aCBpZD0iU2hhcGUtMjgiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNCwxYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNCwwLjQsMTQsMSIvPgo8cGF0aCBpZD0iU2hhcGUtMjkiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLDljMCwwLjYtMC40LDEtMSwxUzAsOS42LDAsOXMwLjQtMSwxLTFTMiw4LjQsMiw5Ii8+CjxwYXRoIGlkPSJTaGFwZS0zMCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTYsOWMwLDAuNi0wLjQsMS0xLDFTNCw5LjYsNCw5czAuNC0xLDEtMVM2LDguNCw2LDkiLz4KPHBhdGggaWQ9IlNoYXBlLTMxIiBmaWxsPSIjRkZGRkZGIiBkPSJNMTAsOWMwLDAuNi0wLjQsMS0xLDFTOCw5LjYsOCw5czAuNC0xLDEtMVMxMCw4LjQsMTAsOSIvPgo8cGF0aCBpZD0iU2hhcGUtMzIiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNCw5YzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxNCw4LjQsMTQsOSIvPgo8L3N2Zz4K");
    background-size: 12px;
    -webkit-background-clip: text;
    background-clip: text;
    color: rgb(98.6363636364, 137.7272727273, 196.3636363636);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}
.vl-badge--white {
  background-color: #fff;
}

.vl-badge--accent {
  color: var(--vl-theme-accent-fg-color, var(--vl-theme-fg-color));
  background-color: var(--vl-theme-accent-color, var(--vl-theme-primary-color));
}

.vl-badge--accent ::before {
  color: var(--vl-theme-accent-fg-color);
}

.vl-badge--accent span {
  color: var(--vl-theme-accent-fg-color, #333332);
}

.vl-badge--action {
  color: var(--vl-theme-action-fg-color, #fff);
  background-color: var(--vl-theme-action-color, #05c);
}

.vl-badge--action span {
  color: var(--vl-theme-action-fg-color, #333332);
}

.vl-badge--success {
  color: #fff;
  background-color: #007a37;
}

.vl-badge--success span {
  color: #fff;
}

.vl-badge--error {
  color: #fff;
  background-color: #d2373c;
}

.vl-badge--error span {
  color: #fff;
}

.vl-badge--warning {
  background-color: #ffA10a;
}

.vl-badge--border {
  border: 1px solid #cbd2da;
}

.vl-badge--block {
  display: block;
}

.vl-badge__img {
  border-radius: 50%;
}

.vl-badge--icon {
  position: relative;
}

.vl-badge--icon.vl-badge--action .vl-badge__icon, .vl-badge--icon.vl-badge--success .vl-badge__icon, .vl-badge--icon.vl-badge--error .vl-badge__icon {
  color: #fff;
}

.vl-badge__icon {
  margin: -0.5px 0.5px;
}

.vl-badge--icon .vl-badge__icon, .vl-badge--icon .vl-badge__image-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  color: #333332;
  fill: #333332;
}

.vl-badge img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vl-badge img.vl-badge__icon {
  height: 70%;
}

.vl-badge--icon .vl-badge__image-icon img {
  height: 70%;
  width: 70%;
  object-fit: contain;
  border-radius: 0;
}

.vl-badge.vl-badge--icon > .vl-vi {
  font-size: 1.8rem;
}

.vl-badge.vl-badge--icon .vl-badge__icon {
  line-height: 2.4rem;
  font-size: 2.4rem;
}

.vl-badge.vl-badge--initials span {
  font-size: 1.8rem;
}

.vl-badge--xxsmall, .vl-badge--medium .vl-badge__notification .vl-badge, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge, .vl-badge--small .vl-badge__notification .vl-badge, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge, .vl-badge--xsmall .vl-badge__notification .vl-badge, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge, .vl-badge--xxsmall .vl-badge__notification .vl-badge {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
}

.vl-badge--xxsmall.vl-badge--icon > .vl-vi, .vl-badge--medium .vl-badge__notification .vl-badge--icon.vl-badge > .vl-vi, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge--icon.vl-badge > .vl-vi, .vl-badge--small .vl-badge__notification .vl-badge--icon.vl-badge > .vl-vi, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge--icon.vl-badge > .vl-vi, .vl-badge--xsmall .vl-badge__notification .vl-badge--icon.vl-badge > .vl-vi, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge--icon.vl-badge > .vl-vi, .vl-badge--xxsmall .vl-badge__notification .vl-badge--icon.vl-badge > .vl-vi {
  font-size: 1rem;
}

.vl-badge--xxsmall.vl-badge--icon .vl-badge__icon, .vl-badge--medium .vl-badge__notification .vl-badge--icon.vl-badge .vl-badge__icon, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge--icon.vl-badge .vl-badge__icon, .vl-badge--small .vl-badge__notification .vl-badge--icon.vl-badge .vl-badge__icon, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge--icon.vl-badge .vl-badge__icon, .vl-badge--xsmall .vl-badge__notification .vl-badge--icon.vl-badge .vl-badge__icon, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge--icon.vl-badge .vl-badge__icon, .vl-badge--xxsmall .vl-badge__notification .vl-badge--icon.vl-badge .vl-badge__icon {
  line-height: 0.8rem;
  font-size: 0.8rem;
}

.vl-badge--xxsmall.vl-badge--initials span, .vl-badge--medium .vl-badge__notification .vl-badge--initials.vl-badge span, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge--initials.vl-badge span, .vl-badge--small .vl-badge__notification .vl-badge--initials.vl-badge span, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge--initials.vl-badge span, .vl-badge--xsmall .vl-badge__notification .vl-badge--initials.vl-badge span, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge--initials.vl-badge span, .vl-badge--xxsmall .vl-badge__notification .vl-badge--initials.vl-badge span {
  font-size: 1rem;
}

.vl-badge--xxsmall .vl-badge__notification, .vl-badge--medium .vl-badge__notification .vl-badge .vl-badge__notification, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification, .vl-badge--small .vl-badge__notification .vl-badge .vl-badge__notification, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification, .vl-badge--xsmall .vl-badge__notification .vl-badge .vl-badge__notification, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification, .vl-badge--xxsmall .vl-badge__notification .vl-badge .vl-badge__notification {
  position: absolute;
  top: 0rem;
  right: -0.5rem;
  line-height: 1;
}

.vl-badge--xxsmall .vl-badge__notification--top, .vl-badge--medium .vl-badge__notification .vl-badge .vl-badge__notification--top, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--top, .vl-badge--small .vl-badge__notification .vl-badge .vl-badge__notification--top, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--top, .vl-badge--xsmall .vl-badge__notification .vl-badge .vl-badge__notification--top, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--top, .vl-badge--xxsmall .vl-badge__notification .vl-badge .vl-badge__notification--top {
  top: 0rem;
}

.vl-badge--xxsmall .vl-badge__notification--right, .vl-badge--medium .vl-badge__notification .vl-badge .vl-badge__notification--right, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--right, .vl-badge--small .vl-badge__notification .vl-badge .vl-badge__notification--right, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--right, .vl-badge--xsmall .vl-badge__notification .vl-badge .vl-badge__notification--right, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--right, .vl-badge--xxsmall .vl-badge__notification .vl-badge .vl-badge__notification--right {
  right: -0.5rem;
}

.vl-badge--xxsmall .vl-badge__notification--bottom, .vl-badge--medium .vl-badge__notification .vl-badge .vl-badge__notification--bottom, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--bottom, .vl-badge--small .vl-badge__notification .vl-badge .vl-badge__notification--bottom, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--bottom, .vl-badge--xsmall .vl-badge__notification .vl-badge .vl-badge__notification--bottom, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--bottom, .vl-badge--xxsmall .vl-badge__notification .vl-badge .vl-badge__notification--bottom {
  top: initial;
  bottom: 0rem;
}

.vl-badge--xxsmall .vl-badge__notification--left, .vl-badge--medium .vl-badge__notification .vl-badge .vl-badge__notification--left, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--left, .vl-badge--small .vl-badge__notification .vl-badge .vl-badge__notification--left, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--left, .vl-badge--xsmall .vl-badge__notification .vl-badge .vl-badge__notification--left, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge .vl-badge__notification--left, .vl-badge--xxsmall .vl-badge__notification .vl-badge .vl-badge__notification--left {
  right: initial;
  left: -0.5rem;
}

.vl-badge--xsmall, .vl-badge--large .vl-badge__notification .vl-badge {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
}

.vl-badge--xsmall.vl-badge--icon > .vl-vi, .vl-badge--large .vl-badge__notification .vl-badge--icon.vl-badge > .vl-vi {
  font-size: 1rem;
}

.vl-badge--xsmall.vl-badge--icon .vl-badge__icon, .vl-badge--large .vl-badge__notification .vl-badge--icon.vl-badge .vl-badge__icon {
  line-height: 1.2rem;
  font-size: 1.2rem;
}

.vl-badge--xsmall.vl-badge--initials span, .vl-badge--large .vl-badge__notification .vl-badge--initials.vl-badge span {
  font-size: 1rem;
}

.vl-badge--xsmall .vl-badge__notification, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification {
  position: absolute;
  top: 0rem;
  right: -0.5rem;
  line-height: 1;
}

.vl-badge--xsmall .vl-badge__notification--top, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification--top {
  top: 0rem;
}

.vl-badge--xsmall .vl-badge__notification--right, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification--right {
  right: -0.5rem;
}

.vl-badge--xsmall .vl-badge__notification--bottom, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification--bottom {
  top: initial;
  bottom: 0rem;
}

.vl-badge--xsmall .vl-badge__notification--left, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification--left {
  right: initial;
  left: -0.5rem;
}

.vl-badge--small, .vl-badge--xlarge .vl-badge__notification .vl-badge {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 1.375rem;
}

.vl-badge--small.vl-badge--icon > .vl-vi, .vl-badge--xlarge .vl-badge__notification .vl-badge--icon.vl-badge > .vl-vi {
  font-size: 1.4rem;
}

.vl-badge--small.vl-badge--icon .vl-badge__icon, .vl-badge--xlarge .vl-badge__notification .vl-badge--icon.vl-badge .vl-badge__icon {
  line-height: 1.6rem;
  font-size: 1.6rem;
}

.vl-badge--small.vl-badge--initials span, .vl-badge--xlarge .vl-badge__notification .vl-badge--initials.vl-badge span {
  font-size: 1.4rem;
}

.vl-badge--small .vl-badge__notification, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification {
  position: absolute;
  top: 0rem;
  right: -0.5rem;
  line-height: 1;
}

.vl-badge--small .vl-badge__notification--top, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification--top {
  top: 0rem;
}

.vl-badge--small .vl-badge__notification--right, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification--right {
  right: -0.5rem;
}

.vl-badge--small .vl-badge__notification--bottom, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification--bottom {
  top: initial;
  bottom: 0rem;
}

.vl-badge--small .vl-badge__notification--left, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification--left {
  right: initial;
  left: -0.5rem;
}

.vl-badge--medium, .vl-badge--xxlarge .vl-badge__notification .vl-badge {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 2.25rem;
}

.vl-badge--medium.vl-badge--icon > .vl-vi, .vl-badge--xxlarge .vl-badge__notification .vl-badge--icon.vl-badge > .vl-vi {
  font-size: 1.8rem;
}

.vl-badge--medium.vl-badge--icon .vl-badge__icon, .vl-badge--xxlarge .vl-badge__notification .vl-badge--icon.vl-badge .vl-badge__icon {
  line-height: 2.4rem;
  font-size: 2.4rem;
}

.vl-badge--medium.vl-badge--initials span, .vl-badge--xxlarge .vl-badge__notification .vl-badge--initials.vl-badge span {
  font-size: 1.8rem;
}

.vl-badge--medium .vl-badge__notification, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification {
  position: absolute;
  top: 0rem;
  right: -0.5rem;
  line-height: 1;
}

.vl-badge--medium .vl-badge__notification--top, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification--top {
  top: 0rem;
}

.vl-badge--medium .vl-badge__notification--right, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification--right {
  right: -0.5rem;
}

.vl-badge--medium .vl-badge__notification--bottom, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification--bottom {
  top: initial;
  bottom: 0rem;
}

.vl-badge--medium .vl-badge__notification--left, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification--left {
  right: initial;
  left: -0.5rem;
}

.vl-badge--large {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 2.875rem;
}

.vl-badge--large.vl-badge--icon > .vl-vi {
  font-size: 2.2rem;
}

.vl-badge--large.vl-badge--icon .vl-badge__icon {
  line-height: 3.2rem;
  font-size: 3.2rem;
}

.vl-badge--large.vl-badge--initials span {
  font-size: 2.2rem;
}

.vl-badge--large .vl-badge__notification {
  position: absolute;
  top: 0rem;
  right: -0.5rem;
  line-height: 1;
}

.vl-badge--large .vl-badge__notification--top {
  top: 0rem;
}

.vl-badge--large .vl-badge__notification--right {
  right: -0.5rem;
}

.vl-badge--large .vl-badge__notification--bottom {
  top: initial;
  bottom: 0rem;
}

.vl-badge--large .vl-badge__notification--left {
  right: initial;
  left: -0.5rem;
}

.vl-badge--xlarge {
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
}

.vl-badge--xlarge.vl-badge--icon > .vl-vi {
  font-size: 3.2rem;
}

.vl-badge--xlarge.vl-badge--icon .vl-badge__icon {
  line-height: 4.2rem;
  font-size: 4.2rem;
}

.vl-badge--xlarge.vl-badge--initials span {
  font-size: 3.2rem;
}

.vl-badge--xlarge .vl-badge__notification {
  position: absolute;
  top: 0rem;
  right: -0.5rem;
  line-height: 1;
}

.vl-badge--xlarge .vl-badge__notification--top {
  top: 0rem;
}

.vl-badge--xlarge .vl-badge__notification--right {
  right: -0.5rem;
}

.vl-badge--xlarge .vl-badge__notification--bottom {
  top: initial;
  bottom: 0rem;
}

.vl-badge--xlarge .vl-badge__notification--left {
  right: initial;
  left: -0.5rem;
}

.vl-badge--xxlarge {
  width: 15rem;
  height: 15rem;
  border-radius: 7.5rem;
}

.vl-badge--xxlarge.vl-badge--icon > .vl-vi {
  font-size: 4.4rem;
}

.vl-badge--xxlarge.vl-badge--icon .vl-badge__icon {
  line-height: 6.3rem;
  font-size: 6.3rem;
}

.vl-badge--xxlarge.vl-badge--initials span {
  font-size: 4.4rem;
}

.vl-badge--xxlarge .vl-badge__notification {
  position: absolute;
  top: 0rem;
  right: -0.5rem;
  line-height: 1;
}

.vl-badge--xxlarge .vl-badge__notification--top {
  top: 0rem;
}

.vl-badge--xxlarge .vl-badge__notification--right {
  right: -0.5rem;
}

.vl-badge--xxlarge .vl-badge__notification--bottom {
  top: initial;
  bottom: 0rem;
}

.vl-badge--xxlarge .vl-badge__notification--left {
  right: initial;
  left: -0.5rem;
}

.vl-badge-container--condensed .vl-badge {
  margin-left: -1.625rem;
}

.vl-badge-container--condensed .vl-badge--xxsmall, .vl-badge-container--condensed .vl-badge--xxsmall .vl-badge__notification .vl-badge, .vl-badge--xxsmall .vl-badge__notification .vl-badge-container--condensed .vl-badge, .vl-badge-container--condensed .vl-badge--xsmall .vl-badge__notification .vl-badge, .vl-badge--xsmall .vl-badge__notification .vl-badge-container--condensed .vl-badge, .vl-badge-container--condensed .vl-badge--small .vl-badge__notification .vl-badge, .vl-badge--small .vl-badge__notification .vl-badge-container--condensed .vl-badge, .vl-badge-container--condensed .vl-badge--medium .vl-badge__notification .vl-badge, .vl-badge--medium .vl-badge__notification .vl-badge-container--condensed .vl-badge, .vl-badge-container--condensed .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge, .vl-badge--large .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge-container--condensed .vl-badge, .vl-badge-container--condensed .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge, .vl-badge--xlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge-container--condensed .vl-badge, .vl-badge-container--condensed .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge, .vl-badge--xxlarge .vl-badge__notification .vl-badge .vl-badge__notification .vl-badge-container--condensed .vl-badge {
  margin-left: -0.9rem;
}

.vl-badge-container--condensed .vl-badge--xsmall, .vl-badge-container--condensed .vl-badge--large .vl-badge__notification .vl-badge, .vl-badge--large .vl-badge__notification .vl-badge-container--condensed .vl-badge {
  margin-left: -1rem;
}

.vl-badge-container--condensed .vl-badge--small, .vl-badge-container--condensed .vl-badge--xlarge .vl-badge__notification .vl-badge, .vl-badge--xlarge .vl-badge__notification .vl-badge-container--condensed .vl-badge {
  margin-left: -1.1875rem;
}

.vl-badge-container--condensed .vl-badge--medium, .vl-badge-container--condensed .vl-badge--xxlarge .vl-badge__notification .vl-badge, .vl-badge--xxlarge .vl-badge__notification .vl-badge-container--condensed .vl-badge {
  margin-left: -1.625rem;
}

.vl-badge-container--condensed .vl-badge--large {
  margin-left: -1.9375rem;
}

.vl-badge-container--condensed .vl-badge--xlarge {
  margin-left: -3rem;
}

.vl-badge-container--condensed .vl-badge--xxlarge {
  margin-left: -4.25rem;
}

.vl-badge-container--condensed .vl-badge:first-child {
  margin-left: auto;
}

.vl-toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.vl-toggle--align-top {
  align-items: flex-start;
}

.vl-toggle--icon-right {
  flex-direction: row-reverse;
}

.vl-toggle--icon-right .vl-accordion__title {
  flex-grow: 1;
}

.vl-toggle > .vl-vi::before {
  transition: transform 0.2s;
}

.vl-toggle > .vl-vi.vl-vi-arrow-right-fat::before, .vl-toggle > .vl-vi.vl-vi-arrow-right-thin::before {
  transform: rotate(90deg);
}

.js-vl-accordion--open > .vl-toggle .vl-vi-plus::before,
.js-vl-accordion--open > .vl-toggle .vl-vi-minus::before {
  transform: rotate(0);
}

.js-vl-accordion--open > .vl-toggle > .vl-vi-arrow-right-fat::before, .js-vl-accordion--open > .vl-accordion__summary > .vl-toggle > .vl-vi-arrow-right-fat::before, .js-vl-toggle--open > .vl-toggle > .vl-vi-arrow-right-fat::before, [aria-expanded=true] > .vl-toggle > .vl-vi-arrow-right-fat::before,
.js-vl-accordion--open > .vl-toggle > .vl-vi-arrow-right-thin::before,
.js-vl-accordion--open > .vl-accordion__summary > .vl-toggle > .vl-vi-arrow-right-thin::before,
.js-vl-toggle--open > .vl-toggle > .vl-vi-arrow-right-thin::before,
[aria-expanded=true] > .vl-toggle > .vl-vi-arrow-right-thin::before {
  transform: rotate(-90deg);
}

.vl-toggle.js-vl-drawer-active-item .vl-vi-arrow-right-fat::before,
.vl-toggle.js-vl-drawer-active-item .vl-vi-arrow-right-thin::before, .vl-toggle.js-vl-dynamic-drawer-active-item .vl-vi-arrow-right-fat::before,
.vl-toggle.js-vl-dynamic-drawer-active-item .vl-vi-arrow-right-thin::before {
  transform: rotate(-90deg);
}

.js-vl-toggle {
  position: relative;
}

.js-vl-toggle--flex-reverse {
  display: flex;
  flex-direction: column-reverse;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.vl-toggle-wrapper--more-button {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: margin 0.2s;
}

.js-vl-accordion--open .vl-toggle-wrapper--more-button {
  margin-top: 3rem;
}

.vl-toggle-wrapper--more-button + .vl-accordion__content {
  display: block;
}

.vl-toggle--more-button {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  line-height: 2.3rem;
  width: initial;
}

.vl-toggle--more-button::before, .vl-toggle--more-button::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
  height: 1px;
  width: 100vw;
  background-color: #cbd2da;
}

.vl-toggle--more-button::before {
  right: calc(100% + 3px);
}

.vl-toggle--more-button::after {
  left: calc(100% + 3px);
}

.vl-toggle--more-button:hover, .vl-toggle--more-button:focus {
  color: #05c;
}

.vl-toggle--more-button .vl-toggle__icon:first-child {
  margin-right: 1rem;
}

.vl-toggle--more-button .vl-toggle__icon:last-child {
  margin-left: 1rem;
}

.vl-toggle--more-button .vl-toggle__icon::before {
  font-size: 1.2rem;
  color: currentColor;
  transition: transform 0.2s;
}

.js-vl-accordion--open .vl-toggle--more-button .vl-toggle__icon::before {
  transform: rotate(-180deg);
}

[type=submit].vl-link.vl-link--icon {
  padding-left: 1.8rem;
}

button.vl-link {
  cursor: default;
}

.vl-link {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
  font-weight: inherit;
  text-align: left;
  font-family: inherit;
  font-size: inherit;
  color: var(--vl-theme-action-color, #05c);
  position: relative;
  word-break: break-word;
  line-height: inherit;
}

.vl-link:hover {
  text-decoration: none;
}

.vl-link:focus, .vl-link:active {
  text-decoration: none;
}

.vl-link:hover, .vl-link:focus, .vl-link:active {
  color: var(--vl-theme-action-hover-color, #003bb0);
  text-decoration: none;
}

.vl-link:focus, .vl-link:active {
  color: var(--vl-theme-action-active-color, rgb(0, 63.75, 153));
}

.vl-link:visited {
  color: #660599;
}

.vl-link:visited .vl-link__icon:not(.vl-link__icon--neutral) {
  color: #660599;
}

.vl-link--bold {
  font-weight: 500;
  text-decoration: none;
}

.vl-link--bold:hover, .vl-link--bold:focus, .vl-link--bold:active {
  text-decoration: underline;
}

.vl-link--small {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .vl-link--small {
    font-size: 1.5rem;
  }
}
.vl-link--large {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .vl-link--large {
    font-size: 1.8rem;
  }
}
.vl-link--block {
  display: block;
}

.vl-link--inline {
  display: inline;
}

.vl-link--flex {
  display: flex;
  align-items: center;
}

.vl-link--error {
  color: #d2373c;
}

.vl-link--error:hover, .vl-link--error:focus, .vl-link--error:active, .vl-link--error:visited {
  color: #aa2729;
}

.vl-link--neutral {
  color: #333332;
}

.vl-link--neutral:hover, .vl-link--neutral:focus, .vl-link--neutral:active, .vl-link--neutral:visited {
  color: #333332;
}

.vl-link__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  margin-top: -0.1em;
  flex-shrink: 0;
}

.vl-link__icon::before, .vl-link__icon::after {
  display: inline-block;
}

.vl-link__icon--before {
  padding-right: 0.4rem;
}

.vl-link__icon--after {
  padding-left: 0.4rem;
}

.vl-link__icon--standalone {
  padding: 0;
  float: none;
  position: relative;
}

.vl-link__icon--light {
  color: #687483;
}

.vl-link__icon--neutral {
  color: #333332;
}

.vl-link__icon--borderless {
  overflow: visible;
}

.vl-link__icon--borderless::after {
  position: absolute;
  display: block;
  height: 0.1rem;
  left: 0;
  width: 100%;
  bottom: 0;
  margin-bottom: -0.3rem;
  background-color: #fff;
  content: "";
}

.vl-link__icon.vl-vi-external {
  font-size: 1em;
}

.vl-icon-wrapper {
  display: flex;
}

.vl-icon-wrapper .vl-icon {
  display: inline-block;
}

.vl-icon {
  font-size: 1em;
  display: inline;
  color: inherit;
}

.vl-icon svg {
  height: 1em;
  width: auto;
  fill: currentColor;
  display: inline-block;
  font-size: inherit;
  overflow: visible;
  vertical-align: middle;
}

.vl-icon--small {
  font-size: 0.8em;
}

.vl-icon--small svg {
  height: 0.8em;
  width: auto;
}

.vl-icon--large {
  font-size: 1.2em;
}

.vl-icon--large svg {
  height: 1.2em;
  width: auto;
}

.vl-icon--light {
  color: #687483;
}

.vl-icon--before {
  margin-right: 0.5em;
}

.vl-icon--after {
  margin-left: 0.5em;
}

.vl-icon--inline-svg:before {
  display: none;
}

.vl-title--alt {
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 3px solid #e8ebee;
  font-size: 1.8rem;
  padding: 0 0 0.7rem;
  margin: 0 0 2rem;
  padding-top: 1.3rem;
}

.vl-title--has-border {
  border-bottom: 1px solid #cbd2da;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .vl-title--has-border {
    margin-bottom: 1rem;
  }
}
.vl-title a {
  text-decoration: none;
}

.vl-title a:not(.vl-link):hover, .vl-title a:not(.vl-link):focus {
  text-decoration: underline;
}

.vl-title--h1 {
  font-size: 4.4rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1.18;
}

@media screen and (max-width: 1023px) {
  .vl-title--h1 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-title--h1 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.vl-title--h2 {
  font-size: 3.2rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 2.7rem;
  line-height: 1.24;
}

@media screen and (max-width: 1023px) {
  .vl-title--h2 {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-title--h2 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.vl-title--h3 {
  font-size: 2.6rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 1.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 1023px) {
  .vl-title--h3 {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-title--h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.vl-title--h4 {
  font-size: 2.2rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 1.35rem;
  line-height: 1.36;
}

@media screen and (max-width: 1023px) {
  .vl-title--h4 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-title--h4 {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
}
.vl-title--h5 {
  font-size: 2rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0.9rem;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .vl-title--h5 {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-title--h5 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.vl-title--h6 {
  font-size: 1.8rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0rem;
  line-height: 1.44;
}

@media screen and (max-width: 1023px) {
  .vl-title--h6 {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-title--h6 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.vl-typography h1 {
  font-size: 4.4rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1.18;
}

@media screen and (max-width: 1023px) {
  .vl-typography h1 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-typography h1 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.vl-typography h1:not(:first-child) {
  margin-top: 0;
}

.vl-typography h2 {
  font-size: 3.2rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 2.7rem;
  line-height: 1.24;
}

@media screen and (max-width: 1023px) {
  .vl-typography h2 {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-typography h2 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.vl-typography h2:not(:first-child) {
  margin-top: 6rem;
}

.vl-typography h3 {
  font-size: 2.6rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 1.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 1023px) {
  .vl-typography h3 {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-typography h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.vl-typography h3:not(:first-child) {
  margin-top: 3.2rem;
}

.vl-typography h4 {
  font-size: 2.2rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 1.35rem;
  line-height: 1.36;
}

@media screen and (max-width: 1023px) {
  .vl-typography h4 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-typography h4 {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
}
.vl-typography h4:not(:first-child) {
  margin-top: 2.7rem;
}

.vl-typography h5 {
  font-size: 2rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0.9rem;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .vl-typography h5 {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-typography h5 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.vl-typography h5:not(:first-child) {
  margin-top: 1.8rem;
}

.vl-typography h6 {
  font-size: 1.8rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0rem;
  line-height: 1.44;
}

@media screen and (max-width: 1023px) {
  .vl-typography h6 {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-typography h6 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.vl-typography h6:not(:first-child) {
  margin-top: 1.8rem;
}

.vl-title-wrapper__title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .vl-title-wrapper__vl-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .vl-title-wrapper--h1 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-title-wrapper--h2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-title-wrapper--h3 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-title-wrapper--h4 {
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-title-wrapper--h5 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-title-wrapper--h6 {
    margin-bottom: 1rem;
  }
}
.vl-title-wrapper--cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .vl-title-wrapper--cta__title {
    float: none;
  }
}
.vl-title-wrapper--cta__cta--small {
  font-size: 1.4rem;
  margin: 0.8rem 0 0;
}

.vl-title-wrapper--sublink .vl-title,
.vl-title-wrapper--cta .vl-title {
  margin-bottom: 0;
}

.vl-title--no-space-bottom {
  margin-bottom: 0;
}

.vl-typography ul,
.ul {
  list-style-type: disc;
}

.vl-typography ol,
.ol {
  list-style-type: decimal;
}

.vl-typography ol ol,
.vl-typography ol .ol,
.ol ol,
.ol .ol {
  list-style-type: lower-latin;
}

.vl-typography ol,
.ol,
.vl-typography ul,
.ul {
  display: block;
  margin: 1.8rem 0 2rem 1rem;
  padding-left: 2rem;
}

.vl-typography ol:first-child,
.ol:first-child,
.vl-typography ul:first-child,
.ul:first-child {
  margin-top: 0;
}

.vl-typography ol:last-child,
.ol:last-child,
.vl-typography ul:last-child,
.ul:last-child {
  margin-bottom: 0;
}

.vl-typography ol li,
.ol li,
.vl-typography ul li,
.ul li {
  display: list-item;
  margin-bottom: 0.5em;
}

.vl-typography ol li:last-child,
.ol li:last-child,
.vl-typography ul li:last-child,
.ul li:last-child {
  margin-bottom: 0;
}

.vl-typography ol ul,
.ol ul,
.vl-typography ul ul,
.ul ul {
  list-style-type: circle;
}

.vl-typography ol ul,
.vl-typography ol ol,
.ol ul,
.ol ol,
.vl-typography ul ul,
.vl-typography ul ol,
.ul ul,
.ul ol {
  margin: 0.5em 0 0.5rem 1.5em;
}

.vl-typography ol ul:first-child,
.vl-typography ol ol:first-child,
.ol ul:first-child,
.ol ol:first-child,
.vl-typography ul ul:first-child,
.vl-typography ul ol:first-child,
.ul ul:first-child,
.ul ol:first-child {
  margin-top: 0;
}

.vl-typography ol ul:last-child,
.vl-typography ol ol:last-child,
.ol ul:last-child,
.ol ol:last-child,
.vl-typography ul ul:last-child,
.vl-typography ul ol:last-child,
.ul ul:last-child,
.ul ol:last-child {
  margin-bottom: 0;
}

.vl-typography p,
.p {
  margin-bottom: 1.8rem;
}

.vl-typography p:last-child,
.p:last-child {
  margin-bottom: 0;
}

.vl-typography ul li p:last-child,
.vl-typography ul li .p:last-child {
  margin-bottom: 1.8rem;
}

.vl-typography strong,
.vl-typography b {
  font-weight: 500;
}

.vl-typography em,
.vl-typography i {
  font-style: italic;
}

.vl-typography strike,
.vl-typography s {
  text-decoration: line-through;
}

.vl-typography hr {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  border-top: 1px solid #cbd2da;
}

.vl-typography table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}

.vl-typography table thead tr {
  border-bottom: 3px #cbd2da solid;
}

.vl-typography table tbody tr {
  border-bottom: 1px #cbd2da solid;
}

.vl-typography table tbody tr[data-vl-table-selectable] {
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}

.vl-typography table tbody tr[data-vl-table-selectable]:hover {
  background: #f3f5f6;
}

.vl-typography table tbody tr.vl-data-table__grouped-row:not(.vl-data-table__grouped-row--last) {
  border-bottom: 0;
}

.vl-typography table td,
.vl-typography table th {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.3;
  vertical-align: top;
  padding: 1.2rem 1rem;
}

@media screen and (max-width: 767px) {
  .vl-typography table td,
  .vl-typography table th {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-typography table td,
  .vl-typography table th {
    font-size: 1.4rem;
  }
}
.vl-typography table td:first-child,
.vl-typography table th:first-child {
  border-left: 0;
}

.vl-typography table th {
  font-weight: 500;
}

.vl-typography table .vl-data-table__grouped-row td {
  padding: 0.3rem 1rem 0.3rem 0;
}

@media screen and (max-width: 767px) {
  .vl-typography table .vl-data-table__grouped-row td {
    padding: 0.3rem 1rem 0.3rem 0;
  }
}
.vl-typography table .vl-data-table__grouped-row--first td {
  padding-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .vl-typography table .vl-data-table__grouped-row--first td {
    padding-top: 1rem;
  }
}
.vl-typography table .vl-data-table__grouped-row--last td {
  padding-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .vl-typography table .vl-data-table__grouped-row--last td {
    padding-bottom: 1rem;
  }
}
.vl-typography table__header-title--sortable {
  text-decoration: none;
}

.vl-typography table__header-title--sortable .vl-data-table__header-title__sort-icon {
  opacity: 0;
}

.vl-typography table__header-title--sortable:hover, .vl-typography table__header-title--sortable:focus {
  text-decoration: underline;
}

.vl-typography table__header-title--sortable:hover .vl-data-table__header-title__sort-icon, .vl-typography table__header-title--sortable:focus .vl-data-table__header-title__sort-icon {
  opacity: 0.5;
}

.vl-typography table__header-title--sortable-active .vl-data-table__header-title__sort-icon {
  opacity: 1;
}

.vl-typography table__body-title {
  max-width: 30rem;
}

.vl-typography table--alt tr td:not(:first-child) {
  padding: 1.2rem;
}

.vl-typography table--alt tr th:not(:first-child) {
  padding: 0 1.2rem 1.2rem;
}

.vl-typography table--alt tr th:first-child,
.vl-typography table--alt tr td:first-child {
  border-right: 1px #cbd2da solid;
}

.vl-typography table.vl-data-table--no-header tbody tr:first-child {
  border-top: 3px #cbd2da solid;
}

.vl-typography table .vl-pill {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .vl-typography table .vl-pill {
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    font-size: 1.4rem;
  }
}
.vl-typography blockquote {
  position: relative;
  padding-left: 9rem;
  font-size: 3.4rem;
  font-family: "Flanders Art Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .vl-typography blockquote {
    padding-left: 5rem;
  }
}
.vl-typography blockquote::before {
  position: absolute;
  content: "“";
  font-size: 9rem;
  left: 0;
  top: 0;
  padding-top: 1rem;
  padding-left: 1rem;
  width: 7rem;
  height: 6rem;
  line-height: 1;
  color: var(--vl-theme-fg-color);
  background: linear-gradient(-110deg, transparent 20px, var(--vl-theme-primary-color) 20px);
}

@media screen and (max-width: 767px) {
  .vl-typography blockquote::before {
    width: 4.6rem;
    font-size: 6rem;
    height: 3.6rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    margin-right: 0rem;
  }
}
.vl-typography pre:not([class*=language]) {
  padding: 1.5rem;
  background-color: #333332;
  color: #fff;
  display: block;
  white-space: pre;
  overflow-x: scroll;
  tab-size: 2;
  word-break: normal;
  hyphens: none;
}

.vl-typography pre:not([class*=language]) code,
.vl-typography pre:not([class*=language]) kdb,
.vl-typography pre:not([class*=language]) samp {
  background-color: transparent;
  padding: 0;
}

.vl-typography code,
.vl-typography kdb,
.vl-typography samp {
  font-family: monospace;
  background: #e8ebee;
  padding: 0.2rem;
}

.vl-typography a,
.vl-typography .vl-link {
  display: inline;
  text-decoration: underline;
}

.vl-typography a:hover,
.vl-typography .vl-link:hover {
  text-decoration: none;
}

.vl-typography a:focus, .vl-typography a:active,
.vl-typography .vl-link:focus,
.vl-typography .vl-link:active {
  text-decoration: none;
}

.vl-typography--prewrapped {
  white-space: pre-wrap;
}

.vl-progress-bar {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 2.2rem;
  margin-bottom: 2.7rem;
}

@media screen and (max-width: 767px) {
  .vl-progress-bar {
    height: 1.8rem;
    margin-bottom: 0px;
  }
}
.vl-progress-bar__step {
  position: relative;
  display: table-cell;
}

.vl-progress-bar__step::before {
  display: block;
  position: absolute;
  background-color: #8695a8;
  content: "";
  height: 0.3rem;
  top: 50%;
  right: 2.3rem;
  left: 0.2rem;
  transform: translate(0%, -50%);
}

@media screen and (max-width: 767px) {
  .vl-progress-bar__step::before {
    right: 1.9rem;
  }
}
.vl-progress-bar__step--active::before {
  background: #8695a8;
  right: 2.7rem;
}

@media screen and (max-width: 767px) {
  .vl-progress-bar__step--active::before {
    right: 2.3rem;
  }
}
.vl-progress-bar__step--active .vl-progress-bar__bullet {
  background-color: #8695a8;
  border-color: #8695a8;
  width: 2.2rem;
  height: 2.2rem;
}

@media screen and (max-width: 767px) {
  .vl-progress-bar__step--active .vl-progress-bar__bullet {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.vl-progress-bar__step--active ~ .vl-progress-bar__step .vl-progress-bar__bullet, .vl-progress-bar__step--active ~ .vl-progress-bar__step::before {
  background-color: #cfd5dd;
  border-color: #cfd5dd;
}

.vl-region--alt .vl-progress-bar__step--active ~ .vl-progress-bar__step .vl-progress-bar__bullet, .vl-region--alt .vl-progress-bar__step--active ~ .vl-progress-bar__step::before {
  background-color: #cfd5dd;
}

.vl-progress-bar__step--active ~ .vl-progress-bar__step .vl-progress-bar__bullet::after {
  color: #687483;
}

.vl-progress-bar__step--active ~ .vl-progress-bar__step .vl-progress-bar__bullet__text {
  color: #687483;
}

.vl-progress-bar__step:last-child .vl-progress-bar__bullet__text {
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vl-progress-bar__bullet {
  position: absolute;
  background-color: #8695a8;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  top: 50%;
  right: 0.2rem;
  appearance: none;
  border-style: solid;
  border-color: #8695a8;
  padding: 0;
  transform: translate(0%, -50%);
}

@media screen and (max-width: 767px) {
  .vl-progress-bar__bullet {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.vl-progress-bar__bullet::after {
  color: #333332;
}

.vl-progress-bar__bullet__text {
  position: absolute;
  transform: translate(-50%, 1.6rem);
  font-size: 1.6rem;
  white-space: nowrap;
}

.vl-progress-bar a .vl-progress-bar__bullet:hover::after {
  color: #003bb0;
}

.vl-progress-bar--numeric {
  counter-reset: progressbar-counter;
  height: 4.2rem;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 767px) {
  .vl-progress-bar--numeric {
    height: 3.5rem;
    margin-bottom: 0px;
  }
}
.vl-progress-bar--numeric .vl-progress-bar__step::before {
  right: 3.7rem;
}

@media screen and (max-width: 767px) {
  .vl-progress-bar--numeric .vl-progress-bar__step::before {
    right: 3rem;
  }
}
.vl-progress-bar--numeric .vl-progress-bar__step .vl-progress-bar__bullet {
  width: 3.2rem;
  height: 3.2rem;
  text-decoration: none;
  background-color: var(--vl-theme-primary-color);
  border-color: var(--vl-theme-primary-color);
}

@media screen and (max-width: 767px) {
  .vl-progress-bar--numeric .vl-progress-bar__step .vl-progress-bar__bullet {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.vl-progress-bar--numeric .vl-progress-bar__step .vl-progress-bar__bullet::after {
  position: absolute;
  content: counter(progressbar-counter);
  counter-increment: progressbar-counter;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .vl-progress-bar--numeric .vl-progress-bar__step .vl-progress-bar__bullet::after {
    font-size: 1.4rem;
  }
}
.vl-progress-bar--numeric .vl-progress-bar__step .vl-progress-bar__bullet__text {
  transform: translate(-50%, 2.6rem);
}

.vl-progress-bar--numeric .vl-progress-bar__step--active::before {
  right: 4.7rem;
}

@media screen and (max-width: 767px) {
  .vl-progress-bar--numeric .vl-progress-bar__step--active::before {
    right: 4rem;
  }
}
.vl-progress-bar--numeric .vl-progress-bar__step--active .vl-progress-bar__bullet {
  width: 4.2rem;
  height: 4.2rem;
}

@media screen and (max-width: 767px) {
  .vl-progress-bar--numeric .vl-progress-bar__step--active .vl-progress-bar__bullet {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.vl-progress-bar--numeric .vl-progress-bar__step--active .vl-progress-bar__bullet::after {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .vl-progress-bar--numeric .vl-progress-bar__step--active .vl-progress-bar__bullet::after {
    font-size: 1.8rem;
  }
}
.vl-progress-bar--numeric .vl-progress-bar__step--active ~ .vl-progress-bar__step .vl-progress-bar__bullet, .vl-progress-bar--numeric .vl-progress-bar__step--active ~ .vl-progress-bar__step::before {
  background-color: #cfd5dd;
  border-color: #cfd5dd;
}

.vl-radio {
  position: relative;
  display: inline-block;
  margin-top: 0.2rem;
  margin-right: 5rem;
}

.vl-radio:not(.vl-radio--block):not(:last-of-type) {
  margin-right: 1.5rem;
}

.vl-radio__label {
  position: relative;
  padding: 0 0 0 2.4rem;
  line-height: 2.8rem;
  font-size: 1.6rem;
}

.vl-radio__label::before, .vl-radio__label::after {
  position: absolute;
  display: block;
  content: "";
  cursor: pointer;
  border-radius: 100%;
}

.vl-radio__label::before {
  background-color: #fff;
  height: 6px;
  width: 6px;
  top: 10px;
  left: 6px;
  transform: scale(0);
  transition: border-color 0.2s cubic-bezier(1, 0.1, 0, 0.9);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .vl-radio__label::before {
    font-size: 1.6rem;
  }
}
.vl-radio__label::after {
  background-color: #fff;
  width: 18px;
  height: 18px;
  top: 4px;
  left: 0;
  border: 0.1rem solid #8695a8;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: border-color 0.2s cubic-bezier(1, 0.1, 0, 0.9), box-shadow 0.1s cubic-bezier(1, 0.1, 0, 0.9);
  z-index: 1;
}

.vl-radio__toggle {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
}

.vl-radio__toggle:focus + .vl-radio__label::after {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
  outline: transparent solid 0.2rem;
}

@supports (outline-offset: 2px) {
  .vl-radio__toggle:focus + .vl-radio__label::after {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
.vl-radio__toggle:checked + .vl-radio__label::before {
  transform: scale(1);
  background-color: #fff;
}

.vl-radio__toggle:checked + .vl-radio__label::after {
  background: #05c;
  border: 0;
}

.vl-radio--block {
  display: block;
  margin: 0;
}

.vl-radio--disabled .vl-radio__label {
  color: #687483;
}

.vl-radio--disabled .vl-radio__label::after {
  background-color: #8695a8;
  border-color: #8695a8;
}

.vl-radio--disabled .vl-radio__toggle:checked + .vl-radio__label::before {
  background-color: #fff;
}

.vl-radio--disabled .vl-radio__toggle:checked + .vl-radio__label::after {
  background: #8695a8;
  border: 0.1rem #8695a8 solid;
}

.vl-radio--single {
  margin: 0;
}

.vl-radio--single .vl-radio__label {
  padding: 0;
}

.vl-radio--single .vl-radio__label::after {
  position: relative;
}

.vl-radio--error .vl-radio__label::after, .vl-radio.invalid.validated .vl-radio__label::after {
  background-color: #fff;
  border-color: #d2373c;
}

.vl-radio--error .vl-radio__toggle:checked + .vl-radio__label::before, .vl-radio.invalid.validated .vl-radio__toggle:checked + .vl-radio__label::before {
  background-color: #d2373c;
}

.vl-radio--error .vl-radio__toggle:checked + .vl-radio__label::after, .vl-radio.invalid.validated .vl-radio__toggle:checked + .vl-radio__label::after {
  background-color: #fff;
  border: 0.1rem #d2373c solid;
}

.vl-radio--success .vl-radio__label::after, .vl-radio.valid.validated .vl-radio__label::after {
  background-color: #fff;
  border-color: #009e47;
}

.vl-radio--success .vl-radio__toggle:checked + .vl-radio__label::before, .vl-radio.valid.validated .vl-radio__toggle:checked + .vl-radio__label::before {
  background-color: #009e47;
}

.vl-radio--success .vl-radio__toggle:checked + .vl-radio__label::after, .vl-radio.valid.validated .vl-radio__toggle:checked + .vl-radio__label::after {
  background-color: #fff;
  border: 0.1rem #009e47 solid;
}

.vl-checkbox {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.vl-checkbox:not(.vl-checkbox--block):not(:last-of-type) {
  margin-right: 1.5rem;
}

.vl-checkbox__label {
  display: flex;
  flex: 0 0 auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 767px) {
  .vl-checkbox__label {
    line-height: 2.2rem;
  }
}
.vl-checkbox__label .vl-checkbox__box {
  position: relative;
  flex: 0 0 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.3rem;
  margin-right: 1rem;
  line-height: 1;
}

.vl-checkbox__label .vl-checkbox__box::before, .vl-checkbox__label .vl-checkbox__box::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .vl-checkbox__label .vl-checkbox__box {
    margin-top: 0.2rem;
  }
}
.vl-checkbox__label .vl-checkbox__box::before {
  position: absolute;
  display: block;
  font-size: 0.8rem;
  color: #8695a8;
  line-height: 1;
  text-align: center;
  transform: translateZ(0) translate(-50%, -50%) scale(0);
  transition: transform 0.2s cubic-bezier(1, 0.1, 0, 0.9), color 0.2s cubic-bezier(1, 0.1, 0, 0.9);
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
}

.vl-checkbox__label .vl-checkbox__box::after {
  display: inline-block;
  content: "";
  background: #fff;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem #8695a8 solid;
  outline: 0.2rem transparent solid;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(1, 0.1, 0, 0.9);
  z-index: 1;
  border-radius: 0.3rem;
}

.vl-checkbox__toggle {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
}

.vl-checkbox__toggle:focus + .vl-checkbox__label .vl-checkbox__box::after {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
  outline: transparent solid 0.2rem;
}

@supports (outline-offset: 2px) {
  .vl-checkbox__toggle:focus + .vl-checkbox__label .vl-checkbox__box::after {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
@supports (outline-offset: 2px) {
  .vl-checkbox__toggle:focus + .vl-checkbox__label .vl-checkbox__box::after {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
.vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::before {
  content: "\f15c";
}

.vl-checkbox__toggle:indeterminate + .vl-checkbox__label .vl-checkbox__box::before {
  content: "\f20e";
}

.vl-checkbox__toggle:indeterminate + .vl-checkbox__label .vl-checkbox__box::before {
  font-size: 0.8rem;
}

.vl-checkbox__toggle:indeterminate + .vl-checkbox__label .vl-checkbox__box::before {
  font-weight: bold;
}

.vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::before, .vl-checkbox__toggle:indeterminate + .vl-checkbox__label .vl-checkbox__box::before {
  transform: translateZ(0) translate(-50%, -50%) scale(1);
  color: #fff;
}

.vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::after, .vl-checkbox__toggle:indeterminate + .vl-checkbox__label .vl-checkbox__box::after {
  background: #05c;
  border: 0.1rem #05c solid;
}

.vl-checkbox--block {
  display: block;
  margin: 0;
}

.vl-checkbox--disabled .vl-checkbox__label {
  color: #687483;
}

.vl-checkbox--disabled .vl-checkbox__label .vl-checkbox__box::after {
  background-color: #8695a8;
  border-color: #8695a8;
  cursor: auto;
}

.vl-checkbox--disabled .vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::after {
  background: #8695a8;
  border: 0.1rem #8695a8 solid;
}

.vl-checkbox--single {
  margin: 0;
}

.vl-checkbox--single .vl-checkbox__label {
  padding: 0;
}

.vl-checkbox--single .vl-checkbox__label .vl-checkbox__box {
  margin: 0;
}

.vl-checkbox--single .vl-checkbox__label .vl-checkbox__box::after {
  position: relative;
  top: auto;
  left: auto;
}

.vl-checkbox--single .vl-checkbox--switch + .vl-checkbox__label .vl-checkbox--switch__label {
  margin: 0;
}

.vl-checkbox--error .vl-checkbox__label .vl-checkbox__box::after, .vl-checkbox.invalid.validated .vl-checkbox__label .vl-checkbox__box::after {
  background-color: #fff;
  border-color: #d2373c;
}

.vl-checkbox--error .vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::before, .vl-checkbox.invalid.validated .vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::before {
  color: #d2373c;
}

.vl-checkbox--error .vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::after, .vl-checkbox.invalid.validated .vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::after {
  background-color: #fff;
  border: 0.1rem #d2373c solid;
}

.vl-checkbox--success .vl-checkbox__label .vl-checkbox__box::after, .vl-checkbox.valid.validated .vl-checkbox__label .vl-checkbox__box::after {
  background-color: #fff;
  border-color: #009e47;
}

.vl-checkbox--success .vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::before, .vl-checkbox.valid.validated .vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::before {
  color: #009e47;
}

.vl-checkbox--success .vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::after, .vl-checkbox.valid.validated .vl-checkbox__toggle:checked + .vl-checkbox__label .vl-checkbox__box::after {
  background-color: #fff;
  border: 0.1rem #009e47 solid;
}

.vl-checkbox--empty {
  margin-top: 0;
}

.vl-checkbox--switch {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
}

.vl-checkbox--switch:focus + .vl-checkbox__label .vl-checkbox--switch__label {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
}

.vl-checkbox--switch:checked + .vl-checkbox__label .vl-checkbox--switch__label {
  background: #05c;
  border-color: #05c;
  position: relative;
}

.vl-checkbox--switch:checked + .vl-checkbox__label .vl-checkbox--switch__label::before, .vl-checkbox--switch:checked + .vl-checkbox__label .vl-checkbox--switch__label span::before {
  margin-left: calc(50% + 0.3rem);
  transform: translate(0.1rem, 0.1rem) scale(1);
  visibility: visible;
  opacity: 1;
}

.vl-checkbox--switch:checked + .vl-checkbox__label .vl-checkbox--switch__label::after {
  width: 2rem;
  height: 2rem;
  margin-left: 50%;
  background-color: #fff;
  border-color: #05c;
  transform: translate(-0.1rem, -0.1rem);
}

.vl-checkbox--switch:checked:disabled + .vl-checkbox__label .vl-checkbox--switch__label {
  border-color: #8695a8;
}

.vl-checkbox--switch:checked:disabled + .vl-checkbox__label .vl-checkbox--switch__label::after {
  border-color: #8695a8;
}

.vl-checkbox--switch + .vl-checkbox__label {
  align-items: center;
}

.vl-checkbox--switch + .vl-checkbox__label .vl-checkbox--switch__label {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 2.2rem;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  outline: transparent solid 0.2rem;
  margin: 0 1rem 0 0;
  background: #fff;
  border: 0.1rem solid #8695a8;
  border-radius: 2em;
  padding: 0.1rem;
  transition: box-shadow 0.1s cubic-bezier(1, 0.1, 0, 0.9);
  line-height: 1rem;
}

.vl-checkbox--switch + .vl-checkbox__label .vl-checkbox--switch__label span::before, .vl-checkbox--switch + .vl-checkbox__label .vl-checkbox--switch__label span::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.vl-checkbox--switch + .vl-checkbox__label .vl-checkbox--switch__label span::before {
  content: "\f15c";
}

.vl-checkbox--switch + .vl-checkbox__label .vl-checkbox--switch__label span::before {
  font-size: 0.8rem;
}

.vl-checkbox--switch + .vl-checkbox__label .vl-checkbox--switch__label span::before {
  display: block;
  position: absolute;
  left: 0;
  margin: 0.3rem 0 0 0.3rem;
  transform: translate(0.4rem, 0.4rem) scale(0.6);
  transform-origin: 50%;
  transition: margin 0.2s cubic-bezier(1, 0.1, 0, 0.9), opacity 0.2s cubic-bezier(1, 0.1, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.vl-checkbox--switch + .vl-checkbox__label .vl-checkbox--switch__label::after {
  position: relative;
  display: block;
  margin-left: 0;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 2em;
  background: #8695a8;
  border: 0.1rem #8695a8 solid;
  transition: padding 0.3s ease, margin 0.2s cubic-bezier(1, 0.1, 0, 0.9);
}

.vl-checkbox--switch:disabled + .vl-checkbox__label {
  color: #687483;
}

.vl-checkbox--switch:disabled + .vl-checkbox__label .vl-checkbox--switch__label {
  background-color: #8695a8;
  border-color: #8695a8;
  cursor: default;
}

.vl-checkbox--switch:disabled + .vl-checkbox__label .vl-checkbox--switch__label::after {
  border-color: #f3f5f6;
}

.vl-checkbox__annotation {
  margin-left: auto;
  font-size: 1.5rem;
}

.vl-input-field {
  display: inline-block;
  background: #fff;
  font-family: "Flanders Art Sans", sans-serif;
  font-size: 1.6rem;
  color: #333332;
  max-width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #8695a8;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  padding: 0 1rem;
  transition: background-color 0.2s;
}

@media screen and (max-width: 767px) {
  .vl-input-field {
    font-size: 1.6rem;
  }
}
.vl-input-field:hover {
  border: 0.2rem solid rgba(0, 85, 204, 0.65);
  padding: 0 0.9rem;
}

.vl-input-field:hover.vl-input-field--error, .vl-input-field:hover.invalid.validated {
  border-color: #d2373c;
}

.vl-input-field:hover.vl-input-field--success, .vl-input-field:hover.valid.validated {
  border-color: #009e47;
}

.vl-input-field:hover.vl-input-field--small {
  padding: 0 0.7rem;
}

.vl-input-field:focus, .vl-input-field--focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
  outline: transparent solid 0.2rem;
  border: 0.1rem solid #8695a8;
  padding: 0 1rem;
}

@supports (outline-offset: 2px) {
  .vl-input-field:focus, .vl-input-field--focus {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
.vl-input-field:focus.vl-input-field--error, .vl-input-field:focus.invalid.validated, .vl-input-field--focus.vl-input-field--error, .vl-input-field--focus.invalid.validated {
  border-color: #d2373c;
}

.vl-input-field:focus.vl-input-field--success, .vl-input-field:focus.valid.validated, .vl-input-field--focus.vl-input-field--success, .vl-input-field--focus.valid.validated {
  border-color: #009e47;
}

.vl-input-field:focus:hover, .vl-input-field--focus:hover {
  padding: 0 1rem;
}

.vl-input-field:focus.vl-input-field--small, .vl-input-field--focus.vl-input-field--small {
  padding: 0 0.8rem;
}

.vl-input-field::placeholder {
  color: #687483;
}

.vl-input-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.vl-input-field--block {
  display: block;
  width: 100%;
}

.vl-input-field--small {
  max-width: 6rem;
  padding: 0 0.8rem;
}

.vl-input-field--error, .vl-input-field.invalid.validated {
  border-color: #d2373c;
  background-color: rgb(250.5, 235, 235.5);
  display: inline;
}

.vl-input-field--error .vl-select, .vl-input-field.invalid.validated .vl-select {
  border-color: #d2373c;
  background-color: rgb(250.5, 235, 235.5);
}

.vl-input-field--error .js-vl-select[data-type*=select-one], .vl-input-field--error .js-vl-select[data-type*=select-multiple], .vl-input-field.invalid.validated .js-vl-select[data-type*=select-one], .vl-input-field.invalid.validated .js-vl-select[data-type*=select-multiple] {
  border-color: #d2373c;
  background-color: rgb(250.5, 235, 235.5);
}

.vl-input-field--error .js-vl-select[data-type*=select-one] .vl-select__inner, .vl-input-field--error .js-vl-select[data-type*=select-multiple] .vl-select__inner, .vl-input-field.invalid.validated .js-vl-select[data-type*=select-one] .vl-select__inner, .vl-input-field.invalid.validated .js-vl-select[data-type*=select-multiple] .vl-select__inner {
  border-color: #d2373c;
  background-color: rgb(250.5, 235, 235.5);
  background-color: transparent;
}

.vl-input-field--success, .vl-input-field.valid.validated {
  border-color: #009e47;
  background-color: rgb(229.5, 245.3, 236.6);
  display: inline;
}

.vl-input-field--success .vl-select, .vl-input-field.valid.validated .vl-select {
  border-color: #009e47;
  background-color: rgb(229.5, 245.3, 236.6);
}

.vl-input-field--success .js-vl-select[data-type*=select-one], .vl-input-field--success .js-vl-select[data-type*=select-multiple], .vl-input-field.valid.validated .js-vl-select[data-type*=select-one], .vl-input-field.valid.validated .js-vl-select[data-type*=select-multiple] {
  border-color: #009e47;
  background-color: rgb(229.5, 245.3, 236.6);
}

.vl-input-field--success .js-vl-select[data-type*=select-one] .vl-select__inner, .vl-input-field--success .js-vl-select[data-type*=select-multiple] .vl-select__inner, .vl-input-field.valid.validated .js-vl-select[data-type*=select-one] .vl-select__inner, .vl-input-field.valid.validated .js-vl-select[data-type*=select-multiple] .vl-select__inner {
  border-color: #009e47;
  background-color: rgb(229.5, 245.3, 236.6);
  background-color: transparent;
}

.vl-input-field--disabled, .vl-input-field[disabled] {
  background-color: #f3f5f6;
  border-color: #8695a8;
}

.vl-input-field--disabled:hover, .vl-input-field[disabled]:hover {
  border-width: 0.1rem;
  padding: 0 1rem;
}

.vl-input-field--inline {
  position: relative;
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .vl-input-field--inline {
    display: block;
    width: auto;
  }
}
.vl-input-field--inline .vl-input-field__submit {
  position: absolute;
  display: block;
  color: #fff;
  width: 4.3rem;
  height: 3.5rem;
  opacity: 0;
  padding: 0;
  margin-bottom: -2rem;
  transform: translateX(100%);
  top: 0;
  right: 0;
  z-index: -1;
}

.vl-input-field--inline .vl-input-field__submit:focus {
  transform: translateX(0%);
  transition: opacity 0.2s, transform 0.2s;
  opacity: 1;
  z-index: 1;
}

.vl-input-field--inline .vl-input-field__submit::before {
  position: absolute;
  font-size: 1.7rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.vl-input-field--inline .vl-input-field__input {
  display: block;
  width: 100%;
  text-align: left;
  padding-right: 5rem;
}

.vl-input-field--inline .vl-input-field__input:focus, .vl-input-field--inline .vl-input-field__input--focus {
  width: calc(100% - 5.2rem);
  padding-right: 0;
  transition: width 0.2s;
}

.vl-input-field--inline .vl-input-field__input:focus + .vl-input-field__submit, .vl-input-field--inline .vl-input-field__input--focus + .vl-input-field__submit {
  transform: translateX(0%);
  transition: opacity 0.2s, transform 0.2s;
  opacity: 1;
  z-index: 1;
}

.vl-form {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .vl-form {
    font-size: 1.6rem;
  }
}
.vl-form__group {
  background-color: #f7f9fc;
  padding: 2rem 1.5rem;
  margin: 2rem 0 0;
}

@media screen and (max-width: 767px) {
  .vl-form__group {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-form__group--mobile-full-width {
    padding-left: 3%;
    padding-right: 3%;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.vl-form__row + .vl-form__row {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .vl-form__row .vl-form__row__group + .vl-form__row__group {
    margin-top: 1.5rem;
  }
}
.vl-form__row--addon {
  display: flex;
  flex-direction: row;
}

.vl-form__row--addon .vl-form__addon {
  flex-grow: 0;
}

.vl-form__row--inline {
  display: flex;
  margin-left: -3rem;
}

.vl-form__row--inline::before, .vl-form__row--inline::after {
  content: "";
  display: table;
}

.vl-form__row--inline::after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .vl-form__row--inline {
    display: block;
    margin-left: -1.5rem;
  }
}
.vl-form__row--inline .vl-form__label {
  float: left;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  flex-basis: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.4rem;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .vl-form__row--inline .vl-form__label {
    display: block;
    width: auto;
    max-width: none;
    padding-left: 1.5rem;
  }
}
.vl-form__row--inline .vl-form__input {
  float: right;
  width: 75%;
  margin-left: 3rem;
}

@media screen and (max-width: 767px) {
  .vl-form__row--inline .vl-form__input {
    width: auto;
    margin-left: 1.5rem;
  }
}
.vl-form__row--inline .vl-form__input .vl-radio,
.vl-form__row--inline .vl-form__input .vl-checkbox,
.vl-form__row--inline .vl-form__input input[type=file] {
  margin-top: 0.6rem;
}

@media screen and (max-width: 767px) {
  .vl-form__row--inline .vl-form__input,
  .vl-form__row--inline .vl-form__label {
    float: none;
    width: auto;
  }
}
.vl-input-group {
  display: flex;
  align-items: stretch;
}

.vl-input-group .vl-button,
.vl-input-group .vl-input-addon {
  flex-shrink: 0;
}

.vl-input-group .vl-button:focus,
.vl-input-group .vl-input-addon:focus {
  z-index: 1;
}

.vl-input-group :first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-right-width: 0;
}

.vl-input-group :first-child:focus {
  z-index: 1;
  border-right-width: 1px;
}

.vl-input-group .vl-input-field + .vl-input-addon,
.vl-input-group .vl-input-field + .vl-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  margin-left: -0.1rem;
}

.vl-input-group .vl-input-addon + .vl-input-field,
.vl-input-group .vl-button + .vl-input-field {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.vl-input-group .vl-button + .vl-input-field {
  border-left-width: 0;
  padding-left: 1.1rem;
}

.vl-input-group .vl-button + .vl-input-field:focus {
  padding-left: 1rem;
}

.vl-input-group .vl-input-field,
.vl-input-group .vl-input-addon {
  position: relative;
}

.vl-input-group .vl-input-field:focus,
.vl-input-group .vl-input-addon:focus {
  z-index: 1;
  border-left-width: 1px;
}

.vl-input-group--inline {
  display: inline-flex;
}

.vl-form__label {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333332;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  margin-right: 0.5rem;
  margin-bottom: 0.7rem;
}

@media screen and (max-width: 767px) {
  .vl-form__label {
    font-size: 1.6rem;
  }
}
.vl-form__label--block {
  display: block;
  margin-right: 0;
  margin-bottom: 0.7rem;
}

.vl-form__label--offset {
  margin-top: 1rem;
}

.vl-form__label--light {
  color: #687483;
}

.vl-form__label__message {
  font-weight: normal;
  color: #687483;
  font-size: 1.4rem;
  line-height: 2rem;
}

.vl-form__label--standalone {
  margin-bottom: 0;
}

.vl-form__error,
.vl-form__success {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333332;
  font-size: 1.4rem;
  color: #d2373c;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .vl-form__error,
  .vl-form__success {
    font-size: 1.6rem;
  }
}
.vl-form__error--block,
.vl-form__success--block {
  display: block;
}

.vl-form__error .vl-vi,
.vl-form__success .vl-vi {
  margin-left: 0.5rem;
  font-size: 0.8rem;
}

.vl-form__error {
  color: #d2373c;
}

.vl-form__success {
  color: #007a37;
}

.vl-form__annotation {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333332;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .vl-form__annotation {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .vl-form__annotation {
    font-size: 1.3rem;
  }
}
.vl-form__annotation--block {
  display: block;
}

.vl-select {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.07' height='4.74' viewBox='0 0 8.07 4.74'%3E%3Cpolyline points='7.57 0.5 4.04 4.04 0.5 0.5' fill='none' stroke='%236d7884' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: calc(100% - 1.5rem) 50%;
  appearance: none;
  display: inline-block;
  position: relative;
  padding: 0 4rem 0 1.5rem;
  max-width: 100%;
  height: 3.5rem;
  line-height: 3.3rem;
  border: 1px solid #8695a8;
  border-radius: 0.3rem;
  text-decoration: none;
  color: #333332;
  font-family: "Flanders Art Sans", sans-serif;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

.vl-select:focus::-ms-value {
  background: inherit;
  color: inherit;
}

.vl-select::-ms-expand {
  display: none;
}

.vl-select:hover:not([disabled]) {
  border: 0.2rem solid rgba(0, 85, 204, 0.65);
  padding: 0 3.9rem 0 1.4rem;
  line-height: 3.2rem;
  background-position: calc(100% - 1.4rem) 50%;
}

.vl-select:hover:not([disabled]).vl-select--error, .vl-select:hover:not([disabled]).invalid.validated {
  border-color: #d2373c;
}

.vl-select:hover:not([disabled]).vl-select--success, .vl-select:hover:not([disabled]).valid.validated {
  border-color: #009e47;
}

.vl-select:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
  outline: transparent solid 0.2rem;
}

@supports (outline-offset: 2px) {
  .vl-select:focus {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
.vl-select[disabled], .vl-select--disabled {
  border-color: #8695a8;
  background-color: #f3f5f6;
  color: var(--vl-theme-fg-color-70);
}

.vl-select--error, .vl-select.invalid.validated {
  border-color: #d2373c;
  background-color: rgb(250.5, 235, 235.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.07' height='4.74' viewBox='0 0 8.07 4.74'%3E%3Cpolyline points='7.57 0.5 4.04 4.04 0.5 0.5' fill='none' stroke='%23DB3434' stroke-linecap='round'/%3E%3C/svg%3E");
}

.vl-select--success, .vl-select.valid.validated {
  border-color: #009e47;
  background-color: rgb(229.5, 245.3, 236.6);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.07' height='4.74' viewBox='0 0 8.07 4.74'%3E%3Cpolyline points='7.57 0.5 4.04 4.04 0.5 0.5' fill='none' stroke='%233CA854' stroke-linecap='round'/%3E%3C/svg%3E");
}

.vl-select--block {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .vl-select {
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.6rem;
  }
}
@media all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .vl-select {
    padding-right: 0;
    background-image: none;
  }
}
.no-js [data-vl-select] {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.07' height='4.74' viewBox='0 0 8.07 4.74'%3E%3Cpolyline points='7.57 0.5 4.04 4.04 0.5 0.5' fill='none' stroke='%236d7884' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: calc(100% - 1.5rem) 50%;
  appearance: none;
  display: inline-block;
  position: relative;
  padding: 0 4rem 0 1.5rem;
  max-width: 100%;
  height: 3.5rem;
  line-height: 3.3rem;
  border: 1px solid #8695a8;
  border-radius: 0.3rem;
  text-decoration: none;
  color: #333332;
  font-family: "Flanders Art Sans", sans-serif;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

.no-js [data-vl-select]:focus::-ms-value {
  background: inherit;
  color: inherit;
}

.js-vl-select {
  position: relative;
  border-radius: 0.3rem;
  z-index: 999;
}

.js-vl-select.is-disabled {
  border-color: #687483;
  background-color: #f3f5f6 !important;
  outline: 0;
}

.js-vl-select.is-disabled .vl-select__inner {
  border-color: #8695a8;
}

.js-vl-select.is-disabled .vl-select__item {
  color: var(--vl-theme-fg-color-70);
  cursor: default;
}

.js-vl-select.is-focused {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
  outline: transparent solid 0.2rem;
}

@supports (outline-offset: 2px) {
  .js-vl-select.is-focused {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
.js-vl-select.is-open {
  z-index: 1000;
}

.js-vl-select.is-open .vl-select__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.js-vl-select.is-open::after {
  transform: translateY(-0.75rem);
  border-color: transparent transparent #000;
}

.js-vl-select.is-flipped .vl-select__inner {
  border-radius: 0 0 0.3rem 0.3rem;
}

.js-vl-select.is-flipped .vl-select__list--dropdown {
  top: auto;
  bottom: 100%;
  transform: translateY(0.1rem);
  border-radius: 0.3rem 0.3rem 0 0;
}

.js-vl-select:hover:not(.is-disabled) .vl-select__inner {
  border-color: rgba(0, 85, 204, 0.65);
  box-shadow: inset 0 0 0 0.1rem rgba(0, 85, 204, 0.65);
}

.js-vl-select[data-type*=select-one] {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.07' height='4.74' viewBox='0 0 8.07 4.74'%3E%3Cpolyline points='7.57 0.5 4.04 4.04 0.5 0.5' fill='none' stroke='%236d7884' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: calc(100% - 1.5rem) 50%;
  appearance: none;
}

.js-vl-select[data-type*=select-one] .vl-input-field {
  display: block;
  padding: 0;
  color: #333332;
  overflow: hidden;
  white-space: nowrap;
}

.js-vl-select[data-type*=select-one] .vl-select__list--dropdown .vl-input-field {
  width: calc(100% - 4rem);
  margin: 2rem;
  padding: 0 1rem;
  border: 0.1rem solid #8695a8;
}

.js-vl-select[data-type*=select-one] .vl-select__item--selectable {
  min-height: 2.3rem;
  height: 2.3rem;
}

.js-vl-select[data-type*=select-one] .vl-select__inner {
  height: 3.5rem;
  line-height: 3.5rem;
  padding-right: 3.5rem;
}

.js-vl-select[data-type*=select-one][dir=rtl]::after {
  right: auto;
  left: 1.15rem;
}

.js-vl-select[data-type*=select-one][dir=rtl] .vl-select__button {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: 2.5rem;
}

.js-vl-select[data-type*=select-one][dir=rtl] .vl-pill__close {
  margin-right: auto;
  margin-left: 0;
}

.js-vl-select[data-type*=select-one] .vl-select__button {
  border: 0;
}

.js-vl-select[data-type*=select-one] .vl-pill__close {
  border: 0;
  display: inline-flex;
  margin-left: auto;
}

.js-vl-select[data-type*=select-one] .vl-pill__close::before, .js-vl-select[data-type*=select-one] .vl-pill__close::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.js-vl-select[data-type*=select-one] .vl-pill__close::before {
  content: "\f181";
}

.js-vl-select[data-type*=select-one] .vl-pill__close:hover, .js-vl-select[data-type*=select-one] .vl-pill__close:focus, .js-vl-select[data-type*=select-one] .vl-pill__close:active {
  color: #003bb0;
}

.js-vl-select[data-type*=select-one].is-disabled .vl-pill__close,
.js-vl-select[data-type*=select-one] .vl-select__placeholder .vl-pill__close {
  display: none;
}

.js-vl-select[data-type*=select-multiple] {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.07' height='4.74' viewBox='0 0 8.07 4.74'%3E%3Cpolyline points='7.57 0.5 4.04 4.04 0.5 0.5' fill='none' stroke='%236d7884' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: calc(100% - 1.5rem) 50%;
  appearance: none;
}

.js-vl-select[data-type*=select-multiple], .js-vl-select[data-type*=text] {
  background-color: #fff;
}

.js-vl-select[data-type*=select-multiple] .vl-select__inner, .js-vl-select[data-type*=text] .vl-select__inner {
  cursor: text;
}

.js-vl-select[data-type*=select-multiple] .vl-select__button, .js-vl-select[data-type*=text] .vl-select__button {
  display: inline-block;
  width: 2.2rem;
  height: 2.3rem;
  margin-left: 0.5rem;
  transform: translateY(-0.1rem);
  border-left: 0.1rem solid #8695a8;
  color: #666;
  text-align: center;
  text-decoration: none;
}

.js-vl-select[data-type*=select-multiple] .vl-select__button::before, .js-vl-select[data-type*=select-multiple] .vl-select__button::after, .js-vl-select[data-type*=text] .vl-select__button::before, .js-vl-select[data-type*=text] .vl-select__button::after {
  font-family: "vlaanderen-icon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.js-vl-select[data-type*=select-multiple] .vl-select__button::before, .js-vl-select[data-type*=text] .vl-select__button::before {
  content: "\f181";
}

.js-vl-select[data-type*=select-multiple] .vl-select__button::before, .js-vl-select[data-type*=text] .vl-select__button::before {
  padding: 0 0.4rem;
  font-size: 1.1rem;
  text-indent: 0;
}

.js-vl-select[data-type*=select-multiple] .vl-select__button:hover, .js-vl-select[data-type*=select-multiple] .vl-select__button:focus, .js-vl-select[data-type*=text] .vl-select__button:hover, .js-vl-select[data-type*=text] .vl-select__button:focus {
  opacity: 1;
}

.js-vl-select[data-type*=select-multiple] .vl-input-field, .js-vl-select[data-type*=text] .vl-input-field {
  display: inline;
  padding: 0;
  line-height: 2.2rem;
  height: 2.4rem;
}

.js-vl-select[data-type*=select-multiple] .vl-input-field:focus, .js-vl-select[data-type*=text] .vl-input-field:focus {
  outline: 0;
  box-shadow: none;
}

.js-vl-select__group {
  padding: 0.3rem 0.5rem 0.3rem 0;
  border-top: 0.1rem solid #8695a8;
  text-decoration: none;
}

.js-vl-select .vl-select__inner {
  padding: 0.5rem 6rem 0.4rem 1rem;
  border: 0.1rem solid #8695a8;
  border-radius: 0.3rem;
  color: #666;
  font-family: "Flanders Art Sans", sans-serif;
  overflow: hidden;
}

.is-open .js-vl-select .vl-select__inner {
  border-bottom: 0;
}

.js-vl-select .vl-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.js-vl-select .vl-select__list--single {
  display: inline-block;
  width: 100%;
}

[dir=rtl] .js-vl-select .vl-select__list--single {
  padding-right: 0.5rem;
  padding-left: 1.5rem;
}

.js-vl-select .vl-select__list--multiple {
  display: inline-flex;
  align-content: center;
  max-width: 100%;
}

.js-vl-select .vl-select__list--multiple .vl-select__item {
  margin: 0.2rem 0.6rem 0.5rem 0;
  display: inline-flex;
}

.js-vl-select .vl-select__list--multiple .vl-select__item[data-deletable] {
  padding-right: 0;
}

[dir=rtl] .js-vl-select .vl-select__list--multiple--multiple {
  margin-right: 0;
  margin-left: 0.375rem;
}

.js-vl-select .vl-select__list--multiple .vl-input-field {
  padding: 0.4rem 0 0.4rem 0.2rem;
}

.js-vl-select .vl-select__list--dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  transform: translateY(-0.1rem);
  border: 0.1rem #8695a8 solid;
  background-color: #fff;
  z-index: 1;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.js-vl-select .vl-select__list--dropdown.is-active {
  display: block;
}

.js-vl-select .vl-select__list--dropdown .vl-select__list {
  position: relative;
  max-height: 35vh;
  overflow: auto;
  will-change: scroll-position;
  -webkit-overflow-scrolling: touch;
}

.js-vl-select .vl-select__list--dropdown .vl-input-field + .vl-select__list {
  border-top: 0.1rem solid #8695a8;
}

.js-vl-select .vl-select__list--dropdown .vl-select__item {
  width: 100%;
  min-height: 0;
  height: auto;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 3rem;
  border: 0;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.js-vl-select .vl-select__list--dropdown .vl-select__item:not(:first-of-type) {
  border-top: 0.1rem #cbd2da solid;
}

[dir=rtl] .js-vl-select .vl-select__list--dropdown .vl-select__item {
  text-align: right;
}

@media screen and (min-width: 767px) {
  .js-vl-select .vl-select__list--dropdown .vl-select__item--selectable {
    padding-right: 10rem;
  }
  .js-vl-select .vl-select__list--dropdown .vl-select__item--selectable::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    content: attr("data-select-text");
    opacity: 0.5;
  }
  [dir=rtl] .js-vl-select .vl-select__list--dropdown .vl-select__item--selectable {
    padding-right: 1rem;
    padding-left: 10rem;
    text-align: right;
  }
  [dir=rtl] .js-vl-select .vl-select__list--dropdown .vl-select__item--selectable::after {
    right: auto;
    left: 1rem;
  }
}
.js-vl-select .vl-select__list--dropdown .vl-select__item--selectable.is-highlighted {
  position: relative;
  background-color: rgba(179, 207, 245, 0.3);
}

.js-vl-select .vl-select__list--dropdown .vl-select__item[aria-selected=true] {
  background-color: rgba(179, 207, 245, 0.3);
}

.js-vl-select .vl-select__item {
  cursor: default;
  display: flex;
  align-items: center;
}

.js-vl-select .vl-select__item--disabled {
  background-color: #f3f5f6 !important;
  border-color: #8695a8;
  color: var(--vl-theme-fg-color-70) !important;
  cursor: not-allowed;
  user-select: none;
}

.js-vl-select .vl-select__item--disabled:hover {
  background-color: #f3f5f6;
}

.js-vl-select .vl-select__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.js-vl-select .vl-input-field {
  display: inline-block;
  max-width: 100%;
  border: 0;
  background-color: transparent;
  vertical-align: baseline;
}

[dir=rtl] .js-vl-select .vl-input-field {
  padding-right: 0.2rem;
  padding-left: 0;
}

.js-vl-select .vl-select__placeholder {
  opacity: 0.5;
}

.js-vl-select .vl-select__group {
  display: block;
}

.js-vl-select .vl-select__group:not(:first-of-type) {
  border-top: 0.1rem solid #8695a8;
}

.js-vl-select .vl-select__group .vl-select__heading {
  padding: 0.6rem 2rem;
  color: #687483;
  font-weight: 500;
}

.vl-select--error .js-vl-select {
  background-color: #d2373c;
  border: 0.2rem solid #d2373c;
  box-shadow: inset 0 0 0 0.1rem #d2373c;
}

.vl-select--error .js-vl-select:focus {
  background-color: #fff;
}

.vl-select--success .js-vl-select {
  border-color: #009e47;
  background-color: rgb(229.5, 245.3, 236.6);
  border-width: 0.2rem;
  border-style: solid;
}

.vl-textarea {
  display: inline-block;
  background: #fff;
  font-family: "Flanders Art Sans", sans-serif;
  font-size: 1.6rem;
  color: #333332;
  max-width: 100%;
  height: auto;
  line-height: normal;
  border-radius: 0.3rem;
  border: 0.1rem solid #8695a8;
  -webkit-appearance: none;
  padding: 1rem;
  transition: background-color 0.2s;
  margin: 0.5rem 0;
}

@media screen and (max-width: 767px) {
  .vl-textarea {
    font-size: 1.6rem;
  }
}
.vl-textarea:hover {
  border: 0.2rem solid rgba(0, 85, 204, 0.65);
  padding: 0.9rem;
}

.vl-textarea:hover.vl-textarea--error, .vl-textarea:hover.invalid.validated {
  border-color: #d2373c;
}

.vl-textarea:hover.vl-textarea--success, .vl-textarea:hover.valid.validated {
  border-color: #009e47;
}

.vl-textarea:focus, .vl-textarea--focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
  outline: transparent solid 0.2rem;
  border: 0.1rem solid #687483;
  padding: 1rem;
}

@supports (outline-offset: 2px) {
  .vl-textarea:focus, .vl-textarea--focus {
    box-shadow: none;
    outline: 3px solid rgba(0, 85, 204, 0.65);
    outline-offset: 2px;
  }
}
.vl-textarea:focus.vl-textarea--error, .vl-textarea:focus.invalid.validated, .vl-textarea--focus.vl-textarea--error, .vl-textarea--focus.invalid.validated {
  border-color: #d2373c;
}

.vl-textarea:focus.vl-textarea--success, .vl-textarea:focus.valid.validated, .vl-textarea--focus.vl-textarea--success, .vl-textarea--focus.valid.validated {
  border-color: #009e47;
}

.vl-textarea::placeholder {
  color: #687483;
}

.vl-textarea--block {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.vl-textarea--error, .vl-textarea.invalid.validated {
  border-color: #d2373c;
  background-color: rgb(250.5, 235, 235.5);
}

.vl-textarea--error:focus, .vl-textarea.invalid.validated:focus {
  background-color: #fff;
}

.vl-textarea--success, .vl-textarea.valid.validated {
  border-color: #009e47;
  background-color: rgb(229.5, 245.3, 236.6);
  display: inline;
}

.vl-textarea--disabled, .vl-textarea[disabled] {
  background-color: #f3f5f6;
  border-color: #8695a8;
  color: var(--vl-theme-fg-color-70);
}

.vl-textarea--disabled:hover, .vl-textarea[disabled]:hover {
  border-width: 0.1rem;
  padding: 1rem;
}

.vl-upload {
  position: relative;
  margin-bottom: 1rem;
  transition: background-color 0.3s ease-out;
}

.vl-upload--basic .vl-upload__element__input {
  width: 100%;
  height: auto;
  margin: 0;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  overflow: auto;
}

.vl-upload--error .vl-upload__element, .vl-upload--error .vl-upload__element:hover {
  border-color: #d2373c;
  background-color: rgb(250.5, 235, 235.5);
}

.vl-upload--error .vl-upload__element .vl-upload__element__label:hover, .vl-upload--error .vl-upload__element:hover .vl-upload__element__label:hover {
  background-color: transparent;
}

.vl-upload--success .vl-upload__element, .vl-upload--success .vl-upload__element:hover {
  border-color: #009e47;
  background-color: rgb(229.5, 245.3, 236.6);
}

.vl-upload--success .vl-upload__element .vl-upload__element__label:hover, .vl-upload--success .vl-upload__element:hover .vl-upload__element__label:hover {
  background-color: transparent;
}

.vl-upload--disabled .vl-upload__element {
  background-color: #cbd2d9;
}

.vl-upload--disabled .vl-upload__element:hover, .vl-upload--disabled .vl-upload__element:focus {
  background-color: #cbd2d9;
  border: 0.1rem dashed #8695a8;
}

.vl-upload--disabled .vl-upload__element:hover .vl-upload__element__label, .vl-upload--disabled .vl-upload__element:focus .vl-upload__element__label {
  background-color: transparent;
  padding: 1rem;
}

.vl-upload--disabled .vl-upload__element .vl-upload__element__label {
  cursor: not-allowed;
}

.vl-upload--disabled .vl-upload__element .vl-upload__element__label .vl-upload__element__button {
  color: #687483;
  text-decoration: none;
  cursor: not-allowed;
}

.vl-upload__overlay {
  position: absolute;
  display: none;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 0.1rem dashed #05c;
  z-index: 10;
  opacity: 0.9;
  font-family: "Flanders Art Sans", sans-serif;
}

.vl-upload__overlay__text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.4rem;
}

.vl-upload__overlay__text .vl-vi {
  font-size: 2rem;
  display: block;
  color: #05c;
}

.vl-upload__files {
  margin-bottom: 2rem;
  display: none;
  position: relative;
}

.vl-upload__files::before, .vl-upload__files::after {
  content: "";
  display: table;
}

.vl-upload__files::after {
  clear: both;
}

.vl-upload__files--has-files {
  display: block;
}

.vl-upload__files__close {
  margin: 1rem 0 0;
  float: right;
}

.vl-upload__files__close .vl-vi {
  margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
  .vl-upload__files__close {
    float: none;
  }
}
.vl-upload__file {
  position: relative;
  margin-bottom: 0.2rem;
  padding: 1rem 1.5rem;
  z-index: 5;
  font-family: "Flanders Art Sans", sans-serif;
  border: 0;
}

.vl-upload__file:last-child {
  border-bottom: 0;
}

.vl-upload__file:hover {
  background-color: rgba(179, 207, 245, 0.3);
}

.vl-upload__file__size {
  color: #687483;
}

.vl-upload__file__name {
  color: #333332;
  max-width: calc(100% - 2rem);
  word-break: break-all;
}

@supports (overflow-wrap: break-word) {
  .vl-upload__file__name {
    overflow-wrap: break-word;
    word-break: normal;
  }
}
.vl-upload__file__name__icon {
  display: inline-block;
  transform: translateY(-1px);
  line-height: 2rem;
  padding-right: 1rem;
  color: #687483;
}

.vl-upload__file__close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 1rem;
  margin-right: 1rem;
  color: #05c;
  box-shadow: none;
  overflow: hidden;
}

.vl-upload__file__close .vl-vi {
  height: 1.1rem;
  width: 1.1rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
  .vl-upload__file__close .vl-vi {
    font-size: 1.4rem;
  }
}
.vl-upload__file__close:hover {
  box-shadow: none;
}

.vl-upload__file__close:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 85, 204, 0.65);
}

.vl-upload__file.dz-error, .vl-upload__file--error {
  border: 0.1rem solid #edafb1;
  background-color: rgb(250.5, 235, 235.5);
  padding-left: 6.5rem;
}

@media screen and (max-width: 767px) {
  .vl-upload__file.dz-error, .vl-upload__file--error {
    padding-left: 5rem;
  }
}
.vl-upload__file.dz-error::before, .vl-upload__file--error::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3E_%3C/title%3E%3Cpath fill='%23db3434' d='M12,22A10,10,0,1,1,22,12,10,10,0,0,1,12,22ZM12,4a8,8,0,1,0,8,8A8,8,0,0,0,12,4ZM11,6h2v7H11V6Zm1,11.25A1.25,1.25,0,1,1,13.25,16,1.25,1.25,0,0,1,12,17.25Z'/%3E%3C/svg%3E");
  position: absolute;
  display: inline-flex;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .vl-upload__file.dz-error::before, .vl-upload__file--error::before {
    left: 1.5rem;
    width: 18px;
    height: 18px;
  }
}
.vl-upload__file.dz-error .vl-upload__file__name, .vl-upload__file--error .vl-upload__file__name {
  font-weight: 500;
}

.vl-upload__file.dz-error .vl-upload__file__error,
.vl-upload__file.dz-error .dz-error-message, .vl-upload__file--error .vl-upload__file__error,
.vl-upload__file--error .dz-error-message {
  font-size: 0.9em;
}

.vl-upload__file.dz-error .vl-upload__file__name__icon, .vl-upload__file--error .vl-upload__file__name__icon {
  display: none;
}

.vl-upload__file.dz-error .vl-upload__file__close, .vl-upload__file--error .vl-upload__file__close {
  cursor: pointer;
}

.vl-upload__file.dz-error .vl-upload__file__close .vl-vi, .vl-upload__file--error .vl-upload__file__close .vl-vi {
  color: #333332;
}

.vl-upload__file.dz-error .vl-upload__file__close:focus, .vl-upload__file--error .vl-upload__file__close:focus {
  box-shadow: 0 0 0 2px rgb(250.5, 235, 235.5), 0 0 0 5px rgba(0, 85, 204, 0.65);
}

.vl-upload__file.dz-error.vl-upload__file--error-size .vl-upload__file__size, .vl-upload__file--error.vl-upload__file--error-size .vl-upload__file__size {
  color: #333332;
}

.vl-upload__file.dz-error:hover, .vl-upload__file--error:hover {
  background-color: rgb(250.5, 235, 235.5);
}

.vl-upload.upload--dragging .vl-upload__overlay {
  opacity: 1;
  display: block;
}

.vl-upload.upload--dragging .vl-upload__element {
  min-height: 8.75rem;
}

.vl-upload__element {
  font-family: "Flanders Art Sans", sans-serif;
  border: 0.1rem dashed #8695a8;
  border-radius: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 4;
  min-height: 100%;
}

.vl-upload__element:hover {
  border-width: 0.2rem;
  border-color: rgba(0, 85, 204, 0.65);
}

.vl-upload__element:hover .vl-upload__element__label {
  background-color: rgba(179, 207, 245, 0.3);
  padding: 0.9rem;
}

.vl-upload__element__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 1rem;
  overflow: hidden;
}

.vl-upload__element__input:focus {
  outline: none;
}

.vl-upload__element__input:focus + label {
  background-color: rgba(179, 207, 245, 0.3);
}

.vl-upload__element__label {
  color: #05c;
  display: block;
  padding: 1rem;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
  height: 100%;
}

.vl-upload__element__label .vl-vi {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 0.5rem;
  line-height: 2.4rem;
  top: 1px;
}

.vl-upload__element__label small {
  font-size: 1.4rem;
  color: #687483;
  display: none;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.vl-upload .vl-upload__element__label small {
  display: block;
}

.vl-upload .vl-upload__element__label__error {
  color: #d2373c;
  font-size: 0.9em;
}

.vl-upload--dragging .vl-upload__overlay {
  opacity: 1;
  display: block;
}

.no-js .vl-upload__element__label {
  display: none;
}

.dz-image-preview {
  overflow: hidden;
}

.vl-upload__element__button {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  padding: 0;
  display: inline-flex;
  color: inherit;
  font-size: inherit;
  line-height: 2.4rem;
}

.vl-upload--dragging [data-vl-upload-full-body-drop] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  z-index: 10006;
  margin: 0;
}

.dropzone .dz-message .dz-button {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 100%;
  font-size: inherit;
  position: relative;
}

.dropzone .dz-message .dz-button:focus::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(179, 207, 245, 0.3);
  content: "";
}

.vl-u-visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  padding: 0;
  border: 0;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1023px) {
  .vl-u-visually-hidden--l {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    padding: 0;
    border: 0;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .vl-u-visually-hidden--m {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    padding: 0;
    border: 0;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .vl-u-visually-hidden--s {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    padding: 0;
    border: 0;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .vl-u-visually-hidden--xs {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    padding: 0;
    border: 0;
    left: 0;
    top: 0;
  }
}
@keyframes fade-transition {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-5px);
  }
  90% {
    transform: translateY(-2px);
  }
}
.vl-u-align-left {
  text-align: left !important;
}

.vl-u-align-center {
  text-align: center !important;
}

.vl-u-align-right {
  text-align: right !important;
}

@media screen and (min-width: 1023px) {
  .vl-u-align-left--l {
    text-align: left !important;
  }
  .vl-u-align-center--l {
    text-align: center !important;
  }
  .vl-u-align-right--l {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .vl-u-align-left--m {
    text-align: left !important;
  }
  .vl-u-align-center--m {
    text-align: center !important;
  }
  .vl-u-align-right--m {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .vl-u-align-left--s {
    text-align: left !important;
  }
  .vl-u-align-center--s {
    text-align: center !important;
  }
  .vl-u-align-right--s {
    text-align: right !important;
  }
}
@media screen and (max-width: 500px) {
  .vl-u-align-left--xs {
    text-align: left !important;
  }
  .vl-u-align-center--xs {
    text-align: center !important;
  }
  .vl-u-align-right--xs {
    text-align: right !important;
  }
}
.vl-u-flex-v-left,
.vl-u-flex-v-flex-start {
  align-items: flex-start !important;
}

.vl-u-flex-v-center {
  align-items: center !important;
}

.vl-u-flex-v-right,
.vl-u-flex-v-flex-end {
  align-items: flex-end !important;
}

.vl-u-flex-v-baseline {
  align-items: baseline !important;
}

.vl-u-flex-v-stretch {
  align-items: stretch !important;
}

.vl-u-flex-align-top,
.vl-u-flex-align-flex-start {
  justify-content: flex-start !important;
}

.vl-u-flex-align-center {
  justify-content: center !important;
}

.vl-u-flex-align-bottom,
.vl-u-flex-align-flex-end {
  justify-content: flex-end !important;
}

.vl-u-flex-align-space-between {
  justify-content: space-between !important;
}

.vl-u-flex-align-space-around {
  justify-content: space-around !important;
}

.vl-u-flex-direction-row {
  flex-direction: row !important;
}

.vl-u-flex-direction-column {
  flex-direction: column !important;
}

.vl-u-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.vl-u-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.vl-u-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.vl-u-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.vl-u-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

@media screen and (min-width: 1023px) {
  .vl-u-flex-align-left--l {
    align-items: flex-start !important;
  }
  .vl-u-flex-align-left--l,
  .vl-u-flex-align-flex-start--l {
    align-items: flex-start !important;
  }
  .vl-u-flex-align-center--l {
    align-items: center !important;
  }
  .vl-u-flex-align-right--l,
  .vl-u-flex-align-flex-end--l {
    align-items: flex-end !important;
  }
  .vl-u-flex-align-baseline--l {
    align-items: baseline !important;
  }
  .vl-u-flex-align-stretch--l {
    align-items: stretch !important;
  }
  .vl-u-flex-v-top--l,
  .vl-u-flex-v-flex-start--l {
    justify-content: flex-start !important;
  }
  .vl-u-flex-v-center--l {
    justify-content: center !important;
  }
  .vl-u-flex-v-bottom--l,
  .vl-u-flex-v-flex-end--l {
    justify-content: flex-end !important;
  }
  .vl-u-flex-v-space-between--l {
    justify-content: space-between !important;
  }
  .vl-u-flex-v-space-around--l {
    justify-content: space-around !important;
  }
  .vl-u-flex-direction-row--l {
    flex-direction: row !important;
  }
  .vl-u-flex-direction-column--l {
    flex-direction: column !important;
  }
  .vl-u-flex-direction-row-reverse--l {
    flex-direction: row-reverse !important;
  }
  .vl-u-flex-direction-column-reverse--l {
    flex-direction: column-reverse !important;
  }
  .vl-u-flex-wrap-wrap--l {
    flex-wrap: wrap !important;
  }
  .vl-u-flex-wrap-nowrap--l {
    flex-wrap: nowrap !important;
  }
  .vl-u-flex-wrap-reverse--l {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (max-width: 1023px) {
  .vl-u-flex-align-left--m {
    align-items: flex-start !important;
  }
  .vl-u-flex-align-left--m,
  .vl-u-flex-align-flex-start--m {
    align-items: flex-start !important;
  }
  .vl-u-flex-align-center--m {
    align-items: center !important;
  }
  .vl-u-flex-align-right--m,
  .vl-u-flex-align-flex-end--m {
    align-items: flex-end !important;
  }
  .vl-u-flex-align-baseline--m {
    align-items: baseline !important;
  }
  .vl-u-flex-align-stretch--m {
    align-items: stretch !important;
  }
  .vl-u-flex-v-top--m,
  .vl-u-flex-v-flex-start--m {
    justify-content: flex-start !important;
  }
  .vl-u-flex-v-center--m {
    justify-content: center !important;
  }
  .vl-u-flex-v-bottom--m,
  .vl-u-flex-v-flex-end--m {
    justify-content: flex-end !important;
  }
  .vl-u-flex-v-space-between--m {
    justify-content: space-between !important;
  }
  .vl-u-flex-v-space-around--m {
    justify-content: space-around !important;
  }
  .vl-u-flex-direction-row--m {
    flex-direction: row !important;
  }
  .vl-u-flex-direction-column--m {
    flex-direction: column !important;
  }
  .vl-u-flex-direction-row-reverse--m {
    flex-direction: row-reverse !important;
  }
  .vl-u-flex-direction-column-reverse--m {
    flex-direction: column-reverse !important;
  }
  .vl-u-flex-wrap-wrap--m {
    flex-wrap: wrap !important;
  }
  .vl-u-flex-wrap-nowrap--m {
    flex-wrap: nowrap !important;
  }
  .vl-u-flex-wrap-reverse--m {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (max-width: 767px) {
  .vl-u-flex-align-left--s {
    align-items: flex-start !important;
  }
  .vl-u-flex-align-left--s,
  .vl-u-flex-align-flex-start--s {
    align-items: flex-start !important;
  }
  .vl-u-flex-align-center--s {
    align-items: center !important;
  }
  .vl-u-flex-align-right--s,
  .vl-u-flex-align-flex-end--s {
    align-items: flex-end !important;
  }
  .vl-u-flex-align-baseline--s {
    align-items: baseline !important;
  }
  .vl-u-flex-align-stretch--s {
    align-items: stretch !important;
  }
  .vl-u-flex-v-top--s,
  .vl-u-flex-v-flex-start--s {
    justify-content: flex-start !important;
  }
  .vl-u-flex-v-center--s {
    justify-content: center !important;
  }
  .vl-u-flex-v-bottom--s,
  .vl-u-flex-v-flex-end--s {
    justify-content: flex-end !important;
  }
  .vl-u-flex-v-space-between--s {
    justify-content: space-between !important;
  }
  .vl-u-flex-v-space-around--s {
    justify-content: space-around !important;
  }
  .vl-u-flex-direction-row--s {
    flex-direction: row !important;
  }
  .vl-u-flex-direction-column--s {
    flex-direction: column !important;
  }
  .vl-u-flex-direction-row-reverse--s {
    flex-direction: row-reverse !important;
  }
  .vl-u-flex-direction-column-reverse--s {
    flex-direction: column-reverse !important;
  }
  .vl-u-flex-wrap-wrap--s {
    flex-wrap: wrap !important;
  }
  .vl-u-flex-wrap-nowrap--s {
    flex-wrap: nowrap !important;
  }
  .vl-u-flex-wrap-reverse--s {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (max-width: 500px) {
  .vl-u-flex-align-left--xs {
    align-items: flex-start !important;
  }
  .vl-u-flex-align-left--xs,
  .vl-u-flex-align-flex-start--xs {
    align-items: flex-start !important;
  }
  .vl-u-flex-align-center--xs {
    align-items: center !important;
  }
  .vl-u-flex-align-right--xs,
  .vl-u-flex-align-flex-end--xs {
    align-items: flex-end !important;
  }
  .vl-u-flex-align-baseline--xs {
    align-items: baseline !important;
  }
  .vl-u-flex-align-stretch--xs {
    align-items: stretch !important;
  }
  .vl-u-flex-v-top--xs,
  .vl-u-flex-v-flex-start--xs {
    justify-content: flex-start !important;
  }
  .vl-u-flex-v-center--xs {
    justify-content: center !important;
  }
  .vl-u-flex-v-bottom--xs,
  .vl-u-flex-v-flex-end--xs {
    justify-content: flex-end !important;
  }
  .vl-u-flex-v-space-between--xs {
    justify-content: space-between !important;
  }
  .vl-u-flex-v-space-around--xs {
    justify-content: space-around !important;
  }
  .vl-u-flex-direction-row--xs {
    flex-direction: row !important;
  }
  .vl-u-flex-direction-column--xs {
    flex-direction: column !important;
  }
  .vl-u-flex-direction-row-reverse--xs {
    flex-direction: row-reverse !important;
  }
  .vl-u-flex-direction-column-reverse--xs {
    flex-direction: column-reverse !important;
  }
  .vl-u-flex-wrap-wrap--xs {
    flex-wrap: wrap !important;
  }
  .vl-u-flex-wrap-nowrap--xs {
    flex-wrap: nowrap !important;
  }
  .vl-u-flex-wrap-reverse--xs {
    flex-wrap: wrap-reverse !important;
  }
}
.vl-u-bg {
  background-color: #fff;
}

.vl-u-bg-alt {
  background-color: #f7f9fc;
}

.vl-u-bg-error {
  background-color: rgb(250.5, 235, 235.5);
}

.vl-u-bg-warning {
  background-color: rgb(255, 245.6, 230.5);
}

.vl-u-bg-success {
  background-color: rgb(229.5, 245.3, 236.6);
}

.vl-u-border {
  padding-left: 3.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .vl-u-border {
    padding-left: 1.75rem;
  }
}
.vl-u-border:after {
  content: "";
  width: 0.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: var(--vl-theme-primary-color);
}

.vl-u-border.vl-grid:after {
  height: 100%;
  bottom: 0;
  top: auto;
  left: 3rem;
}

@media screen and (max-width: 767px) {
  .vl-u-border.vl-grid:after {
    left: 1.5rem;
  }
}
.vl-u-highlight-content {
  padding: 4.1666666667%;
  border: 1px #cbd2da solid;
}

.vl-u-highlight-content--alt {
  background: #f7f9fc;
  border: none;
}

button.vl-vi {
  border: 0;
  appearance: none;
  padding: 0;
  outline: none;
}

a.vl-vi {
  text-decoration: none;
}

.vl-vi.vl-vi-u-hidden-text {
  font-size: 0;
}

.vl-vi.vl-vi-u-xs::before {
  font-size: 0.8rem;
}

.vl-vi.vl-vi-u-s::before {
  font-size: 1.3rem;
}

.vl-vi.vl-vi-u-m::before {
  font-size: 1.7rem;
}

.vl-vi.vl-vi-u-l::before {
  font-size: 2rem;
}

.vl-vi.vl-vi-u-xl::before {
  font-size: 2.2rem;
}

.vl-vi.vl-vi-u-90deg::before {
  display: inline-block;
  transform: rotate(90deg);
}

.vl-vi.vl-vi-u-180deg::before {
  display: inline-block;
  transform: rotate(180deg);
}

.vl-vi.vl-vi-u-link::before {
  display: inline-block;
  margin-right: 1rem;
  color: #000;
  font-size: 1.3rem;
  text-decoration: none;
}

.vl-vi.vl-vi-u-color-grey {
  color: #cbd2da;
}

.vl-vi.vl-vi-u-badge {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

.vl-vi.vl-vi-u-badge::before {
  margin: 0;
  vertical-align: middle;
  display: block;
}

.vl-vi.vl-vi-u-badge--link {
  margin-right: 1rem;
}

.vl-vi.vl-vi-u-badge--link-after {
  margin-left: 1rem;
}

.vl-vi.vl-vi-u-badge--positive {
  background-color: #007a37;
  color: #fff;
}

.vl-vi.vl-vi-u-badge--positive:hover, .vl-vi.vl-vi-u-badge--positive:focus, a:hover .vl-vi.vl-vi-u-badge--positive, a:focus .vl-vi.vl-vi-u-badge--positive {
  background-color: #009e47;
  color: #fff;
}

.vl-vi.vl-vi-u-badge--action {
  background-color: #05c;
  color: rgb(229.5, 238, 249.9);
}

.vl-vi.vl-vi-u-badge--action:hover, .vl-vi.vl-vi-u-badge--action:focus, a:hover .vl-vi.vl-vi-u-badge--action, a:focus .vl-vi.vl-vi-u-badge--action {
  background-color: #003bb0;
  color: rgb(229.5, 238, 249.9);
}

.vl-vi.vl-vi-u-badge--negative {
  background-color: #d2373c;
  color: #fff;
}

.vl-vi.vl-vi-u-badge--negative:hover, .vl-vi.vl-vi-u-badge--negative:focus, a:hover .vl-vi.vl-vi-u-badge--negative, a:focus .vl-vi.vl-vi-u-badge--negative {
  background-color: #aa2729;
  color: #fff;
}

.vl-vi.vl-vi-u-badge--warning {
  background-color: #ffA10a;
  color: #333332;
}

.vl-vi.vl-vi-u-badge--neutral {
  background-color: #f7f9fc;
  color: #333332;
}

.vl-vi.vl-vi-u-badge--neutral:hover, .vl-vi.vl-vi-u-badge--neutral:focus, a:hover .vl-vi.vl-vi-u-badge--neutral, a:focus .vl-vi.vl-vi-u-badge--neutral {
  background-color: #05c;
  color: rgb(229.5, 238, 249.9);
}

.vl-vi.vl-vi-u-badge--light {
  background-color: #fff;
  color: #333332;
}

.vl-vi.vl-vi-u-badge--light:hover, .vl-vi.vl-vi-u-badge--light:focus, a:hover .vl-vi.vl-vi-u-badge--light, a:focus .vl-vi.vl-vi-u-badge--light {
  background-color: #05c;
  color: rgb(229.5, 238, 249.9);
}

.vl-vi.vl-vi-u-badge--xxsmall {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
}

.vl-vi.vl-vi-u-badge--xxsmall::before {
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .vl-vi.vl-vi-u-badge--xxsmall {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .vl-vi.vl-vi-u-badge--xxsmall::before {
    font-size: 0.7rem;
  }
}
.vl-vi.vl-vi-u-badge--xsmall {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
}

.vl-vi.vl-vi-u-badge--xsmall::before {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .vl-vi.vl-vi-u-badge--xsmall {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .vl-vi.vl-vi-u-badge--xsmall::before {
    font-size: 1.1rem;
  }
}
.vl-vi.vl-vi-u-badge--small {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
}

.vl-vi.vl-vi-u-badge--small::before {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .vl-vi.vl-vi-u-badge--small {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
  }
  .vl-vi.vl-vi-u-badge--small::before {
    font-size: 1.2rem;
  }
}
.vl-vi.vl-vi-u-badge--medium {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

.vl-vi.vl-vi-u-badge--medium::before {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .vl-vi.vl-vi-u-badge--medium {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .vl-vi.vl-vi-u-badge--medium::before {
    font-size: 1.5rem;
  }
}
.vl-vi.vl-vi-u-badge--large {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
}

.vl-vi.vl-vi-u-badge--large::before {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .vl-vi.vl-vi-u-badge--large {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
  .vl-vi.vl-vi-u-badge--large::before {
    font-size: 2rem;
  }
}
.vl-u-mark {
  background-color: transparent;
  box-shadow: inset 0 -10px 0 0 rgba(255, 197, 21, 0.3);
}

.vl-u-mark--accent {
  background-color: transparent;
  box-shadow: inset 0 -10px 0 0 rgba(var(--vl-theme-primary-color-rgb, 255, 237, 0), 0.3);
}

.vl-u-mark--info {
  background-color: transparent;
  box-shadow: inset 0 -10px 0 0 rgba(203, 210, 218, 0.4);
}

.vl-u-mark--success {
  background-color: transparent;
  box-shadow: inset 0 -10px 0 0 rgba(0, 158, 71, 0.2);
}

.vl-u-mark--warning {
  background-color: transparent;
  box-shadow: inset 0 -10px 0 0 rgba(255, 161, 10, 0.2);
}

.vl-u-mark--error {
  background-color: transparent;
  box-shadow: inset 0 -10px 0 0 rgba(210, 55, 60, 0.2);
}

@media screen and (max-width: 767px) {
  .vl-u-mobile-no-equal-height {
    min-height: 0 !important;
  }
}
.js-vl-clamp-useless {
  display: none !important;
}

.js .js-vl-show-checked {
  display: none;
}

.js .js-vl-show-checked--open {
  display: block;
}

.js.vl-flexbox .js-vl-col-float-right {
  position: absolute;
  z-index: 1;
  padding-bottom: 3rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .js.vl-flexbox .js-vl-col-float-right {
    position: static;
    padding-bottom: 0;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .js-vl-col-float-right--pushed {
    margin-top: 0 !important;
  }
}
[data-vl-show-on-select-content] {
  display: none;
}

[data-vl-show-on-select-content][data-vl-show=true] {
  display: block;
}

.vl-u-offset--spacing {
  padding: 0 4.1666666667% 1rem;
}

.vl-u-offset--left {
  margin-left: 3rem;
}

@media screen and (min-width: 1600px) {
  .vl-u-offset--left {
    margin-left: -4.1666666667%;
  }
}
@media screen and (max-width: 1023px) {
  .vl-u-offset--left {
    margin-left: 0;
    margin-right: 0;
  }
}
.vl-u-offset--left.vl-u-offset--spacing {
  padding-left: 0;
}

.vl-u-offset--right {
  margin-right: 3rem;
}

@media screen and (min-width: 1600px) {
  .vl-u-offset--right {
    margin-right: -4.1666666667%;
  }
}
@media screen and (max-width: 1023px) {
  .vl-u-offset--right {
    margin-left: 0;
    margin-right: 0;
  }
}
.vl-u-offset--right.vl-u-offset--spacing {
  padding-right: 0;
}

.vl-u-float-right {
  float: right !important;
}

.vl-u-float-left {
  float: left !important;
}

.vl-u-float-none {
  float: none !important;
}

.vl-u-display-block {
  display: block !important;
}

.vl-u-display-inline-block {
  display: inline-block !important;
}

.vl-u-display-flex,
.vl-u-flex {
  display: flex !important;
}

.vl-u-display-inline-flex {
  display: inline-flex !important;
}

.vl-u-clearfix::before, .vl-u-clearfix::after {
  content: "";
  display: table;
}

.vl-u-clearfix::after {
  clear: both;
}

.vl-u-no-overflow {
  overflow: hidden;
}

.vl-u-position-relative {
  position: relative;
}

.vl-u-named-target::before,
.vl-u-offset::before {
  content: "";
  display: block;
  height: -90px;
  margin: 90px 0 0;
  z-index: -1;
  position: relative;
}

.vl-u-named-target-wrapper {
  position: relative;
}

.vl-u-named-target-dummy:empty,
.vl-u-offset-dummy:empty {
  display: block;
  position: absolute;
  top: 0;
  margin-top: 90px;
  height: 1px;
  width: 1px;
  visibility: hidden;
  opacity: 0;
}

.vl-u-inline-list {
  display: inline-block;
  vertical-align: top;
}

@media print {
  .vl-u-hide-on-print {
    display: none;
  }
  .vl-u-show-on-print {
    display: block;
  }
  header,
  footer {
    display: none;
  }
  .vl-main-content header, [role=main] header, main header,
  .vl-main-content footer,
  [role=main] footer,
  main footer {
    display: block;
  }
  .iwgh3,
  .iwgh2,
  .iwgf3,
  .iwgf2 {
    display: none;
  }
}
.vl-u-hr {
  border: 0;
  border-bottom: 1px solid #cbd2da;
  margin-top: 0;
  margin-bottom: 0;
}

.vl-u-hr--wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='19' viewBox='0 0 100 19' %3E%3Cpath d='M0,3.5c12.5,0,12.5,12,25,12s12.5-12,25-12,12.5,12,25,12,12.5-12,25-12' fill='none' stroke='%23d2d7dd' stroke-miterlimit='10' stroke-width='6'/%3E%3C/svg%3E") repeat-x;
  background-size: 20px 4px;
  height: 4px;
  border-bottom: 0;
}

.vl-u-hr--dashed {
  min-height: 6px;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.04 5.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23bec5cf;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' x='1.01' y='3.99' width='1.01' height='1'/%3E%3Crect class='cls-1' y='4.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='3.02' y='2' width='1.01' height='1'/%3E%3Crect class='cls-1' x='2.01' y='2.99' width='1.01' height='1'/%3E%3Crect class='cls-1' x='5.04' width='1.01' height='1'/%3E%3Crect class='cls-1' x='4.03' y='1' width='1.01' height='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat-x;
  background-size: 6px 6px;
}

::selection {
  background-color: var(--vl-theme-primary-color-rgba-30);
}

::-moz-selection {
  background-color: var(--vl-theme-primary-color-rgba-30);
}

.vl-u-spacer {
  margin-bottom: 2rem;
}

.vl-u-spacer--xsmall {
  margin-bottom: 1rem;
}

.vl-u-spacer--small {
  margin-bottom: 1.5rem;
}

.vl-u-spacer--medium {
  margin-bottom: 3rem;
}

.vl-u-spacer--large {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .vl-u-spacer--large {
    margin-bottom: 3rem;
  }
}
.vl-u-spacer--none {
  margin-bottom: 0;
}

.vl-u-spacer-top {
  margin-top: 2rem;
}

.vl-u-spacer-top--xsmall {
  margin-top: 1rem;
}

.vl-u-spacer-top--small {
  margin-top: 1.5rem;
}

.vl-u-spacer-top--medium {
  margin-top: 3rem;
}

.vl-u-spacer-top--large {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .vl-u-spacer-top--large {
    margin-top: 3rem;
  }
}
.vl-u-spacer-top--none {
  margin-top: 0;
}

.vl-u-spacer-right {
  margin-right: 2rem;
}

.vl-u-spacer-right--xsmall {
  margin-right: 1rem;
}

.vl-u-spacer-right--small {
  margin-right: 1.5rem;
}

.vl-u-spacer-right--medium {
  margin-right: 3rem;
}

.vl-u-spacer-right--large {
  margin-right: 6rem;
}

@media screen and (max-width: 767px) {
  .vl-u-spacer-right--large {
    margin-right: 3rem;
  }
}
.vl-u-spacer-right--none {
  margin-right: 0;
}

.vl-u-spacer-bottom {
  margin-bottom: 2rem;
}

.vl-u-spacer-bottom--xsmall {
  margin-bottom: 1rem;
}

.vl-u-spacer-bottom--small {
  margin-bottom: 1.5rem;
}

.vl-u-spacer-bottom--medium {
  margin-bottom: 3rem;
}

.vl-u-spacer-bottom--large {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .vl-u-spacer-bottom--large {
    margin-bottom: 3rem;
  }
}
.vl-u-spacer-bottom--none {
  margin-bottom: 0;
}

.vl-u-spacer-left {
  margin-left: 2rem;
}

.vl-u-spacer-left--xsmall {
  margin-left: 1rem;
}

.vl-u-spacer-left--small {
  margin-left: 1.5rem;
}

.vl-u-spacer-left--medium {
  margin-left: 3rem;
}

.vl-u-spacer-left--large {
  margin-left: 6rem;
}

@media screen and (max-width: 767px) {
  .vl-u-spacer-left--large {
    margin-left: 3rem;
  }
}
.vl-u-spacer-left--none {
  margin-left: 0;
}

.vl-u-scroll-offset__parent {
  position: relative;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
}

.vl-u-scroll-offset {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -90px;
  width: 1px;
  height: 1px;
}

.js-vl-sticky-placeholder {
  position: relative;
}

@media screen and (max-width: 767px) {
  .js-vl-sticky-placeholder {
    height: auto !important;
  }
}
.js-vl-sticky--absolute {
  position: absolute;
}

.js-vl-sticky--fixed {
  position: fixed;
}

.vl-u-sticky {
  top: 0;
  position: sticky;
}

.vl-u-sticky-gf {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vl-u-sticky-gf {
    display: block;
  }
}
.vl-u-sticky-gf .vl-page {
  flex: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vl-u-sticky-gf .vl-page {
    overflow: hidden;
  }
}
.vl-u-text--ellipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vl-u-text--uppercase {
  text-transform: uppercase;
}

.vl-u-text--lowercase {
  text-transform: lowercase;
}

.vl-u-text--capitalize::first-letter {
  text-transform: uppercase;
}

.vl-u-text--success {
  color: #007a37;
}

.vl-u-text--warning {
  color: #9f5804;
}

.vl-u-text--error {
  color: #d2373c;
}

.vl-u-text--bold, .vl-progress-bar__step--active .vl-progress-bar__bullet__text {
  font-weight: 500;
}

.vl-u-text--italic {
  font-style: italic;
}

.vl-u-text--small {
  font-size: 1.4rem !important;
}

.vl-u-text--medium {
  font-size: 1.6rem !important;
}

.vl-u-text--xsmall {
  font-size: 1.2rem !important;
}

.vl-u-text--xxsmall {
  font-size: 1rem !important;
}

mark,
.vl-u-text--marked {
  background-color: transparent;
  box-shadow: inset 0 -10px 0 0 rgba(255, 197, 21, 0.3);
}

@media screen and (min-width: 1023px) {
  .vl-u-visible--l {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .vl-u-visible--m {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .vl-u-visible--s {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .vl-u-visible--xs {
    display: block !important;
  }
}
.vl-u-hidden {
  display: none;
}

@media screen and (min-width: 1023px) {
  .vl-u-hidden--l {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .vl-u-hidden--m {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vl-u-hidden--s {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .vl-u-hidden--xs {
    display: none !important;
  }
}
.vl-u-whitespace {
  white-space: normal;
}

.vl-u-whitespace--nowrap {
  white-space: nowrap;
}

.vl-u-whitespace--pre {
  white-space: pre;
}

.vl-u-whitespace--pre-line {
  white-space: pre-line;
}

.vl-u-whitespace--pre-wrap {
  white-space: prewrap;
}

.vl-u-whitespace--unset {
  white-space: unset;
}

.vl-u-whitespace--break-spaces {
  white-space: break-spaces;
}