/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \**************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* Niet alle bootstrap elementen zijn momenteel toegevoegd: alle zijn te vinden in /node_modules/bootstrap/scss/ */
/**
 * Global variables
 **/
/**
 * Colors
 **/
/**
 * Transitions
 **/
* {
  font-family: "Barlow", sans-serif;
}

p, ul, ol {
  font-size: 18px;
  line-height: 30px;
}
p b, p strong, ul b, ul strong, ol b, ol strong {
  color: #FF9660;
}
p a, ul a, ol a {
  color: #6A353D;
}

.row:before, .row:after {
  display: none !important;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.btn, .form .button {
  display: inline-block !important;
  background-color: #8FB1A7 !important;
  padding: 10px !important;
  color: #FFFFFF !important;
  font-size: 32px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  border-radius: 60px !important;
  padding: 5px 35px 12px 35px !important;
  transition: all 0.1s ease-in !important;
}
@media (max-width: 1399.98px) {
  .btn, .form .button {
    font-size: 28px !important;
  }
}
@media (max-width: 991.98px) {
  .btn, .form .button {
    font-size: 24px !important;
  }
}
.btn:hover, .form .button:hover {
  background-color: #C7D8D3 !important;
  color: #FFFFFF !important;
}
.btn.btn-red, .form .button.btn-red {
  background-color: #6A353D !important;
}
.btn.btn-red:hover, .form .button.btn-red:hover {
  background-color: #B49A9E !important;
}

.bleed-container {
  container-type: inline-size;
}

.line {
  position: relative;
}
.line::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  height: 10px;
  width: calc(50vw + 50% - 12px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
}
.line.line-orange {
  background-color: #FF9660;
}
.line.line-orange::after {
  bottom: -90px;
  background-color: #FF9660;
}
.line.line-green {
  background-color: #8FB1A7;
}
.line.line-green::after {
  top: 0;
  background-color: #8FB1A7;
}
.line.line-red {
  background-color: #6A353D;
}
.line.line-red::after {
  top: 0;
  background-color: #6A353D;
}

.quote {
  margin-top: 120px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .quote {
    margin-top: 50px;
  }
}
.quote p {
  color: #000000;
  text-align: center;
  font-size: 44px;
  font-style: italic;
  font-weight: 300;
  line-height: 54px;
}
@media (max-width: 991.98px) {
  .quote p {
    font-size: 32px;
    line-height: 44px;
  }
}
.quote span {
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.nav-wrap {
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  .nav-wrap {
    min-height: 225px;
  }
}
.nav-wrap #nav-main {
  padding: 0;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  .nav-wrap #nav-main {
    background-color: #8FB1A7;
    padding: 15px 0 10px 0;
  }
}
@supports (overflow: clip) {
  .nav-wrap #nav-main {
    overflow-x: clip;
  }
}
.nav-wrap #nav-main .container .row {
  width: calc(100% + 15px);
}
.nav-wrap #nav-main .container .row .logo-col {
  position: relative;
}
.nav-wrap #nav-main .container .row .logo-col .logo {
  position: absolute;
  width: 100%;
  padding: 0 70px 0 50px;
  margin-top: 37px;
}
.nav-wrap #nav-main .container .row .logo-col .logo .logo-mobile {
  display: none;
}
.nav-wrap #nav-main .container .row .logo-col .logo .logo-desktop {
  display: block;
}
@media (max-width: 1199.98px) {
  .nav-wrap #nav-main .container .row .logo-col .logo {
    padding: 0 50px 0 40px;
  }
}
@media (max-width: 991.98px) {
  .nav-wrap #nav-main .container .row .logo-col .logo {
    padding: 0;
    position: relative;
  }
  .nav-wrap #nav-main .container .row .logo-col .logo .logo-mobile {
    display: block;
  }
  .nav-wrap #nav-main .container .row .logo-col .logo .logo-desktop {
    display: none;
  }
}
.nav-wrap #nav-main .container .row .logo-col::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 25vw;
  background-color: #8FB1A7;
  left: -25vw;
  top: 0;
  border-radius: 0 0 33px 0;
}
@media (max-width: 991.98px) {
  .nav-wrap #nav-main .container .row .logo-col::before {
    display: none;
  }
}
.nav-wrap #nav-main .container .row .nav-col {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #8FB1A7;
  border-radius: 0 0 0 33px;
}
@media (min-width: 992px) {
  .nav-wrap #nav-main .container .row .nav-col::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background-color: #8FB1A7;
  }
}
@media (max-width: 991.98px) {
  .nav-wrap #nav-main .container .row .nav-col {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: transparent;
  }
}
.nav-wrap #nav-main .container .row .nav-col .nav {
  padding-left: 25px;
}
.nav-wrap #nav-main .container .row .nav-col .nav .nav-item {
  margin-right: 75px;
}
.nav-wrap #nav-main .container .row .nav-col .nav .nav-item .nav-link {
  color: #FFFFFF;
  font-weight: 600;
  padding: 0 !important;
  font-size: 20px;
  transition: all 0.1s ease-in;
}
.nav-wrap #nav-main .container .row .nav-col .nav .nav-item .nav-link:hover {
  color: #C7D8D3;
}
@media (max-width: 1199.98px) {
  .nav-wrap #nav-main .container .row .nav-col .nav .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .nav-wrap #nav-main .container .row .nav-col .nav .nav-item .nav-link {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .nav-wrap #nav-main .container .row .nav-col .nav .nav-item:last-of-type .nav-link {
    margin-bottom: 0;
  }
}
.nav-wrap #nav-main .container .row .nav-col .nav .nav-item:last-of-type {
  margin-right: 0;
}

@media (min-width: 992px) {
  .page-template-template-front .nav-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .page-template-template-professionals .nav-wrap #nav-main {
    background-color: #6A353D;
  }
}
.page-template-template-professionals .nav-wrap #nav-main .container .row .logo-col::before {
  background-color: #6A353D;
}
.page-template-template-professionals .nav-wrap #nav-main .container .row .nav-col {
  background-color: #6A353D;
}
@media (max-width: 991.98px) {
  .page-template-template-professionals .nav-wrap #nav-main .container .row .nav-col {
    background-color: transparent !important;
  }
}
@media (min-width: 992px) {
  .page-template-template-professionals .nav-wrap #nav-main .container .row .nav-col::after {
    background-color: #6A353D;
  }
}
.page-template-template-professionals .nav-wrap #nav-main .container .row .nav .nav-item {
  margin-right: 75px;
}
.page-template-template-professionals .nav-wrap #nav-main .container .row .nav .nav-item .nav-link {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.1s ease-in;
}
@media (min-width: 992px) {
  .page-template-template-professionals .nav-wrap #nav-main .container .row .nav .nav-item .nav-link {
    padding: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .page-template-template-professionals .nav-wrap #nav-main .container .row .nav .nav-item .nav-link {
    font-size: 18px;
  }
}
.page-template-template-professionals .nav-wrap #nav-main .container .row .nav .nav-item .nav-link:hover {
  color: #B49A9E;
}

/**
 * Mobile only
 **/
@media (max-width: 991.98px) {
  #menu-entries {
    display: none !important;
  }
  #menu-entries.show {
    display: block !important;
    width: 100% !important;
  }
  #menu-entries ul {
    width: 100%;
  }
  #menu-entries .dropdown.child {
    position: relative !important;
  }
  #menu-entries .dropdown.child .dropdown-sub {
    position: absolute !important;
    right: 0;
  }
  .navbar {
    display: block !important;
  }
  .nav-col {
    position: static;
  }
  .nav-mobile-col {
    background-color: #8FB1A7;
    border-radius: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .nav-mobile-col {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .nav-mobile-col #menu-entries-mobile {
    display: none !important;
  }
  .nav-mobile-col #menu-entries-mobile.show {
    display: block !important;
    width: 100% !important;
    padding: 15px 0;
  }
}
@media (max-width: 991.98px) {
  .nav-mobile-col .nav {
    padding-left: 0;
  }
  .nav-mobile-col .nav .nav-link {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
  }
}
@media (max-width: 991.98px) {
  #menu-entries {
    justify-content: flex-start !important;
  }
  #menu-entries .nav {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    position: absolute;
    right: 5px;
    top: 22px;
    background-color: transparent;
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("../dist/images/toggler-icon.svg");
  }
}
@media (max-width: 991.98px) {
  .page-template-template-professionals .nav-mobile-col {
    background-color: #6A353D;
  }
}
@media (min-width: 992px) {
  .nav-mobile-col {
    display: none !important;
  }
}
footer {
  background-color: #8FB1A7;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 250px;
}
@media (max-width: 991.98px) {
  footer {
    margin-top: 100px;
  }
}
footer .container {
  position: relative;
}
footer .container .logo-wrap {
  padding: 80px 43px 0 78px;
  background-color: #8FB1A7;
  display: inline-block;
  bottom: 170px;
  left: 45px;
  position: absolute;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 1199.98px) {
  footer .container .logo-wrap {
    padding: 52px 35px 0 55px;
  }
}
@media (max-width: 991.98px) {
  footer .container .logo-wrap {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  footer .container .logo-wrap {
    margin-bottom: 35px;
  }
}
footer .container .footer-col h2, footer .container .footer-col .h2 {
  display: none;
}
footer .container .footer-col ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  footer .container .footer-col ul {
    margin-bottom: 25px;
  }
}
footer .container .footer-col ul li {
  margin-bottom: 25px;
}
footer .container .footer-col ul li:last-of-type {
  margin-bottom: 0;
}
footer .container .footer-col ul li a {
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.1s ease-in;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .container .footer-col ul li a {
    font-size: 18px;
  }
}
footer .container .footer-col ul li a:hover {
  color: #000000;
}
footer .container .footer-col .socials {
  text-align: right;
}
@media (max-width: 767.98px) {
  footer .container .footer-col .socials {
    text-align: left;
  }
}
footer .container .footer-col .socials a {
  display: inline-block;
  margin-top: 15px;
}
footer .container .footer-col .socials a img {
  margin-top: 47px;
}
@media (max-width: 767.98px) {
  footer .container .footer-col .socials a img {
    margin-top: 0;
  }
}
footer .container .bottom-row {
  margin-top: 40px;
}
footer .container .bottom-row a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  transition: all 0.1s ease-in;
}
footer .container .bottom-row a:hover {
  color: #FFFFFF;
}

.form {
  margin-bottom: 175px;
  padding-top: 50px;
  margin-top: -50px;
}
.form h2, .form .h2 {
  color: #FF9660;
  position: relative;
  bottom: 25px;
}
.form .gform_wrapper .gform_fields {
  -moz-column-gap: 24px !important;
       column-gap: 24px !important;
  row-gap: 24px !important;
}
.form .gform_wrapper .gform_fields .ginput_container input, .form .gform_wrapper .gform_fields .ginput_container textarea {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: #F6F6F6 !important;
  padding: 40px 35px;
  font-size: 20px !important;
}
.form .gform_wrapper .gform_fields .ginput_container input:focus, .form .gform_wrapper .gform_fields .ginput_container textarea:focus {
  outline-color: #8FB1A7 !important;
}
.form .gform_wrapper .gform_fields .ginput_container .gchoice input[type=checkbox] + label::before {
  order-color: #8FB1A7 !important;
}
.form .gform_wrapper .gform_fields .ginput_container .gchoice input[type=checkbox]:checked + label::before {
  background-color: #8FB1A7 !important;
  border-color: #8FB1A7 !important;
}
.form .gform_wrapper .gform_fields .ginput_container .gchoice input[type=checkbox]:checked + label::after {
  color: #8FB1A7 !important;
}
.form .gform_wrapper .gform_fields .ginput_container select, .form .gform_wrapper .gform_fields .ginput_container input[type=file] {
  padding: 23px 35px 57px 35px;
  border-radius: 0 !important;
  cursor: pointer;
  color: #000000 !important;
  background-color: #FFFFFF !important;
  -webkit-text-fill-color: #000000 !important;
}
.form .gform_wrapper .gform_fields .ginput_container select option,
.form .gform_wrapper .gform_fields .ginput_container select optgroup {
  color: #000000 !important;
  background-color: #FFFFFF !important;
}
.form .gform_wrapper .gform_fields .ginput_container .ginput_container_select select.gfield_select {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  background-color: #FFFFFF !important;
  color-scheme: light !important;
  -webkit-appearance: menulist !important;
  -moz-appearance: auto !important;
       appearance: auto !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}
.form .gform_wrapper .gform_fields .ginput_container .ginput_container_select select.gfield_select option {
  color: #000000 !important;
  background-color: #FFFFFF !important;
}
.form .gform_wrapper .gform_fields .ginput_container .select2-container--default .select2-selection--single,
.form .gform_wrapper .gform_fields .ginput_container .chosen-container .chosen-single {
  color: #000000 !important;
  background-color: #FFFFFF !important;
}
.form .gform_wrapper .gform_fields .ginput_container .select2-container--default .select2-results__option,
.form .gform_wrapper .gform_fields .ginput_container .chosen-container .chosen-results li {
  color: #000000 !important;
  background-color: #FFFFFF !important;
}
.form .gform_wrapper .gform_fields .gchoice input, .form .gform_wrapper .gform_fields .gfield--type-consent input {
  padding: 20px !important;
}
.form .gform_wrapper .gform_fields .gchoice label, .form .gform_wrapper .gform_fields .gfield--type-consent label {
  margin-top: 10px !important;
}
.form .gform_wrapper .gform_validation_errors h2, .form .gform_wrapper .gform_validation_errors .h2 {
  position: relative !important;
  margin: 0 !important;
  top: 0 !important;
}
.form .gform_wrapper .gform-footer .gform_button {
  background-color: #8FB1A7 !important;
  color: #FFFFFF !important;
  width: 100% !important;
  border-radius: 50px !important;
  text-transform: uppercase !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 23px !important;
  transition: all 0.1s ease-in !important;
}
.form .gform_wrapper .gform-footer .gform_button:hover {
  background-color: #C7D8D3 !important;
}
.form .gform_wrapper .gform-footer .gform_button:focus {
  outline: none !important;
}

.page-template-template-contact .form .gfield_label,
.page-template-template-professionals .form .gfield_label,
.page-template-template-organisaties .form .gfield_label {
  display: none !important;
}

.gf_progressbar .gf_progressbar_percentage {
  background-color: #6A353D !important;
}

.faq {
  margin-top: 50px;
  position: relative;
}
.faq .faq-heading {
  padding: 0 43px 15px 140px;
}
@media (max-width: 991.98px) {
  .faq .faq-heading {
    padding-left: 40px !important;
    padding-right: 25px !important;
  }
}
.faq .faq-heading span {
  font-size: 18px;
}
.faq .faq-heading span:last-of-type {
  float: right;
}
.faq h2, .faq .h2 {
  color: #8FB1A7 !important;
}
.faq .q-wrap {
  position: relative;
  transition: transform 0.3s ease, transform 0.3s ease, bottom 0.1s ease;
  margin-bottom: 25px;
  --faq-alpha: calc(
      0.5 - (0.5 - 0.2) * ((var(--i) - 1) / max((var(--n) - 1), 1))
  );
}
.faq .q-wrap:last-of-type {
  border-bottom: none;
}
.faq .q-wrap .question {
  border: none;
  background-color: transparent;
  padding: 25px 27px 25px 140px;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  background-color: rgba(143, 177, 167, var(--faq-alpha));
  -webkit-clip-path: url(#faq);
  clip-path: url(#faq);
}
@media (max-width: 991.98px) {
  .faq .q-wrap .question {
    padding: 12px 25px !important;
    padding-left: 40px !important;
    font-size: 18px;
  }
}
.faq .q-wrap .question .arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media (max-width: 991.98px) {
  .faq .q-wrap .question .arrow {
    right: 10px;
    width: 22px;
  }
}
.faq .q-wrap .question.active .arrow {
  transform: translateY(-50%) rotate(-90deg);
}
.faq .q-wrap .answer {
  padding: 25px 43px 0 140px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
@media (max-width: 991.98px) {
  .faq .q-wrap .answer {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 35px !important;
  }
}
.faq .q-wrap .answer p {
  margin-bottom: 25px;
}
.faq .q-wrap .answer p b, .faq .q-wrap .answer p strong {
  color: #8FB1A7;
}
.faq .q-wrap.open .answer {
  max-height: 1000px;
}

.page-template-template-professionals h2, .page-template-template-professionals .h2 {
  color: #6A353D !important;
}
.page-template-template-professionals .q-wrap .question {
  border: none;
  background-color: transparent;
  padding: 25px 27px 25px 140px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  background-color: rgba(106, 53, 61, var(--faq-alpha));
}
.page-template-template-professionals .q-wrap .answer p b, .page-template-template-professionals .q-wrap .answer p strong {
  color: #6A353D;
}

.slider-wrap {
  --slider-item-height: clamp(138px, 11vw, 168px);
  --slider-gap: 18px;
  --slider-visible: 3;
}

.slider-frame {
  position: relative;
  padding: 96px 18px;
  background-color: #FFFFFF;
  border: 7px solid #8FB1A7;
  border-radius: 75px;
}

.slider-window {
  width: 100%;
  overflow: hidden;
  height: calc(var(--slider-item-height) * var(--slider-visible) + var(--slider-gap) * (var(--slider-visible) - 1));
  box-sizing: border-box;
}

.slider-track {
  display: flex;
  flex-direction: column;
  gap: var(--slider-gap);
  transform: translateY(0);
  transition: transform 0.35s ease;
  will-change: transform;
}

.slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slider-item-height);
  padding: 6px 10px;
  opacity: 0;
  overflow: hidden;
}

.slider-item.is-visible {
  opacity: 1;
}

.slider-item.is-fade {
  opacity: 0;
  animation: sliderFadeIn 0.35s ease forwards;
}

.slider-item img {
  max-width: 40%;
  max-height: 55%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-arrow {
  position: absolute;
  left: 50%;
  width: 45px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent no-repeat center/contain;
  transform: translateX(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
  z-index: 2;
}
.slider-arrow:hover {
  transform: translateX(-50%) translateY(-2px);
  opacity: 0.85;
}
.slider-arrow:focus-visible {
  outline: 2px solid #FF9660;
  outline-offset: 4px;
}

.slider-arrow--up {
  top: 36px;
  background-image: url("../dist/images/pijl-boven.svg");
}

.slider-arrow--down {
  bottom: 36px;
  background-image: url("../dist/images/pijl-onder.svg");
}
.slider-arrow--down:hover {
  transform: translateX(-50%) translateY(2px);
}

@keyframes sliderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.call-to-actions {
  margin-top: 150px;
}
@media (max-width: 1199.98px) {
  .call-to-actions {
    margin-top: 100px;
  }
}
.call-to-actions .title-row h2, .call-to-actions .title-row .h2 {
  font-size: 48px;
  color: #FF9660;
  margin-bottom: 125px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .call-to-actions .title-row h2, .call-to-actions .title-row .h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .call-to-actions .row.desktop-row {
    display: none;
  }
}
.call-to-actions .row.mobile-row {
  display: none;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .call-to-actions .row.mobile-row {
    display: flex;
  }
}
.call-to-actions .row.mobile-row .img-wrap {
  -webkit-clip-path: url(#clip-halvecirkel-rechts);
          clip-path: url(#clip-halvecirkel-rechts);
  display: block;
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 306px;
}
@media (max-width: 575.98px) {
  .call-to-actions .row.mobile-row .img-wrap {
    display: none;
  }
}
.call-to-actions .row.mobile-row .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.call-to-actions .row.mobile-row .img-wrap figure,
.call-to-actions .row.mobile-row .img-wrap div,
.call-to-actions .row.mobile-row .img-wrap img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.call-to-actions .row.mobile-row + .mobile-row .img-wrap {
  -webkit-clip-path: url(#clip-halvecirkel-links);
          clip-path: url(#clip-halvecirkel-links);
  margin-left: auto;
}
.call-to-actions .row.mobile-row .main-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .call-to-actions .row.mobile-row .main-col:first-of-type {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .call-to-actions .row.mobile-row .main-col .btn {
    margin-top: 25px;
  }
}
.call-to-actions .row .main-col {
  position: relative;
}
.call-to-actions .row .main-col:first-of-type::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  bottom: -45px;
  height: 10px;
  width: calc(50vw + 50% - 12px);
  background-color: #6A353D;
  -webkit-clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
}
@media (max-width: 1199.98px) {
  .call-to-actions .row .main-col:first-of-type::after {
    display: none;
  }
}
.call-to-actions .row .main-col:last-of-type::before {
  content: "";
  position: absolute;
  left: 12px;
  top: -45px;
  height: 10px;
  width: calc(50vw - 12px);
  background-color: #8FB1A7;
  -webkit-clip-path: polygon(1% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(1% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1199.98px) {
  .call-to-actions .row .main-col:last-of-type::before {
    display: none;
  }
}
.call-to-actions .row .main-col h3, .call-to-actions .row .main-col .h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 48px;
}
@media (max-width: 1399.98px) {
  .call-to-actions .row .main-col h3, .call-to-actions .row .main-col .h3 {
    font-size: 42px;
  }
}
.call-to-actions .row .main-col .btn {
  margin-top: 50px;
  align-self: flex-start;
}
@media (max-width: 991.98px) {
  .call-to-actions .row .main-col .btn {
    align-self: center;
  }
}
.call-to-actions .row .main-col .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.call-to-actions .row .main-col .circle-col {
  display: flex;
}
.call-to-actions .row .main-col .circle-col .img-wrap div {
  height: 100% !important;
  min-height: 306px;
}
.call-to-actions .row .main-col .circle-col .img-wrap div figure {
  height: 100% !important;
  min-height: 306px;
}
.call-to-actions .row .main-col:first-of-type h3, .call-to-actions .row .main-col:first-of-type .h3 {
  color: #6A353D;
}
.call-to-actions .row .main-col:first-of-type .circle-col {
  padding-left: 50px;
}
.call-to-actions .row .main-col:first-of-type .circle-col .img-circle {
  -webkit-clip-path: url(#clip-halvecirkel-rechts);
          clip-path: url(#clip-halvecirkel-rechts);
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.call-to-actions .row .main-col:first-of-type .circle-col .img-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 1399.98px) {
  .call-to-actions .row .main-col:first-of-type .circle-col {
    padding-left: 20px;
  }
}
.call-to-actions .row .main-col:last-of-type h3, .call-to-actions .row .main-col:last-of-type .h3 {
  color: #8FB1A7;
}
.call-to-actions .row .main-col:last-of-type .circle-col {
  padding-right: 50px;
}
.call-to-actions .row .main-col:last-of-type .circle-col .img-circle {
  -webkit-clip-path: url(#clip-halvecirkel-links);
          clip-path: url(#clip-halvecirkel-links);
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.call-to-actions .row .main-col:last-of-type .circle-col .img-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 1399.98px) {
  .call-to-actions .row .main-col:last-of-type .circle-col {
    padding-right: 20px;
  }
}
.call-to-actions .row .cta-text {
  text-align: center;
}

.slider-wrap {
  --slider-item-height: clamp(138px, 11vw, 168px);
  --slider-gap: 18px;
  --slider-visible: 3;
}

.slider-frame {
  position: relative;
  padding: 96px 18px;
  background-color: #FFFFFF;
  border: 7px solid #8FB1A7;
  border-radius: 75px;
}

.slider-window {
  width: 100%;
  overflow: hidden;
  height: calc(var(--slider-item-height) * var(--slider-visible) + var(--slider-gap) * (var(--slider-visible) - 1));
  box-sizing: border-box;
}

.slider-track {
  display: flex;
  flex-direction: column;
  gap: var(--slider-gap);
  transform: translateY(0);
  transition: transform 0.35s ease;
  will-change: transform;
}

.slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slider-item-height);
  padding: 6px 10px;
  opacity: 0;
  overflow: hidden;
}

.slider-item.is-visible {
  opacity: 1;
}

.slider-item.is-fade {
  opacity: 0;
  animation: sliderFadeIn 0.35s ease forwards;
}

.slider-item img {
  max-width: 40%;
  max-height: 55%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-arrow {
  position: absolute;
  left: 50%;
  width: 45px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent no-repeat center/contain;
  transform: translateX(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
  z-index: 2;
}
.slider-arrow:hover {
  transform: translateX(-50%) translateY(-2px);
  opacity: 0.85;
}
.slider-arrow:focus-visible {
  outline: 2px solid #FF9660;
  outline-offset: 4px;
}

.slider-arrow--up {
  top: 36px;
  background-image: url("../dist/images/pijl-boven.svg");
}

.slider-arrow--down {
  bottom: 36px;
  background-image: url("../dist/images/pijl-onder.svg");
}
.slider-arrow--down:hover {
  transform: translateX(-50%) translateY(2px);
}

@keyframes sliderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cb-module__mbv {
  margin-top: 2rem;
}
.cb-module__mon {
  margin-bottom: 2rem;
}
.cb-module img {
  max-width: 100%;
}
.cb-module .img-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .cb-module .img-wrap {
    height: 400px;
  }
}
.cb-module .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 767.98px) {
  .img-left .img-col img {
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .img-right .img-col img {
    margin-top: 25px;
  }
}

.full-width-img .img-wrap {
  height: 500px;
}
@media (max-width: 1399.98px) {
  .full-width-img .img-wrap {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .full-width-img .img-wrap {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .full-width-img .img-wrap {
    height: 275px;
  }
}
@media (max-width: 575.98px) {
  .full-width-img .img-wrap {
    height: 250px;
  }
}

.two-images .img-col .img-wrap {
  height: 400px;
}
@media (max-width: 1399.98px) {
  .two-images .img-col .img-wrap {
    height: 325px;
  }
}
@media (max-width: 991.98px) {
  .two-images .img-col .img-wrap {
    height: 225px;
  }
}
@media (max-width: 767.98px) {
  .two-images .img-col .img-wrap {
    height: 275px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .two-images .img-col .img-wrap {
    height: 250px;
  }
}
.two-images .img-col:last-of-type .img-wrap {
  margin-bottom: 0 !important;
}

.three-images .img-col .img-wrap {
  height: 325px;
}
@media (max-width: 1399.98px) {
  .three-images .img-col .img-wrap {
    height: 275px;
  }
}
@media (max-width: 991.98px) {
  .three-images .img-col .img-wrap {
    height: 175px;
  }
}
@media (max-width: 767.98px) {
  .three-images .img-col .img-wrap {
    height: 275px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .three-images .img-col .img-wrap {
    height: 250px;
  }
}
.three-images .img-col:last-of-type .img-wrap {
  margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .page-template-template-front .intro {
    margin-bottom: 100px;
  }
}
.page-template-template-front .intro .header-foto .home-img {
  position: relative;
}
.page-template-template-front .intro .header-foto .home-img .img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 600px;
}
.page-template-template-front .intro .header-foto .home-img .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 991.98px) {
  .page-template-template-front .intro .header-foto .home-img .img-wrap {
    height: 440px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-front .intro .header-foto .home-img .img-wrap {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-front .intro .header-foto .home-img .img-wrap {
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-front .intro .header-foto .home-img::after {
    content: "";
    background: url("../dist/images/halvecirkel_oranje.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 15px;
    height: 69px;
    width: 27px;
    bottom: -30px;
    z-index: 10;
  }
}
.page-template-template-front .intro .header-foto .caption {
  font-style: italic;
  margin-top: 35px;
  position: relative;
}
.page-template-template-front .intro .header-foto .caption b, .page-template-template-front .intro .header-foto .caption strong {
  color: #000000;
}
.page-template-template-front .intro .header-foto .caption::after {
  content: "";
  background: url("../dist/images/halvecirkel_oranje.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -100px;
  bottom: 5px;
  height: 117px;
  width: 59px;
}
@media (max-width: 991.98px) {
  .page-template-template-front .intro .header-foto .caption::after {
    display: none;
  }
}
.page-template-template-front .intro .over {
  margin-top: 25px;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .page-template-template-front .intro .over {
    background-color: #E9EFED;
  }
}
.page-template-template-front .intro .over .bleed-container {
  container-type: inline-size;
}
.page-template-template-front .intro .over .bleed-container .ep {
  padding-top: 25px;
  padding-bottom: 45px;
  background-color: #E9EFED;
  position: relative;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .page-template-template-front .intro .over .bleed-container .ep {
    padding-bottom: 0;
  }
}
.page-template-template-front .intro .over .bleed-container .ep::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: 0;
  z-index: -1;
}
.page-template-template-front .intro .over .bleed-container .ep::before {
  background-color: #E9EFED;
}
.page-template-template-front .intro .over .bleed-container .ep h1, .page-template-template-front .intro .over .bleed-container .ep .h1 {
  color: #8FB1A7;
  font-size: 64px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 1399.98px) {
  .page-template-template-front .intro .over .bleed-container .ep h1, .page-template-template-front .intro .over .bleed-container .ep .h1 {
    font-size: 56px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-front .intro .over .bleed-container .ep h1, .page-template-template-front .intro .over .bleed-container .ep .h1 {
    font-size: 48px;
  }
}
.page-template-template-front .intro .over .bleed-container .ep p {
  margin-left: 220px;
  padding-right: 110px;
  color: #000000;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1399.98px) {
  .page-template-template-front .intro .over .bleed-container .ep p {
    margin-left: 96px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-template-front .intro .over .bleed-container .ep p {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-front .intro .over .bleed-container .ep p {
    padding-right: 0;
  }
}
.page-template-template-front .intro .over .bleed-container .cta-col {
  position: relative;
}
@media (max-width: 1199.98px) {
  .page-template-template-front .intro .over .bleed-container .cta-col {
    display: none;
  }
}
.page-template-template-front .intro .over .bleed-container .cta-col .over-cta {
  display: flex;
  background-color: #8FB1A7;
  height: 100%;
  width: 100%;
  text-decoration: none;
  border-top-left-radius: 130px 50%;
  border-bottom-left-radius: 130px 50%;
  text-align: right;
  transition: background-color 0.1s ease-in, color 0.1s ease-in;
  z-index: 1;
}
.page-template-template-front .intro .over .bleed-container .cta-col .over-cta:hover {
  background-color: #FF9660;
}
.page-template-template-front .intro .over .bleed-container .cta-col .over-cta.bleed-right {
  width: calc(100% + (100vw - 100cqw) / 2);
}
.page-template-template-front .intro .over .bleed-container .cta-col span {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .page-template-template-front .intro .over .bleed-container .cta-col span {
    right: 0;
  }
}
.page-template-template-front .intro .over .bleed-container .cta-col span::before {
  content: "";
  position: absolute;
  left: -50px;
  top: -8px;
  width: 35px;
  height: 56px;
  background: url("../dist/images/pijl_wit.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-front .intro .over .over-pt2 {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .page-template-template-front .intro .over .over-pt2 {
    margin-top: 35px;
  }
}
.page-template-template-front .intro .over .over-pt2 h3, .page-template-template-front .intro .over .over-pt2 .h3 {
  font-size: 32px;
  margin-bottom: 25px;
}
.page-template-template-front .intro .over .over-pt2 p {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 30px;
}
.page-template-template-front .intro .over .over-pt2 p b, .page-template-template-front .intro .over .over-pt2 p strong {
  color: #000000;
}
.page-template-template-front .intro .over .over-pt2 p:last-of-type {
  font-size: 24px;
  font-weight: bold;
  color: #8FB1A7;
  line-height: 38px;
  margin-bottom: 0;
}
.page-template-template-front .intro .over .over-pt2 .cta-wrap {
  display: none;
}
@media (max-width: 1199.98px) {
  .page-template-template-front .intro .over .over-pt2 .cta-wrap {
    display: inline-block;
  }
  .page-template-template-front .intro .over .over-pt2 .cta-wrap .btn {
    font-style: normal;
    margin-top: 25px;
  }
}
.page-template-template-front .line-orange::after {
  bottom: 20px;
}
.page-template-template-front .voor-wie {
  margin-bottom: 275px;
}
@media (max-width: 1199.98px) {
  .page-template-template-front .voor-wie {
    margin-bottom: 175px;
  }
}
.page-template-template-front .voor-wie .vw-intro h2, .page-template-template-front .voor-wie .vw-intro .h2 {
  color: #FF9660;
  font-size: 64px;
  color: #FF9660;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 1399.98px) {
  .page-template-template-front .voor-wie .vw-intro h2, .page-template-template-front .voor-wie .vw-intro .h2 {
    font-size: 56px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-front .voor-wie .vw-intro h2, .page-template-template-front .voor-wie .vw-intro .h2 {
    font-size: 48px;
  }
}
.page-template-template-front .voor-wie .vw-intro p b, .page-template-template-front .voor-wie .vw-intro p strong {
  color: #000000;
}
.page-template-template-front .voor-wie .vw-col {
  margin-top: 35px;
  position: relative;
}
.page-template-template-front .voor-wie .vw-col h3, .page-template-template-front .voor-wie .vw-col .h3 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .page-template-template-front .voor-wie .vw-col h3, .page-template-template-front .voor-wie .vw-col .h3 {
    font-size: 44px;
  }
}
.page-template-template-front .voor-wie .vw-col p b, .page-template-template-front .voor-wie .vw-col p strong {
  color: #000000;
}
.page-template-template-front .voor-wie .vw-col .mid-title {
  font-size: 48px;
  font-weight: 700;
  display: block;
  padding: 50px 0;
  position: relative;
}
.page-template-template-front .voor-wie .vw-col .text-col {
  display: flex;
  flex-direction: column;
}
.page-template-template-front .voor-wie .vw-col .text-col .btn {
  text-align: center;
  display: block !important;
  position: relative;
}
.page-template-template-front .voor-wie .vw-col.professionals h3, .page-template-template-front .voor-wie .vw-col.professionals .h3 {
  color: #6A353D;
}
.page-template-template-front .voor-wie .vw-col.professionals .img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  left: calc(-1 * (100vw - 100cqw) / 2);
  width: calc(100% + (100vw - 100cqw) / 2);
  height: 306px;
  -webkit-clip-path: url(#clip-img-bleed-left);
  clip-path: url(#clip-img-bleed-left);
  -webkit-mask-image: url("../dist/images/clip-bleed-left.svg");
  mask-image: url("../dist/images/clip-bleed-left.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: right top;
  mask-position: right top;
}
.page-template-template-front .voor-wie .vw-col.professionals .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
  width: 100%;
}
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .page-template-template-front .voor-wie .vw-col.professionals .img-wrap {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-front .voor-wie .vw-col.professionals .img-wrap {
    height: 250px;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-front .voor-wie .vw-col.professionals .img-wrap {
    width: 100%;
    height: 175px;
  }
}
.page-template-template-front .voor-wie .vw-col.professionals .circle-col {
  min-height: 306px;
}
.page-template-template-front .voor-wie .vw-col.professionals .circle-col .img-circle {
  display: block;
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 306px;
  -webkit-clip-path: url(#clip-halvecirkel-rechts);
          clip-path: url(#clip-halvecirkel-rechts);
  margin-left: auto;
}
.page-template-template-front .voor-wie .vw-col.professionals .circle-col .img-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.page-template-template-front .voor-wie .vw-col.professionals .circle-col .img-circle figure,
.page-template-template-front .voor-wie .vw-col.professionals .circle-col .img-circle div,
.page-template-template-front .voor-wie .vw-col.professionals .circle-col .img-circle img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-front .voor-wie .vw-col.professionals .mid-title {
  color: #6A353D;
  text-align: right;
}
.page-template-template-front .voor-wie .vw-col.professionals .mid-title span {
  position: relative;
}
.page-template-template-front .voor-wie .vw-col.professionals .mid-title span::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background: url("../dist/images/bocht_onder_rechts_rood.svg");
  right: 280px;
  top: 32px;
  width: 115px;
  height: 61px;
}
.page-template-template-front .voor-wie .vw-col.professionals .text-col .text-wrap {
  margin-top: auto;
}
.page-template-template-front .voor-wie .vw-col.professionals .text-col .text-wrap p {
  text-align: right;
}
.page-template-template-front .voor-wie .vw-col.professionals .text-col .text-wrap p:last-of-type {
  margin-bottom: 0;
}
.page-template-template-front .voor-wie .vw-col.professionals::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  bottom: -50px;
  height: 10px;
  width: calc(50vw + 50% - 12px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
  background-color: #6A353D;
}
.page-template-template-front .voor-wie .vw-col.organisaties h3, .page-template-template-front .voor-wie .vw-col.organisaties .h3 {
  color: #8FB1A7;
}
.page-template-template-front .voor-wie .vw-col.organisaties .img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  width: calc(100% + (100vw - 100cqw) / 2);
  height: 306px;
  -webkit-clip-path: url(#clip-img-bleed-right);
  clip-path: url(#clip-img-bleed-right);
  -webkit-mask-image: url("../dist/images/clip-bleed-right.svg");
  mask-image: url("../dist/images/clip-bleed-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: left top;
  mask-position: left top;
}
.page-template-template-front .voor-wie .vw-col.organisaties .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
  width: 100%;
}
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .page-template-template-front .voor-wie .vw-col.organisaties .img-wrap {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-front .voor-wie .vw-col.organisaties .img-wrap {
    height: 250px;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-front .voor-wie .vw-col.organisaties .img-wrap {
    width: 100%;
    height: 175px;
  }
}
.page-template-template-front .voor-wie .vw-col.organisaties .circle-col {
  min-height: 306px;
}
.page-template-template-front .voor-wie .vw-col.organisaties .circle-col .img-circle {
  display: block;
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 306px;
  -webkit-clip-path: url(#clip-halvecirkel-links);
          clip-path: url(#clip-halvecirkel-links);
}
.page-template-template-front .voor-wie .vw-col.organisaties .circle-col .img-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.page-template-template-front .voor-wie .vw-col.organisaties .circle-col .img-circle figure,
.page-template-template-front .voor-wie .vw-col.organisaties .circle-col .img-circle div,
.page-template-template-front .voor-wie .vw-col.organisaties .circle-col .img-circle img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-front .voor-wie .vw-col.organisaties .mid-title {
  color: #8FB1A7;
  text-align: left;
}
.page-template-template-front .voor-wie .vw-col.organisaties .mid-title span {
  position: relative;
}
.page-template-template-front .voor-wie .vw-col.organisaties .mid-title span::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background: url("../dist/images/bocht_links_boven_groen.svg");
  right: -180px;
  bottom: 19px;
  width: 115px;
  height: 61px;
}
.page-template-template-front .voor-wie .vw-col.organisaties .text-col .btn {
  margin-top: auto;
}
.page-template-template-front .voor-wie .vw-col.organisaties::after {
  content: "";
  position: absolute;
  background-color: #8FB1A7;
  left: 12px;
  bottom: -50px;
  height: 10px;
  width: calc(50vw - 12px);
  -webkit-clip-path: polygon(1% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(1% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1199.98px) {
  .page-template-template-front .voor-wie .vw-desktop {
    display: none;
  }
}
.page-template-template-front .voor-wie .vw-mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  .page-template-template-front .voor-wie .vw-mobile {
    display: block;
  }
}
.page-template-template-front .voor-wie .vw-mobile .btn {
  margin-top: 25px;
  margin-bottom: 50px;
}
.page-template-template-front .voor-wie .vw-mobile .professionals {
  padding-top: 50px;
  margin-bottom: 50px;
}
.page-template-template-front .voor-wie .vw-mobile .professionals::after {
  bottom: auto;
  top: 0;
}
@media (max-width: 1199.98px) {
  .page-template-template-front .voor-wie .vw-mobile .organisaties::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-front .voor-wie .vw-mobile .organisaties::after {
    display: block;
    width: calc(100vw - 12px);
  }
}
.page-template-template-front .klanten {
  margin-bottom: 325px;
}
@media (max-width: 991.98px) {
  .page-template-template-front .klanten {
    text-align: center;
    margin-bottom: 100px;
  }
}
.page-template-template-front .klanten h2, .page-template-template-front .klanten .h2 {
  color: #8FB1A7;
  font-weight: 700;
  font-size: 48px;
  position: relative;
  z-index: 50;
  margin-bottom: 70px;
}
@media (max-width: 1199.98px) {
  .page-template-template-front .klanten h2, .page-template-template-front .klanten .h2 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-front .klanten h2, .page-template-template-front .klanten .h2 {
    padding-left: 35px;
    display: inline-block;
    margin-bottom: 80px;
  }
}
.page-template-template-front .klanten h2::before, .page-template-template-front .klanten .h2::before {
  content: "";
  background: url("../dist/images/klanten_title_ge.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -105px;
  top: -90px;
  width: 196px;
  height: 266px;
}
@media (max-width: 1199.98px) {
  .page-template-template-front .klanten h2::before, .page-template-template-front .klanten .h2::before {
    left: -108px;
    top: -99px;
    width: 161px;
    height: 248px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-front .klanten h2::before, .page-template-template-front .klanten .h2::before {
    left: -15px;
    top: -95px;
    width: 96px;
    height: 239px;
  }
}
.page-template-template-front .klanten .klanten-inner {
  position: relative;
}
.page-template-template-front .klanten .klanten-inner .img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  width: calc(100% + (100vw - 100cqw) / 2);
  height: 365px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 0 75px;
}
.page-template-template-front .klanten .klanten-inner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-front .klanten .klanten-inner .img-wrap {
    height: 225px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .page-template-template-front .klanten .klanten-inner .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .page-template-template-front .klanten .klanten-inner .img-wrap img {
    -o-object-position: left top;
       object-position: left top;
  }
}
.page-template-template-front .klanten .klanten-inner .slider-wrap {
  position: absolute;
  width: 525px;
  top: -217px;
  right: 0;
  z-index: 40;
}
@media (max-width: 1399.98px) {
  .page-template-template-front .klanten .klanten-inner .slider-wrap {
    width: 425px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-template-front .klanten .klanten-inner .slider-wrap {
    width: 375px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-front .klanten .klanten-inner .slider-wrap {
    position: static;
    width: 100%;
    max-width: 450px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-template-template-over .intro {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .page-template-template-over .intro {
    margin-top: 100px;
  }
}
.page-template-template-over .intro h1, .page-template-template-over .intro .h1 {
  color: #6A353D;
  font-size: 64px;
  font-weight: 700;
  padding-left: 110px;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .page-template-template-over .intro h1, .page-template-template-over .intro .h1 {
    padding-left: 0;
    font-size: 48px;
  }
}
.page-template-template-over .intro h1::before, .page-template-template-over .intro .h1::before {
  content: "";
  background: url("../dist/images/halvecirkel_rood.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: -18px;
  height: 117px;
  width: 59px;
}
@media (max-width: 1199.98px) {
  .page-template-template-over .intro h1::before, .page-template-template-over .intro .h1::before {
    left: -80px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-over .intro h1::before, .page-template-template-over .intro .h1::before {
    display: none;
  }
}
.page-template-template-over .intro p {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 34px;
}
.page-template-template-over .intro p:last-of-type {
  margin-bottom: 0;
}
.page-template-template-over .intro p b, .page-template-template-over .intro p strong {
  color: #6A353D;
}
.page-template-template-over .intro .img-col {
  position: relative;
}
.page-template-template-over .intro .img-col .img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  height: 880px;
  width: 100%;
  bottom: -610px;
  -webkit-clip-path: path("M0.00129826 833.36C0.00129996 872.154 47.0638 891.594 74.6046 864.161L462.004 478.043C502.979 437.204 526.001 381.806 526.001 324.053L526 -2.85527e-06L-6.92826e-05 3.05176e-05L0.00129826 833.36Z");
          clip-path: path("M0.00129826 833.36C0.00129996 872.154 47.0638 891.594 74.6046 864.161L462.004 478.043C502.979 437.204 526.001 381.806 526.001 324.053L526 -2.85527e-06L-6.92826e-05 3.05176e-05L0.00129826 833.36Z");
}
.page-template-template-over .intro .img-col .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 1399.98px) {
  .page-template-template-over .intro .img-col .img-wrap {
    height: 925px;
    width: 495px;
    bottom: -570px;
    -webkit-clip-path: path("M0.001221 783.66422C0.001222 820.144817 44.257243 838.42555 70.155702 812.628463L434.453303 449.535849C472.984839 411.132202 494.633968 359.037752 494.633968 304.728739L494.633028 -2.685002e-06L-6.515107e-05 2.869774e-05L0.001221 783.66422Z");
            clip-path: path("M0.001221 783.66422C0.001222 820.144817 44.257243 838.42555 70.155702 812.628463L434.453303 449.535849C472.984839 411.132202 494.633968 359.037752 494.633968 304.728739L494.633028 -2.685002e-06L-6.515107e-05 2.869774e-05L0.001221 783.66422Z");
  }
}
@media (max-width: 1199.98px) {
  .page-template-template-over .intro .img-col .img-wrap {
    height: 870px;
    width: 434px;
    bottom: -570px;
    -webkit-clip-path: path("M0.001072 688.095413C0.001073 720.127156 38.860018 736.178532 61.600128 713.527431L381.471193 394.714404C415.303761 360.994128 434.312752 315.252661 434.312752 267.566697L434.311927 -2.357562e-06L-5.720582e-05 2.519802e-05L0.001072 688.095413Z");
            clip-path: path("M0.001072 688.095413C0.001073 720.127156 38.860018 736.178532 61.600128 713.527431L381.471193 394.714404C415.303761 360.994128 434.312752 315.252661 434.312752 267.566697L434.311927 -2.357562e-06L-5.720582e-05 2.519802e-05L0.001072 688.095413Z");
  }
}
@media (max-width: 991.98px) {
  .page-template-template-over .intro .img-col .img-wrap {
    display: none;
  }
}
.page-template-template-over .intro .img-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .page-template-template-over .intro .img-mobile {
    display: block;
    margin-top: 35px;
  }
  .page-template-template-over .intro .img-mobile img {
    border-radius: 0 0 0 33%/22%;
  }
}
.page-template-template-over .missie {
  background-color: #6A353D;
  padding: 65px 0 65px 0;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .page-template-template-over .missie {
    padding: 40px 0 90px 0;
  }
}
.page-template-template-over .missie h2, .page-template-template-over .missie .h2 {
  font-size: 64px;
  font-weight: 300;
  margin-bottom: 30px;
}
.page-template-template-over .missie p {
  margin-bottom: 40px;
}
.page-template-template-over .missie p:first-of-type {
  max-width: 420px;
}
.page-template-template-over .missie p:last-of-type {
  margin-bottom: 0;
}
.page-template-template-over .missie p strong, .page-template-template-over .missie p b {
  color: #FFFFFF;
}
.page-template-template-over .team {
  margin-top: 100px;
}
.page-template-template-over .team h2, .page-template-template-over .team .h2 {
  position: relative;
  font-size: 64px;
  font-weight: 700;
  color: #6A353D;
  margin-top: 50px;
}
.page-template-template-over .team h2::before, .page-template-template-over .team .h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: -35px;
  height: 10px;
  width: calc(50vw + 50% - 12px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
  background-color: #6A353D;
}
.page-template-template-over .team .teamleden .teamlid {
  margin-bottom: 65px;
}
@media (min-width: 992px) {
  .page-template-template-over .team .teamleden .teamlid {
    margin-top: -100px;
  }
}
.page-template-template-over .team .teamleden .teamlid h3, .page-template-template-over .team .teamleden .teamlid .h3 {
  color: #8FB1A7;
  text-decoration: none;
  transition: all 0.1s ease-in;
  font-size: 36px;
}
.page-template-template-over .team .teamleden .teamlid p {
  position: relative;
  top: 10px;
}
.page-template-template-over .team .teamleden .teamlid p:last-of-type {
  margin-bottom: 0;
}
.page-template-template-over .team .team-img {
  transform: translateY(-135px);
}
@media (max-width: 1399.98px) {
  .page-template-template-over .team .team-img {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-over .team .team-img {
    margin-top: 25px;
    transform: none;
    margin-bottom: 50px;
  }
}

.page-template-template-professionals h2, .page-template-template-professionals .h2 {
  font-size: 48px;
  font-weight: 700;
  color: #6A353D;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .page-template-template-professionals h2, .page-template-template-professionals .h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-professionals h2, .page-template-template-professionals .h2 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-professionals h2, .page-template-template-professionals .h2 {
    font-size: 28px;
  }
}
.page-template-template-professionals h3, .page-template-template-professionals .h3 {
  font-size: 36px;
  font-weight: 500;
  color: #6A353D;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .page-template-template-professionals h3, .page-template-template-professionals .h3 {
    font-size: 28px;
  }
}
.page-template-template-professionals .intro {
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .page-template-template-professionals .intro {
    margin-top: 100px;
  }
}
.page-template-template-professionals .intro .circle-col .img-circle {
  -webkit-clip-path: url(#clip-halvecirkel-rechts);
          clip-path: url(#clip-halvecirkel-rechts);
  display: block;
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 306px;
}
.page-template-template-professionals .intro .circle-col .img-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.page-template-template-professionals .intro .circle-col .img-circle figure,
.page-template-template-professionals .intro .circle-col .img-circle div,
.page-template-template-professionals .intro .circle-col .img-circle img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .page-template-template-professionals .intro .circle-col {
    display: none;
  }
}
.page-template-template-professionals .intro h1, .page-template-template-professionals .intro .h1 {
  text-transform: uppercase;
  color: #6A353D;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 1399.98px) {
  .page-template-template-professionals .intro h1, .page-template-template-professionals .intro .h1 {
    font-size: 56px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-template-professionals .intro h1, .page-template-template-professionals .intro .h1 {
    font-size: 44px;
  }
}
.page-template-template-professionals .intro .text-row {
  height: 100%;
}
.page-template-template-professionals .intro .text-row .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-template-professionals .intro .text-row .text-col p {
  font-size: 26px;
  line-height: 40px;
}
@media (max-width: 1199.98px) {
  .page-template-template-professionals .intro .text-row .text-col p {
    font-size: 22px;
    line-height: 34px;
  }
}
.page-template-template-professionals .intro .text-row .text-col .btn {
  margin-top: 35px;
  text-align: center;
}
.page-template-template-professionals .intro .bleed-col .img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  width: calc(100% + (100vw - 100cqw) / 2);
  height: 306px;
  -webkit-mask-image: url("../dist/images/clip-bleed-right.svg");
  mask-image: url("../dist/images/clip-bleed-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: left top;
  mask-position: left top;
}
.page-template-template-professionals .intro .bleed-col .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-professionals .intro .bleed-col .img-wrap {
    margin-top: 50px;
    height: 250px;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-professionals .intro .bleed-col .img-wrap {
    width: 100%;
    height: 175px;
  }
}
.page-template-template-professionals .hoe {
  position: relative;
  margin-top: 65px;
}
.page-template-template-professionals .hoe .title-col {
  position: relative;
}
.page-template-template-professionals .hoe .title-col::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: -25px;
  height: 10px;
  width: calc(50vw + 50% - 12px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
  background-color: #6A353D;
}
@media (max-width: 991.98px) {
  .page-template-template-professionals .hoe .title-col h2, .page-template-template-professionals .hoe .title-col .h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-professionals .hoe .hoe-row {
    flex-direction: column-reverse;
  }
}
.page-template-template-professionals .hoe .hoe-row .hoe-col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .page-template-template-professionals .hoe .hoe-row .hoe-col {
    margin-top: 25px;
  }
}
.page-template-template-professionals .hoe .hoe-row .hoe-col p b, .page-template-template-professionals .hoe .hoe-row .hoe-col p strong {
  color: #6A353D;
}
.page-template-template-professionals .hoe .hoe-row .hoe-col:first-of-type .text-wrap {
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .page-template-template-professionals .hoe .hoe-row .hoe-col:first-of-type .text-wrap {
    margin-top: 25px;
  }
}
.page-template-template-professionals .hoe .hoe-row .hoe-col:first-of-type .text-wrap p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-template-template-professionals .hoe .hoe-row .hoe-col:first-of-type .img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 750px;
    border-radius: 0 0 0 15%;
  }
  .page-template-template-professionals .hoe .hoe-row .hoe-col:first-of-type .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.page-template-template-professionals .hoe .hoe-row .hoe-col:first-of-type .img-wrap img {
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-professionals .hoe .hoe-row .hoe-col:first-of-type .img-wrap img {
    border-radius: 0 0 0 33%;
  }
}
.page-template-template-professionals .hoe .hoe-row .hoe-col:last-of-type .img-wrap {
  margin-top: auto;
}
@media (min-width: 992px) {
  .page-template-template-professionals .hoe .hoe-row .hoe-col:last-of-type .img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 750px;
    border-radius: 0 15% 0 0;
  }
  .page-template-template-professionals .hoe .hoe-row .hoe-col:last-of-type .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.page-template-template-professionals .hoe .hoe-row .hoe-col:last-of-type .img-wrap img {
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-professionals .hoe .hoe-row .hoe-col:last-of-type .img-wrap img {
    border-radius: 0 33% 0 0;
  }
}
.page-template-template-professionals .form {
  margin-top: 100px;
  margin-bottom: 175px;
}
@media (max-width: 991.98px) {
  .page-template-template-professionals .form {
    margin-bottom: 100px;
  }
}
.page-template-template-professionals .form h2, .page-template-template-professionals .form .h2 {
  color: #FF9660 !important;
  position: relative;
  bottom: 25px;
}
.page-template-template-professionals .form .gform_wrapper .gform_fields .ginput_container input:focus, .page-template-template-professionals .form .gform_wrapper .gform_fields .ginput_container textarea:focus {
  outline-color: #6A353D !important;
}
.page-template-template-professionals .form .gform_wrapper .gform-footer .gform_button {
  background-color: #6A353D !important;
}
.page-template-template-professionals .form .gform_wrapper .gform-footer .gform_button:hover {
  background-color: #B49A9E !important;
}

.page-template-template-organisaties h2, .page-template-template-organisaties .h2 {
  font-size: 48px;
  font-weight: 700;
  color: #8FB1A7;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .page-template-template-organisaties h2, .page-template-template-organisaties .h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-organisaties h2, .page-template-template-organisaties .h2 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-organisaties h2, .page-template-template-organisaties .h2 {
    font-size: 28px;
  }
}
.page-template-template-organisaties h3, .page-template-template-organisaties .h3 {
  font-size: 36px;
  font-weight: 500;
  color: #8FB1A7;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .page-template-template-organisaties h3, .page-template-template-organisaties .h3 {
    font-size: 28px;
  }
}
.page-template-template-organisaties .intro {
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .page-template-template-organisaties .intro {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-organisaties .intro .intro-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1199.98px) {
  .page-template-template-organisaties .intro .circle-col {
    display: none;
  }
}
.page-template-template-organisaties .intro .circle-col .img-circle {
  -webkit-clip-path: url(#clip-halvecirkel-links);
          clip-path: url(#clip-halvecirkel-links);
  display: block;
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 306px;
  margin-left: auto;
}
.page-template-template-organisaties .intro .circle-col .img-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.page-template-template-organisaties .intro .circle-col .img-circle figure,
.page-template-template-organisaties .intro .circle-col .img-circle div,
.page-template-template-organisaties .intro .circle-col .img-circle img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-organisaties .intro h1, .page-template-template-organisaties .intro .h1 {
  text-transform: uppercase;
  color: #8FB1A7;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 1399.98px) {
  .page-template-template-organisaties .intro h1, .page-template-template-organisaties .intro .h1 {
    font-size: 56px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-template-organisaties .intro h1, .page-template-template-organisaties .intro .h1 {
    font-size: 44px;
  }
}
.page-template-template-organisaties .intro .text-row {
  height: 100%;
}
.page-template-template-organisaties .intro .text-row .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-template-organisaties .intro .text-row .text-col p {
  font-size: 25px;
  line-height: 39px;
}
@media (max-width: 1199.98px) {
  .page-template-template-organisaties .intro .text-row .text-col p {
    font-size: 22px;
    line-height: 34px;
  }
}
.page-template-template-organisaties .intro .text-row .text-col .btn {
  margin-top: 35px;
  text-align: center;
  font-size: 30px !important;
}
@media (min-width: 1200px) {
  .page-template-template-organisaties .intro .text-row .text-col .btn {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-organisaties .intro .text-row .text-col .btn {
    font-size: 22px !important;
  }
}
.page-template-template-organisaties .intro .bleed-col .img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  left: calc(-1 * (100vw - 100cqw) / 2);
  width: calc(100% + (100vw - 100cqw) / 2);
  height: 306px;
  -webkit-mask-image: url("../dist/images/clip-bleed-left.svg");
  mask-image: url("../dist/images/clip-bleed-left.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: right top;
  mask-position: right top;
}
.page-template-template-organisaties .intro .bleed-col .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-organisaties .intro .bleed-col .img-wrap {
    margin-top: 50px;
    height: 250px;
  }
}
@media (max-width: 575.98px) {
  .page-template-template-organisaties .intro .bleed-col .img-wrap {
    width: 100%;
    height: 175px;
  }
}
.page-template-template-organisaties .hoe {
  position: relative;
  margin-top: 65px;
}
.page-template-template-organisaties .hoe .title-col {
  position: relative;
}
.page-template-template-organisaties .hoe .title-col::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: -25px;
  height: 10px;
  width: calc(50vw + 50% - 12px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
  background-color: #8FB1A7;
}
.page-template-template-organisaties .hoe p b, .page-template-template-organisaties .hoe p strong {
  color: #8FB1A7 !important;
}
@media (min-width: 992px) {
  .page-template-template-organisaties .hoe .img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    height: 650px;
    border-radius: 0 15% 0 0;
  }
  .page-template-template-organisaties .hoe .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.page-template-template-organisaties .hoe .img-wrap img {
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-template-template-organisaties .hoe .img-wrap img {
    border-radius: 0 33% 0 0;
  }
}
.page-template-template-organisaties .functies {
  margin-top: 100px;
}
@media (max-width: 1199.98px) {
  .page-template-template-organisaties .functies {
    margin-bottom: 50px;
  }
}
.page-template-template-organisaties .functies h2, .page-template-template-organisaties .functies .h2 {
  position: relative;
}
.page-template-template-organisaties .functies h2::after, .page-template-template-organisaties .functies .h2::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background: url("../dist/images/bocht_rechts_boven_groen.svg");
  right: 75px;
  top: 85px;
  width: 115px;
  height: 61px;
}
.page-template-template-organisaties .functies .text-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-template-template-organisaties .functies .text-wrap p b, .page-template-template-organisaties .functies .text-wrap p strong {
  color: #000000 !important;
}
.page-template-template-organisaties .functies .text-wrap .img-wrap {
  margin-top: auto;
  display: block;
  position: relative;
  overflow: hidden;
  height: 450px;
  border-radius: 0 0 0 15%;
}
.page-template-template-organisaties .functies .text-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 991.98px) {
  .page-template-template-organisaties .functies .text-wrap .img-wrap {
    display: none;
  }
}
.page-template-template-organisaties .functies .functies-col .slider-wrap {
  --slider-gap: 2px;
  --slider-item-height: 60px;
}
.page-template-template-organisaties .functies .functies-col .slider-wrap span {
  font-size: 20px;
}
@media (min-width: 992px) {
  .page-template-template-organisaties .functies .functies-col .slider-frame {
    height: 700px;
    padding: 90px 18px;
  }
}
.page-template-template-organisaties .form {
  margin-top: 100px;
}
.page-template-template-organisaties .form h2, .page-template-template-organisaties .form .h2 {
  color: #FF9660;
}
.page-template-template-organisaties .form .tel {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .page-template-template-organisaties .form .tel {
    text-align: center;
  }
}
.page-template-template-organisaties .form .tel span {
  position: relative;
  top: 5px;
  margin-left: 35px;
  color: #8FB1A7;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .page-template-template-organisaties .form .tel span {
    display: block;
    margin-top: 25px;
    margin-left: 0;
    font-size: 22px;
  }
}

.page-template-template-contact .intro,
.page-template-template-vragenlijst .intro {
  margin-bottom: 60px;
  margin-top: 75px;
}
.page-template-template-contact .intro h1, .page-template-template-contact .intro .h1,
.page-template-template-vragenlijst .intro h1,
.page-template-template-vragenlijst .intro .h1 {
  color: #8FB1A7;
  font-size: 64px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .page-template-template-contact .intro h1, .page-template-template-contact .intro .h1,
.page-template-template-vragenlijst .intro h1,
.page-template-template-vragenlijst .intro .h1 {
    font-size: 42px;
  }
}

.single-teamlid .intro {
  margin-bottom: 100px;
}
.single-teamlid .intro h1, .single-teamlid .intro .h1 {
  text-transform: uppercase;
  color: #8FB1A7;
  font-size: 64px;
  font-weight: 400;
  margin-top: 45px;
}
.single-teamlid .intro p {
  max-width: 400px;
}
@media (max-width: 1199.98px) {
  .single-teamlid .intro p {
    max-width: 100%;
  }
}
.single-teamlid .intro .img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 0 0 0 75px;
}
.single-teamlid .intro .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 991.98px) {
  .single-teamlid .intro .img-wrap {
    margin-top: 25px;
  }
}
.single-teamlid .content {
  padding: 120px 0 100px;
  background-color: #6A353D;
}
@media (max-width: 1199.98px) {
  .single-teamlid .content {
    padding: 100px 0 55px;
  }
}
.single-teamlid .content p, .single-teamlid .content ol, .single-teamlid .content ul {
  color: #FFFFFF;
}
.single-teamlid .content p a, .single-teamlid .content ol a, .single-teamlid .content ul a {
  color: #8FB1A7;
}
.single-teamlid .content p {
  margin-bottom: 40px;
}
.single-teamlid .content h2, .single-teamlid .content .h2 {
  color: #FFFFFF;
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 500;
}
.single-teamlid .content h3, .single-teamlid .content .h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
}

/*# sourceMappingURL=main.css.map*/