@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table; }

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important; }

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1.0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal; }

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px; }

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px; }

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0;
  margin-bottom: 10px; }

figcaption {
  margin-top: 5px;
  text-align: center; }

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999; }

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1; }

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999; }

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999; }

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
  background-image: -o-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%); }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table; }

.w-checkbox:after,
.w-radio:after {
  clear: both; }

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: none !important; }
  .w-col-medium-1 {
    width: 8.33333333%; }
  .w-col-medium-2 {
    width: 16.66666667%; }
  .w-col-medium-3 {
    width: 25%; }
  .w-col-medium-4 {
    width: 33.33333333%; }
  .w-col-medium-5 {
    width: 41.66666667%; }
  .w-col-medium-6 {
    width: 50%; }
  .w-col-medium-7 {
    width: 58.33333333%; }
  .w-col-medium-8 {
    width: 66.66666667%; }
  .w-col-medium-9 {
    width: 75%; }
  .w-col-medium-10 {
    width: 83.33333333%; }
  .w-col-medium-11 {
    width: 91.66666667%; }
  .w-col-medium-12 {
    width: 100%; }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: none !important; }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }
  .w-col {
    width: 100%;
    left: auto;
    right: auto; }
  .w-col-small-1 {
    width: 8.33333333%; }
  .w-col-small-2 {
    width: 16.66666667%; }
  .w-col-small-3 {
    width: 25%; }
  .w-col-small-4 {
    width: 33.33333333%; }
  .w-col-small-5 {
    width: 41.66666667%; }
  .w-col-small-6 {
    width: 50%; }
  .w-col-small-7 {
    width: 58.33333333%; }
  .w-col-small-8 {
    width: 66.66666667%; }
  .w-col-small-9 {
    width: 75%; }
  .w-col-small-10 {
    width: 83.33333333%; }
  .w-col-small-11 {
    width: 91.66666667%; }
  .w-col-small-12 {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: inherit !important; }
  .w-hidden-tiny {
    display: none !important; }
  .w-col {
    width: 100%; }
  .w-col-tiny-1 {
    width: 8.33333333%; }
  .w-col-tiny-2 {
    width: 16.66666667%; }
  .w-col-tiny-3 {
    width: 25%; }
  .w-col-tiny-4 {
    width: 33.33333333%; }
  .w-col-tiny-5 {
    width: 41.66666667%; }
  .w-col-tiny-6 {
    width: 50%; }
  .w-col-tiny-7 {
    width: 58.33333333%; }
  .w-col-tiny-8 {
    width: 66.66666667%; }
  .w-col-tiny-9 {
    width: 75%; }
  .w-col-tiny-10 {
    width: 83.33333333%; }
  .w-col-tiny-11 {
    width: 91.66666667%; }
  .w-col-tiny-12 {
    width: 100%; } }

.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden; }

.w-widget-map .gm-style-iw + div {
  display: none; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-widget-gplus {
  overflow: hidden; }

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white; }

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100; }

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: background-color 100ms, color 100ms;
  -o-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222; }

.w-dropdown-link.w--current {
  color: #0082f3; }

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block; }

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block; }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static; } }

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block; }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static; }
  .w-nav-brand {
    padding-left: 10px; } }

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block; }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static; } }

/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.w-lightbox-active {
  opacity: .3; }

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear; }

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5; }
  .w-lightbox-close {
    opacity: .8; }
  .w-lightbox-control:hover {
    opacity: 1; } }

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table; }

.w-richtext:after {
  clear: both; }

.w-richtext ol,
.w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.w-richtext figure {
  position: relative;
  max-width: 60%; }

.w-richtext figure > div:before {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6; }

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent; }

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom; }

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both; }

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none; }

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000; }

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333; }

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  position: relative;
  float: right; }

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%; }

.w-nav-overlay .w--nav-menu-open {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0; }

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button {
  display: block; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }
  .w-nav-brand {
    padding-left: 10px; } }

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }

.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd; }

.w-tab-link.w--current {
  background-color: #C8C8C8; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }

.w-ix-emptyfix:after {
  content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd; }

.w-dyn-bind-empty {
  display: none !important; }

.w-condition-invisible {
  display: none !important; }

body {
  font-family: 'Nunito Sans', sans-serif;
  color: #444;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.2px; }

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 39px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: -0.4px; }

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #444;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: -0.3px; }

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.2px; }

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700; }

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.4px; }

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.1px; }

p {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #444;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.2px; }

a {
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  text-decoration: none; }

a:hover {
  opacity: 0.5; }

a:focus {
  opacity: 0.5; }

blockquote {
  margin: 20px -60px 30px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px; }

.loginpanel-right {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  text-decoration: none; }

.loginpanel-right.menu {
  display: none; }

.loginpanel-right.tablet {
  z-index: 999; }

.e--middletext {
  margin-bottom: 10px;
  opacity: 0.8;
  font-family: 'Nunito Sans', sans-serif;
  color: #202020;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.2px; }

.e--middletext.login-panel {
  margin-top: 10px;
  opacity: 0.9;
  color: #303030;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2px;
  text-decoration: none; }

.e--middletext.loginpanel {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 12px;
  margin-left: 0%;
  opacity: 0.9;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.2px; }

.e--middletext.loginpanel.top {
  margin-top: 6px;
  margin-bottom: -3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #303030;
  font-size: 15px;
  font-weight: 300; }

.e--middletext.white {
  margin-top: 0px;
  margin-left: 0px;
  color: #fff; }

.e--middletext.white.list {
  margin-bottom: 0px;
  opacity: 1;
  line-height: 20px;
  cursor: pointer; }

.e--middletext.centered {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }

.e--middletext.centered._100 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px; }

.e--middletext._25 {
  width: 85%;
  color: #303030;
  font-size: 15px;
  line-height: 24px; }

.e--middletext.services {
  width: 415px;
  margin-bottom: 40px;
  font-style: normal; }

.e--middletext.comp-kernwaardes {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px; }

.e--middletext.comp-kernwaardes.centered {
  text-align: left; }

.e--middletext.margin-t-20 {
  margin-top: 20px; }

.e--middletext._404 {
  text-align: center; }

.e--middletext.comp-kernwaarden {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px; }

.e--middletext.accordion {
  position: static;
  width: 100%;
  color: #646464; }

.fact-extra {
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  font-family: Gilroy, sans-serif;
  color: #303030;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.2px; }

.fact-extra.purple {
  margin-top: 0px;
  margin-left: 5px;
  color: #5811fc;
  font-size: 13px; }

.fact-extra.purple.service {
  margin-left: 20px; }

.fact-extra.white {
  margin-top: 0px;
  color: #fff; }

.fact-extra.white.footer {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px; }

.fact-extra.white.footer.no-padding-bottom {
  margin-bottom: 0px; }

.fact-extra.white.dropdown {
  width: 100%;
  margin-top: 0px;
  margin-left: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center; }

.fact-extra.white.vacatures {
  margin-bottom: 3px;
  margin-left: 0%;
  border-bottom: 1px solid #fff;
  line-height: 21px; }

.fact-extra.white.vacatures.no-border {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
  font-size: 14px; }

.fact-extra.white.bartop {
  margin-top: 6px;
  margin-bottom: 3px;
  margin-left: 0%;
  border-bottom: 1px solid #fff;
  line-height: 21px; }

.fact-extra.vacatures {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px; }

.fact-extra.red {
  color: #fc1168; }

.fact-extra.comp-intro-specs {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.e--login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.e--login.panel-right {
  margin: 27px 8% 29px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.e--login.panel-right.item {
  margin: 30px 0% 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.icon-login {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.panelright-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 13px;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.08)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
  opacity: 0.7; }

.divider {
  width: 100%;
  margin-top: 0px;
  padding-right: 0%;
  border-bottom: 1px solid #e5e5e5; }

.divider.white {
  display: block;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.12); }

.divider.white.visible {
  display: block; }

.divider.nomad {
  position: relative;
  width: 100%;
  height: 1px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px; }

.divider.nomad.margintop {
  margin-top: 100px; }

.divider.nomad.display-none {
  display: block; }

.divider.nomad.neg-z {
  z-index: -1; }

.divider.display-none {
  display: none; }

.divider.form {
  margin-top: 14px; }

.div-block.panel-right.item {
  display: block;
  margin-top: 0%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.e--smalltitle {
  margin-top: 20px;
  font-family: Gilroy, sans-serif;
  color: #303030;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.2px; }

.e--smalltitle.login-panel {
  font-size: 14px; }

.e--smalltitle.margin-t-10 {
  margin-top: 10px; }

.e--smalltitle.purple {
  color: #5811fc; }

.e--smalltitle._404 {
  margin-top: 40px;
  margin-bottom: 10px; }

.e--smalltitle.margin-t-20 {
  margin-top: 0px; }

.e--smalltitle.loginpanel {
  margin-top: 5px;
  margin-left: 5px; }

.panel-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.image-2 {
  margin-right: 8px; }

.panel-right-main {
  position: relative;
  display: block;
  margin-right: 8%;
  margin-left: 8%;
  color: #444;
  text-decoration: none; }

.divider-inline {
  margin-right: 13%;
  margin-left: 13%;
  border-bottom: 1px solid #e5e5e5; }

.divider-inline.login-panel {
  margin-right: 0%;
  margin-left: 0%; }

.panel-right-question {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 8%;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #e5e5e5;
  border-radius: 35px;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all; }

.panel-right-question:hover {
  border-style: none;
  background-color: #f4f4f4;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-right-question:focus {
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar-hero {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: auto;
  overflow: visible;
  height: 90vh;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.1), transparent 52%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(52%, transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent 52%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent 52%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 52%); }

.nav-menu {
  display: block;
  width: 56%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.flex-box-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  margin: 9px 90px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.flex-box-nav.left75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-box-nav.left75.menu {
  height: 82px; }

.flex-box-nav.mobile {
  display: none; }

.flex-box-nav.mobile-landscape {
  display: none; }

.nav-link {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 15px; }

.nav-link.h8 {
  margin-right: 3%;
  margin-left: 3%;
  padding: 31px 0px 29px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px none #000;
  border-bottom-style: none;
  border-bottom-color: #fff;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #303030;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none; }

.nav-link.h8.h8-white {
  display: inline-block;
  margin-right: 3%;
  margin-left: 3%;
  padding-top: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.2px; }

.nav-link.h8.h8-white:hover {
  opacity: 1; }

.nav-link.h8.nav-bottom {
  margin-right: 2%;
  margin-bottom: 0px;
  margin-left: 2%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #4c4a4a;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.2px; }

.primairy-button {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 150px;
  margin-top: 35px;
  padding: 10px 25px 9px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #5811fc;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 27px;
  font-weight: 300; }

.primairy-button.secundairy {
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-family: Gilroy, sans-serif;
  color: #bbb;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px; }

.primairy-button.secundairy.maps {
  margin-top: 30px;
  letter-spacing: 0.2px; }

.primairy-button.secundairy.maps.services {
  margin-top: 0px;
  margin-bottom: 0px; }

.primairy-button.hidden {
  margin-left: 25px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Gilroy, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700; }

.b--holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.b--holder.duo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.b--holder.introduction {
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.b--holder.usp {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.b--holder.usp.right {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px; }

.b--holder.usp.right.horizontal-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.b--holder.usp.middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.b--holder.partners {
  padding-top: 80px;
  padding-bottom: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.b--holder.partners.intro {
  padding-top: 60px;
  padding-bottom: 120px; }

.b--holder.footer {
  padding: 60px 90px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url("../images/footer-bg.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.b--holder.footer.red {
  background-image: -webkit-linear-gradient(270deg, #fc1168, #fc1168);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc1168), to(#fc1168));
  background-image: -webkit-linear-gradient(top, #fc1168, #fc1168);
  background-image: -o-linear-gradient(top, #fc1168, #fc1168);
  background-image: linear-gradient(180deg, #fc1168, #fc1168); }

.b--holder.innerfooter {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.b--holder.innerfooter.bottom {
  margin-top: 25px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.b--holder.innerfooter.top-tablet-logo {
  display: none;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.b--holder.innerfooter.mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.b--holder.greenbg {
  background-color: #4fecd9; }

.b--holder.meetpunten {
  overflow: visible;
  width: 82%;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.b--holder.vragen {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.b--holder.slimmerooster {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  margin-top: 35px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/graphic-element-calendar.png");
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat; }

.b--holder.overons-intro {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.b--holder.comp-intro-kernwaardes {
  width: 100%;
  margin-top: 40px;
  margin-right: 20px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.b--holder.comp-intro-kernwaardes.graphic {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.b--holder.comp-intro-kernwaardes.graphic.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.b--holder.home.scrolldown {
  height: 100%; }

.b--holder.cta-top {
  margin-top: 90px;
  margin-bottom: 20px; }

.b--holder.cta-included {
  margin-bottom: 80px; }

.scroll-down-image {
  position: relative;
  z-index: 9998;
  width: 96px;
  height: 96px;
  max-width: 100%;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.d--hero-text {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 80%;
  margin-right: 90px;
  margin-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(0px, -69%);
  -ms-transform: translate(0px, -69%);
  transform: translate(0px, -69%); }

.section-intro.block {
  position: relative; }

.scroll-down {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.scroll-down:hover {
  opacity: 1; }

.scroll-down.w--current {
  position: relative;
  z-index: 1000;
  width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left; }

.c--div-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.c--div-flex.usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.c--div-flex.usp.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.c--div-flex.usp.horizontal.meetpunten {
  margin-bottom: 100px; }

.c--div-flex.usp.horizontal.reversed {
  margin-bottom: 0px; }

.c--div-flex.usp.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.c--div-flex.usp.map.pading-left {
  margin-left: 60%; }

.c--div-flex.services {
  margin-top: 0px;
  margin-bottom: 150px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.c--div-flex.services.left {
  width: 50%;
  margin-bottom: 0px;
  margin-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c--div-flex.footer {
  margin-top: 0px;
  margin-bottom: 0px; }

.c--div-flex.footer.bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.c--div-flex.duo {
  margin-top: 60px;
  margin-bottom: 110px; }

.c--div-flex.duo.bottom {
  margin-bottom: 100px; }

.c--div-flex.duo.bottom.margin-b-60 {
  margin-top: 60px;
  margin-bottom: 80px;
  color: #444; }

.c--div-flex.veelgestelde {
  width: 50%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.e--middle-title {
  width: 285px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.2px; }

.e--middle-title.service {
  margin-top: 0px;
  text-align: left; }

.c--doubleblock {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.c--doubleblock.usp {
  margin-right: 0px;
  padding: 150px 90px; }

.c--doubleblock.usp.left {
  position: relative;
  padding: 110px 3% 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c--doubleblock.usp.left.top {
  padding-top: 100px; }

.c--doubleblock.usp.left.nomargin.systeem {
  padding-top: 7%;
  padding-bottom: 7%; }

.c--doubleblock.usp.left.nopadding {
  padding-right: 0%;
  padding-left: 0%; }

.c--doubleblock.usp.left.right-no-padding {
  padding-right: 0%; }

.c--doubleblock.usp.intro {
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c--doubleblock.map {
  height: 790px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/bg-map.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.c--doubleblock.service {
  margin-top: 100px;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.c--doubleblock.service.fixedheight {
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.c--doubleblock.ctabottom {
  margin-right: 0px;
  padding: 150px 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c--doubleblock.ctabottom.left {
  position: relative;
  padding: 80px 3% 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.vertical-divider {
  width: 2px;
  height: 390px;
  margin-top: -47px;
  border-style: none;
  border-left-width: 1px;
  border-left-color: #e5e5e5;
  background-image: -webkit-linear-gradient(270deg, #e5e5e5, #fff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#fff));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #fff);
  background-image: -o-linear-gradient(top, #e5e5e5, #fff);
  background-image: linear-gradient(180deg, #e5e5e5, #fff); }

.vertical-divider.top {
  width: 2px;
  height: 361px;
  margin-top: -50px; }

.gradient-bottom {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  height: 380px;
  margin-top: -380px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-linear-gradient(90deg, #f6f6f6, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #f6f6f6, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #f6f6f6, rgba(255, 255, 255, 0));
  background-image: linear-gradient(0deg, #f6f6f6, rgba(255, 255, 255, 0)); }

.e--graybox {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 14px 23px 14px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-image: -webkit-linear-gradient(270deg, #f4f4f4, #f4f4f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #f4f4f4);
  background-image: -o-linear-gradient(top, #f4f4f4, #f4f4f4);
  background-image: linear-gradient(180deg, #f4f4f4, #f4f4f4); }

.b--holder-flexright {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.b--holder-flexright.community {
  margin-top: 0px; }

.b--holder-flexright.none {
  position: absolute;
  height: 63px;
  margin-top: 0px; }

.navbar-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: none;
  background-color: #fff; }

.section-werknemers-header {
  margin-bottom: 0px; }

.c--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.c--flex.centered {
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.c--flex.intro {
  padding-bottom: 100px; }

.e--middletitle {
  margin-top: 10px;
  font-family: Gilroy, sans-serif;
  color: #202020;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.2px; }

.e--middletitle.comp-kernwaardes {
  font-family: Gilroy, sans-serif;
  font-weight: 700; }

.c--flex-25 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none; }

.c--flex-25.community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 544px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url("../images/community-001.jpg");
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url("../images/community-001.jpg");
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url("../images/community-001.jpg");
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url("../images/community-001.jpg");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url("../images/community-001.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat; }

.c--flex-25.community._01 {
  padding-right: 2%;
  padding-left: 2%;
  background-image: -webkit-linear-gradient(50deg, rgba(0, 0, 0, 0.33), transparent 32%), url("../images/jake-jackson-263836.jpg");
  background-image: -o-linear-gradient(50deg, rgba(0, 0, 0, 0.33), transparent 32%), url("../images/jake-jackson-263836.jpg");
  background-image: linear-gradient(40deg, rgba(0, 0, 0, 0.33), transparent 32%), url("../images/jake-jackson-263836.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat; }

.c--flex-25.community._01:hover {
  opacity: 1; }

.c--flex-25.community._02 {
  padding-right: 2%;
  padding-left: 2%;
  background-image: -webkit-linear-gradient(50deg, rgba(0, 0, 0, 0.33), transparent 33%), url("../images/chris-benson-336055.jpg");
  background-image: -o-linear-gradient(50deg, rgba(0, 0, 0, 0.33), transparent 33%), url("../images/chris-benson-336055.jpg");
  background-image: linear-gradient(40deg, rgba(0, 0, 0, 0.33), transparent 33%), url("../images/chris-benson-336055.jpg");
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat; }

.c--flex-25.community._02:hover {
  opacity: 1; }

.c--flex-25.community._03 {
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(50deg, rgba(0, 0, 0, 0.33), transparent 34%), url("../images/brooke-cagle-193476.jpg");
  background-image: -o-linear-gradient(50deg, rgba(0, 0, 0, 0.33), transparent 34%), url("../images/brooke-cagle-193476.jpg");
  background-image: linear-gradient(40deg, rgba(0, 0, 0, 0.33), transparent 34%), url("../images/brooke-cagle-193476.jpg");
  background-position: 0px 0px, 65% 100%;
  background-size: auto, auto 110%;
  background-repeat: repeat, no-repeat; }

.c--flex-25.community._03:hover {
  opacity: 1; }

.c--flex-25.community._04 {
  padding-right: 2%;
  padding-left: 2%;
  background-image: -webkit-linear-gradient(50deg, rgba(0, 0, 0, 0.33), transparent 29%), url("../images/warren-wong-318328.jpg");
  background-image: -o-linear-gradient(50deg, rgba(0, 0, 0, 0.33), transparent 29%), url("../images/warren-wong-318328.jpg");
  background-image: linear-gradient(40deg, rgba(0, 0, 0, 0.33), transparent 29%), url("../images/warren-wong-318328.jpg");
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto 120%;
  background-repeat: repeat, no-repeat; }

.c--flex-25.community._04:hover {
  opacity: 1; }

.c--flex-25.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  margin-right: 6px;
  margin-left: 6px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.c--flex-25.centered.no-margin {
  width: 40%;
  margin-right: 0px;
  margin-left: -1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease;
  -webkit-transition: background-color 400ms ease, -webkit-box-shadow 400ms ease;
  transition: background-color 400ms ease, -webkit-box-shadow 400ms ease;
  -o-transition: background-color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, -webkit-box-shadow 400ms ease; }

.c--flex-25.centered.no-margin:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.15);
  opacity: 1; }

.c--flex-25.left {
  width: 33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.c--flex-25.left.meetpunten {
  width: 31%;
  padding-right: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.c--flex-25.margintop-offset {
  margin-top: 10%; }

.c--flex-25.margintop-offset.middle {
  margin-right: 0px;
  margin-left: 15%;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.c--flex-25.margintop-offset.middle.slimmerooster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.c--flex-25.hoirzontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.btn-readmore {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  margin-left: 4px;
  padding-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.btn-readmore.services {
  margin-bottom: 0px; }

.btn-readmore.contact {
  position: absolute;
  z-index: 2;
  width: 60px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-readmore._404 {
  /* position: fixed; */
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-readmore.top {
  margin-top: 15px; }

.section-partners {
  display: block; }

.flex-box-logo {
  margin-top: 0px;
  margin-bottom: 0px; }

.logo-padding {
  margin: 20px 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.logo-padding.comp-overons-partners {
  display: block;
  width: auto;
  margin: 10px 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.section-map {
  display: block; }

.section-service {
  display: none; }

.div-two-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.div-two-buttons.services {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.footer {
  position: static; }

.e--herobuttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  margin-bottom: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.e--herobuttons.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.c--flex-20.logo {
  width: 140px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.c--flex-20.logo.horizontal {
  display: none;
  width: 100%;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.c--flex-20.logo.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.c--flex-20.list {
  width: 140px;
  margin-right: 20px;
  color: #fff; }

.c--flex-20.list.last {
  width: 60px;
  margin-right: 0px; }

.footer-list-item {
  margin-bottom: 8px; }

.flex-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.icn-social {
  margin-bottom: 10px; }

.icn-social.horizontal {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px; }

.e--comp-caption {
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #303030;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400; }

.e--comp-caption.white {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0.8;
  color: #fff; }

.e--comp-caption.white.footer {
  margin-top: 3px; }

.e--comp-caption.comp-intro-specs {
  display: block;
  width: 170px;
  margin-top: 15px;
  color: rgba(48, 48, 48, 0.6);
  text-align: center; }

.e--comp-caption.comp-intro-specs._150px {
  width: 150px; }

.h10-link {
  display: inline-block;
  height: 20px;
  color: #fff;
  text-decoration: underline; }

.h10-link.dooter {
  font-size: 13px; }

.h10-link.no-border {
  font-size: 13px;
  text-decoration: none; }

.h10-link.footer-small {
  font-size: 13px; }

.light-text-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  letter-spacing: -0.4px; }

.flexbox-login {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }

.brand.footer {
  width: 80%; }

.footer-logo {
  width: 98px; }

.linkblock-logo {
  width: 36px;
  margin-right: 7px;
  margin-left: 7px; }

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.dropdown-toggle.firstitem {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.dropdown-toggle.row-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.image-9 {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.dropdown-list {
  width: 100%; }

.footer-dropdown {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px; }

.mobilemenu-icons {
  display: none; }

.nav-menu-mobile {
  display: none;
  width: 56%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center; }

.flex-box-horizontal-mobile-combo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin: 70px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.flex-box-horizontal-mobile-combo.intro {
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.graphic-block {
  position: relative;
  height: 300px;
  margin-top: -75px;
  background-image: url("../images/intro-dots.png");
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat; }

.navbar-white {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent; }

.nav-menu-secondary {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  text-align: center; }

.hero-image-block {
  position: static;
  z-index: 1;
  height: 100%;
  max-width: 100%;
  background-image: url("../images/brooke-cagle-193476.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.hero-image-block.werkgevers {
  background-image: url("../images/alexis-brown-85793.jpg");
  background-position: 50% -220px; }

.hero-image-block.detailpagina._01 {
  background-image: url("../images/graphic-top-page.svg"); }

.flex-box-offsettop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.div-25-element.bigmargin {
  width: 50%;
  margin-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.div-flex-33 {
  width: 100%;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.div-flex-33.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.div-flex-33.left.top-margin {
  margin-top: 5%; }

.div-flex-33.left.top-margin.systeem.mobile {
  margin-top: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.image-11 {
  position: relative;
  width: 66%;
  margin-top: -227px;
  margin-bottom: 100px;
  margin-left: -25px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.element-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 0px;
  padding: 10% 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #e1e1e1; }

.icn-vacatures {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  opacity: 0.5; }

.card-vertical-border {
  width: 1px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-left: 1px solid #e1e1e1; }

.card-top {
  position: static; }

.top-gradient {
  position: absolute;
  width: 100%;
  height: 190px;
  margin-top: 25px;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0), #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #f5f5f5);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #f5f5f5);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #f5f5f5); }

.element-vacatures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #e1e1e1; }

.purple-top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 84px;
  padding-right: 5%;
  padding-left: 6%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-linear-gradient(270deg, #844fff, #844fff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#844fff), to(#844fff));
  background-image: -webkit-linear-gradient(top, #844fff, #844fff);
  background-image: -o-linear-gradient(top, #844fff, #844fff);
  background-image: linear-gradient(180deg, #844fff, #844fff); }

.flex-gradient {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.div-flex-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.div-flex-40.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  margin-left: 6px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.div-flex-40.centered.width60 {
  display: block;
  width: 35%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.div-flex-40.centered.width60.slimmerooster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  height: 100%;
  margin-left: 0px;
  padding-right: 3%;
  padding-bottom: 100px;
  padding-left: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.div-flex-40.accordeon {
  padding-left: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.div-flex-40.partners {
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.btn-ververs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.small-link {
  font-family: 'Nunito Sans', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px; }

.small-link.displaynone {
  font-weight: 400; }

._w-item-vacature {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: -1px 0% 0px;
  padding: 10px 10% 10px 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease;
  -webkit-transition: background-color 400ms ease, -webkit-box-shadow 400ms ease;
  transition: background-color 400ms ease, -webkit-box-shadow 400ms ease;
  -o-transition: background-color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, -webkit-box-shadow 400ms ease; }

._w-item-vacature:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.15);
  opacity: 1; }

.flex-vacatures-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-vacatures-left {
  width: 100px;
  margin-right: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.btn-vacatures-nieuw {
  margin-left: 4px;
  padding: 4px 9px 4px 10px;
  border-radius: 5px;
  background-color: #844fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400; }

.flex-vacatures-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.section-general-ctabottom {
  display: block; }

.image-15 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.e--icon-meetpunten-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.btn-comingsoon {
  display: inline;
  margin-left: 9px;
  padding: 4px 9px 4px 10px;
  border-radius: 5px;
  background-color: #4fecd9;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400; }

.btn-comingsoon.tablet {
  margin-left: 0px; }

.btn-comingsoon.tablet.margin-b-20 {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 11px; }

.nav-underlineready {
  margin-right: 0%;
  margin-left: 0%;
  padding: 31px 0px 26px;
  border-bottom: 3px solid transparent;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.2px; }

.nav-underlineready.w--current {
  color: #303030; }

.nav-underlineready.white {
  color: #fff; }

.nav-underlineactive {
  margin-right: 3%;
  margin-left: 3%;
  padding: 31px 0px 26px;
  border-bottom: 3px solid #5811fc;
  font-family: 'Nunito Sans', sans-serif;
  color: rgba(48, 48, 48, 0.8);
  font-size: 15px;
  line-height: 22px;
  font-weight: 300; }

.nav-underlineactive.w--current {
  color: rgba(48, 48, 48, 0.8);
  letter-spacing: 0.2px; }

.icn-sociall-rounded {
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px; }

.icn-sociall-rounded-linkedin {
  width: 46px;
  height: 46px;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px; }

.flex-box-offsetbottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: -14px;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.comp-intro-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.e--comp-facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.e--comp-facts.centered-small {
  margin-left: 14px; }

.e--comp-facts.centered-mini {
  margin-left: 30px; }

.fact-big {
  font-family: Gilroy, sans-serif;
  font-size: 39px;
  line-height: 48px;
  font-weight: 700; }

.fact-big.comp-intro-specs {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #444; }

.element-intro-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 65px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.vertical-divider-small {
  width: 1px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 25px;
  border-style: none;
  border-left-width: 1px;
  border-left-color: #e5e5e5;
  background-image: -webkit-linear-gradient(270deg, #e5e5e5, #e5e5e5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -o-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: linear-gradient(180deg, #e5e5e5, #e5e5e5); }

.vertical-divider-small.top-20 {
  margin-top: 20px; }

.graphic-comp-kernwaardes {
  width: 220px;
  margin-top: 0px;
  margin-left: 0%; }

.graphic-comp-kernwaardes._02 {
  width: 250px;
  margin-right: 10%; }

.graphic-comp-kernwaardes._03 {
  width: 230px;
  margin-left: 10%; }

.graphic-comp-kernwaardes._01 {
  margin-left: 10%; }

.element-overons-kernwaardes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.comp-overons-kernwaardes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.element-overons-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.comp-overons-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.comp-overons-partners-flexlogos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.section-overons-faq {
  padding-top: 120px;
  padding-bottom: 20px; }

.element-overons-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.comp-overons-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.comp-overons-faq-accordeon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.accordeon-header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer; }

.comp-overons-faq-accordeontitle {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300; }

.icn-arrow-down-blue {
  display: block;
  margin-top: 20px;
  margin-right: 5px;
  margin-bottom: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.horizontal-divider-accordeon {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-linear-gradient(270deg, #e5e5e5, #e5e5e5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -o-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: linear-gradient(180deg, #e5e5e5, #e5e5e5); }

.accordian-menu-box {
  position: static;
  display: none;
  overflow: visible;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.icn-home-usp {
  width: 75px;
  max-width: 100%; }

.element-contact-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.comp-contact-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.comp-contact-hero-subline {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.element-contact-adres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 80px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.comp-contact-adres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.d--div-flex-50-hor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.d--div-flex-50-hor.margin-t-40 {
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.d--div-flex-50-hor.margin-t-40._100 {
  width: 100%;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.d--div-flex-50-hor._66 {
  width: 66%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.d--div-flex-50-ver {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.d--div-flex-50-ver.margin-b-20 {
  margin-bottom: 20px; }

.d--div-flex-50-ver.margin-b-20._100 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.d--div-flex-50-ver._100 {
  width: 50%;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.d--div-flex-50-ver._100._33 {
  width: 33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.e--speciallintro {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.1px; }

.e--speciallintro.contact-title {
  display: block;
  margin-bottom: 0px;
  color: #bbb; }

.element-contact-carriere {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 120px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.comp-contact-carriere {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.element-general-divider {
  display: block;
  height: 1px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent; }

.element-general-divider.full-width {
  display: block;
  padding-right: 0%;
  padding-left: 0%; }

.element-general-divider.full-width.home {
  background-color: transparent; }

.element-general-divider.displaynone {
  display: none; }

.element-general-divider.contat {
  margin-top: 80px; }

.element-contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.comp-contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.element-general-form {
  width: 100%;
  margin-top: 0px; }

.comp-general-form {
  width: 100%; }

.comp-form-field {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 15px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e5e5e5;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px; }

.comp-form-field.check {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 0px;
  border-style: none; }

.comp-form-label {
  margin-top: 20px;
  margin-bottom: -5px;
  margin-left: 15px;
  font-family: 'Nunito Sans', sans-serif;
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px; }

.comp-form-label.checkbox {
  width: 100%;
  margin-bottom: 0px;
  margin-left: 15px; }

.comp-form-textarea {
  width: 100%;
  max-width: 600px;
  min-height: 170px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e5e5e5;
  background-color: #f7f7f7;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px; }

.div-flex-50-hor-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.div-flex-20-ver {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.div-flex-20-ver.margin-l-40 {
  width: 20%;
  margin-left: 40px; }

.div-flex-50-form-horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 24%;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.element-contact-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 120px 3% 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7; }

.comp-contact-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.comp-contact-graphic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.icn-werknemers-usp {
  width: 75px;
  max-width: 100%;
  margin-bottom: 20px; }

.comp-werknemers-usp-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.div-50-element {
  width: 50%;
  margin-bottom: 40px; }

.comp-werknemers-usp-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.comp-werknemers-usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.element-werknemers-usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.element-general-community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 558px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../images/59aea1c32231fd0001f546e2_zachary-nelson-146554.jpg");
  background-position: 0px 100%;
  background-size: cover;
  background-repeat: no-repeat; }

.comp-general-community {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  padding-right: 0px;
  padding-left: 0px; }

.div-flex-40-ver {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.div-flex-40-ver.just-center {
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.element-werknemers-systeem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -57px;
  margin-bottom: 3%;
  padding: 10% 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../images/graphic-iphone.png");
  background-position: 90% 0px;
  background-size: auto 80%;
  background-repeat: no-repeat; }

.comp-werknemers-systeem {
  margin-top: 80px;
  margin-bottom: 80px; }

.div-flex-100-ver {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.comp-werkgevers-usp-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.comp-werkgevers-usp-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.comp-werkgevers-usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.element-werkgevers-usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.element-partners-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.element-partners-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.overviewcomp-partners-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.div-flex-33-hor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  margin-bottom: 100px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.section-veelgesteldevragen-faq {
  padding-top: 100px;
  padding-bottom: 10px; }

.navbar-gradient-single {
  position: absolute;
  left: 0px;
  top: 82px;
  right: 0px;
  width: 100%;
  height: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0));
  opacity: 0.7; }

.navbar-gradient-single.mobile-landscape {
  top: 143px; }

.e--flex33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.c--home-usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px 90px 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.d--home-usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.element-community-members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.c-community-members-photo {
  width: 260px;
  height: 260px;
  border-radius: 130px;
  background-image: url("../images/jake-jackson-263836.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.c-community-members-photo._01 {
  margin-left: 20px; }

.c-community-members-photo._02 {
  margin-right: 20px;
  background-image: url("../images/chris-benson-336055.jpg"); }

.c-community-members-photo._03 {
  margin-left: 20px;
  background-image: url("../images/brooke-cagle-193476.jpg"); }

.c-community-members-photo._04 {
  margin-right: 20px;
  background-image: url("../images/warren-wong-318328.jpg"); }

.c-community-members-photo._05 {
  margin-left: 20px;
  background-image: url("../images/alexander-solodukhin-4394.jpg"); }

.c-community-members-photo._06 {
  margin-right: 20px;
  background-image: url("../images/mika-matin-156884.jpg"); }

.element-community-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.comp-community-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.comp-community-members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

._w-community-members-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

._w-community-members-photo.align-left {
  width: 100%;
  margin-top: 40px;
  margin-right: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

._w-community-members-photo.align-right {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

._w-community-members-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.element-community-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.element-werknemers-vacatures {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.element-werknemers-vacatures.usp {
  margin-right: 0px;
  padding: 150px 90px; }

.element-werknemers-vacatures.usp.left {
  position: relative;
  padding: 110px 3% 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.comp-werknemers-vacatures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.comp-werknemers-vacatures.vacatures {
  overflow: visible;
  width: 82%;
  margin-top: 21px;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.element-vacatures-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.section-vacatures-filterlist {
  display: none; }

.element-vacatures-filterlist {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.element-vacatures-filterlist.usp {
  margin-right: 0px;
  padding: 150px 90px; }

.element-vacatures-filterlist.usp.left {
  position: relative;
  padding: 80px 3% 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-vacatures-ingevuld {
  margin-left: 4px;
  padding: 4px 9px 4px 10px;
  border-radius: 5px;
  background-color: #4fecd9;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400; }

.c-item-text-ingevuld {
  color: rgba(48, 48, 48, 0.25); }

.c-vacatures-filterlist {
  display: none;
  width: 30%;
  margin-left: 35px;
  padding: 30px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7; }

.c-vacatures-filterlist.display-none {
  display: block;
  padding: 4%; }

.c-vacatures-filterlist-radioselector {
  width: 100%; }

.form-field-label {
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #444;
  font-size: 13px;
  font-weight: 400; }

.form-field-label.dropdown-filter {
  width: 100%;
  margin-left: 0px; }

.radio-button {
  margin-top: 6px;
  margin-left: 0px;
  background-color: #e5e5e5; }

.form-field-radio {
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 12px;
  border: 1px solid #e5e5e5;
  background-color: #fff; }

.form {
  width: 100%; }

.c-vacatures-filterlist-dropdownselector {
  width: 100%;
  margin-top: 30px; }

.dropdown-2 {
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fff; }

.dropdown-toggle-2 {
  width: 100%;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 13px; }

.icn-dropdown-arrow {
  margin-top: 10px;
  float: right; }

.form-field-textreset {
  margin-top: 70px;
  font-family: 'Nunito Sans', sans-serif;
  color: #844fff;
  font-weight: 300; }

.form-field-dropdown-text {
  margin-top: -1px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400; }

._w-vacatures-dropdown-filterlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

._w-vacatures-dropdown-filterlist.vacatures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin: 21px 0% 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.c-dropdown-50 {
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fff; }

.hero-detailpage-image-block {
  position: relative;
  z-index: -1;
  height: 100px;
  background-color: #fff; }

.element-detail-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.section-detail-content {
  padding-top: 90px;
  padding-bottom: 10px; }

.element-detail-context {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.comp-detail-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.comp-detail-contenblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin: 0px auto 0px 23%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.comp-detail-contentlinks {
  display: none;
  width: 20%;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.c-detail-content-extralink {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

._w-detail-richtext-single {
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300; }

._w-detail-richtext-single h2 {
  font-size: 30px;
  line-height: 34px; }

._w-detail-richtext-single p {
  margin-bottom: 30px;
  line-height: 26px; }

._w-detail-richtext-single h4 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px; }

._w-detail-richtext-single blockquote {
  margin-top: 40px;
  margin-right: -80px;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left-width: 2px;
  border-left-color: #c8c8c8;
  font-family: 'Nunito Sans', sans-serif;
  color: rgba(48, 48, 48, 0.4);
  font-size: 20px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px; }

._w-detail-richtext-single a {
  color: rgba(48, 48, 48, 0.4);
  text-decoration: underline; }

._w-detail-content-imageblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.horizontal-divider-accordeon-margin {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-linear-gradient(270deg, #e5e5e5, #e5e5e5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: -o-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: linear-gradient(180deg, #e5e5e5, #e5e5e5); }

.horizontal-divider-accordeon-margin.caption-ready {
  margin-bottom: 70px; }

.c-text-caption {
  margin-top: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: rgba(48, 48, 48, 0.4);
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center; }

.c-text-voetnoot {
  margin-top: 60px;
  margin-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: rgba(48, 48, 48, 0.4);
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: left; }

.c-text-voetnoot-noter {
  margin-left: -10px; }

.c-vacatures-filterlist-radioselector-elements {
  width: 100%; }

.icn-vacatures-add {
  display: none; }

.section-404 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.element-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.comp-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.graphic-404 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.nav-element {
  display: inline-block;
  margin-right: 3%;
  margin-left: 3%; }

.hover-border {
  position: relative;
  display: block;
  overflow: hidden;
  height: 3px;
  margin-top: -3px;
  background-color: #5811fc;
  opacity: 0; }

.hover-border.active {
  opacity: 1; }

.hover-border.active.red {
  background-color: #fc1168; }

.hover-border.red {
  background-color: #fc1168; }

.hover-border.white {
  background-color: #fafafa; }

.d--communitycard-bottom {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.d--communitycard-top {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0; }

.e--card-verticaldivider {
  width: 1px;
  height: 0px;
  background-color: #fff; }

.d--card-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 544px;
  background-color: #000;
  opacity: 0; }

.c-arrow-element {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.c-arrow-triangle {
  overflow: visible;
  width: 7px;
  height: 7px;
  margin-top: 0px;
  margin-left: -8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #000;
  opacity: 0.3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-arrow-line {
  overflow: visible;
  width: 10px;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  opacity: 0.3; }

.c-arrow-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  background-color: #f0f0f0; }

.c-arrow-big.white {
  border: 1px solid #e5e5e5;
  background-color: #fff; }

.c-questionmark {
  margin-left: 1px;
  opacity: 0.4;
  font-family: Gilroy, sans-serif;
  color: #444;
  font-weight: 700; }

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.e--btn-bg {
  position: relative;
  display: block;
  width: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.e--btn-bg:hover {
  opacity: 1; }

.e--btn-bg.second {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.e--btn-bg.tertriary {
  width: 220px;
  margin-top: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.e--btn-bg.tertriary.margin-t-0 {
  width: 170px;
  margin-top: 0px; }

.e--btn-bg.tertriary.width180 {
  width: 180px; }

.e--btn-bg.tertriary.width200 {
  width: 220px; }

.e--btn-bg.tertriary.width220 {
  width: 220px; }

.e--btn-bg.tertriary.width220.margin-t-45 {
  margin-top: 45px; }

.e--btn-bg.margin-t-35 {
  margin-top: 35px; }

.btn-text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 100%;
  height: 18px;
  padding-left: 0px;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Nunito Sans', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px; }

.btn-text.grey {
  width: 100%;
  color: #444; }

.btn-text.grey._180 {
  width: 180px;
  padding-left: 0px; }

.btn-background {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 46px;
  border-radius: 35px;
  background-color: #5811fc; }

.btn-background.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent; }

.btn-background.tertriary {
  border: 1px solid #e5e5e5;
  background-color: #fff; }

.btn-background.tertriary._180px {
  width: 100%; }

.btn-background.tertriary._220px {
  padding-right: 20px;
  padding-left: 20px; }

.btn-background.tertriary._240px {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px; }

.btn-background.red {
  background-color: #fc1168; }

.link-white {
  color: #fff;
  font-size: 14px;
  line-height: 22px; }

.section-overons-header {
  margin-bottom: 0px; }

.e--texthidden {
  overflow: hidden;
  height: 50px;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px; }

.e--texthidden.h1-top {
  color: #fff; }

.e--texthidden.h1-bottom {
  color: #fff; }

.c-texthidden-h3 {
  overflow: hidden;
  width: 100%;
  height: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center; }

.c-texthidden-h3.left {
  text-align: left; }

.e-texthidden-h2 {
  overflow: hidden;
  height: 40px;
  margin-top: -5px;
  padding-top: 4px;
  padding-bottom: 4px; }

.arrow-right-purple {
  width: 5px;
  height: 5px;
  border-top: 1px solid #5811fc;
  border-right: 1px solid #5811fc;
  border-bottom: 1px solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow-right-purple.red {
  border-top-color: #fc1168;
  border-right-color: #fc1168; }

.arrow-right-purple.reverse {
  -webkit-transform: rotate(-134deg);
  -ms-transform: rotate(-134deg);
  transform: rotate(-134deg); }

.arrow-right-purple-line {
  width: 0px;
  height: 1px;
  margin-right: -4px;
  background-color: #5811fc; }

.arrow-right-purple-line.red {
  background-color: #fc1168; }

.arrow-right-purple-line.reverse {
  width: 0px;
  margin-right: 0px;
  margin-left: -4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.arrow-right-purple-element {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.arrow-right-purple-element.reverse {
  margin-right: 2px; }

.card-hover-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.15);
  opacity: 0; }

.card-hover-shadow-horizontal {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.15);
  opacity: 0; }

.section-werkgevers-head {
  margin-bottom: 0px; }

.success-message {
  border-radius: 5px;
  background-color: #e5e5e5; }

.error-form {
  border-radius: 5px; }

.checkbox-field {
  margin-left: 5px;
  color: rgba(48, 48, 48, 0.6);
  font-weight: 300; }

.checkbox {
  margin-left: 0px; }

.comp-check {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.small-btn {
  display: none; }

.icn-scrolldown {
  position: absolute;
  width: 42px;
  height: 42px;
  margin: 27px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 12px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px -1px rgba(0, 0, 0, 0.15); }

.icn-scrolldown-ring {
  position: absolute;
  width: 66px;
  height: 66px;
  margin: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  -webkit-box-shadow: 0 1px 12px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 12px -1px rgba(0, 0, 0, 0.1); }

.icn-scrolldown-ring-outer {
  position: absolute;
  width: 96px;
  height: 96px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.08); }

.scrolldown-icon {
  position: absolute;
  z-index: 1;
  width: 14px;
  margin: 34px 41px; }

.accordeon-key {
  width: 100%; }

.accordion-menu-box {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  background-color: transparent; }

.accordion-menu-box.w--open {
  background-color: transparent; }

._w-accordion-dropdown {
  width: 95%;
  padding-top: 0px;
  padding-bottom: 20px; }

.d--bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden; }

.bg-image-holder {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -999;
  margin-right: 18%;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.25) 19%, transparent 50%), url("../images/home-hero-image-3.jpg");
  background-image: -webkit-gradient(linear, left top, right top, color-stop(19%, rgba(0, 0, 0, 0.25)), color-stop(50%, transparent)), url("../images/home-hero-image-3.jpg");
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 19%, transparent 50%), url("../images/home-hero-image-3.jpg");
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.25) 19%, transparent 50%), url("../images/home-hero-image-3.jpg");
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 19%, transparent 50%), url("../images/home-hero-image-3.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.bg-graphic-holder {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin-right: 18%;
  background-image: url("../images/hero-image-balls.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.inline-link {
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #9b9b9b; }

.inline-link:hover {
  color: #5811fc; }

.inline-link:focus {
  color: #5811fc; }

.img {
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

._w--hero-image-block {
  position: relative;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }

.img-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

._w--cta-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none; }

.e--logintitle {
  margin-top: 20px;
  margin-bottom: 10px; }

.e--logintext {
  margin-top: 10px;
  margin-bottom: 10px; }

.e--panelicon {
  margin-right: 10px;
  margin-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.e--paneltext {
  color: #444;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400; }

.e--herotext {
  width: 45%;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff; }

.e--grayboxtext {
  opacity: 0.5;
  color: #444; }

.e--introtext {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }

.bold {
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  letter-spacing: 0.3px; }

.e--subtitle {
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  color: #c8c8c8;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

.e--subtitle.partners {
  margin-bottom: 20px; }

.e--subtitle.header {
  margin-top: 20px;
  margin-bottom: 20px; }

.e--subtitle.criteria {
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: left; }

.e--subtitle.margin-t-25 {
  margin-top: 25px; }

.e--subtitle.contact {
  margin-top: 0px;
  margin-bottom: 5px; }

.e--introduction {
  width: 50%;
  margin-top: 10px;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1px; }

.e--introduction.partners {
  margin-top: 20px; }

.e--usptitle {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center; }

.e--usptext {
  width: 90%;
  text-align: center; }

.e--communitycard-title {
  margin-top: 20px;
  color: #fff; }

.e--communitycard-function {
  margin-bottom: 10px;
  opacity: 0.9;
  color: #fff; }

.e--cardtext {
  margin-bottom: 20px;
  padding-top: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.1px; }

.e--maptext {
  width: 75%;
  margin-top: 20px;
  text-align: left; }

.e--footertitle {
  margin-bottom: 20px; }

.e--footer-cta {
  color: #fff; }

.e--footer-terms {
  margin-top: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.8;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400; }

.e--tripleblocktitle {
  width: 90%;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700; }

.e--tripleblocktitle-small {
  margin-bottom: 10px; }

.e--tripleblocktext {
  width: 85%;
  margin-bottom: 10px; }

.e--systeemtitle {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-weight: 700; }

.e--systemtext {
  width: 90%; }

.e--bannertext {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Gilroy, sans-serif;
  font-size: 13px;
  font-weight: 700; }

.e--criteriatext {
  width: 95%; }

.e--criteriatitle {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-weight: 700; }

.e--titlesmall {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #444; }

.e--textboxsmall {
  color: #444; }

.e--vacaturetitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444; }

.e--vacaturetitle.c-item-text-ingevuld {
  color: rgba(68, 68, 68, 0.25); }

.e--vacaturetext {
  margin-bottom: 10px;
  color: #444; }

.e--vacaturetext.c-item-text-ingevuld {
  color: rgba(68, 68, 68, 0.25); }

.e--vacature-small {
  margin-right: 15px;
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400; }

.e--vacature-small.c-item-text-ingevuld {
  color: rgba(156, 156, 156, 0.25); }

.e--communitytitle {
  margin-bottom: 20px;
  color: #fff; }

.e--communitytext {
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 25px; }

.e--doubleblocktitle {
  width: 90%;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700; }

.e--staptitle {
  margin-bottom: 10px; }

.e--staptekst {
  width: 90%;
  margin-bottom: 10px; }

.e--singleblocktitle {
  margin-bottom: 30px;
  text-align: center; }

.e--singleblocktext {
  width: 90%;
  margin-bottom: 10px;
  text-align: center; }

html.w-mod-js *[data-ix="nav-scroll-display-none"] {
  display: none; }

html.w-mod-js *[data-ix="display-none"] {
  display: none; }

html.w-mod-js *[data-ix="accordeoninital"] {
  opacity: 0;
  height: 0px; }

html.w-mod-js *[data-ix="filterinitial"] {
  display: none;
  opacity: 0;
  height: 0px; }

html.w-mod-js *[data-ix="c-paneltop"] {
  opacity: 0; }

html.w-mod-js *[data-ix="c-primairy-button"] {
  opacity: 0; }

html.w-mod-js *[data-ix="c-primairy-button-delay"] {
  opacity: 0; }

html.w-mod-js *[data-ix="c-primairy-button-load"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-delay"] {
  opacity: 0; }

html.w-mod-js *[data-ix="c-vertical-divider"] {
  height: 0px; }

html.w-mod-js *[data-ix="fadein-scroll"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-scroll-delay50ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-scroll-delay100ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-scroll-delay150ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-scroll-delay200ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-scroll-delay250ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-scroll-delay300ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-scroll-delay350ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-scroll-delay400ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-scroll-delay450m"] {
  opacity: 0; }

html.w-mod-js *[data-ix="navbar-flexbox"] {
  opacity: 0;
  -webkit-transform: translate(0px, -65px);
  -ms-transform: translate(0px, -65px);
  transform: translate(0px, -65px); }

html.w-mod-js *[data-ix="hiddentext-slideup-h1"] {
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px); }

html.w-mod-js *[data-ix="hiddentext-slideup-h1-delay"] {
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px); }

html.w-mod-js *[data-ix="hiddentext-slideup-h2"] {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="hiddentext-slideup-h2-delay"] {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="hiddentext-slideup-h3"] {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="hiddentext-slideup-h3-delay"] {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="text-slideup-fadein"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="text-slideup-fadein-100msdelay"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="text-slideup-fadein-200msdelay"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="text-slideup-fadein-300msdelay"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="text-slideup-fadein-400msdelay"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="load-text-slideup-fadein"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="load-text-slideup-fadein-100msdelay"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="load-text-slideup-fadein-200msdela"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

html.w-mod-js *[data-ix="fadein-load"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-load-delay50ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-load-delay100ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-load-delay150ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="fadein-load-delay200ms"] {
  opacity: 0; }

html.w-mod-js *[data-ix="btn-readmore-scroll"] {
  opacity: 0; }

html.w-mod-js *[data-ix="btn-readmore-load"] {
  opacity: 0; }

html.w-mod-js *[data-ix="scrolldown-initial-ring"] {
  opacity: 0;
  -webkit-transform: scale(0.65, 0.65);
  -ms-transform: scale(0.65, 0.65);
  transform: scale(0.65, 0.65); }

html.w-mod-js *[data-ix="scrolldown-initial-ring-outer"] {
  opacity: 0;
  -webkit-transform: scale(0.44, 0.44);
  -ms-transform: scale(0.44, 0.44);
  transform: scale(0.44, 0.44); }

@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 24px; }
  h1 {
    font-size: 32px;
    line-height: 36px; }
  h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.1px; }
  h3 {
    font-size: 16px;
    line-height: 23px; }
  h4 {
    font-size: 13px;
    line-height: 22px; }
  h5 {
    font-size: 12px; }
  h6 {
    font-size: 16px;
    line-height: 26px; }
  p {
    color: #444;
    line-height: 22px; }
  .loginpanel-right {
    position: absolute;
    z-index: 9999;
    width: 78px;
    height: 78px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff; }
  .loginpanel-right.menu {
    display: block;
    height: 78px; }
  .loginpanel-right.tablet {
    height: 79px; }
  .e--middletext {
    font-size: 13px;
    line-height: 20px;
    text-align: center; }
  .e--middletext.loginpanel {
    display: none; }
  .e--middletext.white {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.2px; }
  .e--middletext._25 {
    width: 95%;
    font-size: 13px;
    line-height: 20px;
    text-align: left; }
  .e--middletext.services {
    width: 100%;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 20px; }
  .e--middletext.comp-kernwaardes {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    text-align: left; }
  .e--middletext.margin-t-20 {
    margin-top: 0px;
    font-size: 13px;
    line-height: 20px;
    text-align: left; }
  .e--middletext.c-vacatures-dropdown-title {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .e--middletext.filter {
    text-align: left; }
  .e--middletext.comp-kernwaarden {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    text-align: left; }
  .e--middletext.accordion {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.2px; }
  .fact-extra.purple {
    font-size: 12px;
    line-height: 17px; }
  .fact-extra.white {
    line-height: 20px; }
  .fact-extra.white.vacatures {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px; }
  .fact-extra.white.vacatures.no-border {
    font-size: 14px; }
  .fact-extra.white.bartop {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px; }
  .fact-extra.vacatures {
    margin-bottom: 7px; }
  .fact-extra.red {
    font-size: 13px; }
  .fact-extra.comp-intro-specs {
    font-size: 13px; }
  .e--login.panel-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .icon-login {
    width: 24px;
    height: 22px;
    margin-bottom: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .panelright-gradient {
    height: 78px; }
  .divider {
    width: 100%;
    margin-bottom: 0px; }
  .divider.white {
    display: block; }
  .divider.nomad {
    width: 100%; }
  .divider.nomad.margintop {
    width: 100%; }
  .divider.small {
    width: 100%; }
  .e--smalltitle {
    font-size: 14px;
    line-height: 22px; }
  .e--smalltitle.centered {
    font-size: 13px; }
  .e--smalltitle._404 {
    margin-top: 20px;
    margin-bottom: 10px; }
  .e--smalltitle.margin-t-20 {
    margin-top: 0px; }
  .panel-right-question {
    display: none; }
  .navbar-hero {
    display: block;
    width: 100%;
    height: 95vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.15) 1%, transparent 57%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.15)), color-stop(57%, transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 1%, transparent 57%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 1%, transparent 57%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 1%, transparent 57%); }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-box-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 120px 10px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex-box-nav.left75 {
    height: 78px;
    margin-right: 75px;
    padding-right: 3%;
    padding-left: 3%; }
  .flex-box-nav.left75.menu {
    height: 79px; }
  .flex-box-nav.mobile {
    display: none; }
  .flex-box-nav.mobile-landscape {
    display: none; }
  .nav-link.h8 {
    margin-right: 3%;
    margin-left: 3%;
    padding-top: 29px;
    padding-bottom: 28px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.2px; }
  .nav-link.h8.h8-white {
    margin-right: 3%;
    margin-left: 3%;
    padding-bottom: 27px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.2px; }
  .nav-link.h8.nav-bottom {
    font-size: 12px;
    line-height: 20px; }
  .nav-link.h8.nav-bottom.w--current {
    font-size: 12px; }
  .primairy-button {
    display: block;
    margin-left: 12px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
    line-height: 22px; }
  .primairy-button.secundairy {
    color: rgba(76, 74, 74, 0.8); }
  .primairy-button.secundairy.maps {
    margin-left: 0px; }
  .primairy-button.hidden {
    margin-left: 0px; }
  .b--holder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b--holder.introduction {
    background-position: 50% -75px;
    background-size: 1050px; }
  .b--holder.usp {
    width: 100%; }
  .b--holder.partners {
    padding-top: 50px;
    padding-bottom: 110px; }
  .b--holder.cta {
    padding-top: 20px; }
  .b--holder.footer {
    padding: 60px 0px 20px; }
  .b--holder.innerfooter {
    margin-top: 15px;
    margin-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .b--holder.innerfooter.bottom {
    margin-top: 20px; }
  .b--holder.innerfooter.top-tablet-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .b--holder.innerfooter.mobile {
    display: none;
    padding-right: 0px;
    padding-left: 0px; }
  .b--holder.meetpunten {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b--holder.vragen {
    height: 80%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .b--holder.slimmerooster {
    width: 100%;
    height: 530px;
    margin-top: 55px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 120% 0px;
    background-size: 538px; }
  .b--holder.comp-intro-kernwaardes.graphic {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b--holder.cta-included {
    margin-bottom: 60px; }
  .scroll-down-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .d--hero-text {
    width: 80%;
    margin-left: 50px; }
  .section-intro.block {
    position: relative; }
  .c--div-flex.usp.horizontal {
    margin-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c--div-flex.usp.horizontal.meetpunten {
    margin-bottom: 100px; }
  .c--div-flex.usp.map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .c--div-flex.usp.map.pading-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 57%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .c--div-flex.services.left {
    width: 50%;
    height: 80%;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .c--div-flex.footer.bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--div-flex.duo {
    margin-top: 32px;
    margin-bottom: 70px; }
  .c--div-flex.duo.bottom {
    margin-bottom: 80px; }
  .c--div-flex.veelgestelde {
    height: 80%; }
  .e--middle-title {
    font-size: 15px;
    line-height: 22px; }
  .e--middle-title.service {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px; }
  .c--doubleblock {
    width: 100%; }
  .c--doubleblock.usp {
    width: 100%; }
  .c--doubleblock.usp.left {
    width: 100%;
    padding-top: 80px;
    padding-right: 6%;
    padding-left: 6%; }
  .c--doubleblock.usp.left.top {
    padding-top: 60px; }
  .c--doubleblock.usp.left.nomargin {
    padding-bottom: 60px; }
  .c--doubleblock.usp.left.right-no-padding {
    padding-right: 6%; }
  .c--doubleblock.usp.intro {
    padding-top: 20px; }
  .c--doubleblock.map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 40% 0px;
    background-size: auto 100%; }
  .c--doubleblock.service {
    position: static;
    overflow: visible;
    height: 600px;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .c--doubleblock.service.fixedheight {
    height: 410px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .c--doubleblock.ctabottom {
    width: 100%; }
  .c--doubleblock.ctabottom.left {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px; }
  .vertical-divider {
    width: 2px;
    height: 330px;
    margin-top: -50px; }
  .gradient-bottom {
    width: 100%;
    height: 290px;
    margin-top: -290px; }
  .e--graybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 326px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .b--holder-flexright {
    width: 100%; }
  .b--holder-flexright.community {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none; }
  .b--holder-flexright.none {
    display: none; }
  .navbar-scroll {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9998;
    display: none;
    width: 100%;
    height: 79px; }
  .c--flex {
    overflow: visible;
    padding-bottom: 70px; }
  .c--flex.centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .c--flex.intro {
    padding-bottom: 80px; }
  .e--middletitle.comp-kernwaardes {
    font-size: 17px;
    line-height: 22px; }
  .c--flex-25.community._01 {
    height: 375px;
    padding-bottom: 27px;
    padding-left: 25px;
    background-size: auto, cover; }
  .c--flex-25.community._02 {
    height: 375px;
    padding-bottom: 27px;
    padding-left: 25px;
    background-size: auto, cover; }
  .c--flex-25.community._03 {
    height: 375px;
    padding-bottom: 27px;
    padding-left: 25px;
    background-size: auto, cover; }
  .c--flex-25.community._04 {
    display: none; }
  .c--flex-25.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--flex-25.left.meetpunten {
    width: 70%;
    margin-bottom: 50px;
    padding-right: 0px; }
  .c--flex-25.margintop-offset.middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--flex-25.margintop-offset.middle.slimmerooster {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .c--flex-25.hoirzontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .btn-readmore.contact {
    margin-top: 0px;
    padding-top: 15px; }
  .btn-readmore._404 {
    width: 100%; }
  .flex-box-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .logo-padding {
    margin: 10px 3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .e--herobuttons {
    margin-top: 0px;
    margin-bottom: 20px; }
  .c--flex-20.logo {
    display: none; }
  .c--flex-20.logo.horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c--flex-20.list {
    width: 110px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .c--flex-20.list.last {
    display: none; }
  .e--comp-caption.white {
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 400; }
  .e--comp-caption.white.footer {
    margin-bottom: 10px;
    font-size: 13px; }
  .e--comp-caption.comp-intro-specs {
    width: 160px;
    font-size: 12px; }
  .h10-link.footer-small {
    font-size: 13px; }
  .light-text-title {
    font-size: 25px;
    letter-spacing: 0px; }
  .flexbox-login {
    display: none; }
  .logo-tablet {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    float: none; }
  .brand {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .footer-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .nav-menu-mobile {
    display: none;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-box-horizontal-mobile-combo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 30px auto 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .flex-box-horizontal-mobile-combo.intro {
    margin-top: 30px; }
  .graphic-block {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 200px;
    max-width: 100%;
    margin-top: -40px;
    margin-left: -15px;
    background-image: url("../images/intro-dots.svg");
    background-position: 50% 50%;
    background-size: 90%;
    background-repeat: no-repeat; }
  .navbar-white {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent; }
  .nav-menu-secondary {
    position: static;
    display: block;
    overflow: scroll;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .hero-image-block {
    height: 250px; }
  .hero-image-block.werkgevers {
    background-position: 50% 50%; }
  .flex-box-offsettop {
    overflow: visible;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 0px; }
  .div-25-element.bigmargin {
    margin-bottom: 40px; }
  .div-flex-33.left.top-margin.systeem {
    width: 33%;
    margin-top: 0%; }
  .image-11 {
    margin-top: -165px;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .element-card {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .icn-vacatures {
    width: 100%; }
  .top-gradient {
    height: 181px;
    margin-top: 0px; }
  .element-vacatures {
    margin-bottom: 20px; }
  .purple-top-bar {
    height: 70px; }
  .flex-gradient {
    width: 100%; }
  .div-flex-40.centered.width60 {
    width: 70%; }
  .div-flex-40.centered.width60.slimmerooster {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%; }
  .div-flex-40.partners {
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .small-link {
    font-size: 11px;
    line-height: 24px; }
  ._w-item-vacature {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 5%; }
  .flex-vacatures-right {
    width: 100%; }
  .btn-vacatures-nieuw {
    padding-right: 10px;
    font-size: 11px; }
  .image-16 {
    width: 55px;
    height: 55px; }
  .e--icon-meetpunten-mobile {
    height: 35px;
    margin-bottom: 10px; }
  .btn-comingsoon {
    padding-right: 10px; }
  .btn-comingsoon.tablet {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 11px; }
  .btn-comingsoon.tablet.margin-b-20 {
    display: inline-block;
    margin-top: 4px;
    margin-left: 0px;
    padding-top: 3px;
    padding-bottom: 2px; }
  .nav-underlineready {
    padding-top: 29px;
    padding-bottom: 23px;
    font-size: 13px; }
  .nav-underlineready.white {
    padding-top: 28px;
    padding-bottom: 22px; }
  .nav-underlineactive {
    padding-top: 29px;
    padding-bottom: 24px;
    font-size: 13px; }
  .icn-sociall-rounded {
    margin-right: 7px;
    margin-left: 7px; }
  .flex-box-offsetbottom {
    overflow: visible;
    margin-top: -24px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 0px; }
  .fact-big.comp-intro-specs {
    font-size: 32px; }
  .element-intro-specs {
    margin-bottom: 45px; }
  .section-overons-kernwaardes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .vertical-divider-small {
    width: 2px;
    height: 40px;
    margin-top: 0px; }
  .vertical-divider-small.top-20 {
    height: 60px; }
  .graphic-comp-kernwaardes._02 {
    margin-right: 5%; }
  .graphic-comp-kernwaardes._03 {
    margin-left: 0%; }
  .graphic-comp-kernwaardes._01 {
    margin-left: 0%; }
  .element-overons-kernwaardes {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 6%;
    padding-left: 6%; }
  .comp-overons-kernwaardes {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .element-overons-partners {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-right: 6%;
    padding-left: 6%; }
  .comp-overons-partners {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .comp-overons-partners-flexlogos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0px auto 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .section-overons-faq {
    padding-top: 80px;
    padding-bottom: 60px; }
  .element-overons-faq {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 6%;
    padding-left: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .comp-overons-faq {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .comp-overons-faq-accordeon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .comp-overons-faq-accordeontitle {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.2px; }
  .element-contact-hero {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 6%;
    padding-left: 6%; }
  .comp-contact-hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .comp-contact-hero-subline {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .element-contact-adres {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
    padding-right: 6%;
    padding-left: 6%; }
  .comp-contact-adres {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .d--div-flex-50-ver.systeem {
    width: 35%; }
  .e--speciallintro {
    width: 80%;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.1px; }
  .e--speciallintro.contact-title {
    margin-bottom: 10px;
    text-align: left; }
  .element-contact-carriere {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-right: 6%;
    padding-left: 6%; }
  .comp-contact-carriere {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .element-general-divider {
    position: relative;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e5e5e5; }
  .element-general-divider.full-width.home {
    width: 100%; }
  .element-general-divider.displaynone {
    display: block; }
  .element-general-divider.contat {
    margin-top: 40px; }
  .element-contact-form {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-right: 6%;
    padding-left: 6%; }
  .comp-contact-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .element-general-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .comp-form-field {
    font-size: 13px;
    line-height: 20px; }
  .comp-form-label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    line-height: 20px; }
  .comp-form-textarea {
    font-size: 13px;
    line-height: 20px; }
  .div-flex-20-ver.margin-l-40 {
    width: 17%;
    margin-left: 0px; }
  .div-flex-50-form-horizontal {
    width: 60%;
    margin-left: 17%; }
  .element-contact-team {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-right: 6%;
    padding-left: 6%; }
  .comp-contact-team {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .icn-werknemers-usp {
    width: 65px; }
  .comp-werknemers-usp-icons {
    width: 66.66%; }
  .div-50-element {
    margin-bottom: 30px; }
  .comp-werknemers-usp-header {
    width: 33.33%; }
  .comp-werknemers-usp {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .element-werknemers-usp {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-right: 6%;
    padding-left: 6%; }
  .element-general-community {
    width: 100%;
    height: 440px; }
  .div-flex-40-ver.just-center {
    width: 60%; }
  .section-general-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .element-werknemers-systeem {
    width: 100%;
    margin-top: -53px;
    margin-bottom: 3%;
    padding: 12% 6%;
    background-image: url("../images/graphic-iphone.png");
    background-position: 95% 0px;
    background-size: 530px;
    background-repeat: no-repeat; }
  .comp-werknemers-systeem {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px; }
  .div-flex-100-ver {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .comp-werkgevers-usp-header {
    width: 33.33%; }
  .comp-werkgevers-usp-icons {
    width: 66.66%; }
  .comp-werkgevers-usp {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .element-werkgevers-usp {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 6%;
    padding-left: 6%; }
  .element-partners-hero {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 6%;
    padding-left: 6%; }
  .element-partners-overview {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 0px;
    padding-right: 6%;
    padding-left: 6%; }
  .overviewcomp-partners-overview {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .section-veelgesteldevragen-faq {
    padding-top: 60px; }
  .navbar-gradient-single {
    position: absolute;
    top: 78px;
    width: 100%;
    height: 12px; }
  .navbar-gradient-single.mobile-landscape {
    top: 139px; }
  .c--home-usp {
    width: 100%;
    padding: 0px 70px 80px; }
  .d--home-usp {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .element-community-members {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 10%;
    padding-left: 10%; }
  .c-community-members-photo._01 {
    width: 210px;
    height: 210px;
    margin-left: 10px; }
  .c-community-members-photo._02 {
    width: 210px;
    height: 210px; }
  .c-community-members-photo._03 {
    width: 210px;
    height: 210px;
    margin-left: 10px; }
  .c-community-members-photo._04 {
    width: 210px;
    height: 210px;
    margin-right: 10px; }
  .c-community-members-photo._05 {
    width: 210px;
    height: 210px;
    margin-left: 10px; }
  .c-community-members-photo._06 {
    width: 210px;
    height: 210px; }
  .section-community-introduction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .element-community-intro {
    margin-top: 80px;
    margin-bottom: 0px; }
  .comp-community-intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .comp-community-members {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .section-community-members {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  ._w-community-members-photo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-right: 20px;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  ._w-community-members-photo.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  ._w-community-members-photo.align-right {
    margin-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  ._w-community-members-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .element-community-hero {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-right: 6%;
    padding-left: 6%; }
  .element-werknemers-vacatures {
    width: 100%; }
  .element-werknemers-vacatures.usp {
    width: 100%; }
  .element-werknemers-vacatures.usp.left {
    width: 100%;
    padding-top: 80px;
    padding-right: 6%;
    padding-left: 6%; }
  .comp-werknemers-vacatures {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .comp-werknemers-vacatures.vacatures {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .element-vacatures-hero {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 6%;
    padding-left: 6%; }
  .section-vacatures-filterlist {
    display: block;
    background-color: #fafafa; }
  .element-vacatures-filterlist {
    width: 100%; }
  .element-vacatures-filterlist.usp {
    width: 100%; }
  .element-vacatures-filterlist.usp.left {
    width: 100%;
    padding-top: 0px;
    padding-right: 6%;
    padding-left: 6%; }
  .btn-vacatures-ingevuld {
    padding-right: 10px;
    font-size: 11px; }
  .c-vacatures-filterlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding: 0px 6%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: none none solid; }
  .c-vacatures-filterlist.display-none {
    display: none; }
  .c-vacatures-filterlist-radioselector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 6%;
    padding-left: 6%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px none #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background-color: #fafafa; }
  .filter-radioselector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .form-field-label {
    color: #444; }
  .form-field-radio {
    display: block;
    width: 49%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px; }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-vacatures-filterlist-dropdownselector {
    display: block;
    overflow: hidden;
    width: 49%; }
  .dropdown-2 {
    width: 50%; }
  .form-field-textreset {
    display: block;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 13px; }
  ._w-vacatures-dropdown-filterlist {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  ._w-vacatures-dropdown-filterlist.vacatures {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 80px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .c-dropdown-50 {
    width: 100%; }
  .icn-vacatures-arrowdown {
    display: block;
    width: 24px;
    height: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 3px;
    padding-left: 3px; }
  .icn-vacatures-arrowup {
    display: none;
    width: 24px;
    height: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 3px;
    padding-left: 3px; }
  .hero-detailpage-image-block {
    width: 100%;
    height: 150px; }
  .element-detail-hero {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 6%;
    padding-left: 6%; }
  .section-detail-content {
    padding-top: 60px;
    padding-bottom: 60px; }
  .element-detail-context {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 6%;
    padding-left: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .comp-detail-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .comp-detail-contenblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  ._w-detail-richtext-single p {
    font-size: 13px;
    line-height: 22px; }
  ._w-detail-richtext-single h4 {
    font-size: 13px;
    line-height: 22px; }
  ._w-detail-richtext-single blockquote {
    font-size: 18px;
    line-height: 28px; }
  ._w-detail-content-imageblock {
    width: 100%; }
  .c-text-caption {
    width: 100%; }
  .c-vacatures-filterlist-radioselector-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .c-vacatures-filterlist-menublock {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 0px;
    padding: 0px 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fafafa; }
  .icn-vacatures-add {
    display: none; }
  .section-404 {
    width: 100%; }
  .element-404 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .comp-404 {
    overflow: visible;
    margin-top: -26px;
    padding-bottom: 0px; }
  .graphic-404 {
    margin-bottom: 40px; }
  .d--communitycard-top {
    opacity: 0; }
  .d--card-overlay {
    height: 375px; }
  .e--btn-bg {
    width: 130px; }
  .e--btn-bg.second {
    margin-right: 6px;
    margin-left: 6px; }
  .e--btn-bg.tertriary {
    width: 180px;
    margin-top: 25px; }
  .e--btn-bg.tertriary.margin-t-0 {
    width: 130px;
    margin-right: 6px;
    margin-left: 6px; }
  .e--btn-bg.tertriary.width180 {
    margin-top: 25px; }
  .e--btn-bg.tertriary.width200 {
    margin-top: 25px; }
  .e--btn-bg.tertriary.width220 {
    margin-top: 25px; }
  .e--btn-bg.menu {
    width: auto; }
  .btn-text {
    width: 100%;
    font-size: 13px; }
  .btn-background {
    width: 130px; }
  .btn-background.tertriary {
    width: 100%; }
  .btn-background.tertriary._220px {
    width: 100%; }
  .e--texthidden {
    height: 42px; }
  .c-texthidden-h3 {
    height: 22px; }
  .e-texthidden-h2 {
    width: 100%; }
  .e-texthidden-h2.centered {
    height: 35px;
    text-align: center; }
  .small-btn {
    display: none; }
  .text-block {
    font-size: 14px; }
  .bg-image-holder {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 0%;
    background-image: -webkit-linear-gradient(6deg, rgba(0, 0, 0, 0.25), transparent 25%, transparent 0), url("../images/home-hero-image-3.jpg");
    background-image: -o-linear-gradient(6deg, rgba(0, 0, 0, 0.25), transparent 25%, transparent 0), url("../images/home-hero-image-3.jpg");
    background-image: linear-gradient(84deg, rgba(0, 0, 0, 0.25), transparent 25%, transparent 0), url("../images/home-hero-image-3.jpg");
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .bg-graphic-holder {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px; }
  .inline-link {
    font-size: 13px; }
  ._w--hero-image-block {
    width: 100%;
    height: 250px; }
  ._w--cta-text {
    width: 80%; }
  .e--herotext {
    width: 60%; }
  .e--introtext {
    font-size: 14px;
    line-height: 22px; }
  .e--subtitle {
    font-size: 10px;
    line-height: 18px; }
  .e--subtitle.header {
    margin-bottom: 20px; }
  .e--subtitle.criteria {
    margin-bottom: 10px; }
  .e--introduction {
    width: 60%;
    font-size: 15px;
    line-height: 24px; }
  .e--usptext {
    font-size: 13px;
    line-height: 22px; }
  .e--communitycard-function {
    font-size: 13px; }
  .e--cardtext {
    font-size: 15px;
    line-height: 24px; }
  .e--tripleblocktitle {
    font-size: 15px;
    line-height: 23px; }
  .e--tripleblocktext {
    width: 95%; }
  .e--systeemtitle.vacatures {
    text-align: center; }
  .e--systeemtitle.partners {
    text-align: center; }
  .e--systemtext {
    width: 100%; }
  .e--systemtext.vacatures {
    text-align: center; }
  .e--systemtext.partners {
    text-align: center; }
  .e--criteriatext {
    text-align: center; }
  .e--criteriatitle {
    text-align: center; }
  .e--textboxsmall {
    font-size: 13px;
    line-height: 24px; }
  .e--communitytext {
    font-size: 14px;
    line-height: 24px; }
  .e--staptekst {
    width: 93%; }
  .e--singleblocktitle {
    margin-bottom: 20px; }
  .e--singleblocktext {
    margin-bottom: 10px; }
  .text-block-2 {
    line-height: 20px; }
  .heading-3 {
    line-height: 26px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 32px; }
  h2 {
    font-size: 22px;
    line-height: 26px; }
  h3 {
    font-size: 16px;
    line-height: 22px; }
  h6 {
    font-size: 15px;
    line-height: 24px; }
  .loginpanel-right.menu.hidden {
    display: none; }
  .e--middletext {
    text-align: center; }
  .e--middletext._25 {
    text-align: left; }
  .e--middletext.services {
    text-align: center; }
  .e--middletext.margin-t-20 {
    margin-top: 10px;
    text-align: left; }
  .e--middletext.filter {
    text-align: left; }
  .fact-extra.white.bartop {
    margin-top: 0px; }
  .divider.nomad.margintop {
    width: 100%; }
  .e--smalltitle {
    font-size: 13px;
    font-weight: 700; }
  .e--smalltitle.centered {
    text-align: center; }
  .navbar-hero {
    height: 120vh;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.15), transparent 21%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), color-stop(21%, transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), transparent 21%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), transparent 21%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), transparent 21%); }
  .nav-menu {
    display: none; }
  .flex-box-nav.left75 {
    height: 48px;
    margin-top: 15px;
    margin-right: 78px;
    margin-bottom: 15px;
    padding-right: 3%;
    padding-left: 3%; }
  .flex-box-nav.left75.menu {
    height: 41px;
    margin-top: 19px;
    margin-bottom: 19px;
    padding-right: 4.5%;
    padding-left: 4.5%; }
  .flex-box-nav.mobile {
    display: block;
    height: 52px;
    margin: 0px; }
  .flex-box-nav.mobile-landscape {
    display: block;
    height: 54px;
    margin: 0px 0%; }
  .nav-link.h8.h8-white {
    margin-bottom: 0px;
    padding-top: 18px;
    padding-bottom: 18px; }
  .nav-link.h8.menu.mobile {
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 14px; }
  .nav-link.h8.nav-bottom {
    margin-right: 2%;
    margin-left: 2%; }
  .primairy-button.secundairy.maps.services {
    text-align: center; }
  .primairy-button.hidden {
    display: none; }
  .b--holder.duo {
    width: 98%; }
  .b--holder.cta {
    padding-top: 20px; }
  .b--holder.vragen {
    position: relative;
    height: 540px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b--holder.slimmerooster {
    background-position: 163px 0px; }
  .b--holder.home.scrolldown {
    width: 100%; }
  .b--holder.cta-top {
    margin-top: 60px; }
  .b--holder.cta-included {
    margin-bottom: 40px; }
  .section-intro.block {
    display: block; }
  .c--div-flex.usp.horizontal.meetpunten {
    margin-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c--div-flex.usp.horizontal.reversed {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .c--div-flex.usp.map.pading-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .c--div-flex.services.left {
    width: 100%;
    padding-right: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--div-flex.footer.bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--div-flex.duo.bottom.margin-b-60 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .c--div-flex.veelgestelde {
    width: 60%;
    height: 90%; }
  .e--middle-title.service {
    text-align: center; }
  .c--doubleblock.usp.left {
    padding-top: 80px; }
  .c--doubleblock.usp.left.top {
    padding-top: 60px;
    padding-right: 6%;
    padding-left: 6%; }
  .c--doubleblock.usp.left.nomargin {
    padding: 80px 6%; }
  .c--doubleblock.usp.left.right-no-padding {
    padding-top: 60px;
    padding-right: 6%; }
  .c--doubleblock.map {
    background-position: -332px 0px; }
  .c--doubleblock.service.fixedheight {
    height: 600px; }
  .c--doubleblock.ctabottom.left {
    padding-top: 40px;
    padding-bottom: 60px; }
  .vertical-divider.top {
    width: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .navbar-scroll {
    display: none;
    height: 54px; }
  .e--middletitle.comp-kernwaardes {
    color: #444;
    font-size: 15px; }
  .c--flex-25.community._01 {
    padding-left: 2%; }
  .c--flex-25.community._02 {
    padding-left: 2%; }
  .c--flex-25.community._03 {
    padding-left: 2%; }
  .c--flex-25.centered {
    width: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c--flex-25.centered.no-margin {
    width: 100%; }
  .c--flex-25.left {
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .c--flex-25.left.meetpunten {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--flex-25.hoirzontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .btn-readmore.contact {
    margin-top: 0px; }
  .btn-readmore._404 {
    position: relative;
    margin-top: 80px;
    padding-bottom: 30px; }
  .logo-padding.comp-overons-partners {
    margin: 5px 10px; }
  .e--herobuttons {
    margin-bottom: 20px; }
  .c--flex-20.logo.bottom {
    margin-right: 0px; }
  .e--comp-caption.white.footer {
    margin-bottom: 10px;
    font-size: 11px; }
  .h10-link.no-border.footer {
    font-size: 11px; }
  .h10-link.footer-small {
    font-size: 11px; }
  .logo-tablet {
    width: 120px;
    margin-left: 3%; }
  .brand {
    padding-left: 0px; }
  .brand.hidden {
    display: none; }
  .footer-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .mobilemenu-icons {
    display: block;
    margin-right: 3%; }
  .mobile-icon {
    margin-left: 5px; }
  .nav-menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 3%;
    padding-left: 3%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .flex-box-horizontal-mobile-combo.intro {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .nav-menu-secondary {
    display: none;
    overflow: visible;
    padding-right: 4.5%;
    padding-left: 4.5%;
    float: none; }
  .hero-image-block {
    height: 175px; }
  .flex-box-offsettop {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 35px; }
  .div-25-element.bigmargin {
    width: 100%; }
  .div-flex-33.left.top-margin.systeem.mobile {
    width: 40%; }
  .image-11 {
    position: static;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: -8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .element-card {
    padding: 6%; }
  .div-flex-40.centered.width60 {
    width: 80%; }
  .div-flex-40.partners {
    width: 100%; }
  ._w-item-vacature {
    padding-right: 3%;
    padding-left: 1%; }
  .flex-vacatures-right {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2%; }
  .image-15 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .icn-sociall-rounded {
    margin-right: 7px;
    margin-left: 7px; }
  .element-intro-specs {
    margin-top: 40px; }
  .graphic-comp-kernwaardes._02 {
    width: 220px;
    margin-right: 0%; }
  .graphic-comp-kernwaardes._03 {
    width: 200px; }
  .graphic-comp-kernwaardes._01 {
    width: 200px; }
  .comp-overons-partners-flexlogos {
    width: 100%; }
  .section-overons-faq {
    padding-top: 80px; }
  .comp-contact-hero {
    margin-top: 0px;
    padding-top: 50px; }
  .element-contact-adres {
    margin-bottom: 60px; }
  .d--div-flex-50-hor._66 {
    width: 50%; }
  .d--div-flex-50-ver {
    width: 50%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .d--div-flex-50-ver.margin-b-20._100 {
    width: 100%; }
  .d--div-flex-50-ver.systeem {
    width: 40%; }
  .d--div-flex-50-ver._100 {
    width: 100%; }
  .d--div-flex-50-ver._100._33 {
    width: 50%; }
  .e--speciallintro {
    width: 100%; }
  .element-general-divider {
    z-index: -1;
    height: 1px;
    background-color: #e5e5e5; }
  .element-general-divider.full-width.home {
    width: 100%; }
  .element-general-divider.displaynone {
    display: block; }
  .comp-form-label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px; }
  .div-flex-50-form-horizontal {
    margin-left: 17%; }
  .icn-werknemers-usp {
    width: 62px; }
  .comp-werknemers-usp-icons {
    width: 60%; }
  .div-50-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .comp-werknemers-usp-header {
    width: 33%;
    margin-right: 20px; }
  .element-werknemers-usp {
    margin-top: 80px;
    margin-bottom: 60px; }
  .element-general-community {
    width: 100%;
    height: 450px;
    padding-right: 6%;
    padding-left: 6%; }
  .comp-general-community {
    width: 100%; }
  .div-flex-40-ver.just-center {
    width: 65%; }
  .element-werknemers-systeem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -53px;
    margin-bottom: 0%;
    padding: 80px 6% 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url("../images/graphic-iphone.png");
    background-position: 210px 0px;
    background-size: 520px;
    background-repeat: no-repeat; }
  .comp-werknemers-systeem {
    display: block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px; }
  .comp-werkgevers-usp-header {
    width: 33%;
    margin-right: 20px; }
  .comp-werkgevers-usp-icons {
    width: 66%; }
  .comp-werkgevers-usp {
    margin-top: 0px; }
  .element-werkgevers-usp {
    margin-top: 80px;
    margin-bottom: 60px; }
  .element-partners-overview {
    margin-bottom: 60px; }
  .navbar-gradient-single {
    top: 130px; }
  .navbar-gradient-single.scrolldown {
    top: 54px; }
  .navbar-gradient-single.mobile-landscape {
    top: 130px; }
  .c--home-usp {
    padding-right: 6%;
    padding-left: 6%; }
  .element-community-members {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 6%;
    padding-left: 6%; }
  .c-community-members-photo._01 {
    margin-left: 10px; }
  .c-community-members-photo._02 {
    margin-right: 10px; }
  .c-community-members-photo._03 {
    margin-left: 10px; }
  .c-community-members-photo._04 {
    margin-right: 10px; }
  .c-community-members-photo._05 {
    margin-left: 10px; }
  .c-community-members-photo._06 {
    margin-right: 10px; }
  .element-community-intro {
    margin-top: 60px;
    margin-bottom: 20px; }
  ._w-community-members-photo.align-right {
    margin-right: 0px; }
  .element-community-hero {
    padding-top: 0px;
    padding-right: 6%;
    padding-left: 6%; }
  .element-werknemers-vacatures.usp.left {
    padding-top: 80px; }
  .comp-werknemers-vacatures.vacatures {
    margin-top: 30px; }
  .element-vacatures-hero {
    padding-right: 6%;
    padding-left: 6%; }
  .element-vacatures-filterlist.usp.left {
    padding-top: 60px;
    padding-right: 2%;
    padding-left: 2%; }
  ._w-vacatures-dropdown-filterlist.vacatures {
    padding-top: 0px; }
  .hero-detailpage-image-block {
    height: 100px; }
  .comp-detail-contenblock {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  ._w-detail-richtext-single blockquote {
    border-left-width: 1px; }
  .horizontal-divider-accordeon-margin {
    margin-top: 40px;
    margin-bottom: 40px; }
  .horizontal-divider-accordeon-margin.caption-ready {
    margin-top: 40px;
    margin-bottom: 50px; }
  .c-text-caption {
    width: 100%; }
  .icn-vacatures-add {
    display: none; }
  .section-404 {
    margin-top: 60px; }
  .element-404 {
    padding-right: 4.5%;
    padding-left: 4.5%; }
  .comp-404 {
    width: 100%;
    margin-top: 0px; }
  .e--btn-bg.menu {
    display: none; }
  .e--texthidden {
    width: 100%;
    height: 39px;
    margin-top: -5px; }
  .c-texthidden-h3 {
    height: 23px; }
  .e-texthidden-h2 {
    height: 33px;
    padding-top: 2px;
    padding-bottom: 2px; }
  .e-texthidden-h2.centered {
    height: 33px; }
  .small-btn {
    display: none; }
  .text-block {
    font-size: 14px; }
  .bg-image-holder {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -webkit-linear-gradient(9deg, rgba(0, 0, 0, 0.25) 8%, transparent 39%), url("../images/home-hero-image-3.jpg");
    background-image: -o-linear-gradient(9deg, rgba(0, 0, 0, 0.25) 8%, transparent 39%), url("../images/home-hero-image-3.jpg");
    background-image: linear-gradient(81deg, rgba(0, 0, 0, 0.25) 8%, transparent 39%), url("../images/home-hero-image-3.jpg");
    background-position: 0px 0px, 65% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll; }
  ._w--hero-image-block {
    height: 175px; }
  .e--herotext {
    width: 80%; }
  .e--introtext {
    font-size: 13px;
    line-height: 20px; }
  .e--introduction {
    width: 84%; }
  .e--maptext {
    width: 85%; }
  .e--bannertext {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center; }
  .e--doubleblocktitle {
    width: 100%; }
  body {
    font-size: 13px;
    line-height: 20px; } }

@media (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 24px; }
  .loginpanel-right {
    position: absolute;
    z-index: 997;
    width: 64px;
    height: 63px; }
  .loginpanel-right.menu.hidden {
    display: none; }
  .loginpanel-right.tablet {
    height: 63px; }
  .e--middletext {
    text-align: center; }
  .e--middletext._25 {
    width: 100%;
    text-align: center; }
  .e--middletext.services {
    display: block;
    width: 85%;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 22px;
    text-align: center; }
  .e--middletext.comp-kernwaardes {
    text-align: left; }
  .e--middletext.comp-kernwaardes.centered {
    text-align: center; }
  .e--middletext.margin-t-20 {
    text-align: center; }
  .e--middletext.filter {
    text-align: left; }
  .e--middletext.comp-kernwaarden {
    text-align: left; }
  .fact-extra.purple.service {
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .fact-extra.purple.contact {
    display: block;
    overflow: visible;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .fact-extra.white.dropdown {
    display: block;
    width: 100%;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px; }
  .fact-extra.white.vacatures {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .fact-extra.white.vacatures.no-border {
    font-size: 13px; }
  .fact-extra.white.bartop {
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .fact-extra.vacatures {
    font-size: 12px;
    letter-spacing: 0px; }
  .e--login.panel-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .icon-login {
    padding-right: 0px; }
  .panelright-gradient {
    height: 63px; }
  .divider {
    position: relative; }
  .divider.nomad {
    position: static;
    width: 100%; }
  .divider.nomad.margintop {
    margin-top: 70px; }
  .divider.scrolldown {
    top: 63px; }
  .divider.scrolldown.notop {
    top: -2px; }
  .e--smalltitle {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    text-align: left; }
  .e--smalltitle.margin-t-10 {
    font-size: 13px;
    line-height: 20px;
    text-align: center; }
  .e--smalltitle.margin-t-20 {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: center; }
  .navbar-hero {
    position: relative;
    height: 85vh;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.2) -2%, rgba(0, 0, 0, 0.15) 0%, transparent 21%), url("../images/hero-image-balls.png");
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-2%, rgba(0, 0, 0, 0.2)), color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(21%, transparent)), url("../images/hero-image-balls.png");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) -2%, rgba(0, 0, 0, 0.15) 0%, transparent 21%), url("../images/hero-image-balls.png");
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) -2%, rgba(0, 0, 0, 0.15) 0%, transparent 21%), url("../images/hero-image-balls.png");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) -2%, rgba(0, 0, 0, 0.15) 0%, transparent 21%), url("../images/hero-image-balls.png");
    background-position: 0px 0px, 100% 50%; }
  .nav-menu {
    display: none; }
  .flex-box-nav {
    position: static;
    margin: 0px; }
  .flex-box-nav.left75 {
    height: 61px;
    margin-top: 1px;
    margin-right: 65px;
    margin-bottom: 0px;
    padding-right: 3%;
    padding-left: 3%; }
  .flex-box-nav.left75.menu {
    height: 61px;
    margin-top: 0px;
    margin-bottom: 2px;
    padding-right: 2%;
    padding-left: 2%; }
  .flex-box-nav.mobile {
    display: block;
    height: 54px; }
  .flex-box-nav.mobile-landscape {
    display: block;
    height: 54px; }
  .nav-link.h8.h8-white {
    margin-right: 1%;
    margin-left: 1%;
    padding-top: 18px;
    padding-bottom: 18px; }
  .nav-link.h8.menu {
    margin-right: 1%;
    margin-left: 1%; }
  .nav-link.h8.menu.mobile {
    margin-bottom: 0px;
    padding-top: 17px;
    padding-bottom: 15px; }
  .nav-link.h8.menu.mobile.w--current {
    padding-top: 17px;
    padding-bottom: 15px; }
  .nav-link.h8.nav-bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .primairy-button {
    display: block;
    margin-left: 0px; }
  .primairy-button.secundairy {
    margin-top: 40px; }
  .primairy-button.hidden {
    display: none; }
  .b--holder {
    position: static;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .b--holder.duo {
    position: static;
    display: block;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .b--holder.duo.last {
    margin-bottom: 40px; }
  .b--holder.introduction {
    background-position: 50% 0px;
    background-size: cover; }
  .b--holder.usp.right.horizontal-row {
    position: static;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .b--holder.usp.middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b--holder.partners {
    padding-top: 70px;
    padding-bottom: 90px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b--holder.footer {
    padding-top: 35px; }
  .b--holder.footer.red {
    height: 100%; }
  .b--holder.innerfooter {
    display: none; }
  .b--holder.innerfooter.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 17px;
    padding-left: 17px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b--holder.innerfooter.top-tablet-logo {
    display: block;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .b--holder.innerfooter.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }
  .b--holder.meetpunten {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b--holder.vragen {
    position: static;
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b--holder.slimmerooster {
    overflow: visible;
    height: 700px;
    margin-top: 140px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 25% 120%;
    background-size: 425px; }
  .b--holder.overons-intro {
    width: 100%; }
  .b--holder.comp-intro-kernwaardes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b--holder.comp-intro-kernwaardes.graphic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto; }
  .b--holder.comp-intro-kernwaardes.graphic.align-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .b--holder.home.scrolldown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px; }
  .b--holder.cta-top {
    margin-bottom: 0px; }
  .scroll-down-image {
    position: static;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .d--hero-text {
    display: block;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%; }
  .section-intro.block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .c--div-flex.usp.horizontal {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--div-flex.usp.horizontal.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .c--div-flex.usp.map.pading-left {
    height: auto;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--div-flex.services.left {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .c--div-flex.footer.bottom {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .c--div-flex.duo {
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c--div-flex.duo.bottom {
    margin-top: 50px;
    margin-bottom: 50px; }
  .c--div-flex.duo.bottom.margin-b-60 {
    margin-top: 30px;
    margin-bottom: 40px; }
  .c--div-flex.veelgestelde {
    width: 100%;
    height: 100%; }
  .e--middle-title.service {
    width: 85%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center; }
  .c--doubleblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .c--doubleblock.usp.left {
    margin-top: 0px;
    padding-top: 60px;
    padding-left: 6%; }
  .c--doubleblock.usp.left.top {
    padding-top: 60px; }
  .c--doubleblock.usp.left.nomargin {
    padding-bottom: 40px; }
  .c--doubleblock.usp.left.nomargin.systeem {
    padding-bottom: 60px; }
  .c--doubleblock.usp.left.nopadding {
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--doubleblock.usp.left.right-no-padding {
    padding-right: 6%;
    padding-bottom: 0px; }
  .c--doubleblock.usp.intro {
    padding-top: 40px;
    padding-right: 5%;
    padding-left: 5%; }
  .c--doubleblock.map {
    height: 730px;
    padding-bottom: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url("../images/bg-map.svg"), -webkit-linear-gradient(270deg, #f6f6f6, #f6f6f6);
    background-image: url("../images/bg-map.svg"), -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
    background-image: url("../images/bg-map.svg"), -webkit-linear-gradient(top, #f6f6f6, #f6f6f6);
    background-image: url("../images/bg-map.svg"), -o-linear-gradient(top, #f6f6f6, #f6f6f6);
    background-image: url("../images/bg-map.svg"), linear-gradient(180deg, #f6f6f6, #f6f6f6);
    background-position: 22% -48px, 0px 0px;
    background-size: 270%, auto;
    background-repeat: no-repeat, repeat; }
  .c--doubleblock.service {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    height: 100%;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--doubleblock.service.fixedheight {
    display: block;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .c--doubleblock.ctabottom.left {
    margin-top: 0px;
    padding-right: 6%;
    padding-bottom: 50px;
    padding-left: 6%; }
  .vertical-divider.top {
    display: none;
    width: 100%;
    height: 1px;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .gradient-bottom {
    position: absolute;
    z-index: 0;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.03)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0)); }
  .e--graybox {
    padding-right: 6%;
    padding-left: 6%; }
  .navbar-scroll {
    display: none;
    height: 54px; }
  .section-werknemers-header {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c--flex {
    width: 100%;
    padding-bottom: 60px; }
  .c--flex.centered {
    margin-right: 0px;
    margin-left: 0px; }
  .e--middletitle.comp-kernwaardes {
    text-align: center; }
  .c--flex-25 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .c--flex-25.community._01 {
    width: 100%;
    height: 265px;
    padding-right: 6%;
    padding-bottom: 10px;
    padding-left: 6%; }
  .c--flex-25.community._02 {
    height: 265px;
    padding-right: 6%;
    padding-bottom: 10px;
    padding-left: 6%; }
  .c--flex-25.community._03 {
    height: 265px;
    padding-right: 6%;
    padding-bottom: 10px;
    padding-left: 6%; }
  .c--flex-25.centered {
    width: 90%;
    margin-bottom: 0px; }
  .c--flex-25.centered.no-margin {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .c--flex-25.left {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--flex-25.left.meetpunten {
    width: 100%; }
  .c--flex-25.margintop-offset.middle.slimmerooster {
    width: 100%;
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .c--flex-25.hoirzontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .btn-readmore {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .btn-readmore.services {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .btn-readmore.contact {
    display: none; }
  .btn-readmore._404 {
    margin-top: 40px;
    margin-left: 0px; }
  .logo-padding {
    width: 31%;
    margin: 0px 1%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  .logo-padding.comp-overons-partners {
    width: 90px;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .section-service {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .div-two-buttons.services {
    display: block;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer {
    position: static; }
  .e--herobuttons {
    margin-bottom: 45px; }
  .e--herobuttons.hero {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .c--flex-20.logo.bottom {
    margin-right: 0px; }
  .e--comp-caption.white {
    text-align: center; }
  .e--comp-caption.white.footer {
    width: 100%;
    margin-bottom: 10px; }
  .e--comp-caption.comp-intro-specs {
    width: 80%;
    margin-top: 5px;
    margin-bottom: 15px; }
  .h10-link.no-border.footer {
    font-size: 11px; }
  .h10-link.footer-small {
    font-size: 11px; }
  .light-text-title {
    font-size: 22px; }
  .logo-tablet {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    margin: 21px 0px 20px; }
  .brand {
    display: block;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .brand.hidden {
    display: none; }
  .dropdown-toggle.firstitem {
    padding: 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .dropdown-toggle.row-item {
    padding: 20px 0px; }
  .mobilemenu-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .mobile-icon {
    margin-left: 5px; }
  .nav-menu-mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 51px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 3.5%;
    padding-left: 3.5%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .flex-box-horizontal-mobile-combo {
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .graphic-block {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    height: 140px;
    margin-top: -23px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../images/intro-dots.svg");
    background-position: 56% 50%;
    background-size: 515px;
    background-repeat: no-repeat; }
  .menu-button {
    display: none; }
  .navbar-white {
    height: 115px;
    background-image: none; }
  .nav-menu-secondary {
    display: none;
    overflow: scroll;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 3.5%;
    padding-left: 3.5%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .flex-box-offsettop {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 45px;
    padding-bottom: 0px; }
  .div-25-element.bigmargin {
    margin-top: 10px;
    margin-bottom: 30px; }
  .div-flex-33.left.top-margin {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .div-flex-33.left.top-margin.systeem {
    margin-top: 30px; }
  .div-flex-33.left.top-margin.systeem.mobile {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .image-11 {
    width: 100%;
    margin-top: -165px;
    margin-bottom: 30px;
    margin-left: 0px; }
  .element-card {
    width: 100%;
    height: 100%;
    margin-top: -1px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .icn-vacatures {
    width: 55px;
    margin-top: 10px;
    padding: 0px; }
  .card-vertical-border {
    height: 20px;
    margin-top: 0px;
    margin-bottom: 20px; }
  .top-gradient {
    height: 80px;
    margin-top: 0px; }
  .element-vacatures {
    margin-bottom: 60px; }
  .purple-top-bar {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex-gradient {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .div-flex-40.centered {
    margin-bottom: 60px; }
  .div-flex-40.centered.width60 {
    width: 100%;
    margin-bottom: 40px; }
  .div-flex-40.centered.width60.slimmerooster {
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .div-flex-40.accordeon {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .small-link {
    display: block; }
  .small-link.displaynone {
    display: none; }
  ._w-item-vacature {
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex-vacatures-right {
    margin-top: 0px;
    margin-left: 0%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .btn-vacatures-nieuw {
    display: inline;
    margin-left: 2px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px; }
  .section-general-ctabottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .image-15 {
    position: relative;
    overflow: hidden;
    margin-right: 75px;
    margin-left: 75px;
    padding-left: 25px; }
  .e--icon-meetpunten-mobile {
    float: right; }
  .btn-comingsoon {
    margin-left: 2px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px; }
  .btn-comingsoon.tablet.margin-b-20 {
    margin-top: 10px; }
  .icn-sociall-rounded {
    margin-right: 7px;
    margin-left: 7px; }
  .flex-box-offsetbottom {
    width: 100%;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 15px; }
  .section-overons-introduction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .comp-intro-specs {
    width: 80%;
    margin-top: 10px; }
  .fact-big.comp-intro-specs {
    width: auto; }
  .element-intro-specs {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .vertical-divider-small {
    width: 1px;
    margin-bottom: 0px; }
  .vertical-divider-small.top-20 {
    height: 40px;
    margin-top: 0px; }
  .graphic-comp-kernwaardes._02 {
    width: 200px; }
  .graphic-comp-kernwaardes._03 {
    width: 180px; }
  .graphic-comp-kernwaardes._01 {
    width: 180px; }
  .element-overons-kernwaardes {
    margin-top: 60px;
    margin-bottom: 20px; }
  .comp-overons-kernwaardes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .comp-overons-kernwaardes.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .element-overons-partners {
    margin-top: 80px; }
  .comp-overons-partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .comp-overons-partners-flexlogos {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .section-overons-faq {
    padding-top: 40px;
    padding-bottom: 40px; }
  .element-overons-faq {
    margin-bottom: 20px; }
  .comp-overons-faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .comp-overons-faq-accordeon {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .accordeon-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .comp-overons-faq-accordeontitle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .section-contact-hero {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .comp-contact-hero {
    margin-top: 0px;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .comp-contact-hero-subline {
    margin-bottom: 40px; }
  .element-contact-adres {
    margin-top: 60px; }
  .comp-contact-adres {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .d--div-flex-50-hor {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .d--div-flex-50-hor._66 {
    width: 100%; }
  .d--div-flex-50-ver {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .d--div-flex-50-ver.systeem {
    width: 100%;
    margin-top: 380px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .d--div-flex-50-ver._100._33 {
    width: 100%; }
  .e--speciallintro {
    width: 95%; }
  .e--speciallintro.contact-title {
    text-align: center; }
  .element-contact-carriere {
    margin-bottom: 40px; }
  .comp-contact-carriere {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .element-general-divider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .element-general-divider.full-width {
    width: 100%; }
  .element-general-divider.displaynone {
    display: block; }
  .element-general-divider.contat {
    margin-top: 40px; }
  .element-contact-form {
    margin-top: 60px;
    margin-bottom: 60px; }
  .comp-contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .element-general-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .comp-form-label {
    font-size: 13px; }
  .comp-form-label.checkbox {
    font-size: 13px; }
  .div-flex-20-ver.margin-l-40 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .div-flex-50-form-horizontal {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .comp-contact-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .icn-werknemers-usp {
    width: 75px; }
  .comp-werknemers-usp-icons {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .div-50-element {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .comp-werknemers-usp-header {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .comp-werknemers-usp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .element-werknemers-usp {
    margin-top: 60px; }
  .element-general-community {
    height: 540px;
    background-position: 50% 100%; }
  .div-flex-40-ver.just-center {
    width: 100%;
    margin-top: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .section-general-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .element-werknemers-systeem {
    height: 810px;
    background-position: -12px 0px; }
  .div-flex-100-ver {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .comp-werkgevers-usp-header {
    width: 100%; }
  .comp-werkgevers-usp-icons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .comp-werkgevers-usp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .section-partners-hero {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .element-partners-overview {
    margin-top: 60px;
    margin-bottom: 20px; }
  .overviewcomp-partners-overview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .div-flex-33-hor {
    width: 50%;
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .section-veelgesteldevragen-faq {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 20px; }
  .navbar-gradient-single {
    top: 115px;
    height: 13px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.01));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.01)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.01));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.01));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.01)); }
  .navbar-gradient-single.scrolldown {
    position: absolute;
    top: 53px;
    height: 13px;
    background-image: -webkit-repeating-linear-gradient(270deg, transparent nulldeg, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.01));
    background-image: -webkit-repeating-linear-gradient(top, transparent nulldeg, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.01));
    background-image: -o-repeating-linear-gradient(top, transparent nulldeg, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.01));
    background-image: repeating-linear-gradient(180deg, transparent nulldeg, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.01));
    opacity: 0.7; }
  .navbar-gradient-single.mobile-landscape {
    top: 116px; }
  .icn-arrowleft-purple {
    display: block;
    height: 9px; }
  .e--flex33 {
    width: 100%;
    margin-bottom: 40px; }
  .c--home-usp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .d--home-usp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .element-community-members {
    margin-top: 20px; }
  .c-community-members-photo._05 {
    margin-left: 0px; }
  .c-community-members-photo._06 {
    margin-right: 0px; }
  .section-community-introduction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .element-community-intro {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px; }
  .comp-community-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .comp-community-members {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .comp-community-members.m-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  ._w-community-members-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  ._w-community-members-photo.align-left {
    margin-right: 0px;
    margin-bottom: 5px; }
  ._w-community-members-photo.align-right {
    margin-bottom: 5px;
    margin-left: 0px; }
  ._w-community-members-text {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .element-werknemers-vacatures {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .element-werknemers-vacatures.usp.left {
    padding-top: 60px;
    padding-left: 6%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .comp-werknemers-vacatures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .comp-werknemers-vacatures.vacatures {
    margin-top: 50px;
    margin-bottom: 0px; }
  .element-vacatures-filterlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .element-vacatures-filterlist.usp.left {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-right: 3%;
    padding-left: 3%; }
  .btn-vacatures-ingevuld {
    margin-left: 2px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px; }
  .filter-radioselector {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .form-field-label {
    color: #444; }
  .form-field-radio {
    width: 100%; }
  .form {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .c-vacatures-filterlist-dropdownselector {
    width: 100%; }
  .dropdown-toggle-2 {
    overflow: visible; }
  .form-field-dropdown-text {
    color: #444; }
  ._w-vacatures-dropdown-filterlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  ._w-vacatures-dropdown-filterlist.vacatures {
    margin-bottom: 0px; }
  .c-dropdown-50 {
    position: relative; }
  .section-detail-content {
    padding-top: 60px;
    padding-bottom: 40px; }
  .element-detail-context {
    margin-bottom: 20px; }
  .comp-detail-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .comp-detail-contenblock {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .c-detail-content-extralink {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  ._w-detail-richtext-single {
    margin-bottom: 10px; }
  ._w-detail-richtext-single blockquote {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 17px;
    line-height: 23px; }
  ._w-detail-content-imageblock {
    height: 45vh;
    margin-top: 20px; }
  .horizontal-divider-accordeon-margin {
    margin-top: 20px;
    margin-bottom: 60px; }
  .horizontal-divider-accordeon-margin.caption-ready {
    margin-top: 50px;
    margin-bottom: 40px; }
  .c-text-voetnoot-noter {
    margin-left: 0px; }
  .icn-vacatures-add {
    position: static;
    display: block;
    width: 39px;
    height: 39px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .section-404 {
    position: relative;
    display: block;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .element-404 {
    position: static;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .comp-404 {
    width: 100%;
    padding-bottom: 0px; }
  .d--communitycard-top {
    opacity: 0; }
  .d--card-overlay {
    height: 265px; }
  .e--btn-bg {
    margin-bottom: 10px; }
  .e--btn-bg.second.topbar {
    display: none; }
  .btn-text {
    font-size: 13px;
    font-weight: 400; }
  .link-white {
    font-size: 13px; }
  .section-overons-header {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c-texthidden-h3 {
    height: 24px;
    margin-bottom: -2px;
    padding-top: 2px;
    padding-bottom: 2px; }
  .c-texthidden-h3.left {
    text-align: center; }
  .e-texthidden-h2 {
    margin-top: -5px; }
  .e-texthidden-h2.centered {
    height: 30px; }
  .section-werkgevers-head {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .small-btn {
    display: block; }
  .text-block {
    font-size: 13px; }
  .dropdown-list-2 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #444; }
  .dropdown-list-3 {
    position: relative;
    display: none; }
  .d--bg-image {
    position: absolute;
    width: 100%;
    height: 85vh; }
  .bg-image-holder {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 85vh;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.4) 27%, transparent 69%), url("../images/home-hero-image-3.jpg");
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(27%, rgba(0, 0, 0, 0.4)), color-stop(69%, transparent)), url("../images/home-hero-image-3.jpg");
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 27%, transparent 69%), url("../images/home-hero-image-3.jpg");
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 27%, transparent 69%), url("../images/home-hero-image-3.jpg");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 27%, transparent 69%), url("../images/home-hero-image-3.jpg");
    background-position: 0px 0px, 65% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .bg-graphic-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/hero-image-balls.png");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .inline-link {
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    color: #444;
    font-size: 13px; }
  .inline-link:hover {
    color: #5811fc; }
  .inline-link:focus {
    color: #5811fc; }
  ._w--cta-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .e--subtitle.header {
    margin-top: 10px; }
  .e--introduction {
    display: block;
    width: 92%;
    margin-right: auto;
    margin-left: auto; }
  .e--maptext {
    text-align: center; }
  .e--footer-terms {
    text-align: center; }
  .e--tripleblocktitle {
    width: 100%;
    margin-bottom: 30px; }
  .e--systeemtitle {
    width: 100%; }
  .e--communitytitle {
    text-align: center; }
  .e--communitytext {
    text-align: center; }
  .e--doubleblocktitle {
    margin-bottom: 30px;
    text-align: center; }
  .e--staptekst {
    text-align: center; }
  .e--singleblocktext {
    width: 100%;
    margin-bottom: 40px; } }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Radomir-Tinkov---Gilroy-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Radomir-Tinkov---Gilroy-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

.main-content {
  background-color: #fff; }

body {
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    body {
      width: 82%;
      position: relative; } }

a:focus {
  opacity: 1; }

.inline-link {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.inline-link:hover {
  opacity: 1; }

.h1-text-graphic-30 {
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01"; }

::-moz-selection {
  color: white;
  background: #844FFF; }

::selection {
  color: white;
  background: #844FFF; }

.werkgevers ::-moz-selection {
  color: white;
  background: #fc1168; }

.werkgevers ::selection {
  color: white;
  background: #fc1168; }

.werkgevers .b--holder.footer {
  background: #fc1168; }

.flex-box-nav.left75.menu {
  border-bottom: 1px solid #e5e5e5;
  z-index: 99;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%; }
  .homepage .flex-box-nav.left75.menu {
    position: absolute;
    border-color: rgba(255, 255, 255, 0.12); }
  @media (max-width: 991px) {
    .flex-box-nav.left75.menu {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .flex-box-nav.left75.menu {
      margin-top: 0;
      padding-top: 19px;
      padding-bottom: 19px;
      height: auto;
      width: 100%;
      padding: 0;
      margin-bottom: 55px; } }

.d--hero-text {
  top: calc(50% + 82px); }

.menu .brand {
  background-image: url("../images/logo-black.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 95px;
  height: 20px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 4.5%; }
  .homepage .menu .brand {
    background-image: url("../images/logo-white.svg"); }
  @media (min-width: 768px) {
    .menu .brand {
      background-size: 100% auto;
      width: 95px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .menu .brand {
      background-size: 100% auto;
      width: 120px; } }

.mijn-pomp {
  display: none; }
  @media (max-width: 991px) {
    .mijn-pomp {
      display: block;
      width: 79px;
      height: 79px;
      background-image: url("../images/icn-inlog-small.svg"), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.08) 0px, rgba(255, 255, 255, 0) 13px);
      background-image: url("../images/icn-inlog-small.svg"), -o-linear-gradient(left, rgba(0, 0, 0, 0.08) 0px, rgba(255, 255, 255, 0) 13px);
      background-image: url("../images/icn-inlog-small.svg"), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0px, rgba(255, 255, 255, 0) 13px);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 22px, auto;
      margin-left: 3%; }
      .homepage .mijn-pomp {
        background-color: #fff; } }
  @media (max-width: 479px) {
    .mijn-pomp {
      width: 63px;
      height: 63px; } }
  .mijn-pomp:hover {
    opacity: 1; }

@media (max-width: 991px) {
  .loginpanel-right.tablet {
    display: none; } }

@media (max-width: 767px) {
  .nav-menu {
    background-color: #fff; }
    .homepage .nav-menu {
      background-color: transparent; } }

@media (max-width: 767px) {
  .nav-menu {
    display: block;
    position: absolute;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    left: 0;
    top: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }

@media (max-width: 479px) {
  .nav-menu {
    top: 64px; } }

.flex-box-nav ul.menu {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%; }
  @media (max-width: 767px) {
    .flex-box-nav ul.menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .flex-box-nav ul.menu li {
    display: inline-block;
    margin-right: 3%;
    margin-left: 3%; }
    .flex-box-nav ul.menu li:after {
      content: "";
      width: 100%;
      border-bottom: 3px solid #5811fc;
      display: block;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease 0s;
      -o-transition: opacity 0.4s ease 0s;
      transition: opacity 0.4s ease 0s; }
      .homepage .flex-box-nav ul.menu li:after {
        border-color: #fff; }
      .werkgevers .flex-box-nav ul.menu li:after {
        border-color: #fc1168; }
    .flex-box-nav ul.menu li:hover:after {
      opacity: 1; }
    .flex-box-nav ul.menu li.current-menu-item:after {
      opacity: 1; }
    .flex-box-nav ul.menu li a {
      -webkit-transition: opacity 0.4s ease 0s;
      -o-transition: opacity 0.4s ease 0s;
      transition: opacity 0.4s ease 0s;
      padding: 17px 0px 15px;
      display: inline-block;
      font-size: 13px;
      color: #303030; }
      .homepage .flex-box-nav ul.menu li a {
        color: #fff; }
      @media (min-width: 768px) {
        .flex-box-nav ul.menu li a {
          padding: 28px 0px 22px; } }
      @media (min-width: 992px) {
        .flex-box-nav ul.menu li a {
          font-size: 15px;
          padding: 27px 0px 26px; } }

.werkgevers .menu .btn-background {
  background-color: #fc1168; }

@media (min-width: 480px) {
  .b--holder.duo {
    width: 50%;
    position: relative; }
    .b--holder.duo:first-child:after {
      content: "";
      display: block;
      position: absolute;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#fff));
      background-image: -webkit-linear-gradient(top, #e5e5e5, #fff);
      background-image: -o-linear-gradient(top, #e5e5e5, #fff);
      background-image: linear-gradient(180deg, #e5e5e5, #fff);
      width: 1px;
      height: calc(100% + 50px);
      right: 0;
      top: -50px; } }

.b--holder.introduction {
  width: 100%; }

@media (min-width: 992px) {
  .comp-werknemers-usp, .comp-werkgevers-usp {
    width: 80%; }
    .comp-werknemers-usp > *, .comp-werkgevers-usp > * {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.nav-menu-secondary {
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08); }

footer .menu-footer-container {
  width: calc(100% - 200px); }
  @media (max-width: 991px) {
    footer .menu-footer-container {
      width: 100%; } }

footer .menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%; }
  @media (max-width: 479px) {
    footer .menu {
      border-top: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (min-width: 480px) {
    footer .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media (max-width: 479px) {
    footer .menu > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 20px 0; } }
  @media (min-width: 992px) {
    footer .menu > li {
      width: 140px;
      margin-right: 20px; } }
  footer .menu > li > a {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: Gilroy, sans-serif;
    display: block; }
    @media (max-width: 479px) {
      footer .menu > li > a {
        margin-bottom: 0;
        font-size: 13px; } }
  footer .menu li a {
    color: #fff; }
  @media (max-width: 479px) {
    footer .menu .sub-menu {
      display: none; } }
  footer .menu .sub-menu a {
    margin-bottom: 8px;
    display: block; }

@media (max-width: 479px) {
  .b--holder.innerfooter {
    display: block;
    padding: 0;
    text-align: center; } }

.sub-menu {
  padding-left: 0;
  margin: 0;
  list-style: none; }

.section-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  min-height: calc(100vh - 82px); }
  .section-404 .e--smalltitle._404 {
    text-align: center !important; }

._w-detail-richtext-single ol, ._w-detail-richtext-single ul {
  margin-bottom: 30px;
  line-height: 26px; }

#back {
  cursor: pointer; }

textarea {
  resize: none; }

.w-input:focus {
  border-color: #5811fc; }

.wpcf7-not-valid {
  border-color: #fc1168 !important; }

.screen-reader-response, .wpcf7-not-valid-tip {
  display: none; }

.wpcf7-response-output {
  padding: 10px 20px;
  margin-top: 35px;
  background-color: #dddddd;
  text-align: center; }

.wpcf7-display-none {
  display: none; }

.wpcf7-validation-errors {
  background-color: #fc1168;
  color: #fff; }

input[type='submit'] {
  outline: none; }

.wpcf7-checkbox {
  font-size: 15px;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  display: block; }
  .wpcf7-checkbox input[type='checkbox'] {
    display: none; }
  .wpcf7-checkbox label {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 300;
    color: #8e8e8e; }
  .wpcf7-checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 28px; }
    .wpcf7-checkbox .wpcf7-list-item-label:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0px;
      width: 20px;
      height: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fff;
      -webkit-box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background-repeat: no-repeat;
      background-position: center; }
  .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    background-color: #74EDD2;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-image: url("../images/check.svg"); }

.c--flex-25.community {
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 40%;
  height: auto;
  background-image: none; }
  @media (min-width: 992px) {
    .c--flex-25.community {
      height: 544px;
      padding-bottom: 0; } }
  @media (max-width: 991px) {
    .c--flex-25.community:nth-of-type(4) {
      display: none; } }
  @media (max-width: 767px) {
    .c--flex-25.community {
      padding-right: 6%;
      padding-bottom: 50%;
      padding-left: 6%; } }
  .c--flex-25.community .content {
    top: 0;
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .c--flex-25.community .content {
        padding-bottom: 10px; } }
  .c--flex-25.community .image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; }
    .c--flex-25.community .image img {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      height: auto;
      width: auto;
      max-width: none;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -o-object-fit: cover;
      object-fit: cover; }

.d--card-overlay {
  height: 100%; }

.e--icon-meetpunten-mobile {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  min-width: 30px; }
  .e--icon-meetpunten-mobile.gedreven {
    background-image: url("../images/icn-gedreven.svg"); }
  .e--icon-meetpunten-mobile.vaardig {
    background-image: url("../images/icn-vaardig.svg"); }
  .e--icon-meetpunten-mobile.betrokken {
    background-image: url("../images/icn-actievehouding.svg"); }

@media (min-width: 480px) {
  .comp-intro-specs:nth-of-type(even) .e--comp-caption {
    width: 150px; } }

.comp-overons-kernwaardes .graphic {
  margin-left: 10%; }

@media (min-width: 480px) {
  .comp-overons-kernwaardes:nth-of-type(even) .graphic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 10%;
    margin-left: 0; } }

@media (min-width: 480px) {
  .comp-community-members:nth-of-type(even) ._w-community-members-photo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.c-community-members-photo {
  background-image: none;
  position: relative;
  overflow: hidden; }
  .c-community-members-photo img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover; }

form h4 {
  margin-bottom: 40px; }

.element-vacatures-filterlist.usp.left {
  padding-left: 6%;
  padding-right: 6%; }

.icn-vacatures {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center; }

.icn-vacatures.shell {
  background-image: url("../images/icn-vacatures-shell.svg"); }

.icn-vacatures.texaco {
  background-image: url("../images/icn-vacatures-texaco.svg"); }

.icn-vacatures.bp {
  background-image: url("../images/icn-vacatures-bp.svg"); }

.icn-vacatures.tamoil {
  background-image: url("../images/icn-vacatures-tamoil.svg"); }

.icn-vacatures.total {
  background-image: url("../images/icn-vacatures-total.svg"); }

.icn-vacatures.de-haan {
  background-image: url("../images/icn-vacatures-de-haan.svg"); }

.icn-vacatures.avia {
  background-image: url("../images/icn-vacatures-avia.svg"); }

.icn-vacatures.autofood {
  background-image: url("../images/icn-vacatures-autofood.svg"); }

.icn-vacatures.esso {
  background-image: url("../images/icn-vacatures-esso.svg"); }

._w-vacatures-dropdown-filterlist.vacatures {
  width: 100%; }

.filter-radioselector .filter {
  margin-top: -1px;
  padding: 10px 20px 12px 45px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  position: relative; }
  .filter-radioselector .filter:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 12px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: center; }
  .filter-radioselector .filter.mixitup-control-active:before {
    background-color: #74EDD2;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-image: url("../images/check.svg");
    background-size: 10px; }

.form-field-textreset {
  -webkit-appearance: none;
  background: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .form-field-textreset:hover {
    opacity: 0.5; }

.btn-ververs {
  cursor: pointer; }

.vacature {
  width: 100%; }

._w-item-vacature {
  width: 100%; }
