
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

html, body {
    overflow-x: clip;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    object-fit: cover;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    /* border-radius: 3px; */
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, textarea.form-control {
    border: 1px solid #D9E2E9;
    padding: 1.2rem 2rem;
    border-radius: 1rem;
    font-size: 1.6rem;
}

textarea, textarea.form-control {
	min-height: 140px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/**********Nice Select***********/

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #D9E2E9;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  /* float: left; */
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: normal;
  height: 50px;
  line-height: 27px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  padding-block: 1rem;
  outline: none;
  box-shadow: initial !important;
  }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
	  opacity: 0;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
    }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
	  margin-left: 0;
	  width: 100%;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.nice-select .current {
	color: #AFCAD7;
}

/****FONTS****/
/* work-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/work-sans-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/work-sans-v19-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/work-sans-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/work-sans-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/work-sans-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/work-sans-v19-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/work-sans-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/work-sans-v19-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/work-sans-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/work-sans-v19-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/****************/


/********************************/
/* Video */
.video-embed {
    width: 100%;
    height: 480px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 64vw;
    /* max-height: 493px; */
    /* max-width: 694px; */
    margin: auto;
    /* border: 1px solid #000000; */
    /* border-radius: 6px; */
}

@media (min-width: 992px) {
    .video-embed {
        /* height: 32vw; */
    }

    .wide .video-embed {
        max-height: 740px;
    }
}

.video-embed__cover {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
}

.video-embed__cover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .15;
    background: -webkit-linear-gradient(289.99deg, #313E4E 43.5%, #116D3D 102.84%), -webkit-linear-gradient(bottom, rgba(196, 196, 196, 0.8), rgba(196, 196, 196, 0.8));
    background: -o-linear-gradient(289.99deg, #313E4E 43.5%, #116D3D 102.84%), -o-linear-gradient(bottom, rgba(196, 196, 196, 0.8), rgba(196, 196, 196, 0.8));
    background: linear-gradient(160.01deg, #313E4E 43.5%, #116D3D 102.84%), linear-gradient(0deg, rgba(196, 196, 196, 0.8), rgba(196, 196, 196, 0.8));
    content: '';
}

.video-embed__src {
    width: 100%;
    /* display: none; */
    padding-bottom: 56.250000%;
    position: relative;
}

.video-embed__src video {
    width: 100%;
    height: auto;
}

.video-embed__src iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-container .video-embed__src {
    display: block;
}

.mfp-container .video-embed__src iframe {
    position: static;
    height: auto;
    width: auto;
}

.video-embed__play {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 99999;
}

.video-embed__play-button {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.3125 31C46.3125 31.7317 45.9472 32.4142 45.3384 32.8201L25.6509 45.9451C25.2856 46.1886 24.8626 46.3125 24.4375 46.3125C24.0829 46.3125 23.7283 46.2271 23.4057 46.054C22.6943 45.6727 22.25 44.9314 22.25 44.125V17.875C22.25 17.0686 22.6943 16.3273 23.4057 15.946C24.1149 15.5657 24.9801 15.6063 25.6509 16.0549L45.3384 29.1799C45.9472 29.5858 46.3125 30.2683 46.3125 31ZM61.625 31C61.625 47.8869 47.8869 61.625 31 61.625C14.1131 61.625 0.375 47.8869 0.375 31C0.375 14.1131 14.1131 0.375 31 0.375C47.8869 0.375 61.625 14.1131 61.625 31ZM57.25 31C57.25 16.526 45.4751 4.75 31 4.75C16.5249 4.75 4.75 16.526 4.75 31C4.75 45.474 16.5249 57.25 31 57.25C45.4751 57.25 57.25 45.474 57.25 31Z' fill='white'/%3E%3C/svg%3E");    -moz-transition: all .4s ease;    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.video-embed__play-button:hover {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='75' height='75' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='75' height='75' rx='37.5' fill='white'/%3E%3Cpath d='M31.0177 48.0192L43.9542 38.147C44.0387 38.0826 44.1097 38.0022 44.1631 37.9103C44.2165 37.8184 44.2512 37.717 44.2654 37.6117C44.2795 37.5064 44.2728 37.3993 44.2456 37.2966C44.2183 37.1939 44.1711 37.0976 44.1066 37.0131C44.0629 36.9557 44.0117 36.9044 43.9542 36.8607L31.0177 26.9817' stroke='%23DCBFA6' stroke-width='1.4518' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); */
}

.video-embed__play-button svg {
    font-size: 67px;
}

.video-embed__play-text {
    margin-top: 15px;
    font-size: 1.125em;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    text-align: center;
}

.video-embed_playing {
    height: auto;
}

.video-embed_playing .video-embed__cover {
    display: none;
}

.video-embed_playing .video-embed__src {
    display: block;
}

.popup-video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

.popup-video:hover + .video-embed__play>.video-embed__play-button {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.3125 31C46.3125 31.7317 45.9472 32.4142 45.3384 32.8201L25.6509 45.9451C25.2856 46.1886 24.8626 46.3125 24.4375 46.3125C24.0829 46.3125 23.7283 46.2271 23.4057 46.054C22.6943 45.6727 22.25 44.9314 22.25 44.125V17.875C22.25 17.0686 22.6943 16.3273 23.4057 15.946C24.1149 15.5657 24.9801 15.6063 25.6509 16.0549L45.3384 29.1799C45.9472 29.5858 46.3125 30.2683 46.3125 31ZM61.625 31C61.625 47.8869 47.8869 61.625 31 61.625C14.1131 61.625 0.375 47.8869 0.375 31C0.375 14.1131 14.1131 0.375 31 0.375C47.8869 0.375 61.625 14.1131 61.625 31ZM57.25 31C57.25 16.526 45.4751 4.75 31 4.75C16.5249 4.75 4.75 16.526 4.75 31C4.75 45.474 16.5249 57.25 31 57.25C45.4751 57.25 57.25 45.474 57.25 31Z' fill='%235572A9'/%3E%3C/svg%3E");    -moz-transition: all .4s ease;
}

#popup-video-content {
    width: 100%;
    padding-bottom: 56.250000%;
    position: relative;
}

#popup-video-content video {
    width: 100%;
    height: auto;
}

#popup-video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************/
#top_msg {
    color: var(--color-white);
    background: var(--color-2);
    text-align: center;
    font-size: var(--fs-12);
    font-weight: 500;
    padding: 1.25rem 3rem;
    position: sticky;
    top: 0;
    z-index: 999;
    line-height: 1.6;
    /* display: none; */
    width: 100%;
    left: 0;
}

#top_msg > div {
    display: inline-flex;
    align-items: center;
}

#top_msg p {
    margin: 0;
}

#top_msg a {
    color: var(--color-2);
}

#top_msg a:hover {
    text-decoration: none;
}

.top_msg_close {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 32px;
    transform: translateY(-50%);
    display: inline-block;
    line-height: 12px;
    height: 18px;
    width: 18px;
    cursor: pointer;
    z-index: 2;
}

.top_msg_close:hover {
    opacity: 0.7;
}

@media(min-width: 992px) {
    #top_msg {
        top: 0;
        position: sticky;
        font-size: var(--fs-16);
        max-width: 100%;
    }
}

:root {
    --color-1: #5572A9;
    --color-2: #0A1D80;
    --color-3: #5175A9;
    --color-white: #ffffff;
    --color-black: #020202;
    --color-title: #0D3346;
    --color-text: #0D3346;
    --color-link: #0D3346;
    --color-input-border: #D9E2E9;
    --color-darker: #433D33;
    --color-grey: #9A9A9A;
    --color-grey-2: #B9B9B9;
    --color-light-grey: #E7F2F8;
    --color-bg-grey: #EBF1F5;
    --font-text: 'Work Sans', sans-serif;
		--padding-wrapper: 2rem;
    /* --font-text-2: 'Proxima Nova', sans-serif;
    --font-title: 'Myriad Pro Condensed', sans-serif;
    --font-menu: 'Hind Siliguri', sans-serif; */
    --fs-12: 1.2rem;
    --fs-14: 1.4rem;
    --fs-16: 1.6rem;
    --fs-18: 1.8rem;
    --fs-20: clamp(1.6rem, 1.6vw + 0.1rem, 2rem);
    --fs-24: clamp(2rem, 1.3vw + 0.1rem, 2.4rem);
    --fs-26: clamp(2.2rem, 1.6vw + 0.1rem, 2.6rem);
		--fs-32: clamp(2.4rem, 1.7vw + 0.1rem, 3.2rem);
    --fs-36: clamp(2.8rem, 1.7vw + 0.1rem, 3.6rem);
    --fs-40: clamp(3rem, 2.4vw + 0.1rem, 4rem);
    --fs-48: clamp(3.2rem, 3vw + 0.1rem, 4.8rem);
    --fs-56: clamp(3.2rem, 3.5vw + 0.1rem, 5.6rem);
    --fs-64: clamp(4rem, 5.4vw,6.4rem);
    --fs-80: clamp(5rem, 5.5vw,8rem);
}

@media(min-width: 992px) {
	:root {
	--padding-wrapper: 3rem;
	}
}

@media(min-width: 1200px) {
	:root {
	--padding-wrapper: 5rem;
	}
}

a.color-1:hover {
    color: var(--color-black);
}

.font-text {
    font-family: var(--font-text);
}

.font-title {
    font-family: var(--font-title);
}

.font-menu {
    font-family: var(--font-menu);
}

.font-text-2 {
    font-family: var(--font-text-2);
}

.color-1 {
    color: var(--color-1);
}

.color-2 {
    color: var(--color-2);
}

.color-3 {
    color: var(--color-3);
}

.color-white {
    color: var(--color-white);
}

.color-black {
    color: var(--color-black);
}

.color-text {
    color: var(--color-text);
}

.text-normal {
    text-transform: initial !important;
}

.font-normal {
  font-style: normal;
}

.bg-1 {
    background: var(--color-1);
}

.bg-2 {
    background: var(--color-2);
}

.bg-grey {
	background: var(--color-bg-grey);
}

.bg-white {
    background: var(--color-white);
}

.transition {
    transition: 0.4s all;
}

.zoom:hover {
    transform: scale(1.1);
}

.filter-white {
	filter: brightness(0) invert(1);
}

.rounded {
    border-radius: 2rem !important;
}


.round {
    border-radius: 2rem;
    overflow: hidden;
    padding: 0;
}

.round-2 {
    border-radius: 1.6rem;
    overflow: hidden;
}

.box-shadow {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
}

.no-border {
    border: 0
}

.quote {
	display: flex;
	gap: 5cqi;
	font-style: italic;
	font-size: clamp(1.6rem, 4.9cqi, 3rem);

	&:before {
		content: "";
		width: 16.8%;
		background: top no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg width='94' height='56' viewBox='0 0 94 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M87.1935 7.22726C83.1248 2.499 77.2915 0 70.3242 0C57.6916 0 47.4141 10.2775 47.4141 22.9102C47.4141 35.196 57.1345 45.2539 69.2887 45.7972C68.9476 50.1035 66.508 54.2289 66.4815 54.2734C66.2972 54.581 66.2924 54.9641 66.4691 55.276C66.6458 55.5882 66.9769 55.7812 67.3359 55.7812C72.0724 55.7812 78.5627 52.1768 83.8705 46.5987C89.8214 40.345 93.2344 32.8 93.2344 25.8984C93.2344 18.2761 91.1456 11.8198 87.1935 7.22726ZM82.4274 45.2256C78.1965 49.6718 73.0681 52.8515 69.0723 53.6135C69.9991 51.6602 71.3203 48.2717 71.3203 44.8242C71.3203 44.274 70.8745 43.8281 70.3242 43.8281C58.7901 43.8281 49.4062 34.4443 49.4062 22.9102C49.4062 11.376 58.7901 1.99219 70.3242 1.99219C83.227 1.99219 91.2422 11.1525 91.2422 25.8984C91.2422 32.294 88.0292 39.3383 82.4274 45.2256ZM22.9102 0C10.2775 0 0 10.2775 0 22.9102C0 35.196 9.72048 45.2539 21.8746 45.7972C21.5334 50.1035 19.0939 54.2289 19.0674 54.2734C18.8831 54.581 18.8784 54.9641 19.0551 55.276C19.232 55.5882 19.5631 55.7812 19.9219 55.7812C24.6583 55.7812 31.1486 52.1768 36.4564 46.5987C42.4073 40.345 45.8203 32.8 45.8203 25.8984C45.8203 18.2761 43.7313 11.8198 39.7794 7.22726C35.7108 2.499 29.8774 0 22.9102 0ZM35.0133 45.2256C30.7825 49.6718 25.654 52.8515 21.6581 53.6135C22.585 51.6602 23.9062 48.2717 23.9062 44.8242C23.9062 44.274 23.4602 43.8281 22.9102 43.8281C11.376 43.8281 1.99219 34.4443 1.99219 22.9102C1.99219 11.376 11.376 1.99219 22.9102 1.99219C35.8128 1.99219 43.8281 11.1525 43.8281 25.8984C43.8281 32.294 40.6153 39.3383 35.0133 45.2256Z' fill='white'/%3E%3C/svg%3E");
		flex-shrink: 0;
		background-size: contain;
		max-width: 100px;
	}
	p:last-child,
	p:has(+.name){
		margin-bottom: 0;
	}

	.name {
		display: flex;
		gap: 1rem;
		align-items: center;
	}

	.name:before {
		content: "";
		width: 0.6rem;
		height: 0.6rem;
		background: var(--color-white);
		border-radius: 50%;
	}
}

*:has(>.quote) {
	container-type: inline-size;
}


.container {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto; padding-inline: 0; position: relative;
}

.container-inline {
    container-type: inline-size;
}

.block-full {
	/* max-width: 1920px; */
	max-width: initial;
}

#wrapper .block-full {
	width: calc(100% + 2*(var(--padding-wrapper)));
	margin-left: calc(var(--padding-wrapper) * -1);
}

.block-1810 {
    max-width: 1810px;
}

.block-1720 {
    max-width: 1720px;
}

.block-1200 {
    max-width: 1284px;
}

.block-800 {
    max-width: 848px;
}

.block-700 {
    max-width: 700px;
}

.block-950 {
    max-width: 950px;
}

.block-1440 {
    max-width: 1440px;
}

.block-1510 {
    max-width: 1510px;
}

.margin-b-5 {
    margin-block: clamp(7rem,5vw,10rem);
}

.padding-b-5 {
    padding-block: clamp(7rem,5vw,10rem);
}

.grid:not(.slick-slider) {
    display: grid;
    gap: 2rem;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
}

@media(min-width: 576px) {
    .grid-sm-2 {
        grid-template-columns: 1fr 1fr;
    }

    .grid-sm-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media(min-width: 768px) {
    .grid-md-2 {
        grid-template-columns: 1fr 1fr;
    }

    .grid-md-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .two-cols {
        column-count: 2;
        column-gap: 2rem;
    }

    .three-cols {
        margin: 0;
        column-count: 3;
        column-gap: 5rem;
    }

    .three-cols li::marker {
        color: var(--color-1);
    }
}

@media(min-width: 992px) {
    .grid-lg-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid-lg-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-lg-5 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

.fs-12 {
    font-size: var(--fs-12);
}

.fs-14 {
    font-size: var(--fs-14);
}

.fs-16 {
    font-size: var(--fs-16);
}

.fs-18 {
    font-size: var(--fs-18);
}

.fs-18 {
    font-size: var(--fs-18);
}

.fs-20 {
    font-size: var(--fs-20);
}

.fs-24 {
    font-size: var(--fs-24);
}

.fs-26 {
    font-size: var(--fs-26);
}

.fs-32 {
    font-size: var(--fs-32);
}

.fs-40 {
    font-size: var(--fs-40);
}

.fs-48 {
    font-size: var(--fs-48);
}

.fs-56 {
    font-size: var(--fs-56);
}

.fs-64 {
    font-size: var(--fs-64);
}

.fs-80 {
    font-size: var(--fs-80) !important;
}

.fw-extrabold {
    font-weight: 800;
}

.fw-black {
    font-weight: 900;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

::selection {
    background: var(--color-1);
    color: #fff
}

::-moz-selection {
    background: var(--color-1);
    color: #fff
}

*::placeholder {
    color: #AFCAD7 !important;
}

*::-moz-placeholder {
    color: #AFCAD7; !important;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #AFCAD7 !important;
}

*::-ms-input-placeholder {
    color: #AFCAD7 !important;
}

*::placeholder {
    color: #AFCAD7 !important;
}

html {
    font-size: 62.5%;
	lang: nl;
}

body {
    font-size: var(--fs-16);
    font-family: var(--font-text), sans-serif;
    color: var(--color-text);
    background: var(--color-white);
    margin: 0 auto;
    height: initial !important;
    padding-inline: 0; }

body.home {
    background: var(--color-white);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    margin-bottom: 2rem;
    font-family: var(--font-title);
    color: var(--color-title);
}

h1 {
    font-size: var(--fs-64);
    line-height: 1;
}

h2 {
    font-size: var(--fs-48);
}

h3 {
    font-size: var(--fs-40);
}

h4 {
    font-size: var(--fs-32);
}

h5 {
    font-size: var(--fs-26);
}

h6 {
    font-size: var(--fs-20);
}

a {
    color: var(--color-link);
    transition: all 0.4s;
    text-decoration: underline;
}

a:hover {
    color: var(--color-link);
    text-decoration: none;
}

a.full {
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.button, button, .has-button a {
    background: var(--color-1);
    color: var(--color-white);
    text-decoration: none;
    padding-inline: 3rem;
    padding-block: 1.15rem;
    display: inline-block;
    font-size: var(--fs-14);
    text-align: center;
    min-width: 220px;
    font-family: var(--font-text-2);
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    line-height: 1.5;
    border-radius: 1rem;
    border: 2px solid transparent;
}

.button:hover, button:hover, .has-button a:hover {
    background: transparent;
    color: var(--color-1);
    border-color: var(--color-1);
    text-decoration: none;
}

.button:hover:after, .button:hover:before {
    border-color: var(--color-1);
}

.button-2 {
    color: var(--color-1);
	background: transparent;
	border-color: var(--color-1);
}

.button-2:hover {
    color: var(--color-white);
	background: var(--color-1)
}

.button-2:after, .button-2:before {
    border-color: var(--color-1)
}

.button-2:hover:after, .button-2:hover:before {
    border-color: var(--color-2)
}

.button-3 {
    background: transparent;
    color: var(--color-white);
    border-color: var(--color-white);
}

.button-3:after, .button-3:before {
    border-color: var(--color-white)
}

.button-3:hover {
    color: var(--color-1);
}

.button-3:hover:after, .button-3:hover:before {
    border-color: var(--color-1)
}

.button-3.arrow:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.34122 0.329505C5.90733 -0.109835 5.20378 -0.109835 4.76989 0.329505C4.33594 0.768845 4.33594 1.48115 4.76989 1.92049L6.20644 3.37499H1.11111C0.497461 3.37499 0 3.87866 0 4.49999C0 5.12133 0.497461 5.62499 1.11111 5.62499H6.20644L4.76989 7.0795C4.33594 7.51881 4.33594 8.23116 4.76989 8.67047C5.20378 9.10984 5.90733 9.10984 6.34122 8.67047L9.67455 5.29548C9.72877 5.24058 9.77627 5.1814 9.81694 5.11902C10.1017 4.68235 10.0542 4.08892 9.67455 3.70451L6.34122 0.329505Z' fill='%231B1B1B'/%3E%3C/svg%3E") !important;
}

.button-3.arrow:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.34122 0.329505C5.90733 -0.109835 5.20378 -0.109835 4.76989 0.329505C4.33594 0.768845 4.33594 1.48115 4.76989 1.92049L6.20644 3.37499H1.11111C0.497461 3.37499 0 3.87866 0 4.49999C0 5.12133 0.497461 5.62499 1.11111 5.62499H6.20644L4.76989 7.0795C4.33594 7.51881 4.33594 8.23116 4.76989 8.67047C5.20378 9.10984 5.90733 9.10984 6.34122 8.67047L9.67455 5.29548C9.72877 5.24058 9.77627 5.1814 9.81694 5.11902C10.1017 4.68235 10.0542 4.08892 9.67455 3.70451L6.34122 0.329505Z' fill='white'/%3E%3C/svg%3E") !important;
}

.button-2-border {
    border: 2px solid var(--color-white);
}

.button.active {
    background: var(--color-black);
    border-color: var(--color-black);
    color: var(--color-white);
}

.button-4 {
    border-color: var(--color-black);
    background: transparent;
	color: var(--color-black);
}

.button-4:hover {
    color: var(--color-2);
    border-color: var(--color-2);
    background: transparent;
}

.btn-small, .active .btn-small, li:has(.button-2)+li:has(.button-2) a {
    font-size: var(--fs-14);
    padding-inline: clamp(2rem,2vw,2rem); padding-block: 0.65rem; min-width: 135px;
    line-height: 2;
}

*:has(.button+.button) {
    gap: 2rem;
}

small {
    font-size: 1.3rem;
}

a.arrow {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-1);
    font-weight: 500;
    font-family: var(--font-text);
}

a.arrow:after {
    content: "";
    width: 63px;
    height: 23px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='64' height='24' viewBox='0 0 64 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62.523 12.8359H1.47688C0.750729 12.8359 0.164062 12.2492 0.164062 11.5231C0.164062 10.7969 0.750729 10.2103 1.47688 10.2103H59.3518L51.3846 2.24308C50.8718 1.73026 50.8718 0.897436 51.3846 0.384615C51.8974 -0.128205 52.7302 -0.128205 53.243 0.384615L63.4543 10.5959C63.8318 10.9733 63.9425 11.5354 63.7374 12.0277C63.5323 12.5159 63.0523 12.8359 62.523 12.8359Z' fill='%23F95D61'/%3E%3Cpath d='M52.2996 23.0593C51.9632 23.0593 51.6268 22.9322 51.3724 22.6737C50.8596 22.1609 50.8596 21.3281 51.3724 20.8152L61.596 10.5916C62.1088 10.0788 62.9416 10.0788 63.4544 10.5916C63.9673 11.1045 63.9673 11.9373 63.4544 12.4501L53.2309 22.6737C52.9724 22.9322 52.636 23.0593 52.2996 23.0593Z' fill='%23F95D61'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    /* margin-left: 1rem; */
    transition: 0.4s all;
}

a.arrow:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='64' height='24' viewBox='0 0 64 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62.523 12.8359H1.47688C0.750729 12.8359 0.164062 12.2492 0.164062 11.5231C0.164062 10.7969 0.750729 10.2103 1.47688 10.2103H59.3518L51.3846 2.24308C50.8718 1.73026 50.8718 0.897436 51.3846 0.384615C51.8974 -0.128205 52.7302 -0.128205 53.243 0.384615L63.4543 10.5959C63.8318 10.9733 63.9425 11.5354 63.7374 12.0277C63.5323 12.5159 63.0523 12.8359 62.523 12.8359V12.8359Z' fill='%23135269'/%3E%3Cpath d='M52.2995 23.0595C51.9631 23.0595 51.6266 22.9323 51.3723 22.6738C50.8595 22.161 50.8595 21.3282 51.3723 20.8154L61.5959 10.5918C62.1087 10.0789 62.9415 10.0789 63.4543 10.5918C63.9671 11.1046 63.9671 11.9374 63.4543 12.4502L53.2307 22.6738C52.9723 22.9323 52.6359 23.0595 52.2995 23.0595Z' fill='%23135269'/%3E%3C/svg%3E");
}

a.arrow-white:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='77' height='29' viewBox='0 0 77 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M75.2229 16.0697H1.77675C0.903099 16.0697 0.197266 15.3638 0.197266 14.4902C0.197266 13.6165 0.903099 12.9107 1.77675 12.9107H71.4075L61.822 3.32517C61.205 2.70818 61.205 1.70619 61.822 1.08921C62.4389 0.472218 63.4409 0.472218 64.0579 1.08921L76.3434 13.3747C76.7975 13.8288 76.9307 14.505 76.6839 15.0973C76.4371 15.6847 75.8596 16.0697 75.2229 16.0697Z' fill='white'/%3E%3Cpath d='M62.9225 28.3697C62.5178 28.3697 62.113 28.2167 61.807 27.9057C61.19 27.2887 61.19 26.2867 61.807 25.6697L74.1072 13.3695C74.7242 12.7525 75.7262 12.7525 76.3432 13.3695C76.9602 13.9865 76.9602 14.9885 76.3432 15.6054L64.0429 27.9057C63.732 28.2167 63.3272 28.3697 62.9225 28.3697Z' fill='white'/%3E%3C/svg%3E");
}

a.arrow:hover {
    color: var(--color-black);
}

a.arrow-2 {
    color: var(--color-1);
    font-size: var(--fs-400)
}

.arrow.button {
    color: var(--color-white);
    justify-content: center;
}

.arrow.button:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.34122 0.329505C5.90733 -0.109835 5.20378 -0.109835 4.76989 0.329505C4.33594 0.768845 4.33594 1.48115 4.76989 1.92049L6.20644 3.37499H1.11111C0.497461 3.37499 0 3.87866 0 4.49999C0 5.12133 0.497461 5.62499 1.11111 5.62499H6.20644L4.76989 7.0795C4.33594 7.51881 4.33594 8.23116 4.76989 8.67047C5.20378 9.10984 5.90733 9.10984 6.34122 8.67047L9.67455 5.29548C9.72877 5.24058 9.77627 5.1814 9.81694 5.11902C10.1017 4.68235 10.0542 4.08892 9.67455 3.70451L6.34122 0.329505Z' fill='white'/%3E%3C/svg%3E");
}

.readmore {
    background: none;
    color: var(--color-black);
    padding: 0;
    text-decoration: none;
    font-weight: 900;
	display: grid;
	grid-template-columns: auto 1.6rem;
	align-items: center;
	gap: 1rem;
	text-transform: uppercase;
	font-size: var(--fs-14)
}

.readmore:after {
	width: 1.6rem;
	height: 1.6rem;
	content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1823_1025)'%3E%3Cpath d='M15.7443 7.3785L9.9661 1.6002C9.80116 1.43526 9.58132 1.34473 9.34692 1.34473C9.11225 1.34473 8.89255 1.43539 8.7276 1.6002L8.20299 2.12495C8.03818 2.28963 7.94738 2.5096 7.94738 2.74413C7.94738 2.97853 8.03818 3.20591 8.20299 3.3706L11.5739 6.74891H0.864383C0.381525 6.74891 0 7.12692 0 7.60991V8.35176C0 8.83475 0.381525 9.25087 0.864383 9.25087H11.6121L8.20312 12.648C8.03831 12.813 7.94751 13.027 7.94751 13.2615C7.94751 13.4958 8.03831 13.7129 8.20312 13.8777L8.72773 14.4007C8.89268 14.5657 9.11238 14.6556 9.34705 14.6556C9.58145 14.6556 9.80129 14.5645 9.96623 14.3996L15.7444 8.62141C15.9097 8.45595 16.0007 8.23508 16 8.00028C16.0005 7.76471 15.9097 7.5437 15.7443 7.3785Z' fill='%230DC8A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1823_1025'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.readmore:hover {
    color: var(--color-2);
    background: none;
}

@media(min-width: 992px) {
    .arrow.button {
        min-width: 325px;
    }
}



/*****WP Forms******/


.wpforms-field-label {
    font-weight: bold !important;
    margin-bottom: 1rem;
}

.wpforms-form input[type=text],
.wpforms-form input[type=tel],
.wpforms-form input[type=email],
.wpforms-form textarea{
    border: 1px solid var(--color-input-border);
    padding: 1.6rem;
    font-size: var(--fs-14);
	border-radius: 1rem;
}

.wpforms-field-checkbox ul{
    padding: 0;
    margin-top: 1.5rem;
}

.wpforms-list-inline ul {
    display: flex;
    gap: 3rem;
}

.wpforms-field-checkbox ul li:before {
    display: none;
}

.wpforms-container li input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    appearance: none;
    margin: 0;
    width: 2.8rem;
    height: 2.8rem;
}

.wpforms-container ul li:has(input[type="checkbox"]){
    display: flex;
    gap: 1.5rem;
    margin: 1rem 0;
    align-items: center;
}

.wpforms-container input[type="checkbox"]:before {
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #e9e9e9;
    display: flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: var(--fs-14);
    cursor: pointer;
    font-weight: 600;
}


.wpforms-container input[type="checkbox"]:checked:before {
    content: "\2713";
    color: var(--color-2);
}

.wpforms-submit  {
	min-width: 220px;
}

div.wpforms-container .wpforms-form .choices__inner {
	border: 1px solid var(--color-input-border) !important;
	border-radius: 1rem !important;
}

body div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__inner {
	padding: 1.6rem !important;
}

div.wpforms-container .wpforms-form .choices[data-type*="select-one"]:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00296 5.4608L1.76537 0.223435C1.6215 0.0792245 1.42914 -0.000108781 1.22403 -0.000108772C1.01881 -0.000108763 0.826569 0.0792246 0.682471 0.223435L0.223772 0.682362C0.0794468 0.826346 -3.14975e-07 1.01882 -3.0601e-07 1.22392C-2.97044e-07 1.42903 0.0794469 1.62127 0.223772 1.76537L6.45958 8.00129C6.60413 8.14596 6.79728 8.22518 7.00262 8.22461C7.20886 8.22518 7.40179 8.14607 7.54646 8.00129L13.7762 1.77117C13.9206 1.62708 14 1.43483 14 1.22961C14 1.02451 13.9206 0.832264 13.7762 0.688053L13.3175 0.22924C13.019 -0.0693127 12.533 -0.0693126 12.2345 0.22924L7.00296 5.4608Z' fill='%23565656'/%3E%3C/svg%3E");
	width: 14px!important;
	height: 9px!important;
	border: 0 !important
}

div.wpforms-container .wpforms-form .choices[data-type*="select-one"].is-open:after {
	margin-top: -2.5px !important;transform: rotate(180deg);
}

.form-disclaimer,
.form-disclaimer a {
    color: var(--color-text);
    font-weight: 400;
}

@media(max-width: 480px) {
	.wpforms-container .wpforms-one-half {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.wpforms-container .wpforms-one-half:has(+.wpforms-one-half) {
		margin-bottom: 1rem !important
	}
}

/*******************/
#footer {
	padding-inline: var(--padding-wrapper);

	a {
		text-decoration: none;
	}
	.menu li {
		margin-bottom: 1rem;
	}
	.menu a {
		color: var(--color-black);
		text-decoration: none;
		&:hover {
			color: var(--color-1);
		}
	}

	ul:has(.email) a:hover {
		color: var(--color-black);
	}

	.social_media a {
		color: var(--color-black);
		border-color: var(--color-black);
		&:hover {
			color: var(--color-1);
			border-color: var(--color-1);
		}
	}

	p:last-child {
		margin-bottom: 0;
	}

}
.footer-logo img {
	max-width: 180px;
}

#footer-bottom {
	color: #B6B6B6;
	border-top: 2px solid #f6f6f6;
	a{
		color: #B6B6B6
	}
	&:hover {
		color: var(--color-1);
	}
}

a.alle {
    font-size: var(--fs-18);
    display: flex;
    gap: 1rem;
    text-decoration: none;
}

a.alle:after {
    content: "";
    width: 24px;
    height: 27px;
    background: center no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2081_4075)'%3E%3Cpath d='M1.15472 11.3136C1.15472 11.5874 1.26569 11.8351 1.44507 12.0145C1.62444 12.1939 1.87227 12.3048 2.1459 12.3048L19.5768 12.3048L16.3129 15.5687C15.9258 15.9557 15.9258 16.5834 16.3129 16.9704C16.7 17.3575 17.3276 17.3575 17.7146 16.9704L22.6706 12.0145C23.0577 11.6274 23.0577 10.9998 22.6706 10.6127L17.7147 5.65682C17.3276 5.26975 16.7 5.26975 16.3129 5.65682C15.9259 6.04389 15.9259 6.6715 16.3129 7.05857L19.5767 10.3224L2.1459 10.3225C1.59851 10.3225 1.15472 10.7663 1.15472 11.3136Z' fill='%23EF9D07'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2081_4075'%3E%3Crect width='16' height='16' fill='white' transform='translate(12.0579) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
}

a.alle:hover {
    color: var(--color-1);
}

a.alle:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2081_4075)'%3E%3Cpath d='M1.15472 11.3136C1.15472 11.5874 1.26569 11.8351 1.44507 12.0145C1.62444 12.1939 1.87227 12.3048 2.1459 12.3048L19.5768 12.3048L16.3129 15.5687C15.9258 15.9557 15.9258 16.5834 16.3129 16.9704C16.7 17.3575 17.3276 17.3575 17.7146 16.9704L22.6706 12.0145C23.0577 11.6274 23.0577 10.9998 22.6706 10.6127L17.7147 5.65682C17.3276 5.26975 16.7 5.26975 16.3129 5.65682C15.9259 6.04389 15.9259 6.6715 16.3129 7.05857L19.5767 10.3224L2.1459 10.3225C1.59851 10.3225 1.15472 10.7663 1.15472 11.3136Z' fill='%23105165'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2081_4075'%3E%3Crect width='16' height='16' fill='%23105165' transform='translate(12.0579) rotate(45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

ul.list-unstyled {
    margin: 0;
    padding: 0;
}

table {
    font-size: var(--fs-300);
}

td, th {
    padding: 1.5rem;
    border-block: 1px solid #ECEEEF;
}

th {
	color: var(--color-1)
}

figure {
    position: relative;
}

figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s all;
}

figure a img:hover {
    opacity: 0.8;
}

figure .caption {
    background: var(--color-1);
    color: var(--color-white);
    font-size: var(--fs-300);
    padding: 1.75rem 2rem;
    position: absolute;
    bottom: 1rem;
    left: 0
}

a.back {
    display: flex;
    color: var(--color-white);
    text-decoration: none;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-family: var(--font-text);
    gap: 1rem;
}

a.back:after {
    content: "";
    width: 16px;
    height: 16px;
    transition: 0.4s all;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1815_913)'%3E%3Cpath d='M0.255736 7.37838L6.0339 1.60008C6.19884 1.43514 6.41868 1.3446 6.65308 1.3446C6.88775 1.3446 7.10745 1.43527 7.2724 1.60008L7.79701 2.12483C7.96182 2.28951 8.05262 2.50947 8.05262 2.74401C8.05262 2.97841 7.96182 3.20579 7.79701 3.37047L4.42611 6.74879H15.1356C15.6185 6.74879 16 7.1268 16 7.60979V8.35164C16 8.83462 15.6185 9.25075 15.1356 9.25075H4.38787L7.79688 12.6479C7.96169 12.8129 8.05249 13.0269 8.05249 13.2614C8.05249 13.4957 7.96169 13.7128 7.79688 13.8776L7.27227 14.4006C7.10732 14.5656 6.88762 14.6555 6.65295 14.6555C6.41855 14.6555 6.19871 14.5644 6.03377 14.3995L0.255606 8.62129C0.0902739 8.45583 -0.000652313 8.23495 -1.90735e-06 8.00016C-0.000520706 7.76458 0.0902739 7.54358 0.255736 7.37838Z' fill='%230DC8A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1815_913'%3E%3Crect width='16' height='16' fill='white' transform='matrix(-1 0 0 1 16 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
	filter: brightness(0) invert(1);
}

a.back:hover {
    color: var(--color-2);
}


a.back:hover:after {
	filter: initial;
}

.menu-toggle {
    text-indent: -2000em;
    width: 48px;
    height: 48px;
    background: center no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.4 4.8H29.6C30.9258 4.8 32 3.72578 32 2.4C32 1.07422 30.9258 0 29.6 0H2.4C1.07422 0 0 1.07422 0 2.4C0 3.72578 1.07422 4.8 2.4 4.8Z' fill='%235572A9'/%3E%3Cpath d='M29.6 9.60001H2.4C1.07422 9.60001 0 10.6742 0 12C0 13.3258 1.07422 14.4 2.4 14.4H29.6C30.9258 14.4 32 13.3258 32 12C32 10.6742 30.9258 9.60001 29.6 9.60001Z' fill='%235572A9'/%3E%3Cpath d='M29.6 19.2H2.4C1.07422 19.2 0 20.2742 0 21.6C0 22.9258 1.07422 24 2.4 24H29.6C30.9258 24 32 22.9258 32 21.6C32 20.2742 30.9258 19.2 29.6 19.2Z' fill='%235572A9'/%3E%3C/svg%3E");
    min-width: initial;
    padding: 0;
	background-size: contain;
}


.menu-toggle:hover {
    background: center no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.4 4.8H29.6C30.9258 4.8 32 3.72578 32 2.4C32 1.07422 30.9258 0 29.6 0H2.4C1.07422 0 0 1.07422 0 2.4C0 3.72578 1.07422 4.8 2.4 4.8Z' fill='%235572A9'/%3E%3Cpath d='M29.6 9.60001H2.4C1.07422 9.60001 0 10.6742 0 12C0 13.3258 1.07422 14.4 2.4 14.4H29.6C30.9258 14.4 32 13.3258 32 12C32 10.6742 30.9258 9.60001 29.6 9.60001Z' fill='%235572A9'/%3E%3Cpath d='M29.6 19.2H2.4C1.07422 19.2 0 20.2742 0 21.6C0 22.9258 1.07422 24 2.4 24H29.6C30.9258 24 32 22.9258 32 21.6C32 20.2742 30.9258 19.2 29.6 19.2Z' fill='%235572A9'/%3E%3C/svg%3E");
    padding: 0;
	background-size: contain;
	border-color: transparent;
	opacity: 0.7;
}

body.toggled {
    /* background: var(--color-grey); */
    overflow: hidden;
    background: url(img/gradient.png) bottom left;
    background-size: cover;
    height: 100vh !important;
}


.toggled #main {
    display: none !important;
}


#mobile-navigation {
    position: absolute;
    left: 0;
    top: 88px;
    height: calc(100vh - 175px);
    width: 100%;
    font-family: var(--font-text-2);
    font-size: var(--fs-16);
    z-index: 9991;
    /* background: #fff; */
    overflow: hidden;
    border-top: 1px solid rgb(255 255 255 / 15%);
}

#mobile-navigation #main-nav {
    padding-bottom: 2rem;
    padding-inline: 2.5rem;
    /* margin-top: -200px; */
    }

.toggled #mobile-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 0;
}

#mobile-navigation .menu li a {
    padding: 2rem 0 !important;
    display: block;
    font-size: var(--fs-24);
    /* text-align: center; */
    border: navajowhite;
}

#mobile-navigation .menu li a:hover:before {
    display: none;
}

#mobile-navigation .menu li.has-button a {
    margin-top: 2rem;
}

#mobile-navigation .menu li:has(.submenu)> a {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	&:after {
		content: "";
		width: 14px;
		height: 9px;
		background: center no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.70608 5.46091L2.46849 0.223542C2.32462 0.0793313 2.13226 -1.96982e-06 1.92716 -1.96085e-06C1.72194 -1.95188e-06 1.52969 0.0793314 1.3856 0.223542L0.926897 0.682469C0.782572 0.826453 0.703125 1.01892 0.703125 1.22403C0.703125 1.42914 0.782572 1.62138 0.926897 1.76548L7.1627 8.0014C7.30726 8.14606 7.50041 8.22528 7.70574 8.22471C7.91199 8.22528 8.10491 8.14618 8.24958 8.0014L14.4794 1.77128C14.6237 1.62718 14.7031 1.43494 14.7031 1.22972C14.7031 1.02462 14.6237 0.832371 14.4794 0.68816L14.0207 0.229347C13.7221 -0.0692059 13.2361 -0.0692058 12.9376 0.229347L7.70608 5.46091Z' fill='white'/%3E%3C/svg%3E");	}
}

#mobile-navigation .menu li .submenu {
	position: relative;
	padding-left: 2rem;
	margin-top: -1rem;
	left: 0;
	top: 0;
	a {
		font-size: 16px !important;
	padding: 1rem 0 !important}
}

.toggled #header {
    height: 88px;
    position: relative;
    z-index: 2;
}

#wrapper {
    /* padding: 0 var(--padding-wrapper); */
    /* max-width: 1920px; */
    margin: auto;
}


.inner #content {
    /* margin-top: 5rem; */
}


/*******menu************/
div:has(>#logo) {
    padding-bottom: 2rem;
}

#logo img {
    max-width: 200px;
}

.toggled #logo img {
	max-width: 175px;
}

*:has(>#desktop-navigation) {
    flex-shrink: 0;
}

#desktop-navigation {
    padding-right: 3rem;
    gap: 1.5rem;
}

#desktop-navigation a {
    font-family: var(--font-menu);
}

#top-nav a {
    color: var(--color-text);
    font-size: var(--fs-18) !important;
    margin-left: 3rem;
}

#top-nav .current-menu-item a, #top-nav a:hover {
    color: var(--color-2)
}

#main-nav a {
    color: var(--color-white);
    margin-inline: 2rem;
    font-size: var(--fs-16);
    font-weight: 700;
    border-bottom: 2px solid transparent;
	padding-bottom: 0.25rem;
}

#main-nav .current-menu-item a, #main-nav a:hover {
    border-bottom: 2px solid var(--color-2);
}

#mobile-navigation #top-contact {
    justify-content: center;
    padding: 0;
    order: -1;
}

#mobile-navigation #top-contact:after {
    height: 100%;
}

#mobile-navigation #top-contact.closed>div:after {
    display: none;
}

@media(min-width: 1200px) {
    #logo img {
        max-width: 240px;
    }

    #top-contact {
        padding-left: 5rem;
        margin-left: 3rem;
    }
}


/***********start***********/

body.login {
	background: center no-repeat url(images/bg.jpg);
	background-size: cover;
	height: 100vh !important;
}

a {
	color: var(--color-1);
}

#login-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	img {
		max-width: 266px;
	}
	div:has(>figure>img) {
		border-bottom: 2px solid #EBF1F5;
	margin-bottom: 5rem;
	}
	form {
		margin-bottom: 2rem;
	}
	width: calc(100% - 4rem);
}


h1 {
	font-size: var(--fs-40);
	margin: 0;
	margin-bottom: 2rem;
}

h2 {
	font-size: var(--fs-24);
}

label,
.form-label{
	font-weight: 500;
	margin-bottom: 1rem;
}

input, textarea {
	border: 1px solid #D9E2E9;
	border-radius: 1rem;
}

#sidebar {
	position: sticky;
	top: 0;
	left: 0;
	@media(min-width: 992px) {

		& {
			height: 100vh;
		}

		div:has(.menu-toggle) {
	border-bottom: 1px solid #E0EAF1;
		}

	}
;
	background: #fff;
	z-index: 1;
}

.toggled div:has(.menu-toggle) {
	border-bottom: 1px solid #E0EAF1;
}

#main {
	background: var(--color-bg-grey);
}

#menu,
#logout {
	a {
		display: inline-flex;
		gap: 1.5rem;
		text-decoration: none;
		font-weight: 500;
		align-items: center;
		padding-block: 1.5rem;
		color: var(--color-black);
		position: relative;
	}

	a:hover {
		color: var(--color-1);
	}

	a:before {
		content: "";
		width: 24px;
		height: 24px;
		flex-shrink: 0;
	}

	a:after {
		content: "";
		display: block;
		position: absolute;
		width: 60px;
		height: 40px;;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='60' height='40' viewBox='0 0 60 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1772_1249' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6C0 2.68629 2.68629 0 6 0H53.9368C57.2505 0 59.9368 2.68629 59.9368 6V34C59.9368 37.3137 57.2505 40 53.9368 40H6C2.68629 40 0 37.3137 0 34V32H3.01978V34C3.01978 36.2091 4.81064 38 7.01978 38H51.0198C53.2289 38 55.0198 36.2091 55.0198 34V32V7C55.0198 4.79086 53.2289 3 51.0198 3H7.01978C4.81064 3 3.01978 4.79086 3.01978 7H0V6Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6C0 2.68629 2.68629 0 6 0H53.9368C57.2505 0 59.9368 2.68629 59.9368 6V34C59.9368 37.3137 57.2505 40 53.9368 40H6C2.68629 40 0 37.3137 0 34V32H3.01978V34C3.01978 36.2091 4.81064 38 7.01978 38H51.0198C53.2289 38 55.0198 36.2091 55.0198 34V32V7C55.0198 4.79086 53.2289 3 51.0198 3H7.01978C4.81064 3 3.01978 4.79086 3.01978 7H0V6Z' fill='%23D9D9D9'/%3E%3Cpath d='M0 32V27H-5V32H0ZM3.01978 32H8.01978V27H3.01978V32ZM3.01978 7V12H8.01978V7H3.01978ZM0 7H-5V12H0V7ZM6 -5C-0.075131 -5 -5 -0.075134 -5 6H5C5 5.44772 5.44771 5 6 5V-5ZM53.9368 -5H6V5H53.9368V-5ZM64.9368 6C64.9368 -0.0751351 60.0119 -5 53.9368 -5V5C54.4891 5 54.9368 5.44772 54.9368 6H64.9368ZM64.9368 34V6H54.9368V34H64.9368ZM53.9368 45C60.0119 45 64.9368 40.0751 64.9368 34H54.9368C54.9368 34.5523 54.4891 35 53.9368 35V45ZM6 45H53.9368V35H6V45ZM-5 34C-5 40.0751 -0.0751276 45 6 45V35C5.44771 35 5 34.5523 5 34H-5ZM-5 32V34H5V32H-5ZM3.01978 27H0V37H3.01978V27ZM8.01978 34V32H-1.98022V34H8.01978ZM7.01978 33C7.57206 33 8.01978 33.4477 8.01978 34H-1.98022C-1.98022 38.9706 2.04921 43 7.01978 43V33ZM51.0198 33H7.01978V43H51.0198V33ZM50.0198 34C50.0198 33.4477 50.4675 33 51.0198 33V43C55.9903 43 60.0198 38.9706 60.0198 34H50.0198ZM50.0198 32V34H60.0198V32H50.0198ZM50.0198 7V32H60.0198V7H50.0198ZM51.0198 8C50.4675 8 50.0198 7.55228 50.0198 7H60.0198C60.0198 2.02944 55.9903 -2 51.0198 -2V8ZM7.01978 8H51.0198V-2H7.01978V8ZM8.01978 7C8.01978 7.55228 7.57206 8 7.01978 8V-2C2.04921 -2 -1.98022 2.02944 -1.98022 7H8.01978ZM0 12H3.01978V2H0V12ZM-5 6V7H5V6H-5Z' fill='%235175A9' mask='url(%23path-1-inside-1_1772_1249)'/%3E%3C/svg%3E");
		right: -2rem;
		opacity: 0;
		transition: 0.4s all;
	}

	a:hover:after,
	a.active:after{
		opacity: 1;
	}
}

a.dashboard:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1771_1166)'%3E%3Cpath d='M9.24994 8.00006H1.74994C0.784973 8.00006 0 7.21509 0 6.24994V1.74994C0 0.784973 0.784973 0 1.74994 0H9.24994C10.2151 0 11.0001 0.784973 11.0001 1.74994V6.24994C11.0001 7.21509 10.2151 8.00006 9.24994 8.00006ZM1.74994 1.5C1.61206 1.5 1.5 1.61206 1.5 1.74994V6.24994C1.5 6.388 1.61206 6.50006 1.74994 6.50006H9.24994C9.388 6.50006 9.50006 6.388 9.50006 6.24994V1.74994C9.50006 1.61206 9.388 1.5 9.24994 1.5H1.74994Z' fill='%235572A9'/%3E%3Cpath d='M9.24994 24H1.74994C0.784973 24 0 23.215 0 22.2501V11.7501C0 10.7849 0.784973 9.99994 1.74994 9.99994H9.24994C10.2151 9.99994 11.0001 10.7849 11.0001 11.7501V22.2501C11.0001 23.215 10.2151 24 9.24994 24ZM1.74994 11.4999C1.61206 11.4999 1.5 11.612 1.5 11.7501V22.2501C1.5 22.3879 1.61206 22.5 1.74994 22.5H9.24994C9.388 22.5 9.50006 22.3879 9.50006 22.2501V11.7501C9.50006 11.612 9.388 11.4999 9.24994 11.4999H1.74994Z' fill='%235572A9'/%3E%3Cpath d='M22.2501 24H14.7501C13.785 24 13 23.215 13 22.2501V17.7501C13 16.7849 13.785 15.9999 14.7501 15.9999H22.2501C23.2151 15.9999 24.0001 16.7849 24.0001 17.7501V22.2501C24.0001 23.215 23.2151 24 22.2501 24ZM14.7501 17.4999C14.6121 17.4999 14.5 17.612 14.5 17.7501V22.2501C14.5 22.3879 14.6121 22.5 14.7501 22.5H22.2501C22.388 22.5 22.5001 22.3879 22.5001 22.2501V17.7501C22.5001 17.612 22.388 17.4999 22.2501 17.4999H14.7501Z' fill='%235572A9'/%3E%3Cpath d='M22.2501 14.0001H14.7501C13.785 14.0001 13 13.2151 13 12.2499V1.74994C13 0.784973 13.785 0 14.7501 0H22.2501C23.2151 0 24.0001 0.784973 24.0001 1.74994V12.2499C24.0001 13.2151 23.2151 14.0001 22.2501 14.0001ZM14.7501 1.5C14.6121 1.5 14.5 1.61206 14.5 1.74994V12.2499C14.5 12.388 14.6121 12.5001 14.7501 12.5001H22.2501C22.388 12.5001 22.5001 12.388 22.5001 12.2499V1.74994C22.5001 1.61206 22.388 1.5 22.2501 1.5H14.7501Z' fill='%235572A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1771_1166'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
a.prijzen:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1772_1183)'%3E%3Cpath d='M12.0002 0.000564575C5.38341 0.000564575 0 5.38355 0 12.0003C0 18.6171 5.38341 23.9997 12.0002 23.9997C18.617 23.9997 24 18.6172 24 12.0003C24 5.3835 18.617 0.000564575 12.0002 0.000564575ZM12.0002 22.4643C6.23034 22.4643 1.53581 17.7702 1.53581 12.0003C1.53581 6.23049 6.22992 1.53642 12.0002 1.53642C17.77 1.53642 22.4641 6.23053 22.4641 12.0004C22.4641 17.7702 17.7701 22.4643 12.0002 22.4643Z' fill='%235572A9'/%3E%3Cpath d='M12.1723 7.782C13.4336 7.782 14.62 8.57616 15.2698 9.85491C15.4615 10.233 15.9254 10.3837 16.3023 10.1918C16.6804 9.99966 16.8314 9.53747 16.6392 9.15933C15.7261 7.36266 14.0143 6.24609 12.1723 6.24609C10.0867 6.24609 8.28746 7.64395 7.48252 9.64683H6.24769C5.8238 9.64683 5.47979 9.99084 5.47979 10.4147C5.47979 10.8386 5.82338 11.1826 6.24769 11.1826H7.08478C7.05066 11.4499 7.03266 11.7228 7.03266 12.0005C7.03266 12.1973 7.04157 12.3919 7.05891 12.5837H5.92074C5.49685 12.5837 5.15283 12.9273 5.15283 13.3516C5.15283 13.7759 5.49643 14.1195 5.92074 14.1195H7.39379C8.14899 16.247 10.0062 17.7549 12.1723 17.7549C14.0144 17.7549 15.7266 16.638 16.6393 14.8409C16.831 14.4627 16.68 14.0005 16.3023 13.8088C15.9255 13.617 15.462 13.7676 15.2698 14.1457C14.6196 15.4245 13.4332 16.2186 12.1723 16.2186C10.8446 16.2186 9.6826 15.3738 9.05738 14.1195H12.337C12.7609 14.1195 13.1046 13.7759 13.1046 13.3516C13.1046 12.9273 12.7606 12.5837 12.3367 12.5837H8.60321C8.58057 12.393 8.56861 12.1983 8.56861 12.0005C8.56861 11.7207 8.59224 11.4473 8.63682 11.1826H12.6632C13.0876 11.1826 13.432 10.8386 13.432 10.4147C13.432 9.99084 13.088 9.64683 12.6637 9.64683H9.183C9.83086 8.52272 10.929 7.782 12.1723 7.782Z' fill='%235572A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1772_1183'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
a.containers:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1772_1204)'%3E%3Cpath d='M8.07769 19.0561L9.41601 17.7176C9.61303 17.5208 9.67273 17.2249 9.56762 16.9669C9.46252 16.7089 9.21313 16.5392 8.93463 16.5359L5.12457 16.4916L7.17975 12.8278L8.15735 13.3921C8.39996 13.5322 8.70282 13.5123 8.92511 13.3418C9.14721 13.1715 9.24481 12.8838 9.1723 12.6134L7.8327 7.61407C7.73364 7.24475 7.35388 7.02575 6.98474 7.12463L1.98541 8.46423C1.71497 8.53656 1.51465 8.76489 1.47821 9.04248C1.44159 9.32007 1.57599 9.59253 1.81842 9.73242L2.80353 10.3011L0.0928344 14.9943C-0.0309448 15.2086 -0.0309448 15.4726 0.0928344 15.6868L3.29517 21.2333C3.41821 21.4466 3.64526 21.5784 3.89154 21.5795L8.94928 21.6024H8.95239C9.23181 21.6024 9.48394 21.4345 9.59143 21.1765C9.69946 20.9174 9.6405 20.619 9.44201 20.4205L8.07769 19.0561ZM4.34875 10.3942C4.44067 10.235 4.46557 10.0461 4.41797 9.86883C4.37054 9.6914 4.25445 9.54016 4.09552 9.44842L3.95819 9.36914L6.67438 8.64129L7.40222 11.3575L7.26489 11.2782C7.10449 11.1857 6.91388 11.1612 6.73535 11.2103C6.557 11.2592 6.40558 11.3776 6.31494 11.5391L2.85663 17.7046L1.49176 15.3408L4.34875 10.3942ZM6.60901 19.5458L7.2735 20.2101L4.29529 20.1967L3.66193 19.0994L4.35296 17.8674L7.27423 17.9013L6.60901 18.5667C6.33874 18.837 6.33874 19.2753 6.60901 19.5458Z' fill='%235572A9'/%3E%3Cpath d='M23.9087 14.9971L21.3996 10.6055C21.2604 10.3619 20.9878 10.2263 20.7097 10.2623C20.4313 10.2984 20.2024 10.4987 20.1298 10.7697L19.6304 12.6335L17.8021 12.1436C17.5333 12.0714 17.2471 12.1677 17.0761 12.3876C16.9053 12.6077 16.8829 12.9086 17.0193 13.1515L18.8859 16.4733L14.6855 16.5253V15.3964C14.6855 15.1163 14.5168 14.8639 14.2581 14.7568C13.9994 14.6497 13.7017 14.7089 13.5035 14.9068L9.84381 18.5667C9.57355 18.837 9.57355 19.2753 9.84381 19.5458L13.5035 23.2055C13.6361 23.3381 13.8132 23.4084 13.9933 23.4084C14.0825 23.4084 14.1724 23.3912 14.2581 23.3556C14.5167 23.2485 14.6855 22.996 14.6855 22.7161V21.5786L20.1052 21.5795C20.3526 21.5795 20.5811 21.4475 20.7049 21.2333L23.9072 15.6868C24.0303 15.4735 24.0308 15.2109 23.9087 14.9971ZM19.0319 13.9065L19.9406 14.15C20.3096 14.2487 20.6897 14.0299 20.7886 13.6606L21.0317 12.7529L22.5092 15.3387L21.8757 16.4361L20.4632 16.4535L19.0319 13.9065ZM19.7055 20.1947L13.9932 20.1938C13.9932 20.1938 13.9932 20.1938 13.993 20.1938C13.8095 20.1938 13.6334 20.2667 13.5035 20.3965C13.3737 20.5263 13.3008 20.7024 13.3008 20.8861V21.0447L11.3123 19.0561L13.3008 17.0678V17.2264C13.3008 17.4115 13.3748 17.5887 13.5067 17.7189C13.6363 17.8469 13.8112 17.9187 13.993 17.9187C13.9959 17.9187 13.9988 17.9187 14.0018 17.9185L21.0704 17.8308L19.7055 20.1947Z' fill='%235572A9'/%3E%3Cpath d='M6.42805 6.33911L8.29188 5.83978L8.78168 7.66809C8.85383 7.93707 9.08015 8.13666 9.3559 8.17474C9.38776 8.17914 9.41926 8.18133 9.45057 8.18115C9.69245 8.18115 9.92005 8.05407 10.0458 7.84204L11.9891 4.56464L14.1346 8.17639L13.157 8.74072C12.9144 8.8808 12.7802 9.15307 12.8166 9.43066C12.8532 9.70825 13.0535 9.93658 13.324 10.0091L18.3233 11.3485C18.3834 11.3646 18.4436 11.3723 18.5029 11.3723C18.8085 11.3723 19.0883 11.1683 19.1713 10.8591L20.5107 5.85974C20.5832 5.58929 20.4856 5.30163 20.2635 5.13116C20.0414 4.96088 19.7383 4.94092 19.4959 5.08099L18.5108 5.64972L15.8019 0.955627C15.6782 0.741394 15.4496 0.609375 15.2023 0.609375H8.79761C8.55134 0.609375 8.32374 0.740112 8.19959 0.952881L5.65095 5.32159C5.50959 5.56402 5.52845 5.86761 5.69874 6.09064C5.86903 6.31366 6.15687 6.4118 6.42805 6.33911ZM17.6577 6.94153C17.7496 7.10046 17.9009 7.21655 18.0781 7.26416C18.2557 7.31177 18.4445 7.28686 18.6035 7.19494L18.7408 7.11584L18.0129 9.83203L15.2968 9.10418L15.4341 9.0249C15.5943 8.93243 15.7109 8.77954 15.7576 8.60028C15.8045 8.4212 15.7776 8.23095 15.6831 8.07184L12.5844 2.85535C12.5842 2.85498 12.5841 2.8548 12.5841 2.85461L12.0726 1.99402H14.8024L17.6577 6.94153ZM9.19514 1.99402H10.4622L11.1837 3.20856L9.69355 5.7215L9.45002 4.81274C9.40259 4.63531 9.28651 4.48425 9.12757 4.39233C9.02137 4.33118 8.9018 4.29968 8.78132 4.29968C8.72144 4.29968 8.6612 4.30737 8.60206 4.32312L7.69459 4.56647L9.19514 1.99402Z' fill='%235572A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1772_1204'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
a.historiek:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1772_1193)'%3E%3Cpath d='M23.7472 4.89356L19.0599 0.205969C18.928 0.0740625 18.7492 0 18.5627 0H7.78125C6.61814 0 5.67188 0.946266 5.67188 2.10938V11.383C2.51222 11.7339 0.046875 14.4202 0.046875 17.6719C0.046875 21.1612 2.88567 24 6.375 24H21.8438C23.0069 24 23.9531 23.0537 23.9531 21.8906V5.39077C23.9531 5.20425 23.8791 5.02547 23.7472 4.89356ZM19.2656 2.40061L21.5525 4.6875H19.2656V2.40061ZM1.45312 17.6719C1.45312 14.958 3.66108 12.75 6.375 12.75C9.08892 12.75 11.2969 14.958 11.2969 17.6719C11.2969 20.3858 9.08892 22.5938 6.375 22.5938C3.66108 22.5938 1.45312 20.3858 1.45312 17.6719ZM21.8438 22.5938H10.3476C11.6115 21.5716 12.4752 20.0738 12.6639 18.375H19.9688C20.3571 18.375 20.6719 18.0602 20.6719 17.6719C20.6719 17.2836 20.3571 16.9688 19.9688 16.9688H12.6638C12.5492 15.9366 12.1855 14.9785 11.6341 14.1562H19.9688C20.3571 14.1562 20.6719 13.8414 20.6719 13.4531C20.6719 13.0648 20.3571 12.75 19.9688 12.75H10.3476C9.43256 12.01 8.30803 11.5196 7.07812 11.383V2.10938C7.07812 1.72167 7.39355 1.40625 7.78125 1.40625H17.8594V5.39062C17.8594 5.77894 18.1742 6.09375 18.5625 6.09375H22.5469V21.8906C22.5469 22.2783 22.2315 22.5938 21.8438 22.5938Z' fill='%235572A9'/%3E%3Cpath d='M19.9688 8.53125H9.65625C9.26794 8.53125 8.95312 8.84606 8.95312 9.23438C8.95312 9.62269 9.26794 9.9375 9.65625 9.9375H19.9688C20.3571 9.9375 20.6719 9.62269 20.6719 9.23438C20.6719 8.84606 20.3571 8.53125 19.9688 8.53125Z' fill='%235572A9'/%3E%3Cpath d='M8.25 18.375C8.63831 18.375 8.95312 18.0602 8.95312 17.6719C8.95312 17.2836 8.63831 16.9688 8.25 16.9688H7.07812V14.8594C7.07812 14.4711 6.76331 14.1562 6.375 14.1562C5.98669 14.1562 5.67188 14.4711 5.67188 14.8594V17.6719C5.67188 18.0602 5.98669 18.375 6.375 18.375H8.25Z' fill='%235572A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1772_1193'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
a.jaaroverzichten:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2 1.8H7.8C7.8 1.32261 7.61036 0.864773 7.27279 0.527208C6.93523 0.189642 6.47739 0 6 0C5.52261 0 5.06477 0.189642 4.72721 0.527208C4.38964 0.864773 4.2 1.32261 4.2 1.8H2.4C1.76348 1.8 1.15303 2.05286 0.702944 2.50294C0.252856 2.95303 0 3.56348 0 4.2V21.6C0 22.2365 0.252856 22.847 0.702944 23.2971C1.15303 23.7471 1.76348 24 2.4 24H21.6C22.2365 24 22.847 23.7471 23.2971 23.2971C23.7471 22.847 24 22.2365 24 21.6V4.2C24 3.56348 23.7471 2.95303 23.2971 2.50294C22.847 2.05286 22.2365 1.8 21.6 1.8H19.8C19.8 1.32261 19.6104 0.864773 19.2728 0.527208C18.9352 0.189642 18.4774 0 18 0C17.5226 0 17.0648 0.189642 16.7272 0.527208C16.3896 0.864773 16.2 1.32261 16.2 1.8ZM22.8 21.276C22.4354 21.4875 22.0215 21.5993 21.6 21.6H2.4C1.97849 21.5993 1.56461 21.4875 1.2 21.276V21.6C1.2 21.9183 1.32643 22.2235 1.55147 22.4485C1.77652 22.6736 2.08174 22.8 2.4 22.8H21.6C21.9183 22.8 22.2235 22.6736 22.4485 22.4485C22.6736 22.2235 22.8 21.9183 22.8 21.6V21.276ZM22.8 6.6V19.2C22.8 19.5183 22.6736 19.8235 22.4485 20.0485C22.2235 20.2736 21.9183 20.4 21.6 20.4H2.4C2.08174 20.4 1.77652 20.2736 1.55147 20.0485C1.32643 19.8235 1.2 19.5183 1.2 19.2V6.6H22.8ZM12.426 18.426L13.626 17.226L14.454 18.882C14.4996 18.9711 14.5669 19.0474 14.6495 19.1039C14.7322 19.1604 14.8277 19.1953 14.9273 19.2054C15.0269 19.2155 15.1274 19.2006 15.2198 19.1619C15.3121 19.1233 15.3933 19.0621 15.456 18.984L17.256 16.722L18.642 19.482C18.689 19.5757 18.7596 19.6555 18.847 19.7134C18.9344 19.7713 19.0354 19.8053 19.14 19.812C19.2449 19.8177 19.3494 19.7957 19.4431 19.7483C19.5368 19.7009 19.6164 19.6298 19.674 19.542L22.074 15.942C22.1264 15.877 22.1646 15.8018 22.1862 15.7211C22.2079 15.6405 22.2124 15.5562 22.1997 15.4737C22.1869 15.3912 22.157 15.3123 22.112 15.242C22.067 15.1717 22.0078 15.1116 21.9382 15.0655C21.8686 15.0193 21.7901 14.9883 21.7078 14.9742C21.6255 14.9601 21.5412 14.9634 21.4603 14.9838C21.3793 15.0042 21.3035 15.0412 21.2377 15.0926C21.1718 15.1439 21.1175 15.2084 21.078 15.282L19.272 18L17.934 15.324C17.8884 15.2349 17.8211 15.1586 17.7385 15.1021C17.6558 15.0456 17.5603 15.0107 17.4607 15.0006C17.3611 14.9905 17.2606 15.0054 17.1682 15.0441C17.0759 15.0827 16.9947 15.1439 16.932 15.222L15.132 17.484L14.346 15.924C14.3037 15.8393 14.242 15.7657 14.1659 15.7094C14.0898 15.6531 14.0014 15.6156 13.908 15.6C13.8139 15.5845 13.7175 15.5917 13.6267 15.6209C13.5359 15.6501 13.4534 15.7005 13.386 15.768L11.586 17.568C11.473 17.681 11.4095 17.8342 11.4095 17.994C11.4095 18.1538 11.473 18.307 11.586 18.42C11.699 18.533 11.8522 18.5965 12.012 18.5965C12.1718 18.5965 12.325 18.533 12.438 18.42L12.426 18.426ZM6.6 8.4C5.65065 8.4 4.72262 8.68152 3.93326 9.20895C3.14391 9.73638 2.52868 10.486 2.16538 11.3631C1.80208 12.2402 1.70702 13.2053 1.89223 14.1364C2.07744 15.0675 2.5346 15.9228 3.20589 16.5941C3.87718 17.2654 4.73246 17.7226 5.66357 17.9078C6.59468 18.093 7.5598 17.9979 8.43688 17.6346C9.31397 17.2713 10.0636 16.6561 10.5911 15.8667C11.1185 15.0774 11.4 14.1494 11.4 13.2C11.4 11.927 10.8943 10.7061 9.99411 9.80589C9.09394 8.90571 7.87304 8.4 6.6 8.4ZM6 9.648C5.34882 9.7586 4.74062 10.0462 4.24198 10.4794C3.74333 10.9125 3.37347 11.4745 3.17287 12.1038C2.97227 12.7331 2.94868 13.4055 3.10466 14.0473C3.26064 14.6892 3.5902 15.2757 4.05725 15.7428C4.5243 16.2098 5.11084 16.5394 5.75266 16.6953C6.39448 16.8513 7.06685 16.8277 7.69616 16.6271C8.32547 16.4265 8.88746 16.0567 9.32062 15.558C9.75377 15.0594 10.0414 14.4512 10.152 13.8H6.6C6.44087 13.8 6.28826 13.7368 6.17574 13.6243C6.06321 13.5117 6 13.3591 6 13.2V9.648ZM12.6 7.8V12C12.6 12.1591 12.6632 12.3117 12.7757 12.4243C12.8883 12.5368 13.0409 12.6 13.2 12.6H21.6C21.7591 12.6 21.9117 12.5368 22.0243 12.4243C22.1368 12.3117 22.2 12.1591 22.2 12C22.2 11.8409 22.1368 11.6883 22.0243 11.5757C21.9117 11.4632 21.7591 11.4 21.6 11.4H13.8V7.8C13.8 7.64087 13.7368 7.48826 13.6243 7.37574C13.5117 7.26321 13.3591 7.2 13.2 7.2C13.0409 7.2 12.8883 7.26321 12.7757 7.37574C12.6632 7.48826 12.6 7.64087 12.6 7.8ZM7.2 9.648C7.9378 9.77228 8.61854 10.1234 9.1476 10.6524C9.67665 11.1815 10.0277 11.8622 10.152 12.6H7.2V9.648ZM19.2 10.2V9.6C19.2 9.44087 19.1368 9.28826 19.0243 9.17574C18.9117 9.06321 18.7591 9 18.6 9C18.4409 9 18.2883 9.06321 18.1757 9.17574C18.0632 9.28826 18 9.44087 18 9.6V10.2C18 10.3591 18.0632 10.5117 18.1757 10.6243C18.2883 10.7368 18.4409 10.8 18.6 10.8C18.7591 10.8 18.9117 10.7368 19.0243 10.6243C19.1368 10.5117 19.2 10.3591 19.2 10.2ZM15.6 10.2V9C15.6 8.84087 15.5368 8.68826 15.4243 8.57574C15.3117 8.46321 15.1591 8.4 15 8.4C14.8409 8.4 14.6883 8.46321 14.5757 8.57574C14.4632 8.68826 14.4 8.84087 14.4 9V10.2C14.4 10.3591 14.4632 10.5117 14.5757 10.6243C14.6883 10.7368 14.8409 10.8 15 10.8C15.1591 10.8 15.3117 10.7368 15.4243 10.6243C15.5368 10.5117 15.6 10.3591 15.6 10.2ZM17.4 10.2V7.8C17.4 7.64087 17.3368 7.48826 17.2243 7.37574C17.1117 7.26321 16.9591 7.2 16.8 7.2C16.6409 7.2 16.4883 7.26321 16.3757 7.37574C16.2632 7.48826 16.2 7.64087 16.2 7.8V10.2C16.2 10.3591 16.2632 10.5117 16.3757 10.6243C16.4883 10.7368 16.6409 10.8 16.8 10.8C16.9591 10.8 17.1117 10.7368 17.2243 10.6243C17.3368 10.5117 17.4 10.3591 17.4 10.2ZM21 10.2V8.4C21 8.24087 20.9368 8.08826 20.8243 7.97574C20.7117 7.86321 20.5591 7.8 20.4 7.8C20.2409 7.8 20.0883 7.86321 19.9757 7.97574C19.8632 8.08826 19.8 8.24087 19.8 8.4V10.2C19.8 10.3591 19.8632 10.5117 19.9757 10.6243C20.0883 10.7368 20.2409 10.8 20.4 10.8C20.5591 10.8 20.7117 10.7368 20.8243 10.6243C20.9368 10.5117 21 10.3591 21 10.2ZM21.6 3H17.4C17.4 3.15913 17.4632 3.31174 17.5757 3.42426C17.6883 3.53679 17.8409 3.6 18 3.6H19.2C19.3591 3.6 19.5117 3.66321 19.6243 3.77574C19.7368 3.88826 19.8 4.04087 19.8 4.2C19.8 4.35913 19.7368 4.51174 19.6243 4.62426C19.5117 4.73679 19.3591 4.8 19.2 4.8H18C17.5226 4.8 17.0648 4.61036 16.7272 4.27279C16.3896 3.93523 16.2 3.47739 16.2 3H5.4C5.4 3.15913 5.46321 3.31174 5.57574 3.42426C5.68826 3.53679 5.84087 3.6 6 3.6H7.2C7.35913 3.6 7.51174 3.66321 7.62426 3.77574C7.73679 3.88826 7.8 4.04087 7.8 4.2C7.8 4.35913 7.73679 4.51174 7.62426 4.62426C7.51174 4.73679 7.35913 4.8 7.2 4.8H6C5.52261 4.8 5.06477 4.61036 4.72721 4.27279C4.38964 3.93523 4.2 3.47739 4.2 3H2.4C2.08174 3 1.77652 3.12643 1.55147 3.35147C1.32643 3.57652 1.2 3.88174 1.2 4.2V5.4H22.8V4.2C22.8 3.88174 22.6736 3.57652 22.4485 3.35147C22.2235 3.12643 21.9183 3 21.6 3ZM9.6 4.8H14.4C14.5591 4.8 14.7117 4.73679 14.8243 4.62426C14.9368 4.51174 15 4.35913 15 4.2C15 4.04087 14.9368 3.88826 14.8243 3.77574C14.7117 3.66321 14.5591 3.6 14.4 3.6H9.6C9.44087 3.6 9.28826 3.66321 9.17574 3.77574C9.06321 3.88826 9 4.04087 9 4.2C9 4.35913 9.06321 4.51174 9.17574 4.62426C9.28826 4.73679 9.44087 4.8 9.6 4.8ZM6.6 1.8C6.6 1.64087 6.53679 1.48826 6.42426 1.37574C6.31174 1.26321 6.15913 1.2 6 1.2C5.84087 1.2 5.68826 1.26321 5.57574 1.37574C5.46321 1.48826 5.4 1.64087 5.4 1.8H6.6ZM18.6 1.8C18.6 1.64087 18.5368 1.48826 18.4243 1.37574C18.3117 1.26321 18.1591 1.2 18 1.2C17.8409 1.2 17.6883 1.26321 17.5757 1.37574C17.4632 1.48826 17.4 1.64087 17.4 1.8H18.6Z' fill='%235572A9'/%3E%3C/svg%3E");
}
a.klantgegevens:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.829 11.5609C13.4172 11.5609 14.7923 10.9913 15.9162 9.86735C17.0398 8.74364 17.6096 7.3687 17.6096 5.78026C17.6096 4.19237 17.04 2.81726 15.9161 1.69317C14.7922 0.56964 13.417 0 11.829 0C10.2405 0 8.8656 0.56964 7.74188 1.69336C6.61816 2.81707 6.04834 4.19219 6.04834 5.78026C6.04834 7.3687 6.61816 8.74382 7.74188 9.86753C8.86596 10.9911 10.2411 11.5609 11.829 11.5609ZM8.73651 2.6878C9.59875 1.82556 10.6102 1.40643 11.829 1.40643C13.0475 1.40643 14.0592 1.82556 14.9216 2.6878C15.7839 3.55023 16.2032 4.56188 16.2032 5.78026C16.2032 6.99901 15.7839 8.01048 14.9216 8.87291C14.0592 9.73533 13.0475 10.1545 11.829 10.1545C10.6106 10.1545 9.59911 9.73515 8.73651 8.87291C7.87408 8.01067 7.45477 6.99901 7.45477 5.78026C7.45477 4.56188 7.87408 3.55023 8.73651 2.6878Z' fill='%235572A9'/%3E%3Cpath d='M21.9435 18.4548C21.9111 17.9871 21.8455 17.477 21.749 16.9383C21.6516 16.3956 21.5262 15.8825 21.3761 15.4136C21.2208 14.9289 21.01 14.4503 20.7491 13.9916C20.4787 13.5155 20.1608 13.101 19.8041 12.7599C19.4311 12.403 18.9745 12.1161 18.4464 11.9068C17.9201 11.6986 17.3369 11.5931 16.7131 11.5931C16.4681 11.5931 16.2312 11.6936 15.7736 11.9916C15.492 12.1752 15.1626 12.3876 14.7949 12.6225C14.4805 12.8229 14.0546 13.0105 13.5285 13.1805C13.0153 13.3465 12.4942 13.4308 11.9797 13.4308C11.4655 13.4308 10.9444 13.3465 10.4308 13.1805C9.90526 13.0107 9.47917 12.823 9.16533 12.6227C8.80113 12.39 8.47155 12.1776 8.18572 11.9914C7.7285 11.6935 7.49157 11.5929 7.24657 11.5929C6.62255 11.5929 6.03954 11.6986 5.51348 11.907C4.98577 12.1159 4.52893 12.4028 4.15557 12.76C3.79889 13.1014 3.48102 13.5157 3.21075 13.9916C2.95019 14.4503 2.73926 14.9287 2.58398 15.4138C2.43402 15.8827 2.30859 16.3956 2.21118 16.9383C2.1145 17.4763 2.04913 17.9866 2.01672 18.4553C1.98486 18.9137 1.96875 19.3906 1.96875 19.8726C1.96875 21.1254 2.367 22.1396 3.15234 22.8876C3.92797 23.6257 4.9541 24 6.20232 24H17.7585C19.0063 24 20.0324 23.6257 20.8083 22.8876C21.5938 22.1402 21.992 21.1256 21.992 19.8724C21.9918 19.3888 21.9755 18.9118 21.9435 18.4548ZM19.8385 21.8686C19.326 22.3564 18.6456 22.5935 17.7583 22.5935H6.20232C5.31481 22.5935 4.63439 22.3564 4.12207 21.8688C3.61944 21.3903 3.37518 20.7372 3.37518 19.8726C3.37518 19.4229 3.39001 18.9788 3.41967 18.5526C3.44861 18.1344 3.50775 17.675 3.59546 17.1868C3.68206 16.7047 3.79229 16.2522 3.9234 15.8426C4.04919 15.4499 4.22076 15.0609 4.43353 14.6863C4.63659 14.3293 4.87023 14.0229 5.12805 13.7761C5.3692 13.5452 5.67315 13.3562 6.0313 13.2145C6.36254 13.0834 6.73479 13.0116 7.13891 13.0008C7.18816 13.027 7.27587 13.077 7.41796 13.1697C7.70708 13.3581 8.04033 13.573 8.40874 13.8083C8.82402 14.0731 9.35906 14.3122 9.99828 14.5186C10.6518 14.7299 11.3183 14.8372 11.9798 14.8372C12.6414 14.8372 13.3081 14.7299 13.9612 14.5188C14.601 14.312 15.1358 14.0731 15.5517 13.808C15.9287 13.567 16.2526 13.3582 16.5417 13.1697C16.6838 13.0772 16.7715 13.027 16.8208 13.0008C17.2251 13.0116 17.5973 13.0834 17.9287 13.2145C18.2867 13.3562 18.5907 13.5454 18.8318 13.7761C19.0896 14.0227 19.3233 14.3291 19.5263 14.6865C19.7393 15.0609 19.911 15.45 20.0366 15.8424C20.1679 16.2526 20.2783 16.7049 20.3648 17.1866C20.4523 17.6757 20.5116 18.1353 20.5406 18.5528V18.5531C20.5704 18.9777 20.5854 19.4216 20.5856 19.8726C20.5854 20.7374 20.3412 21.3903 19.8385 21.8686Z' fill='%235572A9'/%3E%3C/svg%3E");
}
a.logout:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1771_1163)'%3E%3Cpath d='M17.4164 13.9391C17.0023 13.9391 16.6664 14.2748 16.6664 14.6891V17.6168C16.6664 18.1822 16.2065 18.6422 15.641 18.6422H11.7082V6.92597C11.7082 5.99934 11.248 5.20223 10.4455 4.73887L4.83562 1.5H15.641C16.2065 1.5 16.6664 1.95998 16.6664 2.52544V5.86486C16.6664 6.27909 17.0023 6.61486 17.4164 6.61486C17.8306 6.61486 18.1664 6.27909 18.1664 5.86486V2.52544C18.1664 1.13292 17.0335 0 15.641 0H3.81206C2.41954 0 1.28662 1.13292 1.28662 2.52544V18.3671C1.28662 19.2938 1.74684 20.0909 2.54934 20.5543L7.92009 23.655C8.32139 23.8867 8.75207 24.0025 9.18281 24.0025C9.6135 24.0024 10.0443 23.8866 10.4455 23.655C11.248 23.1917 11.7082 22.3946 11.7082 21.468V20.1422H15.641C17.0335 20.1422 18.1664 19.0093 18.1664 17.6168V14.6891C18.1664 14.2748 17.8307 13.9391 17.4164 13.9391ZM10.2082 21.468C10.2082 21.8498 10.0262 22.1651 9.69553 22.356C9.36492 22.5468 9.00075 22.5468 8.67014 22.356L3.29934 19.2552C2.96868 19.0643 2.78662 18.7489 2.78662 18.3671V2.52544C2.78662 2.3745 2.81939 2.23106 2.87821 2.10192L9.69553 6.03792C10.0262 6.2288 10.2082 6.54422 10.2082 6.92597V21.468ZM22.4935 10.6014L20.0564 13.0386C19.9099 13.185 19.718 13.2583 19.5261 13.2583C19.3342 13.2583 19.1422 13.185 18.9958 13.0386C18.7028 12.7457 18.7028 12.2708 18.9958 11.9779L20.1526 10.8211H13.262C12.8478 10.8211 12.512 10.4853 12.512 10.0711C12.512 9.65686 12.8478 9.32109 13.262 9.32109H20.1525L18.9958 8.16427C18.7028 7.87139 18.7028 7.3965 18.9958 7.10363C19.2886 6.8107 19.7635 6.8107 20.0564 7.10363L22.4935 9.54075C22.7864 9.83367 22.7864 10.3086 22.4935 10.6014Z' fill='%235572A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1771_1163'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

#logout {
	margin-bottom: 3rem;
}


tr:first-child>*,
tr:last-child>*{
	border: 0;
}


#filters {
	.nice-select {
		border: 3px solid #fff;
		background-color: transparent;
		height: 60px;
		line-height: 35px;
		.current {
		color: var(--font-text);
		}
	}

	.form-select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='23' viewBox='0 0 12 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7225 16.2796C12.0925 16.6523 12.0925 17.2567 11.7225 17.6295L6.66987 22.7204C6.29989 23.0932 5.70014 23.0932 5.33016 22.7204L0.277476 17.6295C-0.0924918 17.2567 -0.0924918 16.6523 0.277476 16.2796C0.647443 15.9068 1.24729 15.9068 1.61726 16.2796L6.00001 20.6955L10.3828 16.2796C10.7528 15.9068 11.3525 15.9068 11.7225 16.2796Z' fill='%230D3346'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7225 6.72042C12.0925 6.34765 12.0925 5.74326 11.7225 5.37052L6.66987 0.279588C6.29989 -0.0931959 5.70014 -0.0931959 5.33016 0.279588L0.277476 5.37052C-0.0924918 5.74326 -0.0924918 6.34765 0.277476 6.72042C0.647443 7.09319 1.24729 7.09319 1.61726 6.72042L6.00001 2.30451L10.3828 6.72042C10.7528 7.09319 11.3525 7.09319 11.7225 6.72042Z' fill='%230D3346'/%3E%3C/svg%3E");
		background-size: 12px 23px;
		background-position-x:  calc(100% - 1.5rem);
		width: 100%;
	}

	label {
		margin: 0;
	}

}

*:has(>table) {
	overflow: auto !important;
	&::-webkit-scrollbar {
	    width: 7px;
	    height: 7px;
	}

	&::-webkit-scrollbar-track {
	    border: 1px solid #eaeaea;
	    border-radius: 8px;
	}

	&::-webkit-scrollbar-thumb {
	    border-radius: 3px;
	    background: var(--color-1);
	    height: 6px;
	    width: 6px
	}
}


.print,
.pdf {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 1rem;
}

.print:hover,
.pdf:hover {
	opacity: 0.5;
	filter: brightness(0) invert(0);
}

.pdf {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1773_2252)'%3E%3Cpath d='M5.98786 9.79688H4.5C4.31316 9.79688 4.13396 9.87127 4.002 10.0036C3.87005 10.1359 3.79627 10.3154 3.79688 10.5023L3.80724 15.8434C3.80724 16.2317 4.12205 16.5465 4.51036 16.5465C4.89868 16.5465 5.21349 16.2317 5.21349 15.8434V14.2217C5.50097 14.2202 5.8081 14.219 5.98786 14.219C7.2233 14.219 8.22844 13.2271 8.22844 12.0079C8.22844 10.7888 7.2233 9.79688 5.98786 9.79688ZM5.98786 12.8127C5.8065 12.8127 5.49825 12.814 5.20964 12.8155C5.20814 12.5161 5.20683 12.1938 5.20683 12.0079C5.20683 11.8489 5.20603 11.516 5.20519 11.2031H5.98782C6.44007 11.2031 6.82214 11.5717 6.82214 12.0079C6.82214 12.4442 6.44011 12.8127 5.98786 12.8127Z' fill='%235572A9'/%3E%3Cpath d='M11.9686 9.79688H10.5C10.3133 9.79688 10.1342 9.87112 10.0023 10.0033C9.87042 10.1354 9.7965 10.3146 9.79688 10.5013C9.79688 10.5014 9.80733 15.6691 9.80738 15.6878C9.80808 15.8744 9.8828 16.053 10.0152 16.1843C10.1469 16.3151 10.325 16.3884 10.5105 16.3884H10.5132C10.5576 16.3882 11.6051 16.3843 12.0239 16.377C13.6126 16.3492 14.7658 14.9679 14.7658 13.0927C14.7657 11.1214 13.6417 9.79688 11.9686 9.79688ZM11.9993 14.9709C11.8172 14.9741 11.5039 14.9767 11.2113 14.9786C11.2093 14.3678 11.2055 11.8378 11.2044 11.2031H11.9686C13.2592 11.2031 13.3595 12.6494 13.3595 13.0927C13.3595 14.0158 12.9389 14.9545 11.9993 14.9709Z' fill='%235572A9'/%3E%3Cpath d='M19.3998 11.1488C19.7881 11.1488 20.103 10.834 20.103 10.4457C20.103 10.0574 19.7881 9.74259 19.3998 9.74259H17.25C16.8617 9.74259 16.5469 10.0574 16.5469 10.4457V15.75C16.5469 16.1383 16.8617 16.4531 17.25 16.4531C17.6383 16.4531 17.9531 16.1383 17.9531 15.75V13.7508H19.2291C19.6174 13.7508 19.9322 13.436 19.9322 13.0477C19.9322 12.6593 19.6174 12.3445 19.2291 12.3445H17.9531V11.1488H19.3998Z' fill='%235572A9'/%3E%3Cpath d='M21.4688 6.79688H20.9531V6.5963C20.9531 5.69245 20.6107 4.83347 19.9888 4.1775L17.0683 1.09683C16.4074 0.399797 15.4775 0 14.517 0H5.15625C3.99314 0 3.04688 0.946266 3.04688 2.10938V6.79688H2.53125C1.36814 6.79688 0.421875 7.74314 0.421875 8.90625V17.3438C0.421875 18.5069 1.36814 19.4531 2.53125 19.4531H3.04688V21.8906C3.04688 23.0537 3.99314 24 5.15625 24H18.8438C20.0069 24 20.9531 23.0537 20.9531 21.8906V19.4531H21.4688C22.6319 19.4531 23.5781 18.5069 23.5781 17.3438V8.90625C23.5781 7.74314 22.6319 6.79688 21.4688 6.79688ZM4.45312 2.10938C4.45312 1.72167 4.76855 1.40625 5.15625 1.40625H14.517C15.0933 1.40625 15.6512 1.64611 16.0477 2.06437L18.9683 5.14505C19.3414 5.53861 19.5469 6.054 19.5469 6.5963V6.79688H4.45312V2.10938ZM19.5469 21.8906C19.5469 22.2783 19.2315 22.5938 18.8438 22.5938H5.15625C4.76855 22.5938 4.45312 22.2783 4.45312 21.8906V19.4531H19.5469V21.8906ZM22.1719 17.3438C22.1719 17.7315 21.8565 18.0469 21.4688 18.0469H2.53125C2.14355 18.0469 1.82812 17.7315 1.82812 17.3438V8.90625C1.82812 8.51855 2.14355 8.20312 2.53125 8.20312H21.4688C21.8565 8.20312 22.1719 8.51855 22.1719 8.90625V17.3438Z' fill='%235572A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1773_2252'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4844 6.04688H19.8281V3.51562C19.8281 1.57711 18.251 0 16.3125 0H7.6875C5.74898 0 4.17188 1.57711 4.17188 3.51562V6.04688H3.51562C1.57711 6.04688 0 7.62398 0 9.5625V15.1875C0 17.126 1.57711 18.7031 3.51562 18.7031H4.17188V21.8906C4.17188 23.0537 5.11814 24 6.28125 24H17.7188C18.8819 24 19.8281 23.0537 19.8281 21.8906V18.7031H20.4844C22.4229 18.7031 24 17.126 24 15.1875V9.5625C24 7.62398 22.4229 6.04688 20.4844 6.04688ZM5.57812 3.51562C5.57812 2.35252 6.52439 1.40625 7.6875 1.40625H16.3125C17.4756 1.40625 18.4219 2.35252 18.4219 3.51562V6.04688H5.57812V3.51562ZM18.4219 21.8906C18.4219 22.2783 18.1065 22.5938 17.7188 22.5938H6.28125C5.89355 22.5938 5.57812 22.2783 5.57812 21.8906V14.9531H18.4219V21.8906ZM22.5938 15.1875C22.5938 16.3506 21.6475 17.2969 20.4844 17.2969H19.8281V14.9531H20.25C20.6383 14.9531 20.9531 14.6383 20.9531 14.25C20.9531 13.8617 20.6383 13.5469 20.25 13.5469H3.75C3.36169 13.5469 3.04688 13.8617 3.04688 14.25C3.04688 14.6383 3.36169 14.9531 3.75 14.9531H4.17188V17.2969H3.51562C2.35252 17.2969 1.40625 16.3506 1.40625 15.1875V9.5625C1.40625 8.39939 2.35252 7.45312 3.51562 7.45312H20.4844C21.6475 7.45312 22.5938 8.39939 22.5938 9.5625V15.1875Z' fill='%235572A9'/%3E%3C/svg%3E");
}

td:has(.print),
td:has(.pdf) {
	border: 0;
	text-align: right;
}

.client-info {
	display: table;
	width: 100%;
	li {

		display: table-row;
		* {
			display: table-cell;
			padding-block: 1rem;
		}

		strong {
			padding-right: 2rem
		}
	}

	+.client-info {
		margin-top: 3rem;
	}
}

.info {
	background: var(--color-1);
	color: #fff;
	font-size: var(--fs-18);
	display: flex;
	gap: 1.5rem;

	&:before {
		content: "";
		width: 30px;
		height: 30px;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1773_2424)'%3E%3Cpath d='M17.0045 21.1363C16.6978 21.1649 16.3899 21.0957 16.1249 20.9386C15.9313 20.7398 15.8385 20.4639 15.8727 20.1886C15.8798 19.9594 15.9072 19.7312 15.9545 19.5068C16.0002 19.2493 16.0594 18.9945 16.1317 18.7431L16.9363 15.9749C17.0192 15.7017 17.0741 15.4207 17.0999 15.1363C17.0999 14.8295 17.1408 14.6181 17.1408 14.4954C17.1579 13.9485 16.9244 13.4238 16.5067 13.0704C15.9929 12.6759 15.3531 12.4821 14.7067 12.5249C14.2435 12.5319 13.7839 12.6077 13.3431 12.7499C12.8613 12.8999 12.3544 13.0795 11.8226 13.2886L11.5908 14.1886C11.7476 14.134 11.9386 14.0727 12.1567 14.0045C12.3648 13.9429 12.5806 13.9107 12.7976 13.909C13.1021 13.8761 13.4085 13.9508 13.6635 14.1204C13.8367 14.3271 13.918 14.5955 13.8885 14.8636C13.8878 15.0929 13.8626 15.3214 13.8135 15.5454C13.7658 15.784 13.7044 16.0363 13.6294 16.3022L12.8181 19.084C12.7527 19.3426 12.7004 19.6042 12.6613 19.8681C12.6294 20.094 12.6135 20.3218 12.6135 20.5499C12.6102 21.1005 12.862 21.6216 13.2953 21.9612C13.817 22.3618 14.466 22.5604 15.1226 22.5203C15.5849 22.5298 16.0456 22.463 16.4862 22.3226C16.8726 22.1907 17.3885 22.0021 18.034 21.7567L18.2522 20.8976C18.0773 20.9701 17.8973 21.0294 17.7135 21.0748C17.4811 21.1279 17.2425 21.1485 17.0045 21.1363Z' fill='white'/%3E%3Cpath d='M17.8572 8.01135C17.4861 7.67057 16.9972 7.48723 16.4935 7.5C15.9901 7.48863 15.5017 7.6718 15.1299 8.01135C14.4483 8.59904 14.3722 9.62801 14.96 10.3096C15.0123 10.3704 15.0691 10.4272 15.1299 10.4796C15.9064 11.1741 17.0807 11.1741 17.8571 10.4796C18.5387 9.88605 18.6101 8.85246 18.0166 8.1709C17.9673 8.11412 17.914 8.0608 17.8572 8.01135Z' fill='white'/%3E%3Cpath d='M15 0C6.71572 0 0 6.71572 0 15C0 23.2843 6.71572 30 15 30C23.2843 30 30 23.2843 30 15C30 6.71572 23.2843 0 15 0ZM15 28.6363C7.46883 28.6363 1.36365 22.5312 1.36365 15C1.36365 7.46883 7.46883 1.36365 15 1.36365C22.5312 1.36365 28.6363 7.46883 28.6363 15C28.6363 22.5312 22.5312 28.6363 15 28.6363Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1773_2424'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		flex-shrink: 0;
	}
	a {
		color: #fff;
		font-weight: 600;
	}
}
