@charset "UTF-8";
/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
/**
1600 => ontwerp gaat in vanaf 1400px window breedte. Container breedte is 1280px;
1280 ontwerp gaat in vanaf 1185px window breedte. Container breedte is 1110px;
1024 ontwerp gaat in vanaf 938px window breedte. Container breedte is 854px;
768 ontwerp gaat in vanaf 768px window breedte. Container breedte is 598px;
Mobile Container breedte is 236px;
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, .input-wrapper label, input[type="text"], input[type="email"], input[type="tel"], input[type="search"], .textarea-wrapper label, textarea, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a, .faq-listing a, .faq-listing a:visited {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.faq-listing a, .faq-listing a:visited, .single-post .main-content a, .single-post a:visited {
    text-decoration: underline;
}

.faq-listing a:hover {
    color: #000000;
    text-decoration: none;
}

a.btn {
    background-color: #E2F8F9;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

/**
1600 => ontwerp gaat in vanaf 1400px window breedte. Container breedte is 1280px;
1280 ontwerp gaat in vanaf 1185px window breedte. Container breedte is 1110px;
1024 ontwerp gaat in vanaf 938px window breedte. Container breedte is 854px;
768 ontwerp gaat in vanaf 768px window breedte. Container breedte is 598px;
Mobile Container breedte is 236px;
 */
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 75%;
}

@media (min-width: 768px) {
  .container {
    max-width: 598px;
  }
}

@media (min-width: 938px) {
  .container {
    max-width: 854px;
  }
}

@media (min-width: 1185px) {
  .container {
    max-width: 1110px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  width: calc(100% + 24px);
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 938px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-md-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1185px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.col-np {
  padding: 0 !important;
}

.col-npr {
  padding-right: 0 !important;
}

.col-npl {
  padding-left: 0 !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.max-w-100 {
  max-width: 100% !important;
  padding: 0 48px;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 938px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1185px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 938px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1185px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 938px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1185px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

#page {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1184px) {
}

@media (max-width: 937px) {
}

#page .block:last-of-type {
  /* margin-bottom: 150px; */
}

.page-template-blog-overview-page-php .block:last-of-type {
    margin-bottom: 0 !important;
}

@media (max-width: 937px) {
  #page .block:last-of-type {
    /* margin-bottom: 60px; */
  }
}

body.home #page .block:last-of-type,
body.single-post #page .block:last-of-type,
body.single-vacature #page .block:last-of-type,
body.page-template-make-appointment-page #page .block:last-of-type {
  margin-bottom: 0;
}

body.single-post #page .block:last-of-type {
  margin-bottom: 0;
}

body.single-post #page .block.latest-news-block {
  margin-top: 48px;
}

body.single-vacature #page .block:last-of-type {
  margin-bottom: 0;
}

body.single-vacature #page .block.latest-news-block {
  margin-top: 0px;
}

@media (max-width: 1184px) {
}

@media (max-width: 937px) {
}

p:last-of-type {
  margin-bottom: 0;
}

@font-face {
  font-family: 'Fakt TT';
  src: url("../kdb/fonts/Fakt-Blond.woff2") format("woff2"), url("../../fonts/Fakt-Blond.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Fakt TT';
  src: url("../kdb/fonts/Fakt-Normal.woff2") format("woff2"), url("../../fonts/Fakt-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fakt TT';
  src: url("../kdb/fonts/Fakt-Medium.woff2") format("woff2"), url("../../fonts/Fakt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Fakt TT';
  src: url("../kdb/fonts/Fakt-SemiBold.woff2") format("woff2"), url("../../fonts/Fakt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Fakt TT';
  src: url("../kdb/fonts/Fakt-Bold.woff2") format("woff2"), url("../../fonts/Fakt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}


html {
  font-size: 21px;
  line-height: 30px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #000000;
  font-family: "Fakt TT";
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 0;
  margin: 0;
}

@media (max-width: 1184px) {
  body {
    font-size: 0.85714rem;
    line-height: 138.88889%;
  }
}

h1 {
  font-weight: 600;
  font-size: 2.90476rem;
  line-height: 116.39344%;
  color: #14110F;
  /**
  < 1400px wordt H1 2.5rem
< 1185px wordt H1 2.0rem
< 940px wordt H1 1.8rem
   */
}

@media (max-width: 1399px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media (max-width: 1184px) {
  h1 {
    font-size: 2.0rem;
    line-height: 1.2;
  }
}

@media (max-width: 937px) {
  h1 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.66667rem;
    line-height: 114.28571%;
  }
}

h2, h1.page-title, h4.footer-title {
    font-weight: 400;
    font-size: 2.28571rem;
    line-height: 122.91667%;
    color: #14110F;
}

body div h3, body div .contact-form3-block__intro__question h3 {
    font-weight: 400;
}

h2, h1.page-title {
    font-weight: 300;
}

@media (max-width: 1184px) {
  h2 {
    font-size: 1.33333rem;
    line-height: 135.71429%;
  }
}

h3, .input-wrapper label, input[type="text"], input[type="email"], input[type="tel"], input[type="search"], .textarea-wrapper label, textarea {
  font-weight: 500;
  font-size: 1.14286rem;
  line-height: 133.33333%;
  color: #14110F;
}

@media (max-width: 937px) {
  h3, .input-wrapper label, input[type="text"], input[type="email"], input[type="tel"], input[type="search"], .textarea-wrapper label, textarea {
    font-size: 1rem;
    line-height: 1.14286rem;
  }
}

label {
  font-size: 0.57143rem;
  font-weight: 600;
  line-height: 100%;
  color: #14110F;
  text-transform: uppercase;
  margin: 0;
}

blockquote {
  font-weight: 500;
  font-size: 1.14286rem;
  line-height: 133.33333%;
  color: #000000;
  margin-bottom: 0;
}

blockquote:after {
  content: '—';
  display: block;
}

@media (max-width: 937px) {
  blockquote {
    font-size: 1.04762rem;
    line-height: 150%;
  }
}

a {
  color: #14110F;
  border-bottom: none;
  transition: color 150ms linear;
}

a.arrow:after {
  content: '->';
}

a:visited, a:active, a:link {
  color: #14110F;
}

a:hover {
  color: #9BD1E5;
  text-decoration: none;
}

a.clean {
  border-bottom: none !important;
  text-decoration: none;
}

.entry-content .text-image-left-block a, .entry-content .text-image-right-block a, .entry-content .text-block__text-wrapper a {
  /* color: #F15025; */
  border-bottom: none;
  transition: color 150ms linear;
}

.entry-content .text-image-left-block a.arrow:after, .entry-content .text-image-right-block a.arrow:after, .entry-content .text-block__text-wrapper a.arrow:after {
  content: '->';
}

.entry-content .text-image-left-block a:visited, .entry-content .text-image-left-block a:active, .entry-content .text-image-left-block a:link, .entry-content .text-image-right-block a:visited, .entry-content .text-image-right-block a:active, .entry-content .text-image-right-block a:link, .entry-content .text-block__text-wrapper a:visited, .entry-content .text-block__text-wrapper a:active, .entry-content .text-block__text-wrapper a:link {
  /* color: #F15025; */
}

.entry-content .text-image-left-block a:hover, .entry-content .text-image-right-block a:hover, .entry-content .text-block__text-wrapper a:hover {
  /* color: #F15025; */
  text-decoration: none;
}

.entry-content .text-image-left-block a.clean, .entry-content .text-image-right-block a.clean, .entry-content .text-block__text-wrapper a.clean {
  border-bottom: none !important;
  text-decoration: none;
}

a.theme--dark-grey {
  color: #32373B;
  border-bottom: none;
}

a.theme--dark-grey.arrow:after {
  content: '->';
}

a.theme--dark-grey:visited, a.theme--dark-grey:active, a.theme--dark-grey:link {
  color: #32373B;
}

a.theme--dark-grey:hover {
  color: #9BD1E5;
  text-decoration: none;
}

a.theme--dark-grey.clean {
  border-bottom: none !important;
  text-decoration: none;
}

a.theme--orange, .job-application-external-block__information a {
  color: #F15025;
  border-bottom: 1px solid transparent;
}

a.theme--orange.arrow:after, .job-application-external-block__information a.arrow:after {
  content: '->';
}

a.theme--orange:visited, .job-application-external-block__information a:visited, a.theme--orange:active, .job-application-external-block__information a:active, a.theme--orange:link, .job-application-external-block__information a:link {
  color: #F15025;
}

a.theme--orange:hover, .job-application-external-block__information a:hover {
  border-bottom: 1px solid #F15025;
  text-decoration: none;
}

a.theme--orange.clean, .job-application-external-block__information a.clean {
  border-bottom: none !important;
  text-decoration: none;
}

.right-block-title {
    margin-left: -34px;
}

.vacature-template-default.single h3 {
    margin-bottom: 24px;
}

.vacature-template-default.single li {
    font-size: 18px;
}

.vacature-template-default.single .quote-block.block {
    margin: 0;
}

.vacature-template-default.single .text-block, .vacature-template-default.single .text-image-left-block, .vacature-template-default.single .text-image-right-block, body.single-vacature #page .image-block:last-of-type {
    margin-bottom: 96px;
}

.vacature-template-default.single .list-left-block {
    margin-left: 24px;
    margin-top: -96px;
}

.text--small, select, header .header__right a, .main-menu li, address, .text-image-left-block.text-image-left-block--small .text-image-left-block__text-wrapper, .text-image-left-block.text-image-left-block--small .text-image-left-block__text-wrapper h3, .text-image-left-block.text-image-left-block--small .text-image-left-block__text-wrapper .input-wrapper label, .input-wrapper .text-image-left-block.text-image-left-block--small .text-image-left-block__text-wrapper label, .text-image-left-block.text-image-left-block--small .text-image-left-block__text-wrapper input[type="text"], .text-image-left-block.text-image-left-block--small .text-image-left-block__text-wrapper input[type="email"], .text-image-left-block.text-image-left-block--small .text-image-left-block__text-wrapper input[type="tel"], .text-image-left-block.text-image-left-block--small .text-image-left-block__text-wrapper input[type="search"], .text-image-left-block.text-image-left-block--small .text-image-left-block__text-wrapper .textarea-wrapper label, .textarea-wrapper .text-image-left-block.text-image-left-block--small .text-image-left-block__text-wrapper label, .text-image-left-block.text-image-left-block--small .text-image-left-block__text-wrapper textarea, .text-image-right-block.text-image-right-block--small .text-image-right-block__text-wrapper, .text-image-right-block.text-image-right-block--small .text-image-right-block__text-wrapper h3, .text-image-right-block.text-image-right-block--small .text-image-right-block__text-wrapper .input-wrapper label, .input-wrapper .text-image-right-block.text-image-right-block--small .text-image-right-block__text-wrapper label, .text-image-right-block.text-image-right-block--small .text-image-right-block__text-wrapper input[type="text"], .text-image-right-block.text-image-right-block--small .text-image-right-block__text-wrapper input[type="email"], .text-image-right-block.text-image-right-block--small .text-image-right-block__text-wrapper input[type="tel"], .text-image-right-block.text-image-right-block--small .text-image-right-block__text-wrapper input[type="search"], .text-image-right-block.text-image-right-block--small .text-image-right-block__text-wrapper .textarea-wrapper label, .textarea-wrapper .text-image-right-block.text-image-right-block--small .text-image-right-block__text-wrapper label, .text-image-right-block.text-image-right-block--small .text-image-right-block__text-wrapper textarea {
  font-size: 0.7619rem;
  line-height: 150%;
}

.text--large {
  font-size: 24px;
  line-height: 100%;
}

.text--tiny {
  font-size: 0.57143rem;
  line-height: 100%;
  color: #14110F;
}

.text--weight-400 {
  font-weight: 400;
}

.text--weight-500 {
  font-weight: 500;
}

.text--weight-600 {
  font-weight: 600;
}

.text--right {
  text-align: right;
}

.text--upper {
  text-transform: uppercase;
}

.text--super {
  font-size: 0.52381rem;
  line-height: 0.66667rem;
  font-weight: 500;
}

.text--line-height-1_5 {
  line-height: 156.25%;
}

.text--line-height-1_8 {
  line-height: 187.5%;
}

ol {
  /* counter-reset: items; */
  padding-left: 0;
  margin-bottom: 0;
}

ol.border-list {
  width: 100%;
}

ol.border-list li {
  padding: 16px 0 16px 96px;
  border-top: 1px solid #14110F;
  margin-bottom: 0;
}

ol.border-list li:before {
  top: 16px;
  left: 60px;
}

ol.border-list li:last-of-type {
  border-bottom: 1px solid #14110F;
}

@media (max-width: 937px) {
  ol.border-list li {
    padding: 16px 0 16px 12px;
  }
  ol.border-list li:before {
    top: 16px;
    left: -32px;
  }
}

ol.theme--light-blue li:before {
  color: #E2F8F9;
}

ol.theme--blue li:before {
  color: #9BD1E5;
}

ol.theme--orange li:before {
  color: #F15025;
}

ol li {
  position: relative;
  padding-left: 0;
  display: block;
  counter-increment: items;
  font-size: 0.7619rem;
  line-height: 156.25%;
  color: #14110F;
  margin-bottom: 32px;
}

ol li strong {
  display: block;
  line-height: 100%;
  margin-bottom: 16px;
  padding-top: 4px;
  font-weight: 500;
}

ol li:before {
  content: "0" counter(items) "";
  font-weight: 600;
  display: block;
  position: absolute;
  left: -32px;
  top: 0;
}

ol li:nth-child(n+10):before {
  content: "" counter(items) "";
}

ul.list-dots {
  padding-left: 0;
  margin-bottom: 0;
}

ul.list-dots li {
  position: relative;
  display: block;
  color: #14110F;
  margin-bottom: 16px;
}

ul.list-dots li strong {
  display: block;
  line-height: 100%;
  margin-bottom: 16px;
  padding-top: 4px;
  font-weight: 500;
}

ul.list-dots li:last-of-type {
  margin-bottom: 0;
}

ul.list-dots li:before {
  content: "";
  display: block;
  position: absolute;
  left: -32px;
  top: 7px;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

ul.list-dots.theme--light-blue li:before {
  border-color: #E2F8F9;
}

ul.list-dots.theme--blue li:before {
  border-color: #9BD1E5;
}

ul.list-dots.theme--orange li:before {
  border-color: #F15025;
}

.rich-text ul {
  padding-left: 0;
  margin-bottom: 0;
}

.rich-text ul li {
  position: relative;
  display: block;
  color: #14110F;
  margin-bottom: 16px;
}

.rich-text ul li strong {
  display: block;
  line-height: 100%;
  margin-bottom: 16px;
  padding-top: 4px;
  font-weight: 500;
}

.rich-text ul li:first-of-type {
  margin-top: 16px;
}

.rich-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -28px;
  top: 12px;
  border: 1px solid #9BD1E5;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

@media (max-width: 937px) {
  .rich-text ul li:before {
    left: -28px;
    top: 8px;
  }
}

.rich-text ul.theme--orange li:before {
  border-color: #F15025;
}

.rich-text ol {
  /* counter-reset: items; */
  padding-left: 0;
  margin-bottom: 0;
}

.rich-text ol li:before {
  color: #9BD1E5;
}

.rich-text ol.theme--orange li:before {
  color: #F15025;
}

.rich-text ol li {
  position: relative;
  padding-left: 0;
  display: block;
  counter-increment: items;
  color: #14110F;
  margin-bottom: 16px;
  font-size: 1em;
}

.rich-text ol li strong {
  display: block;
  line-height: 100%;
  margin-bottom: 16px;
  padding-top: 4px;
  font-weight: 500;
}

@media (max-width: 1184px) {
  .rich-text ol li {
    font-size: 0.85714rem;
    line-height: 138.88889%;
  }
}

.rich-text ol li:before {
  content: "0" counter(items) "";
  font-size: 0.7619rem;
  font-weight: 600;
  display: block;
  position: absolute;
  left: -32px;
  top: 2px;
}

.rich-text ol li:nth-child(n+10):before {
  content: "" counter(items) "";
}

.btn, input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  padding: 15px 16px;
  box-sizing: border-box;
  background-color: #E2F8F9;
  border: none !important;
  border-radius: 3px;
  font-size: 0.66667rem !important;
  line-height: 128.57143% !important;
  color: #14110F !important;
  font-weight: 600 !important;
  white-space: nowrap;
  transition: background-color 150ms linear, color 150ms linear, border 150ms linear;
}

.btn:hover, input[type="submit"]:hover {
  background-color: #F15025 !important;
  color: #ffffff !important;
}

.btn.btn--inverted, input[type="submit"].btn--inverted, .btn.appointment, input#gform_submit_button_1 {
  background-color: #F15025 !important;
  color: #ffffff !important;
}

.btn.btn--inverted:hover, input[type="submit"].btn--inverted:hover, .btn.appointment:hover, input#gform_submit_button_1:hover {
  background-color: #E2F8F9 !important;
  color: #14110F !important;
}

.btn.list-right {
    margin-top: 16px;
}

.input-bees {
  display: none;
}

.input-wrapper {
  padding: 32px 72px;
  border-top: 1px #000000 solid;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.input-wrapper label {
  text-transform: none;
  margin-bottom: 0;
  width: 50%;
}

.input-wrapper.input-wrapper--no-border {
  border-top: none;
}

@media (min-width: 768px) {
  .input-wrapper.input-wrapper--no-border-large {
    border-top: none;
  }
}

@media (max-width: 768px) {
  body div .list-left-block li {
    max-width: 100%;
  }

  body div .text--right {
    text-align: left;
  }

  body div .text--large {
    font-size: 15px;
  }
}

.input-wrapper.input-wrapper--reversed {
  flex-direction: row-reverse;
}

.input-wrapper.input-wrapper--reversed ::placeholder, .input-wrapper.input-wrapper--reversed ::-webkit-input-placeholder {
  text-align: right !important;
  color: #000000;
}

.input-wrapper.input-wrapper--hidden {
  display: none;
}

@media (max-width: 937px) {
  .input-wrapper {
    padding: 32px 28px;
  }
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"] {
  background-color: transparent;
  text-transform: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
}

input[type="text"]:hover::placeholder, input[type="text"]:hover ::-webkit-input-placeholder, input[type="email"]:hover::placeholder, input[type="email"]:hover ::-webkit-input-placeholder, input[type="tel"]:hover::placeholder, input[type="tel"]:hover ::-webkit-input-placeholder, input[type="search"]:hover::placeholder, input[type="search"]:hover ::-webkit-input-placeholder {
  color: #F15025 !important;
}

input[type="search"] {
  font-weight: normal;
  font-size: inherit;
}

#search-label {
  display: flex;
  align-items: center;
}

#search-label:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background: url("/wp-content/themes/kdb/images/kdb-search.svg") no-repeat;
  background-size: cover;
}

select {
  text-transform: none;
  border: none;
  width: auto;
  transition: color 150ms linear;
  padding-right: 0.75rem;
  text-align-last: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background: url("/wp-content/themes/kdb//images/arrow_down.png") no-repeat;
  background-size: 9px 10px;
  background-position-x: 100%;
  background-position-y: 5px;
}

select option {
  direction: rtl;
}

select:hover {
  color: #F15025 !important;
}

select:hover::placeholder, select:hover ::-webkit-input-placeholder {
  color: #F15025 !important;
}

@media (max-width: 937px) {
  select {
    margin-top: 4px;
    text-align: left;
    text-align-last: left;
  }
  select option {
    direction: ltr;
  }
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 937px) {
  input[type=radio] {
    right: 28px;
  }
}

.radio-button-wrapper__group {
  display: flex;
}

@media (max-width: 1184px) {
  .radio-button-wrapper__group {
    flex-wrap: wrap;
  }
  .radio-button-wrapper__group .radio-button-wrapper {
    width: 100%;
    margin-right: 0 !important;
  }
  .radio-button-wrapper__group .radio-button-wrapper:not(.radio-button-wrapper:first-of-type) {
    margin-top: 1em;
  }
}

.radio-button-wrapper {
  padding: 16px;
  position: relative;
  display: block;
  width: 182px;
  border: 2px solid rgba(227, 227, 227, 0.5);
  border-radius: 3px;
  justify-content: space-between;
  box-sizing: border-box;
}

.radio-button-wrapper label {
  padding-right: 1em;
}

label.radio-button-label {
  font-size: 16px !important;
  white-space: nowrap;
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
}

input[type=radio] ~ .check {
  position: relative;
  background-color: #E8EAED;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

input[type=radio] ~ .check::before {
  content: '';
  display: block;
  border-radius: 100%;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 4px;
  left: 4px;
}

input[type=radio]:checked ~ .check::before {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/kdb//images/check.svg") no-repeat center center;
}

input[type=radio]:checked ~ label {
  cursor: pointer;
}

::placeholder, ::-webkit-input-placeholder {
  color: #000000;
  transition: color 150ms linear;
  opacity: 1;
}

.textarea-wrapper {
  border-top: 1px #000000 solid;
  padding: 32px 72px;
}

.textarea-wrapper label {
  text-transform: none;
}

.textarea-wrapper.textarea-wrapper--reversed {
  flex-direction: row-reverse;
}

.textarea-wrapper.textarea-wrapper--reversed label {
  padding-right: 0;
  padding-left: 32px;
}

.textarea-wrapper.textarea-wrapper--reversed ::placeholder, .textarea-wrapper.textarea-wrapper--reversed ::-webkit-input-placeholder {
  text-align: right;
  color: #000000;
}

@media (max-width: 937px) {
  .textarea-wrapper {
    padding: 32px 28px;
  }
}

textarea {
  background-color: transparent;
  border: none;
  min-height: 120px;
}

textarea:hover::placeholder, textarea:hover ::-webkit-input-placeholder {
  color: #F15025 !important;
}

.file-upload-wrapper {
  border-top: 1px #000000 solid;
  padding: 32px 80px;
}

.file-upload-wrapper h3, .file-upload-wrapper .input-wrapper label, .input-wrapper .file-upload-wrapper label, .file-upload-wrapper input[type="text"], .file-upload-wrapper input[type="email"], .file-upload-wrapper input[type="tel"], .file-upload-wrapper input[type="search"], .file-upload-wrapper .textarea-wrapper label, .textarea-wrapper .file-upload-wrapper label, .file-upload-wrapper textarea {
  margin-bottom: 20px;
}

@media (max-width: 937px) {
  .file-upload-wrapper {
    padding: 32px 28px;
  }
}

.file-upload {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 15px 16px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #14110F !important;
  border-radius: 3px;
  font-size: 0.66667rem !important;
  line-height: 128.57143% !important;
  color: #14110F !important;
  font-weight: 600 !important;
  text-transform: none;
  white-space: nowrap;
  transition: background-color 150ms linear, color 150ms linear, border 150ms linear;
}

.file-upload:hover {
  background-color: #14110F !important;
  color: #ffffff !important;
}

.file-upload input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.file-upload.file-upload--has-file {
  background-color: #14110F !important;
  color: #ffffff !important;
}

form {
  position: relative;
}

form button[type="submit"] svg {
  display: none;
}

form.form--sending button[type="submit"] svg {
  display: inline-block;
}

fieldset {
  border-bottom: 1px solid #000000;
  margin-bottom: 14px;
}

fieldset.fieldset--hidden {
  display: none !important;
}

.input-bees {
  display: none;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

.form-error {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translate(0, 66%);
  background-color: #F15025;
  max-width: 540px;
  color: #ffffff;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: opacity 300ms linear;
}

.form-error.form-error--visible {
  opacity: 1;
}

.form-error .form-error__message span {
  display: block;
  margin-bottom: 0.25em;
}

@media (max-width: 937px) {
  .form-error {
    width: 100%;
  }
}

.deeplink-anchor {
  position: absolute;
  top: -80px;
}

header {
  position: sticky;
  top: 0;
  background-color: transparent;
  width: 100%;
  padding: 26px 48px;
  box-sizing: border-box;
  z-index: 1;
  box-shadow: inset 0 -1px 0 0 #F4F4F5;
  transition: 0.2s;
}

body.home header {
  margin-bottom: -104px;
}

header.scrolled {
    background-color: white;
}

body.home header, body.single-post header {
  box-shadow: none;
}

@media (max-width: 937px) {
  header {
    background-color: #ffffff;
    padding: 0;
  }
  header.expanded {
    box-shadow: 0 24px 26px 0 rgba(67, 67, 67, 0.3);
  }
}

header.border {
  box-shadow: inset 0 -1px 0 0 #F4F4F5;
}

header .header__right .language {
  margin-right: 24px;
  padding: 12px 0;
  position: relative;
}

header .header__right .language .language-dropdown-content {
    position: absolute;
    top: 45px;
    display: none;
    background-color: white;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
}

header .header__right .language:hover .language-dropdown-content {
    display: flex;
}

header .header__right .language .language-dropdown-content .choice {
    padding: 8px 32px;
}

header .header__right .language .chevron-down {
  margin-left: 4px;
}

header .header__right .login {
  margin-right: 24px;
}

.post-template-default.single section.header-block.block:after {
    content: ' ';
    background: white;
    height: 150px;
    width: 100%;
    display: inline-block;
    z-index: 1;
    position: relative;
    top: -150px;
}

@media screen and (max-width: 937px) {
    .post-template-default.single section.header-block.block:after {
        display: none;
    }

    .post-template-default.single section.header-block.block .header-block__right h1.title {
        top: 5%;        
    }
}
    
.post-template-default.single section.header-block.block .header-block__left .image {
    z-index: 2;
}

.post-template-default.single section.header-block.block .header-block__right .title {
    z-index: 3;
    top: 37%;
}

.post-template-default.single section.header-block.block .header-block__right .label {
    z-index: 3;
}

.header-menu {
    z-index: 10;
}

@media (max-width: 937px) {
  header .header__right {
    padding: 32px 42px;
  }
}

header .logo {
  width: 150px;
  margin-right: 48px;
}

header .logo img {
  width: 100%;
  height: auto;
}

footer {
  display: flex;
  justify-content: flex-start;
  box-shadow: inset 0 1px 0 0 #F4F4F5;
  padding-top: 70px;
}

footer .offices label {
  display: block;
  line-height: 1rem;
}

footer .offices address:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  footer .offices {
    margin-top: 48px;
  }
}

footer .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

footer .contact div {
  width: 100%;
}

footer .contact h2 {
  margin-bottom: 48px;
}

@media (max-width: 937px) {
  footer .contact h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  footer .contact h2 div {
    font-size: 18px;
    line-height: 27px;
  }

  header .header__right .language .language-dropdown-content {
    top: -45px;
  }
}

footer .contact .btn {
  margin-top: 40px;
}

@media (max-width: 937px) {
  footer {
    padding-top: 60px;
  }
}

.footer__bottom {
  margin-top: 120px;
}

.footer__bottom .social a {
  display: block;
  position: relative;
}

.footer__bottom .social a.facebook {
  width: 12px;
  height: 23px;
}

.footer__bottom .social a.instagram {
  width: 20px;
  height: 20px;
}

.footer__bottom .social a.instagram img {
  top: 2px;
}

.footer__bottom .social a.linkedin {
  width: 23px;
  height: 23px;
}

.footer__bottom .social a img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 150ms linear;
}

.footer__bottom .social a .social-hover {
  opacity: 0;
}

.footer__bottom .social a:hover .social-hover {
  opacity: 1;
}

.footer__bottom .social a:hover :not(.social-hover) {
  opacity: 0;
}

@media (max-width: 937px) {
  .footer__bottom {
    margin-top: 48px;
  }
  .footer__bottom .legal {
    margin-top: 48px;
  }
}

@media (max-width: 937px) {
  .main-menu-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 300ms ease-in-out;
  }
  .header-menu.expanded .main-menu-wrapper {
    height: auto;
  }
}

.main-menu {
  width: 100%;
}

.main-menu ul.main-menu-list {
  margin-bottom: 0;
  padding: 0;
}

.main-menu li {
  display: inline-block;
  list-style: none;
  white-space: nowrap;
}

.main-menu li.menu-item-home .main-menu__count {
  display: none !important;
}

.main-menu li:not(:first-of-type) {
  margin-left: 24px;
}

@media (max-width: 937px) {
  .main-menu li:not(:first-of-type) {
    margin-left: 0;
  }
}

.main-menu li.current_page_item {
  font-weight: 500;
}

.main-menu li.current_page_item .main-menu__count {
  font-weight: 600;
}

.main-menu li a {
  border-bottom: none !important;
  text-decoration: none;
  position: relative;
}

.main-menu li a[data-selected="1"] {
  font-weight: 500;
}

.main-menu li a[data-selected="1"] .main-menu__count {
  font-weight: 600;
}

.main-menu li a .main-menu__count {
  position: absolute;
  top: -4px;
  left: calc(100% + 2px);
}

.main-menu li a:hover {
  color: #9BD1E5 !important;
  text-decoration: none;
}

.main-menu li a:visited, .main-menu li a:active, .main-menu li a:link {
  color: #000000;
}

@media (max-width: 937px) {
  .main-menu li {
    background-color: #ffffff;
    font-weight: 500;
    font-size: 21px;
    padding: 18px 0 18px 64px;
    border-bottom: 1px solid #F3F3F4;
  }
  
  .header-menu.expanded .main-menu-wrapper {
    min-height: 100vh;
  }

  .header-menu .menu-toggle {
    display: flex;
  }
}

.main-menu__mobile {
  padding: 20px 32px;
}

.menu-toggle {
  font-size: 20px;
  display: none;
  align-items: center;
  padding: 16px 32px;
}

.menu-toggle svg {
    fill: #C8C7CC;
}

.header-menu.expanded .menu-toggle {
  color: #F15025;
}

.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-menu ul.footer-menu {
  padding: 0;
  margin: 0;
}

.footer-menu li {
  list-style: none;
}

.footer-menu li:not(:first-of-type) {
  margin-top: 8px;
}

.footer-menu li.current_page_item {
  font-weight: 500;
}

.footer-menu li a {
  border-bottom: none !important;
  text-decoration: none;
}

.footer-menu li a[data-selected="1"] {
  font-weight: 500;
}

.footer-menu li a:hover {
  color: #9BD1E5 !important;
  text-decoration: none;
}

.footer-menu li a:visited, .footer-menu li a:active, .footer-menu li a:link {
  color: #000000;
}

@media (max-width: 767px) {
  .footer-menu {
    margin-top: 48px;
  }
}

address .city {
  font-weight: 500;
  margin-bottom: 8px;
}

.rotated-label {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -24px;
}

@media (max-width: 937px) {
  .rotated-label {
    right: -24px;
  }
}

.rotated-label label {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotateZ(90deg);
  transform-origin: left top;
  white-space: nowrap;
}

.blog-tile {
  margin-bottom: 60px;
  width: 100%;
}

@media (min-width: 768px) {
  .blog-tile {
    width: 40%;
    margin-left: 20%;
  }
  .blog-tile:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 1185px) {
  .blog-tile {
    width: 25%;
    margin-bottom: 80px;
  }
  .blog-tile:nth-child(3n+2), .blog-tile:nth-child(3n+3) {
    margin-left: 12.5%;
  }
  .blog-tile:nth-child(3n+1) {
    margin-left: 0;
  }
}

.blog-tile__figure {
  position: relative;
  padding-top: 115.89404%;
  overflow: hidden;
}

.blog-tile__figure.video {
    padding-top: 275px;
    width: 275px;
}

.error-404 .page-content {
    padding: 28px 48px;
}

.blog-tile__figure .video-player, .blog-video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.blog-tile__figure img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 300ms ease-out, opacity 300ms linear !important;
}

.blog-tile__content-wrapper {
  position: relative;
}

.blog-tile__content-wrapper:hover {
  text-decoration: none;
  color: #000000;
}

.blog-tile__content-wrapper:hover .blog-tile__figure img {
  transform: scale(1.05);
}

.blog-tile__title {
  position: relative;
  padding: 16px 0;
}

.blog-tile__post-count {
  position: absolute;
  left: -32px;
  color: #F15025;
}

.blog-tile__excerpt p {
  margin: 0;
}

.blog-menu {
  display: flex;
  flex-direction: column;
}

.blog-menu ul.blog-menu {
  padding: 0;
  margin: 0;
}

.blog-menu li {
  list-style: none;
}

.blog-menu li:not(:first-of-type) {
  margin-top: 8px;
}

.blog-menu li.blog-menu__item--selected {
  font-weight: 500;
}

@media (max-width: 937px) {
  .blog-menu {
    margin-top: 16px;
  }
}

.video-player iframe, .blog-video-player iframe {
  position: absolute;
}

.video-player__video-wrapper, .blog-video-player__video-wrapper {
    position: relative;
    width: 100%;
}

.blog-video-player__video-wrapper, .blog-video-player__video-wrapper iframe {
    height: 100%;
}

.video-player__video-wrapper img, .blog-video-player__video-wrapper img{
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 150ms linear;
}

.video-player--active .video-player__video-wrapper img, .blog-video-player--active .blog-video-player__video-wrapper img {
  opacity: 0 !important;
  pointer-events: none;
}

.video-player__play-button, .blog-video-player__play-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 150ms linear, background-color 300ms linear;
}

.list-left-block-video .video-player__play-button img {
  width: 47px;
  height: 47px;
}

.list-right-block__image-container .video-player__play-button img {
  width: 47px;
  height: 47px;
}

.video-player__play-button img, .blog-video-player__play-button img {
  width: 47px;
  height: 47px;
}

.video-player__play-button:hover, .blog-video-player__play-button:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.video-player--active .video-player__play-button, .blog-video-player--active .blog-video-player__play-button {
  opacity: 0;
  pointer-events: none;
}

.text-number {
  position: absolute;
  top: 0;
  left: -20px;
  color: #9BD1E5;
  font-size: 0.7619rem;
  line-height: 131.25%;
  font-weight: 600;
}

@media (max-width: 937px) {
  .job-listing {
    padding-left: 0 !important;
  }
  .job-listing:before {
    left: -32px !important;
  }
}

.job-listing a:hover strong:after {
  content: '->';
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
}

.job-listing a .job-listing__excerpt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.job-listing a .job-listing__excerpt, .job-listing a .job-listing__type {
  color: #000000 !important;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;
  opacity: 0;
  z-index: 1001;
  transition: opacity 300ms linear;
}

.modal.modal--visible {
  pointer-events: auto;
  display: block;
  opacity: 1;
}

.modal__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.modal__close {
  position: absolute;
  padding: 0.25rem;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform 150ms ease-in-out;
}

.modal__close:hover {
  transform: rotate(90deg);
}

.modal-video {
  opacity: 0;
  transition: opacity 300ms linear;
}

.modal-video.modal-video--loaded {
  opacity: 1;
}

.background-element {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
}

.background-element--left {
  left: auto;
  right: 0;
}

img[loading="lazy"] {
  opacity: 1;
  transition: opacity 300ms linear;
}

img[loading="lazy"].lazy-image--loaded {
  opacity: 1;
}

.contact-type-tile {
  background: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(237, 237, 237, 0.5);
  border-radius: 0;
  width: 100%;
  padding: 32px 48px;
}

.contact-page-description {
    margin-top: 8px;
}

@media (max-width: 767px) {
  .contact-type-tile {
    flex-direction: column !important;
  }
}

@media (max-width: 937px) {
  .contact-type-tile h3, .contact-type-tile .input-wrapper label, .input-wrapper .contact-type-tile label, .contact-type-tile input[type="text"], .contact-type-tile input[type="email"], .contact-type-tile input[type="tel"], .contact-type-tile input[type="search"], .contact-type-tile .textarea-wrapper label, .textarea-wrapper .contact-type-tile label, .contact-type-tile textarea {
    font-size: 22px;
    line-height: 28px;
  }
}

.contact-type-tile:not(:first-of-type) {
  margin-top: 24px;
}

.contact-type-tile a.btn {
  min-width: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-type-tile a.btn {
    align-self: flex-end;
  }
}

.contact-type-tile__content {
  margin-right: 48px;
}

@media (max-width: 767px) {
  .contact-type-tile__content {
    margin-right: 0;
    margin-bottom: 42px;
  }
}

.contact-type-tile__content h3, .contact-type-tile__content .input-wrapper label, .input-wrapper .contact-type-tile__content label, .contact-type-tile__content input[type="text"], .contact-type-tile__content input[type="email"], .contact-type-tile__content input[type="tel"], .contact-type-tile__content input[type="search"], .contact-type-tile__content .textarea-wrapper label, .textarea-wrapper .contact-type-tile__content label, .contact-type-tile__content textarea {
  margin-bottom: 24px;
}

@media (max-width: 937px) {
  .contact-type-tile__content h3, .contact-type-tile__content .input-wrapper label, .input-wrapper .contact-type-tile__content label, .contact-type-tile__content input[type="text"], .contact-type-tile__content input[type="email"], .contact-type-tile__content input[type="tel"], .contact-type-tile__content input[type="search"], .contact-type-tile__content .textarea-wrapper label, .textarea-wrapper .contact-type-tile__content label, .contact-type-tile__content textarea {
    font-size: 22px;
    line-height: 28px;
  }
}

.contact-type-tile__details {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 100%;
  color: #ADADAD;
  text-transform: uppercase;
  margin-top: 44px;
  margin-right: -100px;
}

@media (max-width: 1399px) {
  .contact-type-tile__details {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .contact-type-tile__details {
    flex-direction: column;
  }
}

.contact-type-tile__details__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contact-type-tile__details__item img {
  margin-right: 8px;
}

.contact-type-tile__details__item:not(:first-of-type) {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .contact-type-tile__details__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 12px;
  }
}

.team-tile {
  margin-bottom: 32px;
  padding: 0 24px;
}

.team-tile .rotated-label {
  opacity: 0;
  transition: opacity 150ms linear;
}

.team-tile:hover .rotated-label {
  opacity: 1;
}

.team-tile__figure {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 4px;
}

.team-tile__figure img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 300ms ease-out, opacity 300ms linear !important;
}

.team-tile__content-wrapper {
  position: relative;
}

.team-tile__content-wrapper:hover {
  text-decoration: none;
  color: #000000;
}

.team-tile__content-wrapper:hover .team-tile__figure img {
  transform: scale(1.05);
}

.team-tile__title {
  position: relative;
}

.team-text {
  padding: 32px 24px 64px 24px;
  display: none;
  align-self: center;
}

.team-text--visible {
  display: block;
}

.team-cta {
  padding: 32px 50px 64px 50px;
  display: none;
  align-self: center;
  flex-wrap: wrap;
}

@media (max-width: 937px) {
  .team-cta {
    padding: 32px 24px 64px 24px;
  }
}

.team-cta--visible {
  display: flex;
}

.team-cta__text {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  justify-self: flex-start;
  padding-right: 50%;
}

@media (max-width: 937px) {
  .team-cta__text {
    padding-right: 25%;
  }
}

.team-cta__btn {
  display: block;
  justify-self: flex-end;
  margin-left: auto;
}

.header-block {
  height: 675px;
}

@media (max-width: 767px) {
  .header-block {
    height: auto;
  }
}

@media (max-width: 767px) {
  .header-block__left {
    height: 500px;
    margin-bottom: 32px;
  }
}

.header-block__left .video {
  opacity: 0;
  background-color: #f4f4f5;
  transition: opacity 300ms linear;
}

.header-block__left .video.video--playing {
  opacity: 1;
}

.header-block__left img, .header-block__left .video {
  position: absolute;
  width: auto;
  height: 100%;
  right: calc(-100%/6 - 48px);
  bottom: 0;
}

@media (max-width: 1184px) {
  .header-block__left img, .header-block__left .video {
    right: 0;
  }
}

@media (max-width: 767px) {
  .header-block__left img, .header-block__left .video {
    left: auto;
    right: auto;
  }
}

.header-block__left .image-caption {
  color: #fff;
  position: relative;
  padding-bottom: 32px;
}

@media (max-width: 767px) {
  .header-block__left .image-caption {
    display: none;
  }
}

.header-block__right {
  position: relative;
}

@media (max-width: 767px) {
  .header-block__right {
    padding-bottom: 32px;
  }
}

.header-block__right h1 {
  position: absolute;
  max-width: 1024px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -8.33333%;
  margin-right: -8.33333%;
}

@media (max-width: 1184px) {
  .header-block__right h1 {
    left: calc(-100%/2 - 24px);
  }
}

@media (max-width: 767px) {
  .header-block__right h1 {
    position: relative;
    top: 0;
    left: auto;
    transform: none !important;
    max-width: 320px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.header-block__right .label {
  padding-bottom: 32px;
  margin-right: 24px;
}

@media (max-width: 767px) {
  .header-block__right .label {
    margin-right: 0;
    margin-left: 0;
    margin-top: 32px;
    padding-bottom: 0;
  }
}

.list-left-block {
    padding: 80px 0 122px 0;
    box-sizing: border-box;
}

.list-left-block-notitle {
    padding-top: 0;
}

@media (max-width: 767px) {
  .list-left-block {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.list-left-block.list-left-block--no-background {
  padding: 0;
  margin: 80px 0;
}

@media (max-width: 937px) {
  .list-left-block.list-left-block--no-background {
    padding: 0;
    margin: 60px 0;
  }
}

.list-left-block li {
  max-width: 240px;
}

.list-left-block li:last-of-type {
  margin-bottom: 0;
}

.list-left-block img {
  width: 100%;
  height: auto;
}

.list-left-block__top {
  padding-bottom: 42px;
  flex: 1 1;
}

@media (min-width: 768px) {
  .list-left-block__top {
    padding-bottom: 80px;
  }
}

.list-left-block__image-container {
  position: relative;
}

.list-left-block__image-wrapper {
  position: relative;
}

.list-right-block {
  padding: 80px 0 122px 0;
  box-sizing: border-box;
}

.list-right-block.list-right-block--no-background {
  padding: 0;
  margin: 80px 0;
}

@media (max-width: 937px) {
  .list-right-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .list-right-block.list-right-block--no-background {
    padding: 0;
    margin: 60px 0;
  }
}

.list-right-block li {
    max-width: 365px;
}

@media screen and (min-width: 938px) and (max-width: 1200px) {
    .list-right-block li {
      max-width: 240px;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}


.list-right-block li:last-of-type {
  margin-bottom: 0;
}

.list-right-block img {
  width: 100%;
  height: auto;
}

.list-right-block__top {
  padding-bottom: 42px;
  flex: 1 1;
}

@media (min-width: 938px) {
  .list-right-block__top {
    padding-bottom: 80px;
  }
}

.list-right-block__title-wrapper {
  text-align: left;
}

@media (min-width: 938px) {
  .list-right-block__title-wrapper {
    text-align: right;
  }
}

.list-right-block__image-container {
  position: relative;
}

.list-right-block__image-wrapper {
  position: relative;
}

.cta-block .row {
  position: relative;
}

.container.full-width-cta {
    max-width: none;
}

.cta-block__image-wrapper__play-button {
  position: absolute;
  cursor: pointer;
  transition: opacity 150ms linear, background-color 300ms linear;
}

.cta-block__image-wrapper__play-button:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.cta-block__image-wrapper__play-button span {
  color: #ffffff;
}

.cta-block__duration {
  font-size: 0.61905rem;
}

.cta-block__quote-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .cta-block__quote-wrapper div {
    padding: 0;
  }
}

.cta-block__image-wrapper {
  position: relative;
}

.cta-block__image-wrapper .image {
  width: auto;
  height: 270px;
}

@media (min-width: 1185px) {
  .cta-block__image-wrapper {
    position: absolute;
    right: 0;
    transform: translateX(-205%);
    height: 100%;
  }
  .cta-block__image-wrapper .image {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .cta-block__image-wrapper {
    padding: 0;
  }
  .cta-block__image-wrapper .image {
    width: 100%;
    height: auto;
  }
}

.prices-block__title-list {
  padding-top: 70px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .prices-block__title-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.prices-block__top {
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .prices-block__top {
    padding-bottom: 12px;
  }
}

.prices-block__top label {
  display: block;
  margin-bottom: 32px;
}

@media (max-width: 937px) {
  .prices-block__top label {
    margin-bottom: 16px;
  }
}

.prices-block__top p {
  max-width: 320px;
  margin-bottom: 0;
}

@media (max-width: 937px) {
  .prices-block__top p {
    max-width: none;
  }
}

.prices-block__quote-container {
  position: relative;
}

.prices-block__footnote {
  margin-top: 32px;
}

.image-block__image-container {
  position: relative;
}

.image-block__image-container img {
  margin: auto;
  max-width: 100%;
  height: auto;
}

.image-block__image-wrapper {
  position: relative;
}

.quote-block {
  margin: 80px 0 60px -36px;
}

.quote-block.right-aligned {
  margin-left: 0;
  margin-right: -36px;
}

@media (max-width: 1400px) and (min-width: 1185px) {
    .cta-block__image-wrapper {
        transform: translateX(-240%);
    }
}

@media (min-width: 1400px) {
  .quote-block {
    margin: 80px 0 80px -36px;
  }
  .quote-block.right-aligned {
    margin-left: 0;
    margin-right: -36px;
  }
}

@media (max-width: 937px) {
  .quote-block {
    margin: 60px 0 32px -36px;
  }
  .quote-block.right-aligned {
    margin-left: 0;
    margin-right: -36px;
  }
}

@media (max-width: 767px) {
  .quote-block {
    margin: 60px 0 32px 0;
  }
}

.quote-block.right-aligned {
  justify-content: flex-end;
}

.quote-block__quote-wrapper {
  justify-content: flex-start;
  text-align: left;
}

.quote-block.right-aligned .quote-block__quote-wrapper {
  justify-content: flex-end;
  text-align: right;
}

.text-block {
  margin: 40px 0;
  position: relative;
}

.text-block.columns-2 .text-block__text-wrapper {
  column-count: 2;
  column-gap: 24px;
}

@media (max-width: 937px) {
  .text-block.columns-2 .text-block__text-wrapper {
    column-count: 1;
    column-gap: 0;
  }
}

.text-block p:last-of-type {
  margin-bottom: 0;
}

.text-image-left-block {
  margin: 40px 0;
}

.text-image-left-block__image-wrapper {
  position: relative;
}

.text-image-left-block__text-wrapper p:last-of-type {
  margin-bottom: 0;
}

.text-image-left-block__image-container {
  position: relative;
}

.text-image-right-block {
  margin: 40px 0;
}

.text-image-right-block__image-wrapper {
  position: relative;
}

.text-image-right-block__text-wrapper p:last-of-type {
  margin-bottom: 0;
}

.text-image-right-block__image-container {
  position: relative;
}

.title-block {
  margin: 80px 0;
  box-sizing: border-box;
}

@media (max-width: 937px) {
  .title-block {
    margin: 60px 0;
  }
}

.title-block li {
  max-width: 240px;
}

@media (max-width: 937px) {
  .title-block li {
    margin-left: -20px;
  }
}

.title-block img {
  width: 100%;
  height: auto;
}

.title-block label {
  padding-top: 6px;
}

.title-block__top {
  padding-bottom: 110px;
}

.title-right-block {
  margin: 80px 0;
  box-sizing: border-box;
}

@media (max-width: 937px) {
  .title-right-block {
    margin: 60px 0;
  }
}

.title-right-block li {
  max-width: 240px;
}

@media (max-width: 937px) {
  .title-right-block li {
    margin-left: -20px;
  }
}

.title-right-block img {
  width: 100%;
  height: auto;
}

.title-right-block label {
  padding-top: 6px;
}

.title-right-block__title {
  text-align: right;
}

@media (max-width: 937px) {
  .title-right-block__title {
    text-align: left;
  }
}

.list-block {
  margin: 40px 0;
}

.latest-news-block {
  padding: 80px 0 0 0;
  box-sizing: border-box;
}

@media (max-width: 937px) {
  .latest-news-block {
    padding: 60px 0;
  }
}

.latest-news-block .blog-tile__post-count {
  color: #F15025;
}

@media (max-width: 1184px) {
  .latest-news-block .blog-tile:nth-of-type(3n+0) {
    display: none;
  }
}

.latest-news-block__top {
  padding-bottom: 42px;
}

@media (min-width: 938px) {
  .latest-news-block__top {
    padding-bottom: 80px;
  }
}

.video-block iframe {
  position: absolute;
  left: 0;
  top: 0;
}

.video-block .video-player__video-wrapper .video-player__play-button, .blog-video-block .blog-video-player__video-wrapper .blog-video-player__play-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.contact-form-block {
  margin-bottom: 40px;
}

.contact-form-container {
    background-color: white;
}

.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select, .error-404 input[type="text"] {
    background-color: white;
    border: 1px solid rgb(227, 227, 227);
    padding: 4px 8px;
    border-radius: 3px;
}

.error-404 input[type="text"] {
    margin: 14px 0;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    justify-content: end;
}

input#gform_submit_button_1 {
    background-color: #F28764;
    color: white !important;
}

.gform_required_legend {
    display: none;
}

body .gform_wrapper.gravity-theme .gform-field-label {
    font-weight: 400;
}

@media (max-width: 767px) {
  .contact-form-block .container {
    max-width: none;
  }
}

.contact-form-block .form-error {
  right: 42px;
}

@media (max-width: 937px) {
  .contact-form-block .form-error {
    right: 0;
  }
}

.contact-form-block label[for="day-input"] {
  width: auto;
}

.contact-form-block label[for="daypart-input"] {
  width: auto;
}

.contact-form__wrapper {
  background-color: #FFE5D9;
  padding: 48px 32px 100px 32px;
  flex: 1 1;
}

.contact-form__wrapper.contact-form__wrapper--first-step .contact-form__navigation {
  justify-content: flex-end !important;
}

.contact-form__container {
  flex: 1 1;
}

.contact-form__step {
  flex: 0 0;
}

.contact-form__navigation {
  flex: 0 0;
}

.navigation-button {
  cursor: pointer;
}

.navigation-button.navigation-button--hidden {
  display: none;
}

.navigation-button span {
  transition: color 150ms linear;
}

.navigation-button:hover span {
  color: #F15025;
}

.job-application-form-block {
  position: relative;
  margin-top: 100px;
}

@media (max-width: 937px) {
  .job-application-form-block {
    margin-top: 60px;
  }
  .job-application-form-block .background-element {
    width: 100vw;
    transform: translateX(-50%);
    margin: 0 0 0 50%;
    left: 0;
    right: auto;
  }
}

.job-application-form-block__intro {
  position: relative;
  background-color: #FFE5D9;
}

.job-application-form-block__intro .background-element {
  background-color: #FFE5D9;
}

.job-application-form-block__intro h2 {
  margin-bottom: 42px;
}

.job-application-form-block__intro-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.job-application-form-block__form {
  background-color: #F4F4F5;
}

.job-application-form-block__form .background-element {
  background-color: #F4F4F5;
}

.job-application-external-block {
  position: relative;
}

@media (max-width: 937px) {
  .job-application-external-block .background-element {
    width: 125vw;
    transform: translateX(-50%);
    margin: 0 0 0 50%;
    left: 0;
    right: auto;
  }
}

.job-application-external-block:not(.job-application-external-block--single) {
  margin-top: 150px;
  /* margin-bottom: 40px; */
}

.job-application-external-block--single {
  /* margin-bottom: 40px; */
}

body.single-post #page .block.latest-news-block {
    margin-top: 0px;
}

body.single-post #page .block.job-application-external-block--single {
  margin-top: 48px;
}

.job-application-external-block--single .background-element {
  width: 100vw;
  /* transform: translateX(-50%); */
  margin: 0 0 0 50%;
  left: 0;
  right: auto;
}

.job-application-external-block_additional-title {
  padding-top: 48px;
  padding-bottom: 48px;
}

.job-application-external-block__information {
  padding-top: 48px;
  padding-bottom: 48px;
}

.job-application-external-block__information .btn {
  margin-top: 24px;
}

.job-application-external-block__text {
  max-width: 628px;
}

.job-application-external-block__text p:last-of-type {
  margin-bottom: 0;
}

.jobs-list-block {
  margin-bottom: 80px;
}

.faq-listing {
    cursor: pointer;
}

.faq-listing .faq-listing__answer {
    transition: 0.4s;
    overflow: hidden;
    max-height: 0px;
    margin-top: 8px;
}

.faq-listing.expanded .faq-listing__answer {
    max-height: none;
}

.faq-listing .faq-category-icon.icon-plus {
    display: block;
}

.faq-listing.expanded .faq-category-icon.icon-plus {
    display: none;
}

.faq-listing .faq-category-icon.icon-minus {
    display: none;
}

.faq-listing.expanded .faq-category-icon.icon-minus {
    display: block;
}

.faq-listing__question, .faq-category-icon {
    padding-bottom: 0;
    margin-bottom: 0;
}

.faq-category-title {
    font-size: 28px;
    margin-bottom: 28px;
}

.faq-category-icon {
    padding-right: 32px !important;
    font-size: 32px;
    user-select: none;
    cursor: pointer;
}

.horizontal-list-block {
  margin-bottom: 80px;
}

.horizontal-list-block ol {
  display: flex;
  justify-content: space-between;
}

.horizontal-list-block ol li {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .horizontal-list-block ol li {
    width: 232px;
  }
}

@media (max-width: 937px) {
  .horizontal-list-block ol {
    flex-direction: column;
    justify-content: flex-start;
  }
  .horizontal-list-block ol li {
    margin-bottom: 20px;
  }
  .horizontal-list-block ol li:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 937px) {
  .horizontal-list-block {
    margin-bottom: 60px;
  }
}

.contact-form2-block {
  position: relative;
  margin-top: 0;
}

.contact-form2-block .contact-form__step {
  display: none;
}

@media (min-width: 768px) {
  .contact-form2-block .input-wrapper--no-border {
    border-top: 0;
  }
}

@media (max-width: 937px) {
  .contact-form2-block .background-element {
    width: 100vw;
    transform: translateX(-50%);
    margin: 0 0 0 50%;
    left: 0;
    right: auto;
  }
  .contact-form2-block .contact-form__step {
    display: none;
  }
}

.contact-form2-block label[for="day-input"] {
  width: auto;
}

.contact-form2-block label[for="daypart-input"] {
  width: auto;
}

.contact-form2-block .form-error {
  position: absolute;
  bottom: initial;
  top: calc(100% - 45px);
  transform: none;
}

.contact-form2-block__wrapper {
  background-color: #F4F4F5;
  padding: 70px 0 0 0;
}

@media (max-width: 937px) {
  .contact-form2-block__wrapper {
    padding-top: 0;
  }
}

.contact-form2-block__wrapper .background-element {
  background-color: #F4F4F5;
}

.contact-form2-block__wrapper.contact-form2-block--first-step .contact-form2-block__navigation {
  justify-content: flex-end !important;
}

.contact-form2-block__intro {
  position: relative;
  background-color: #FFE5D9;
}

.contact-form2-block__intro .background-element {
  background-color: #FFE5D9;
}

.contact-form2-block__intro h2 {
  margin-bottom: 42px;
}

.contact-form2-block__intro-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-form2-block__form .background-element {
  background-color: #F4F4F5;
}

.contact-form2-block__navigation {
  flex: 0 0;
}

.contact-form3-block {
  position: relative;
  margin-top: 0;
}

.contact-form3-block__left__row {
  position: relative;
  width: 100%;
  padding-right: 85px;
}

p.plan-gesprek-input-label {
    font-size: 14px;
    font-weight: 500;
}

p.p2 {
    font-weight: 300;
}

@media (max-width: 937px) {
  .contact-form3-block__left__row {
    padding-right: 0;
  }
}

.contact-form3-block__intro {
  position: relative;
  background-color: #FFE5D9;
  padding-bottom: 150px;
  padding-top: 100px;
}

div#gform_wrapper_2 input[type="radio"] {
    position: relative;
    opacity: 1;
    width: 25px;
    height: 25px;
}

#gform_2 .gform_footer.before, #gform_2 legend.gfield_label.gform-field-label {
    display: none;
}

.contact-form3-block__intro .background-element {
  background-color: white;
}


@media (max-width: 937px) {
    .contact-form3-block__intro .background-element {
        left: 0;
        right: auto;
        transform: translateX(-50%);
        margin-left: 50%;
        width: 120vw;
    }
}

.contact-form3-block__intro h2 {
    margin-bottom: 48px;
}

@media (max-width: 1184px) {
    .contact-form3-block__intro h2 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media (max-width: 937px) {
  .contact-form3-block__intro h2 {
      font-size: 28px;
      line-height: 38px;
    }
}

.contact-form3-block__intro a {
    color: #F15025;
}

.contact-form3-block__intro a:visited, .contact-form3-block__intro a:active, .contact-form3-block__intro a:link {
    color: #F15025;
}

.contact-form3-block__intro a:hover {
    color: #9BD1E5;
    text-decoration: none;
}

@media (max-width: 1399px) {
    .contact-form3-block__intro {
        padding-bottom: 100px;
    }
}

@media (max-width: 1184px) {
    .contact-form3-block__intro {
        padding-top: 70px;
    }
}

@media (max-width: 937px) {
    .contact-form3-block__intro {
        display: none !important;
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .contact-form3-block__intro {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.contact-form3-block__intro-content {
    padding-bottom: 48px;
}

.contact-form3-block__intro__list ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 16px;
}

.contact-form3-block__intro__list ul li {
    padding: 24px 24px;
    border-top: 1px solid #14110F;
    margin-bottom: 0;
}

@media (max-width: 937px) {
    .contact-form3-block__intro__list ul li h3, .contact-form3-block__intro__list ul li .input-wrapper label, .input-wrapper .contact-form3-block__intro__list ul li label, .contact-form3-block__intro__list ul li input[type="text"], .contact-form3-block__intro__list ul li input[type="email"], .contact-form3-block__intro__list ul li input[type="tel"], .contact-form3-block__intro__list ul li input[type="search"], .contact-form3-block__intro__list ul li .textarea-wrapper label, .textarea-wrapper .contact-form3-block__intro__list ul li label, .contact-form3-block__intro__list ul li textarea {
        font-size: 16px;
        line-height: 16px;
    }
}

.contact-form3-block__intro__list ul li p {
    font-size: 16px;
    line-height: 25px;
}

.contact-form3-block__intro__list ul li:last-of-type {
    border-bottom: 1px solid #14110F;
}

.contact-form3-block__intro__more-info span {
    padding-left: 24px;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
}

.contact-form3-block__intro__question {
    margin-top: 72px;
}

.contact-form3-block__intro__question h3, .contact-form3-block__intro__question .input-wrapper label, .input-wrapper .contact-form3-block__intro__question label, .contact-form3-block__intro__question input[type="text"], .contact-form3-block__intro__question input[type="email"], .contact-form3-block__intro__question input[type="tel"], .contact-form3-block__intro__question input[type="search"], .contact-form3-block__intro__question .textarea-wrapper label, .textarea-wrapper .contact-form3-block__intro__question label, .contact-form3-block__intro__question textarea {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}

@media (max-width: 937px) {
    .contact-form3-block__intro__question h3, .contact-form3-block__intro__question .input-wrapper label, .input-wrapper .contact-form3-block__intro__question label, .contact-form3-block__intro__question input[type="text"], .contact-form3-block__intro__question input[type="email"], .contact-form3-block__intro__question input[type="tel"], .contact-form3-block__intro__question input[type="search"], .contact-form3-block__intro__question .textarea-wrapper label, .textarea-wrapper .contact-form3-block__intro__question label, .contact-form3-block__intro__question textarea {
        font-size: 22px;
        line-height: 28px;
    }
}

.contact-form3-block__wrapper {
    background-color: white;
    padding: 94px 0 190px 110px;
}

@media (max-width: 1184px) {
    .contact-form3-block__wrapper {
        padding-top: 70px;
        padding-left: 32px;
    }
}

@media (max-width: 937px) {
    .contact-form3-block__wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .contact-form3-block__wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.contact-form3-block__wrapper .background-element {
    background-color: #FFE5D9;
}

@media (max-width: 937px) {
    .contact-form3-block__wrapper .background-element {
        left: 0;
        right: auto;
        transform: translateX(-50%);
        margin-left: 50%;
        width: 120vw;
    }
}

.contact-form3-block__wrapper__intro {
    margin-bottom: 48px;
}

.contact-form3-block__wrapper__intro h3, .contact-form3-block__wrapper__intro .input-wrapper label, .input-wrapper .contact-form3-block__wrapper__intro label, .contact-form3-block__wrapper__intro input[type="text"], .contact-form3-block__wrapper__intro input[type="email"], .contact-form3-block__wrapper__intro input[type="tel"], .contact-form3-block__wrapper__intro input[type="search"], .contact-form3-block__wrapper__intro .textarea-wrapper label, .textarea-wrapper .contact-form3-block__wrapper__intro label, .contact-form3-block__wrapper__intro textarea {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}

.call-planner-block {
    display: none;
    margin-top: 100px;   
}

.call-planner-block p:first-of-type {
    font-size: 26px;
}

#calendly-planner-iframe {
    margin-top: 35px;
    width: 100%;
    height: 1650px;
}

.blog-overview__header {
    margin-top: 100px;
    margin-bottom: 80px;
}

.blog-overview__header fieldset {
    margin-bottom: 8px;
}

.blog-tiles__pagination {
    position: relative;
}

.blog-tiles__pagination .page-numbers:not(.prev):not(.next) {
    display: none;
}

.blog-tiles__pagination-wrapper {
  margin-top: 20px;
  margin-bottom: 150px;
}

@media (max-width: 1184px) {
  .blog-tiles__pagination-wrapper {
    margin-bottom: 100px;
  }
}

@media (max-width: 937px) {
  .blog-tiles__pagination-wrapper {
    margin-top: 0;
    margin-bottom: 80px;
  }
}

.blog-menu__search-form {
  max-width: 160px;
  margin-top: 8px;
}

.blog-menu__search-form input {
  padding-left: 0;
}

.bookies-page h2 {
  margin-bottom: 0;
}

.bookies-page .bookies-page__header {
  margin-top: 100px;
  margin-bottom: 80px;
}

@media (max-width: 1184px) {
  .bookies-page .bookies-page__header {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}

@media (max-width: 937px) {
  .bookies-page .bookies-page__header {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.bookies-page .bookie__title {
  margin-bottom: 48px;
}

@media (max-width: 937px) {
  .bookies-page .bookie__title {
    margin-bottom: 32px;
  }
}

.bookies-page .bookie__name {
  display: block;
}

.bookies-page .bookie__figure {
  margin-bottom: 48px;
}

@media (max-width: 937px) {
  .bookies-page .bookie__figure {
    margin-bottom: 32px;
  }
}

.bookies-page .bookie__mobile-navigation {
  margin-top: 32px;
  margin-bottom: 60px;
}

.bookies-page .bookie__content {
  margin-bottom: 150px;
}

@media (max-width: 937px) {
  .bookies-page .bookie__content {
    margin-bottom: 0;
  }
}

@media (max-width: 1184px) {
  .bookies-page .bookie__content__title, .bookies-page .bookie__content__text {
    margin-left: -24px;
    width: calc(100% + 48px);
  }
}

@media (max-width: 937px) {
  .bookies-page .bookie__content__title, .bookies-page .bookie__content__text {
    margin-left: 0;
    width: 100%;
  }
}

.bookies-page.bookies-page--transition-out .bookie__name {
  opacity: 0;
  transition: opacity 250ms linear, transform 250ms ease-in;
  transform: translateX(8px);
}

.bookies-page.bookies-page--transition-out .bookie__figure {
  opacity: 0;
  transition: opacity 150ms linear 150ms;
}

.bookies-page.bookies-page--transition-out .bookie__content {
  opacity: 0;
  transition: opacity 150ms linear 150ms;
}

.bookies-page.bookies-page--transitioned-out .bookie__name {
  transition: opacity 0ms linear, transform 0ms linear;
  transform: translateX(-8px);
}

.bookies-page.bookies-page--transition-in .bookie__name {
  opacity: 1;
  transition: opacity 150ms, transform 150ms ease-out;
  transform: translateX(0px);
}

.bookies-page.bookies-page--transition-in .bookie__figure {
  opacity: 1;
  transition: opacity 150ms linear 50ms;
}

.bookies-page.bookies-page--transition-in .bookie__content {
  opacity: 1;
  transition: opacity 150ms linear 50ms;
}

.team-page h2 {
  margin-bottom: 0;
}

.team-page .team-page__header {
  margin-top: 100px;
  margin-bottom: 80px;
}

@media (max-width: 1184px) {
  .team-page .team-page__header {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}

@media (max-width: 937px) {
  .team-page .team-page__header {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.team-page .team-page__intro {
  margin: 64px 0;
}

.team-page .job-application-external-block {
  margin-bottom: 0;
  margin-top: 64px;
}

.team-page .latest-news-block {
  margin-bottom: 0 !important;
}

#cookie-notice {
  background-color: #E3E3E3 !important;
  padding: 12px !important;
}

#cookie-notice .cookie-notice-container {
  color: rgba(20, 17, 15, 0.5) !important;
}

#cookie-notice #cn-accept-cookie {
  font-family: 'Fakt TT';
  cursor: pointer;
  display: inline-block;
  padding: 11px;
  box-sizing: border-box;
  border: none !important;
  border-radius: 3px;
  font-size: 0.66667rem !important;
  line-height: 128.57143% !important;
  font-weight: 600 !important;
  white-space: nowrap;
  transition: background-color 150ms linear, color 150ms linear, border 150ms linear;
  background: #F15025;
  color: #ffffff !important;
  text-shadow: none;
}

#cookie-notice #cn-accept-cookie:hover {
  background: #E2F8F9 !important;
  color: #14110F !important;
}

#cookie-notice.cn-effect-fade:not(.cookie-notice-visible) {
  padding: 0px !important;
}

#CybotCookiebotDialogPoweredbyCybot, .CookiebotWidget-main-logo,
#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  opacity: 1 !important;
  cursor: pointer;
  display: inline-block;
  padding: 15px 16px;
  box-sizing: border-box;
  background-color: #F15025 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 3px;
  font-size: 0.66667rem !important;
  line-height: 128.57143% !important;
  font-weight: 600 !important;
  white-space: nowrap;
  transition: background-color 150ms linear, color 150ms linear, border 150ms linear;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:hover,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:hover {
  background-color: #E2F8F9 !important;
  color: #14110F !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  background-color: white !important;
  color: #14110F !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  opacity: 1 !important;
  cursor: pointer;
  display: inline-block;
  padding: 15px 16px;
  box-sizing: border-box;
  background-color: #F15025 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 3px;
  font-size: 0.66667rem !important;
  line-height: 128.57143% !important;
  font-weight: 600 !important;
  white-space: nowrap;
  transition: background-color 150ms linear, color 150ms linear, border 150ms linear;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  background-color: #E2F8F9 !important;
  color: #14110F !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #F4F4F5 !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #F15025 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
  color: #F15025 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #F15025 !important;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: #E2F8F9 !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list svg {
  fill: #F15025 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink {
  color: #F15025 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #F15025 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  color: #F15025 !important;
  border-bottom: 1px solid #F15025 !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(:disabled):not(.disabled):hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:not(:disabled):not(.disabled):hover,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox]:hover, #CybotCookiebotDialog button:hover,
#CybotCookiebotDialog input:hover, #CybotCookiebotDialog label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]):hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #F15025 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a {
  color: #F15025 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a:hover {
  color: #14110F !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonDescription {
  font-size: 0.57143rem;
}

@media (max-width: 937px) {
    #CybotCookiebotDialog {
      display: none !important;
    }
}

.page-id-21979 .list-right-block h2,
.page-id-21963 .list-right-block h2,
.page-id-21784 .list-right-block h2,
.page-id-21972 .list-right-block h2 {
    font-size: 36px;
}

.page-id-21979 .list-right-block .label-container,
.page-id-21963 .list-right-block .label-container,
.page-id-21784 .list-right-block .label-container,
.page-id-21972 .list-right-block .label-container {
    margin-top: 6px;
}

.page-id-21979 .list-right-block .label-container label,
.page-id-21963 .list-right-block .label-container label,
.page-id-21784 .list-right-block .label-container label,
.page-id-21972 .list-right-block .label-container label {
    line-height: 16px;
}

.aw-logo-block {
    height: 32px;
}

.aw-flex {
    display: flex;
    align-items: center;
}

@media (min-width: 1330px) {
	#calendly-planner-iframe {
		width: 632px;
	}
}
