/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[3]!./node_modules/import-glob-loader/index.js!../BoilerPlate/src/styles/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

@font-face {
  font-family: "Social";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("/theme/assets/fonts/social_media.woff2") format("woff2"), url("/theme/assets/fonts/social_media.woff") format("woff");
}
.icon-social {
  font-style: normal;
  font-family: "Social";
}
.icon-social.icon-facebook:before {
  content: "\f09a";
}
.icon-social.icon-twitter:before {
  content: "\f099";
}
.icon-social.icon-envelope:before {
  content: "\f0e0";
}
.icon-social.icon-linkedin:before {
  content: "\f0e1";
}
.icon-social.icon-youtube-play:before {
  content: "\f16a";
}
.icon-social.icon-instagram:before {
  content: "\f16d";
}
.icon-social.icon-google:before {
  content: "\f1a0";
}
.icon-social.icon-behance:before {
  content: "\f1b4";
}
.icon-social.icon-pinterest-p:before {
  content: "\f231";
}
.icon-social.icon-whatsapp:before {
  content: "\f232";
}
.icon-social.icon-vimeo:before {
  content: "\f27d";
}

/* GENERAL STYLING */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body.lock-scroll {
  overflow: hidden;
}

.full_link_btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 3;
}
.full_link_btn:hover ~ .item-inner .button a:after {
  -webkit-animation: wobble 0.7s ease-in-out;
  animation: wobble 0.7s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

button {
  outline: none;
  border: none;
  padding: 0 0 0 0;
}

.fl-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fl-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fl-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fl-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jc-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

body a {
  color: #333333;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-a::before {
  content: "A";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-archway::before {
  content: "\f557";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-at::before {
  content: "\@";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-award::before {
  content: "\f559";
}

.fa-b::before {
  content: "B";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-bed::before {
  content: "\f236";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-blender::before {
  content: "\f517";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-blog::before {
  content: "\f781";
}

.fa-bold::before {
  content: "\f032";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-book::before {
  content: "\f02d";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-box::before {
  content: "\f466";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-bug::before {
  content: "\f188";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-bus::before {
  content: "\f207";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-c::before {
  content: "C";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-check::before {
  content: "\f00c";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-chess::before {
  content: "\f439";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-church::before {
  content: "\f51d";
}

.fa-circle::before {
  content: "\f111";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-city::before {
  content: "\f64f";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-clover::before {
  content: "\e139";
}

.fa-code::before {
  content: "\f121";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-comment::before {
  content: "\f075";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-comments::before {
  content: "\f086";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-compress::before {
  content: "\f066";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-crop::before {
  content: "\f125";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-cross::before {
  content: "\f654";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-crow::before {
  content: "\f520";
}

.fa-crown::before {
  content: "\f521";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-d::before {
  content: "D";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-dice::before {
  content: "\f522";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-display::before {
  content: "\e163";
}

.fa-divide::before {
  content: "\f529";
}

.fa-dna::before {
  content: "\f471";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-download::before {
  content: "\f019";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-drum::before {
  content: "\f569";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-e::before {
  content: "E";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-eject::before {
  content: "\f052";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-equals::before {
  content: "\=";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-expand::before {
  content: "\f065";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-f::before {
  content: "F";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-fan::before {
  content: "\f863";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-file::before {
  content: "\f15b";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-file-circle-check::before {
  content: "\e493";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-file-circle-plus::before {
  content: "\e4ee";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-file-circle-xmark::before {
  content: "\e494";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-fill::before {
  content: "\f575";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-film::before {
  content: "\f008";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-fish::before {
  content: "\f578";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-flag::before {
  content: "\f024";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-font::before {
  content: "\f031";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-g::before {
  content: "G";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-h::before {
  content: "H";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-headset::before {
  content: "\f590";
}

.fa-heart::before {
  content: "\f004";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-2::before {
  content: "\f254";
}

.fa-hourglass-half::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f252";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-i::before {
  content: "I";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-image::before {
  content: "\f03e";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-images::before {
  content: "\f302";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-industry::before {
  content: "\f275";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-info::before {
  content: "\f129";
}

.fa-italic::before {
  content: "\f033";
}

.fa-j::before {
  content: "J";
}

.fa-jar::before {
  content: "\e516";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-joint::before {
  content: "\f595";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-k::before {
  content: "K";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-key::before {
  content: "\f084";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-l::before {
  content: "L";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-less-than::before {
  content: "\<";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-lock::before {
  content: "\f023";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-locust::before {
  content: "\e520";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-m::before {
  content: "M";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-map::before {
  content: "\f279";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-mars::before {
  content: "\f222";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-memory::before {
  content: "\f538";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-moon::before {
  content: "\f186";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-music::before {
  content: "\f001";
}

.fa-n::before {
  content: "N";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-o::before {
  content: "O";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-om::before {
  content: "\f679";
}

.fa-otter::before {
  content: "\f700";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-p::before {
  content: "P";
}

.fa-pager::before {
  content: "\f815";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-pen::before {
  content: "\f304";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-person-through-window::before {
  content: "\e433";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-phone::before {
  content: "\f095";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-pills::before {
  content: "\f484";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-plane::before {
  content: "\f072";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-plant-wilt::before {
  content: "\e43b";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-play::before {
  content: "\f04b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-poop::before {
  content: "\f619";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-print::before {
  content: "\f02f";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-q::before {
  content: "Q";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-question::before {
  content: "\?";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-r::before {
  content: "R";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-road::before {
  content: "\f018";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-robot::before {
  content: "\f544";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-rug::before {
  content: "\e569";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-s::before {
  content: "S";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-school::before {
  content: "\f549";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-section::before {
  content: "\e447";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-server::before {
  content: "\f233";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-slash::before {
  content: "\f715";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-socks::before {
  content: "\f696";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-spider::before {
  content: "\f717";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-star::before {
  content: "\f005";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-store::before {
  content: "\f54e";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-sun::before {
  content: "\f185";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-t::before {
  content: "T";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-tents::before {
  content: "\e582";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-train::before {
  content: "\f238";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-train-tram::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-u::before {
  content: "U";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-upload::before {
  content: "\f093";
}

.fa-user::before {
  content: "\f007";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-v::before {
  content: "V";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-venus::before {
  content: "\f221";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-vest::before {
  content: "\e085";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-vial::before {
  content: "\f492";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-vials::before {
  content: "\f493";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-virus::before {
  content: "\e074";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-w::before {
  content: "W";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-water::before {
  content: "\f773";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-worm::before {
  content: "\e599";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-x::before {
  content: "X";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-y::before {
  content: "Y";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-z::before {
  content: "Z";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #f15c26;
  --second: #783647;
  --third: #fcc300;
}

/* #783647, #743848, #72384b, #7b3648 */
@keyframes wobble {
  33% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes downloadwobble {
  16.65% {
    -webkit-transform: rotate(90deg) translateX(8px);
    transform: rotate(90deg) translateX(8px);
  }
  33.3% {
    -webkit-transform: rotate(90deg) translateX(-6px);
    transform: rotate(90deg) translateX(-6px);
  }
  49.95% {
    -webkit-transform: rotate(90deg) translateX(4px);
    transform: rotate(90deg) translateX(4px);
  }
  66.6% {
    -webkit-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
  }
  83.25% {
    -webkit-transform: rotate(90deg) translateX(1px);
    transform: rotate(90deg) translateX(1px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border-radius: 50%;
  border-top-color: transparent;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0d6efd;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.button {
  min-width: 155px;
  height: 62px;
  border-radius: 5px;
  background: var(--primary);
  display: inline-block;
  margin-top: 15px;
  overflow: hidden;
}
.button.small {
  height: 46px;
}
.button.small a {
  padding: 6px 15px;
}
.button.small a:after {
  display: none;
}
.button a {
  position: relative;
  width: auto;
  min-width: 155px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 32px;
  font-weight: 400;
  height: 100%;
  transition: all 0.3s ease;
  border-bottom: 0 !important;
}
.button a:after {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 10px;
  font-size: 15px;
  top: 2px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transform: translateZ(0);
}
.button:hover a:after {
  animation: wobble 0.7s ease-in-out;
  animation-iteration-count: 1;
}
.button.read_more:hover a:before {
  animation: wobble 0.7s ease-in-out;
  animation-iteration-count: 1;
}
.button.white {
  background: white;
}
.button.white a {
  color: #333333;
}
.button.white a:after {
  color: var(--second);
  background: var(--second);
}

.button a {
  line-height: 33px;
}

.cta-blok {
  position: relative;
  padding: 30px;
  background: var(--third);
}
.cta-blok-inner {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .cta-blok-inner {
    margin-bottom: 0;
  }
}
.cta-blok-inner form .input_field input,
.cta-blok-inner form .input_field textarea {
  background-color: white;
  border-radius: 5px;
}
.cta-blok .cta-blok-inner-form .form-btn-wrapper .submit_button {
  height: 57px;
}
.cta-blok .cta-blok-inner-form .form-btn-wrapper .submit_button a {
  padding: 11px 32px;
}
.cta-blok:not(.--horizontal).cta-blok-single .cta-blok-inner-form {
  position: relative;
  margin-top: 105px;
}
@media (max-width: 1023.98px) {
  .cta-blok:not(.--horizontal).cta-blok-single .cta-blok-inner-form {
    margin-top: 40px;
  }
}
.cta-blok:not(.--horizontal).cta-blok-single .cta-blok-inner-form .form-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .cta-blok:not(.--horizontal).cta-blok-single .cta-blok-inner-form .form-content {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cta-blok:not(.--horizontal).cta-blok-single .cta-blok-inner-form .form-content .input_fields {
  width: calc(100% - 180px);
}
@media (max-width: 1023.98px) {
  .cta-blok:not(.--horizontal).cta-blok-single .cta-blok-inner-form .form-content .input_fields {
    width: 100%;
  }
}
.cta-blok:not(.--horizontal).cta-blok-single .cta-blok-inner-form .form-content .form-btn-wrapper {
  width: 180px;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 1023.98px) {
  .cta-blok:not(.--horizontal).cta-blok-single .cta-blok-inner-form .form-content .form-btn-wrapper {
    justify-content: flex-start;
  }
}
.cta-blok:not(.--horizontal).cta-blok-single .cta-blok-inner-form .form-content .input_field {
  height: unset;
}
.cta-blok:not(.--horizontal).cta-blok-single .cta-blok-inner-form .form-content .form-btn-wrapper {
  margin-top: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.cta-blok.--horizontal {
  padding: 45px;
}
@media (max-width: 1023.98px) {
  .cta-blok.--horizontal {
    padding: 30px;
  }
}
.cta-blok.--horizontal .cta-blok-inner {
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .cta-blok.--horizontal .cta-blok-inner {
    flex-direction: column;
  }
}
.cta-blok.--horizontal .cta-blok-inner .form-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .cta-blok.--horizontal .cta-blok-inner .form-content {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cta-blok.--horizontal .cta-blok-inner .form-content .input_fields {
  width: calc(100% - 195px);
}
@media (max-width: 1023.98px) {
  .cta-blok.--horizontal .cta-blok-inner .form-content .input_fields {
    width: 100%;
  }
}
.cta-blok.--horizontal .cta-blok-inner .form-content .form-btn-wrapper {
  width: 180px;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 1023.98px) {
  .cta-blok.--horizontal .cta-blok-inner .form-content .form-btn-wrapper {
    justify-content: flex-start;
  }
}
.cta-blok.--horizontal .cta-blok-inner .form-content .input_field {
  height: unset;
}
.cta-blok.--horizontal .cta-blok-inner .form-content .form-btn-wrapper {
  margin-top: 0;
  align-items: flex-start;
}
.cta-blok.--horizontal .cta-blok-side {
  width: 40%;
}
@media (max-width: 1023.98px) {
  .cta-blok.--horizontal .cta-blok-side {
    width: 100%;
  }
}
.cta-blok.--horizontal .cta-blok-side:nth-last-child(1) {
  width: 60%;
}
@media (max-width: 1023.98px) {
  .cta-blok.--horizontal .cta-blok-side:nth-last-child(1) {
    width: 100%;
  }
}
.cta-blok.--horizontal .cta-blok-side:nth-child(1) {
  padding-right: 125px;
}
@media (max-width: 1023.98px) {
  .cta-blok.--horizontal .cta-blok-side:nth-child(1) {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .input_field.AVG p {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: flex-end;
  }
  .input_field.AVG p label {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  body .lijst-wrapper ul {
    column-count: 1;
  }
}

@media (max-width: 1023.98px) {
  body #filter-level,
body #filter-location {
    column-count: 1;
  }
}

.header-bg.custom-header {
  position: relative;
  height: 580px;
  background: var(--primary);
  margin-bottom: 100px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bg.custom-header .title h1 {
  color: white;
  max-width: 500px;
  margin-bottom: 20px;
}
.header-bg.custom-header .header-left,
.header-bg.custom-header .header-right {
  width: 50%;
  height: 100%;
  position: relative;
}
.header-bg.custom-header .header-left .image {
  position: relative;
  height: 100%;
  width: 100%;
}
.header-bg.custom-header .header-left .image img.phone {
  position: absolute;
  top: 55px;
  right: 0;
}
.header-bg.custom-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bg.custom-header .qlik-logo {
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 55px;
  max-width: 1470px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 15px;
  padding-right: 15px;
}
.header-bg.custom-header .qlik-logo .image-inner {
  position: relative;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 230px;
  width: 100%;
  height: 100%;
  display: block;
}
.header-bg.custom-header .title-wrapper .subtitel {
  position: relative;
  margin-bottom: 10px;
}
.header-bg.custom-header .title-wrapper .subtitel p {
  font-size: 18px;
  line-height: 23px;
  color: var(--second);
  margin-bottom: 0;
}
.header-bg.custom-header .title-wrapper .title {
  position: relative;
}
@media (max-width: 767.98px) {
  .header-bg.custom-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }
  .header-bg.custom-header .header-left .image img.phone {
    position: relative;
    top: 60px;
    left: -110px;
  }
  .header-bg.custom-header .header-left, .header-bg.custom-header .header-right {
    width: 100%;
  }
  .header-bg.custom-header .header-right .content-wrapper {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .header-bg.custom-header .header-right, .header-bg.custom-header .header-left {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* DISPLAY FLEX STYLING */
.fl-container {
  display: flex;
}

.fl-row {
  flex-direction: row;
}

.fl-column {
  flex-direction: column;
}

.fl-wrap {
  flex-wrap: wrap;
}

.jc-start {
  justify-content: flex-start;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.jc-between {
  justify-content: space-between;
}

.ai-center {
  align-items: center;
}

/* IMAGE STYLING */
picture {
  position: relative;
  display: block;
  line-height: 0;
  height: 0;
}
picture img {
  position: absolute;
  top: 0;
  width: 100%;
}
picture.relative img {
  position: relative;
}

.width-cover {
  width: 100%;
  height: 100%;
}

.width-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.height-contain {
  width: 100%;
  height: 100%;
}

.height-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.parallax-img {
  width: 100%;
  height: 100%;
}

.parallax-img img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -10%;
}
@media (max-width: 767.98px) {
  .parallax-img img {
    height: 100%;
    margin-top: 0;
  }
}

.reveal-image {
  overflow: hidden;
}

.full-link-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}

.plate--container {
  padding-left: 12%;
  padding-right: 12%;
  max-width: unset !important;
}
@media (max-width: 1399.98px) {
  .plate--container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.plate--page-content-wrapper {
  overflow: hidden;
}

.plate--column {
  position: relative;
}
@media (max-width: 1023.98px) {
  .plate--column {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.render-content {
  position: relative;
}

.section-container {
  position: relative;
}
.section-container.fullwidth {
  overflow: hidden;
}
.section-container.fullwidth .plate--container {
  padding-left: 0;
  padding-right: 0;
}
.section-container.indent .plate--container {
  padding-left: 12%;
  padding-right: 12%;
}
@media (max-width: 1399.98px) {
  .section-container.indent .plate--container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.section-container.has-bg::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: inherit;
  position: absolute;
  top: -1px;
  z-index: 0;
}

.sliding-tabs__content__text {
  position: relative;
}
.sliding-tabs__content__text__inner {
  position: relative;
}
.sliding-tabs__content__text__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: height 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in-out;
  transform: translateY(100px) scale(0.95);
}
.sliding-tabs__content__text__wrapper.active, .sliding-tabs__content__text__wrapper.text__change {
  transform: translateY(0px) scale(1);
  opacity: 1;
  visibility: visible;
}
.sliding-tabs__item {
  position: relative;
}
.sliding-tabs__item.active .company {
  padding-bottom: 120px;
}
.sliding-tabs__item.active .company-background {
  transform: scale(1);
  border-radius: 0px;
}
.sliding-tabs__item.active .company-brand-img img {
  filter: brightness(0) invert(1);
}
.sliding-tabs__item.active .company-content p {
  color: white;
}
.sliding-tabs__item .company {
  position: relative;
  overflow: hidden;
  background: white;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 20px;
  align-items: flex-start;
  width: 100%;
  transition: padding 0.3s ease-in-out;
}
.sliding-tabs__item .company-content {
  position: relative;
  z-index: 1;
}
.sliding-tabs__item .company-content p {
  transition: color 0.3s ease-in-out;
}
.sliding-tabs__item .company-omschrijving {
  position: absolute;
  top: 0;
  width: 100%;
}
.sliding-tabs__item .company-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.15s ease-in-out;
  transform-origin: top center;
  border-radius: 100px;
  background: var(--second);
}
.sliding-tabs__item .company-brand-img {
  width: 70px;
}
.sliding-tabs__item .company-brand-img img {
  object-position: left center;
  transition: filter 0.3s ease-in-out;
}
.sliding-tabs__item .company p {
  margin-bottom: 0;
}

/*TOGGLE SWITCH*/
.toggle-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.toggle-section img {
  width: 100%;
  background-color: white;
}

.toggle-wrapper,
.toggle-wrapper-inner,
.toggle-content-wrapper,
.toggle-inner-content {
  position: relative;
  height: 100%;
}

.toggle-switch {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}

.toggle-switch .toggle-btn {
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  z-index: 0;
  display: inline-block;
  padding: 12px;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
  margin-bottom: 0;
  font-family: "Merriweather Sans", sans-serif;
}

.toggle-switch input[type=radio].toggle {
  display: none;
}

.toggle-switch input[type=radio].toggle + label {
  cursor: pointer;
  min-width: 120px;
  color: rgba(85, 23, 39, 0.5);
}

.toggle-switch input[type=radio].toggle + label:after {
  background: white;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  width: 100%;
  z-index: -1;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}

.toggle-switch input[type=radio].toggle.toggle-left + label {
  border-right: 0;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

.toggle-switch input[type=radio].toggle.toggle-left + label:after {
  left: 100%;
}

.toggle-switch input[type=radio].toggle.toggle-right + label {
  margin-left: -5px;
  border-left: 0;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.toggle-switch input[type=radio].toggle.toggle-right + label:after {
  left: -100%;
}

.toggle-switch input[type=radio].toggle:checked + label {
  cursor: default;
  color: var(--primary);
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
}

.toggle-switch input[type=radio].toggle:checked + label:after {
  left: 0;
}

.toggle-content {
  position: absolute;
  height: auto;
  margin-bottom: 40px;
  padding: 0 100px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .toggle-content {
    padding: 0 0;
  }
}

.toggle-content .bg-image {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.toggle-content .bg-image img.first {
  width: 84%;
  -webkit-box-shadow: 0 20px 70px rgba(0, 45, 98, 0.03);
  -moz-box-shadow: 0 20px 70px rgba(0, 45, 98, 0.03);
  box-shadow: 0 20px 70px rgba(0, 45, 98, 0.03);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.toggle-content .image-left {
  position: absolute;
  width: 23.5%;
  left: 0;
  bottom: 8%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 17px 40px rgba(40, 43, 46, 0.25);
  -moz-box-shadow: 0 17px 40px rgba(40, 43, 46, 0.25);
  box-shadow: 0 17px 40px rgba(40, 43, 46, 0.25);
}

.toggle-content .image-left.offset-top {
  bottom: unset;
  top: -3%;
  left: 7%;
}

.toggle-content .image-right {
  position: absolute;
  width: 23.5%;
  right: 0;
  top: 10%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 40px rgba(77, 78, 80, 0.25);
  -moz-box-shadow: 0 5px 40px rgba(77, 78, 80, 0.25);
  box-shadow: 0 5px 40px rgba(77, 78, 80, 0.25);
}

.toggle-content .image-under {
  position: absolute;
  left: 0;
  top: 45%;
  width: 16%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 17px 40px rgba(40, 43, 46, 0.25);
  -moz-box-shadow: 0 17px 40px rgba(40, 43, 46, 0.25);
  box-shadow: 0 17px 40px rgba(40, 43, 46, 0.25);
}

.toggle-content:last-child {
  transform: translate(-120%);
}

.tekst-content {
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 25px;
}

.tekst-content .tekst {
  max-width: 50%;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .toggle-content .tekst-content .tekst {
    max-width: unset;
  }
}
.toggle-switch .toggle-btn {
  padding: 22px;
}

.toggle-switch input[type=radio].toggle + label:after {
  border-radius: 33px;
}

.toggle-switch input[type=radio].toggle.toggle-left + label {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.toggle-switch input[type=radio].toggle.toggle-right + label {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.toggle-switch {
  margin-bottom: 40px;
}

.toggle-switch .toggle-btn {
  border: 2px solid var(--primary);
  background: var(--primary);
}

.toggle-switch input[type=radio].toggle + label {
  color: rgba(85, 23, 39, 0.8);
}

.webinar-info {
  position: relative;
  padding-right: 100px;
  margin-bottom: 40px;
}

.webinar-wrapper {
  flex: 0 0 32%;
  max-width: 32%;
  background-color: transparent;
}

.form-content.Dark .AVG input {
  border: 1px solid white;
}
.form-content.Dark .AVG label {
  color: white;
}

.webinar-wrapper .cta-blok {
  height: 100%;
}
.webinar-wrapper .content-container .button {
  position: relative;
  bottom: 0;
  left: 0;
  margin-top: 40px;
}

.equal_height_parent {
  height: 100%;
}
.equal_height_parent .equal_height {
  height: 100%;
}

.webinar-wrapper:nth-child(3n) {
  margin-right: 0;
}

.webinar-wrapper:nth-child(4n) {
  margin-right: 2%;
}

.webinar-wrapper.--verlopen .item-inner .image-container:before,
.webinar-wrapper.--verlopen .item-inner .image-inner,
.webinar-wrapper.--verlopen .item-inner .content-container {
  opacity: 0.2;
}

.webinar-wrapper .item-inner {
  background-color: white;
}

.webinar-wrapper .item-inner .image-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(106deg, rgba(123, 54, 72, 0.800157563) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(106deg, rgba(123, 54, 72, 0.800157563) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(106deg, rgba(123, 54, 72, 0.800157563) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7b3648",endColorstr="#ffffff",GradientType=1);
  z-index: 1;
}

.webinar-wrapper .item-inner .image-container .datum {
  top: 27px;
  left: 30px;
  z-index: 2;
}

.webinar-info .datum {
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
}

.webinar-wrapper .item-inner .content-container .title h4 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.44px;
}

.filter-wrapper-courses {
  padding-right: 30px;
}

.single_course .cursus_info_wrapper .datum {
  position: absolute;
}

.webinar-wrapper .item-inner .content-container .info .price::before,
.webinar-wrapper .item-inner .content-container .info .time::before,
.webinar-info .webinar-info__time::before,
.webinar-info .webinar-info__price::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  font-family: "FontAwesome";
  color: #783647;
  font-size: 21px;
  text-align: center;
  margin-top: -2px;
}

.webinar-wrapper .item-inner .content-container .info .price::before,
.webinar-info .webinar-info__price::before {
  content: "\f0d6";
}

.webinar-wrapper .item-inner .content-container .info .time::before,
.webinar-info .webinar-info__time::before {
  content: "\f017";
  margin-left: 20px;
}

.webinar-wrapper .item-inner .content-container .info,
.webinar-info .webinar-info__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.webinar-wrapper .item-inner .content-container .info p,
.webinar-info .webinar-info__wrapper p {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 2px;
}

.afgelopen {
  height: 28px;
  border-radius: 3px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fcc300;
  z-index: 1;
  padding: 0 8px;
}

.afgelopen p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 28px;
  color: white;
}

h1 {
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #551727;
  font-size: 40px;
  line-height: 55px;
  font-weight: bold;
}

h2 {
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #551727;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}

h3 {
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #551727;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}

h4 {
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #551727;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}

h5 {
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #551727;
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
}

h6 {
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #551727;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}

p {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p b {
  color: var(--second);
  font-weight: bold;
}

a {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

li {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

td {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

th {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

option {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  font-family: "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.plate--element a {
  text-decoration: none;
}

main {
  max-width: 100vw;
  overflow: hidden;
}

.navbar-toggler {
  display: block;
  z-index: 1004;
  position: absolute;
  right: 5px;
  top: 20px;
  padding: 10px;
  cursor: pointer;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .bars {
  display: inline-block;
  vertical-align: middle;
}
.navbar-toggler .bar {
  width: 28px;
  height: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  background-color: var(--primary);
  transition: all 0.1s ease-in-out;
}
.navbar-toggler .bar-3 {
  margin-bottom: 0;
}

.navigation.menu-open .top_bar {
  z-index: 1000;
}
.navigation.menu-open .bars {
  margin-top: -10px;
  position: relative;
}
.navigation.menu-open .bars .bar-1 {
  transform: rotate(45deg);
  margin-top: 10px;
}
.navigation.menu-open .bars .bar-2 {
  transform: rotate(-45deg);
  margin-top: -9px;
}
.navigation.menu-open .bars .bar-3 {
  opacity: 0;
}

@media (max-width: 1023.98px) {
  .navbar-expand-lg {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.navbar-toggler {
  position: relative;
  top: unset;
  right: unset;
  padding-right: 0;
}
@media (max-width: 1023.98px) {
  .navbar-toggler {
    display: block !important;
  }
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: unset;
}

.navbar {
  height: 150px;
  background: #fff;
  padding: 0;
}
.navbar .navbar-collapse {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  padding: 0 30px;
}

.top_bar {
  height: 75px;
  width: auto;
  min-width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f4f4f4;
  padding: 0 30px;
  z-index: 1;
  border-bottom-left-radius: 36px;
}
.top_bar a {
  text-decoration: none;
}
.top_bar .info_wrapper a {
  color: var(--second);
  margin-right: 20px;
  font-size: 14px;
}
.top_bar .info_wrapper a:before {
  background: transparent;
  color: white;
  color: var(--second);
  width: auto;
  font-size: 16px;
}
.top_bar .wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.top_bar_links {
  height: 100%;
}

.top_bar_rechts {
  position: relative;
  height: 100%;
  text-align: right;
}
.top_bar_rechts .submenu-links {
  text-decoration: none;
  padding: 15px 0;
  margin-left: 30px;
  font-size: 14px;
  color: var(--second);
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .top_bar_rechts .submenu-links {
    margin-left: 20px;
  }
}
@media (max-width: 1023.98px) {
  .top_bar_rechts .submenu-links.member {
    margin-left: auto;
    padding-right: 20px;
  }
}
.top_bar_rechts .submenu-links svg {
  width: 39px;
  height: 39px;
  margin-right: 10px;
}
.top_bar_rechts .submenu-links span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.top_bar_rechts .submenu-links picture.relative {
  display: flex;
  height: 20px;
  padding-bottom: 0 !important;
  margin-left: 5px;
  transform: translateY(3px);
}

.extern-link:after {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--second);
  display: inline-block;
  position: relative;
  font-family: "FontAwesome";
  font-size: 14px;
  color: var(--second);
  margin-left: 6px;
  vertical-align: baseline;
  display: inline-block;
  transform: rotate(-45deg);
  display: none;
}

.home-link:before {
  content: "\f015";
  position: relative;
  font-family: "FontAwesome";
  font-size: 23px;
  color: var(--primary);
  vertical-align: baseline;
  display: inline-block;
  display: none;
}
.home-link svg {
  width: 17px;
  height: auto;
  fill: #333;
  transform: translateY(-2px);
}

.nav-item, .navbar-collapse, .navbar-nav {
  height: 75px;
}

.home-item.active svg {
  fill: var(--primary);
}

li.nav-item.nav-button {
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  li.nav-item.nav-button {
    margin-left: 0;
    padding-left: 15px;
  }
}
li.nav-item.nav-button .text-center {
  height: 100%;
  display: flex;
  align-items: center;
}
li.nav-item.nav-button .text-center .button {
  margin-top: 0;
}
li.nav-item.nav-button .text-center .button a:after {
  display: none;
}
li.nav-item:not(.nav-button):after {
  content: "";
  height: 3px;
  background: var(--primary);
  width: calc(100% + 4px);
  display: block;
  position: relative;
  bottom: 3px;
  left: -2px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
li.nav-item:not(.nav-button):hover:after {
  opacity: 1;
}
li.nav-item:not(.nav-button):hover a.nav-link {
  color: var(--primary);
}

li.nav-item.mobile {
  display: none;
}

li.nav-item.active:not(.nav-button):after {
  opacity: 1;
}

a.nav-link {
  font-size: 16px;
  padding: 20px 10px !important;
  margin-left: 5px;
  margin-right: 5px;
  height: 100%;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}
a.nav-link:focus, a.nav-link:hover {
  color: var(--primary);
}

.navbar-brand {
  padding-left: 30px;
  position: absolute;
  bottom: 38px;
  z-index: 1004;
  padding-bottom: 0;
  padding-top: 0;
  transition: bottom 0.2s ease;
}
.navbar-brand.--round {
  padding-bottom: 0;
  bottom: unset;
  top: 20px;
}
.navbar-brand.--round img {
  width: 200px;
  height: 200px;
  transform-origin: left top;
}

.lockScroll {
  overflow: hidden;
  width: 100%;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 75px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

body.smooth {
  margin-top: 150px;
}

img.logo {
  width: 240px;
  transition: transform 0.25s ease;
  transform-origin: bottom left;
}
@media (max-width: 767.98px) {
  img.logo {
    width: 120px;
  }
}

@media (min-width: 768px) {
  .fixed-header .fixed-logo.navbar-brand:not(.--round) img.logo {
    transform: scale(0.6) translateY(38px);
  }
}
@media (min-width: 768px) {
  .fixed-header .fixed-logo.navbar-brand.--round img.logo {
    transform: scale(0.6);
  }
}

.item-wrapper {
  position: relative;
}
.item-wrapper.course.course-course_cat {
  margin-bottom: 30px;
}

.header-bg {
  position: relative;
  overflow: hidden;
}
.header-bg .swiper-pagination {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 0;
  margin-right: 0;
  margin-left: auto;
  padding-left: 0;
}
.header-bg .swiper-pagination-bullet {
  display: block;
  float: right;
  clear: right;
  width: 8px;
  height: 8px;
  margin-top: 12px !important;
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  transition: all 0.5s ease;
}
.header-bg .swiper-pagination-bullet:focus {
  outline: none;
}
.header-bg .swiper-pagination-bullet-active {
  transform: scale(1.9);
  background: transparent;
}

#headerSlider, .header-slide {
  position: relative;
  overflow: hidden;
}

.header-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(106deg, rgba(123, 54, 72, 0.800157563), hsla(0deg, 0%, 100%, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--second)",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}

.header-slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-slide__inner {
  position: relative;
  z-index: 2;
  padding-right: 46%;
  padding-top: 216px;
  padding-bottom: 72px;
  height: 60%;
}

.header-slide__titles {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.header-slide__subtitle {
  position: relative;
}
.header-slide__subtitle p {
  color: white;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}

.header-slide__title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  flex-basis: 100%;
}
.header-slide__title h2 {
  color: white;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}

.header-slide__date {
  position: relative;
  height: 36px;
  background: var(--primary);
  padding: 6px 12px;
  margin-right: 18px;
  border-radius: 2px;
}
.header-slide__date p {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}

.button.white-border {
  border: 1px solid #fff;
  background-color: transparent;
}
.button.white-border a {
  color: #fff;
}

.header-slide__button .button {
  height: 62px;
  border: 1px solid var(--primary);
  margin-top: 0;
  background-color: transparent;
  overflow: visible;
}
.header-slide__button .button a {
  padding: 12px 24px;
}
.header-slide__button .button.white-border {
  border: 1px solid #fff;
}
.header-slide__button .button.white-border a {
  color: #fff;
}

.home_header .header-bg.webinar__active .header-slide__inner {
  padding-bottom: 216px;
}

.static-webinar {
  bottom: 62px;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 46%;
}

.static-webinar__item {
  position: relative;
  padding-top: 24px;
  border-top: 1px solid hsla(0deg, 0%, 100%, 0.4);
}
.static-webinar__item:before {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  display: inline-block;
  font-family: "FontAwesome";
  color: white;
  font-size: 15px;
  vertical-align: bottom;
  position: absolute;
  bottom: -4px;
  right: 0;
}

.static-webinar__kind {
  color: var(--primary);
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

.static-webinar__content {
  display: flex;
  flex-direction: column;
}
.static-webinar__content h5 {
  font-size: 16px;
  font-weight: 700;
}
.static-webinar__content .date, .static-webinar__content h5 {
  color: white;
  line-height: normal;
}
.static-webinar__content .date {
  font-size: 14px;
  margin-bottom: 0;
}
.static-webinar__content .date:before {
  content: "\f073";
  font-family: "FontAwesome";
  margin-right: 9px;
  font-size: 18px;
  vertical-align: baseline;
}

.section-container {
  position: relative;
}
.section-container .plate--container {
  z-index: 1 !important;
  position: relative !important;
}
.section-container .plate--column:first-child .plate--element__titel_met_link {
  border: none;
}

.overlay-sectie {
  top: 0;
  z-index: 0 !important;
  width: 100%;
  height: 100%;
  position: absolute;
}

.expertise {
  position: relative;
  height: auto;
  width: 100%;
}
.expertise .links {
  margin-top: 30px;
}
.expertise .links .link_item:hover {
  transform: translateX(10px);
}
.expertise .links .link_item:hover a {
  font-weight: inherit;
}
.expertise .links ul {
  padding-left: 0;
}
.expertise .image-container-wrapper {
  height: 190px;
  width: 190px;
  position: relative;
  margin: 0 auto;
  border: 15px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.expertise .full_link_btn:hover ~ .image-container-wrapper {
  border: 15px solid #fdc402;
}
.expertise .image-container {
  border-radius: 100%;
  background: #fff;
  height: 160px;
  width: 160px;
  position: relative;
  margin: 0 auto;
}
.expertise .image-container .image-inner {
  width: 115px;
  height: 115px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.expertise .title h4 {
  margin-top: 20px;
  text-align: center;
}

.header-slide {
  display: flex;
  align-items: flex-end;
  min-height: 525px;
}
.header-slide__inner {
  height: unset;
}

.dienst .expertise {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 45px 100px 45px 50px;
  min-height: 255px;
  transition: all 0.5s ease;
}
.dienst .expertise .links {
  width: 100%;
}
.dienst .expertise .links ul {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.dienst .expertise .links ul .link_item {
  width: 50%;
}
@media (max-width: 767.98px) {
  .dienst .expertise .links ul .link_item {
    width: 100%;
  }
}
.dienst .expertise .links ul .link_item:hover {
  margin-left: 0;
}
.dienst .expertise .links ul .link_item a {
  color: var(--primary);
}
.dienst .expertise .links ul .link_item a:before {
  background-color: var(--primary);
}
.dienst .expertise .image-container-wrapper {
  height: 160px;
  width: 160px;
  border: 0 solid transparent;
  border-radius: 100%;
}
@media (max-width: 767.98px) {
  .dienst .expertise .image-container-wrapper {
    width: 100%;
  }
}
.dienst .expertise .image-container .image-inner {
  width: 160px;
  height: 160px;
  left: 50%;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #f4f4f4;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  overflow: hidden;
}
.dienst .expertise .dienst_content {
  width: calc(100% - 160px);
}
@media (max-width: 767.98px) {
  .dienst .expertise .dienst_content {
    width: 100%;
  }
}
.dienst .expertise .title {
  padding: 0 0 0 45px;
}
.dienst .expertise .title h4 {
  margin-top: 10px;
  text-align: left;
}

.logo-slider {
  padding-top: 60px;
  padding-bottom: 80px;
}
.logo-slider .title {
  margin-bottom: 50px;
  text-align: center;
}
.logo-slider .logo-slider-wrapper {
  width: 100%;
}
.logo-slider .logo-slider-wrapper img {
  height: 110px;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  opacity: 0.6;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.nieuwsbrief_quote {
  position: relative;
}
.nieuwsbrief_quote .row, .nieuwsbrief_quote .section-container {
  height: 100%;
}
.nieuwsbrief_quote .row {
  margin-left: 0;
  margin-right: 0;
}
.nieuwsbrief_quote .left {
  background-color: var(--third);
  padding: 45px;
  position: relative;
}
.nieuwsbrief_quote .left, .nieuwsbrief_quote .right, .nieuwsbrief_quote .right .overlay {
  height: 100%;
}
.nieuwsbrief_quote .right {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.nieuwsbrief_quote .right .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(230, 81, 20, 0.8);
  width: 100%;
}
.nieuwsbrief_quote .right .content {
  z-index: 1;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 55px;
}
.nieuwsbrief_quote .right .content .quote:before {
  content: " “ ";
  font-family: "Merriweather Sans", sans-serif;
  font-size: 80px;
  max-height: 65px;
  position: absolute;
  height: 65px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.nieuwsbrief_quote .right .content .quote h3 {
  margin-bottom: 18px;
  color: white;
  text-align: center;
}
.nieuwsbrief_quote .right .content .quote_onder p {
  color: white;
  text-align: center;
}

.sidebar.quote h3 {
  position: relative;
  padding-top: 0;
  color: white;
  font-size: 25px;
}
.sidebar.quote .sidebar-inner {
  background-color: var(--second);
  padding: 75px 30px 30px;
  position: relative;
}
.sidebar.quote .sidebar-inner:before {
  content: " “ ";
  font-family: Merriweather Sans, sans-serif;
  font-size: 80px;
  max-height: 65px;
  height: 55px;
  text-align: center;
  font-size: 68px;
  color: #fff;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
}

.usp-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
}
.usp-wrapper .usp-inner {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
}
.usp-wrapper .usp-icon {
  text-align: left;
  width: 80px;
}
.usp-wrapper .tekst-wrapper {
  position: relative;
  width: calc(100% - 80px);
}

.usp-icon img.icon {
  width: 56px;
}

.lijst-wrapper ul li {
  position: relative;
}

#mc_embed_signup {
  background: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#mc_embed_signup h2 {
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 25px !important;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 38px;
  color: white;
}
#mc_embed_signup form {
  padding: 0 !important;
}
#mc_embed_signup ul {
  padding-left: 0;
}
#mc_embed_signup ul li {
  list-style: none;
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;
  padding-bottom: 15px !important;
}
#mc_embed_signup .mc-field-group strong {
  color: white;
}
#mc_embed_signup .mc-field-group label {
  padding-top: 9px;
  padding-left: 9px;
  position: absolute;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.3);
}
#mc_embed_signup .mc-field-group.email label {
  display: none;
}
#mc_embed_signup .mc-field-group.email {
  display: inline-block;
  width: calc(100% - 160px) !important;
}
#mc_embed_signup .clear {
  display: inline-block;
  vertical-align: top;
}
#mc_embed_signup #mergeRow-gdpr, #mc_embed_signup .asterisk, #mc_embed_signup .indicates-required {
  display: none;
}
#mc_embed_signup .input-group {
  padding-bottom: 0;
}
#mc_embed_signup .input-group strong {
  display: none;
}
#mc_embed_signup .input-group ul {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#mc_embed_signup .input-group label {
  padding-top: 0;
  padding-left: 8px;
  position: absolute;
  font-size: 0.9em;
  color: black;
}
#mc_embed_signup .button {
  width: 100%;
  border: none;
  height: 64px;
  cursor: pointer;
  margin: 0 !important;
  outline: none;
}
#mc_embed_signup input[type=email], #mc_embed_signup input[type=text] {
  padding: 28px 0 10px 10px !important;
  outline: none;
  border: thin solid #dfdfdf;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 2px;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background: none;
  font-size: 1em;
  margin-bottom: 0;
  padding: 0;
}
#mc_embed_signup div#mce-responses {
  width: 100%;
}
#mc_embed_signup div.response {
  width: auto;
}
#mc_embed_signup p.title_above {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: var(--second);
}

#mce-responses {
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.6em;
  font-size: 1em;
}
#mce-responses .response {
  font-weight: 400;
  line-height: 1.6em;
  font-size: 1em;
  padding-bottom: 25px;
}

#mce-success-response {
  background-color: #a0da68;
}

#mce-error-response, #mce-success-response {
  border-radius: 3px;
  color: white;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}

#mce-error-response {
  background-color: #e85c41;
}

.plate--element__titel_met_link {
  border-image-outset: 8;
  border-image-repeat: stretch;
  border-image-slice: 6;
  height: 100%;
  border: none;
}

.title_with_links {
  position: relative;
}
.title_with_links .inner {
  padding: 30px 35px 30px 0;
}
.title_with_links .inner .title {
  min-height: auto;
  margin-bottom: 25px;
}
.title_with_links .inner .title h4 {
  margin-bottom: 0;
}
.title_with_links .inner .links ul {
  padding: 0;
  list-style: none;
}
.title_with_links .icon-title {
  position: relative;
  display: flex;
  flex-direction: row;
}
.title_with_links .icoon {
  position: relative;
  left: -5px;
  top: -15px;
  margin-right: 8px;
}
.title_with_links .icoon img {
  width: 50px;
}

.sidebar-content ul {
  padding: 0;
  list-style: none;
}

.link_item_wrapper {
  position: relative;
  display: inline-block;
}

.link_item {
  position: relative;
  cursor: pointer;
  list-style: none;
  transition: all 0.3s ease;
}
.link_item:hover {
  margin-left: 10px;
}
.link_item:hover a {
  color: #333333;
}
.link_item:hover a:before {
  color: var(--primary);
}
.link_item a {
  text-decoration: none !important;
  border-bottom: none !important;
}
.link_item a:before {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--second);
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  color: var(--second);
}

.sidebar {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  padding: 0 25px;
  margin-bottom: 40px;
}
.sidebar .link_item {
  border-bottom: 1px solid #f4eff0;
  margin-bottom: 15px;
}
.sidebar .sidebar-inner {
  height: 100%;
  position: relative;
}
.sidebar .sidebar-inner .sidebar-title {
  position: relative;
  height: auto;
}
.sidebar .sidebar-inner .sidebar-title h4 {
  margin-bottom: 15px;
}
.sidebar .sidebar-inner .sidebar-content {
  position: relative;
  height: auto;
}
.sidebar .sidebar-inner .sidebar-content a {
  display: block;
}
.sidebar .sidebar-inner .sidebar-content a.active:hover {
  text-decoration: none;
}
.sidebar .sidebar-inner .sidebar-content p {
  margin-bottom: 0;
}
.sidebar .sidebar-inner .sidebar-content .social_media a {
  color: white;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}
.sidebar .sidebar-inner .sidebar-content .social_media a:before {
  color: #fff;
  background: var(--secondrgb);
  /* The Fallback */
  background: rgba(var(--secondrgb), 0.15);
  transition: all 0.3s ease-in-out;
}
.sidebar .sidebar-inner .sidebar-content .social_media a:hover:before {
  background: var(--secondrgb);
  /* The Fallback */
  background: rgba(var(--secondrgb), 1);
}
.sidebar .sidebar-inner.titel_btn .sidebar-title {
  height: 50px;
}
.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  color: var(--second);
}

.recent-nieuws .title-overzicht {
  margin-bottom: 40px;
}

.flex-container, .recent-nieuws-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-container__title {
  width: 100%;
}
.flex-container__title h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -0.72px;
  margin-bottom: 35px;
}

.flex-container {
  justify-content: space-between;
}

.item-wrapper:not(.course-course_cat) {
  position: relative;
  padding: 0;
  margin-right: 0 !important;
  margin-bottom: 25px;
  background: #fff;
  flex: 0 0 23.5%;
  max-width: 23.5%;
  border-radius: 5px;
  overflow: hidden;
}
.item-wrapper:not(.course-course_cat):not(.webinar-wrapper):nth-child(4n) {
  margin-right: 0;
}
.item-wrapper:not(.course-course_cat) .content {
  position: relative;
}
.item-wrapper:not(.course-course_cat).webinar-wrapper {
  flex: 0 0 32%;
  max-width: 32%;
}
@media (max-width: 1199.98px) {
  .item-wrapper:not(.course-course_cat):not(.whitepaper) {
    flex: 0 0 49% !important;
    max-width: 49% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .item-wrapper:not(.course-course_cat):not(.whitepaper) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}

.item-inner {
  position: relative;
  height: 100%;
}
.item-inner .image-container {
  position: relative;
  height: 200px;
  width: 100%;
}
.item-inner .image-container .type {
  position: absolute;
  left: 100px;
  top: 15px;
  z-index: 4;
}
.item-inner .image-container .type a, .item-inner .image-container .type p {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
  text-shadow: 0 0 5px #000;
}
.item-inner .image-container .image-inner {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.item-inner .content-container {
  padding: 25px 25px 100px;
}
.item-inner .content-container .title {
  min-height: 50px;
}
.item-inner .content-container .content p {
  font-size: 14px;
  line-height: 25px;
}
.item-inner .button:not(.relative-button) {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.footer-top {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
  background-position: 50%;
}
.footer-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--second);
  opacity: 0.93;
}
.footer-top .footer-top-inner {
  max-width: 630px;
  position: relative;
  z-index: 2;
}
.footer-top .footer-top-inner p {
  color: var(--primary) !important;
}
.footer-top .footer-top-inner h2 {
  color: #fff;
}
@media (min-width: 768px) {
  .footer-top .footer-top-inner h2 {
    font-size: 46px;
    line-height: 52px;
  }
}
.footer-top .footer-top-inner .button {
  margin-top: 35px;
}

.updates-items {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 767.98px) {
  .updates-items {
    padding-top: 15px;
  }
}
.updates .item-wrapper.update {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  background: #fff;
  flex: unset;
  max-width: unset;
}
.updates .item-wrapper.update .item-inner .content-container {
  padding-top: 65px;
}
.updates .loadmore {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.updates .loadmore span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.updates .loadmore + .hidden_items {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(100px) scale(0.8);
}
.updates .loadmore.loadmore--active {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}
.updates .loadmore.loadmore--active + .hidden_items {
  visibility: visible;
  overflow: visible;
  max-height: unset;
  opacity: 1;
  transform: translateY(-77px) scale(1);
}
.updates .hidden_items {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.detail-whitepapers-image, .detail-whitepapers-wrapper {
  position: relative;
}
.detail-whitepapers-wrapper {
  background-color: #f4f4f4;
  padding-top: 90px;
  padding-bottom: 90px;
}
.detail-whitepapers-wrapper form .input_field input, .detail-whitepapers-wrapper form .input_field textarea {
  background-color: #fff;
}
.detail-whitepapers .post-inner-form .button a:after {
  transform: rotate(90deg);
}

.overview-whitepapers .md-6 {
  margin-bottom: 30px;
}
.overview-whitepapers .item-wrapper.whitepaper {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.overview-whitepapers .item-wrapper.whitepaper:hover .item-inner .image-container .image-inner {
  transform: scale(1.05);
}
.overview-whitepapers .item-wrapper.whitepaper .item-inner .image-container {
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.overview-whitepapers .item-wrapper.whitepaper .item-inner .image-container .image-inner {
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.overview-whitepapers .item-wrapper.whitepaper p:last-child {
  margin-bottom: 0;
}

.item-wrapper.course.course-item .item-inner, .item-wrapper.news.course-item .item-inner, .item-wrapper.webinar-wrapper.course-item .item-inner, .item-wrapper.whitepaper.course-item .item-inner {
  padding-top: 75px;
}
.item-wrapper.course.course-item .item-inner .content-container, .item-wrapper.news.course-item .item-inner .content-container, .item-wrapper.webinar-wrapper.course-item .item-inner .content-container, .item-wrapper.whitepaper.course-item .item-inner .content-container {
  height: 100%;
}
.item-wrapper.course.course-item .item-inner .content-container .title, .item-wrapper.news.course-item .item-inner .content-container .title, .item-wrapper.webinar-wrapper.course-item .item-inner .content-container .title, .item-wrapper.whitepaper.course-item .item-inner .content-container .title {
  margin-bottom: 35px;
}
.item-wrapper.course.course-item .item-inner .content-container .button, .item-wrapper.news.course-item .item-inner .content-container .button, .item-wrapper.webinar-wrapper.course-item .item-inner .content-container .button, .item-wrapper.whitepaper.course-item .item-inner .content-container .button {
  position: relative;
  left: 0;
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.item-wrapper.course .item-inner .content-container, .item-wrapper.news .item-inner .content-container, .item-wrapper.webinar-wrapper .item-inner .content-container, .item-wrapper.whitepaper .item-inner .content-container {
  padding: 25px 30px;
}
.item-wrapper.course .item-inner .content-container .title, .item-wrapper.news .item-inner .content-container .title, .item-wrapper.webinar-wrapper .item-inner .content-container .title, .item-wrapper.whitepaper .item-inner .content-container .title {
  min-height: unset;
}
.item-wrapper.course .item-inner .image-labels, .item-wrapper.news .item-inner .image-labels, .item-wrapper.webinar-wrapper .item-inner .image-labels, .item-wrapper.whitepaper .item-inner .image-labels {
  left: 30px;
  top: 0;
  position: absolute;
}
.item-wrapper.course .item-inner .image-labels .image-labels-label, .item-wrapper.news .item-inner .image-labels .image-labels-label, .item-wrapper.webinar-wrapper .item-inner .image-labels .image-labels-label, .item-wrapper.whitepaper .item-inner .image-labels .image-labels-label {
  position: relative;
  background-color: var(--primary);
  width: auto;
  height: 38px;
  border-radius: 0 0 5px 5px;
  padding-left: 16px;
  padding-right: 16px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  margin-right: 10px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.08);
}
.item-wrapper.course .item-inner .image-labels .image-labels-label.--yellow, .item-wrapper.news .item-inner .image-labels .image-labels-label.--yellow, .item-wrapper.webinar-wrapper .item-inner .image-labels .image-labels-label.--yellow, .item-wrapper.whitepaper .item-inner .image-labels .image-labels-label.--yellow {
  background-color: var(--third);
}
.item-wrapper.course .item-inner .image-labels .image-labels-label.--red, .item-wrapper.news .item-inner .image-labels .image-labels-label.--red, .item-wrapper.webinar-wrapper .item-inner .image-labels .image-labels-label.--red, .item-wrapper.whitepaper .item-inner .image-labels .image-labels-label.--red {
  background-color: var(--second);
}
.item-wrapper.course .item-inner .image-labels .image-labels-label p, .item-wrapper.news .item-inner .image-labels .image-labels-label p, .item-wrapper.webinar-wrapper .item-inner .image-labels .image-labels-label p, .item-wrapper.whitepaper .item-inner .image-labels .image-labels-label p {
  font-weight: 400;
  line-height: 29px;
  color: white;
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
}

.collapse_text {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.collapse_text_button {
  cursor: pointer;
}
.collapse_text_button span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.collapse_text_button + .collapse_text {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(100px) scale(0.8);
}
.collapse_text_button.collapse_text_button--active + .collapse_text {
  visibility: visible;
  overflow: visible;
  max-height: unset;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.overview .item-wrapper.webinar-wrapper .cta-blok h3 {
  margin-bottom: 30px;
}
.overview .item-wrapper.webinar-wrapper .cta-blok form .input_field.AVG {
  margin-top: 65px;
}

.item-wrapper.course {
  flex: 0 0 32%;
  max-width: 32%;
  margin-right: 2%;
}
.item-wrapper.course .datum {
  position: absolute;
  height: 63px;
  width: 63px;
  background: var(--primary);
  left: 25px;
  padding: 5px;
}
.item-wrapper.course .datum p {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
}
.item-wrapper.course .type {
  position: absolute;
  left: 100px;
  top: 15px;
  z-index: 4;
}
.item-wrapper.course .type a, .item-wrapper.course .type p {
  font-size: 16px;
  margin-bottom: 0;
  color: #b5b5b5;
}
.item-wrapper.course .content-container {
  padding: 100px 25px;
}
.item-wrapper.course:nth-child(3n) {
  margin-right: 0;
}
.item-wrapper.course .title h4 {
  font-size: 20px;
}
.item-wrapper.course svg {
  fill: var(--second);
  margin-right: 13px;
  width: 23px;
  height: 23px;
  opacity: 0.2;
}
.item-wrapper.course .info {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-bottom: 20px;
}
.item-wrapper.course .info .info-column {
  width: 50%;
}
.item-wrapper.course .info .info_item {
  position: relative;
  width: 100%;
}
.item-wrapper.course .info .info_item p {
  margin-bottom: 10px;
  color: #551727;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  max-width: calc(100% - 36px);
}
.item-wrapper.course .info .info_item p:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 12px;
  color: var(--primary);
  font-size: 20px;
  vertical-align: middle;
  display: none;
}
.item-wrapper.course .info .info_item.dayparts p:before {
  content: "\f017";
}
.item-wrapper.course .info .info_item.location p:before {
  content: "\f041";
}
.item-wrapper.course .info .info_item.niveau p:before {
  content: "\f007";
}
.item-wrapper.course .info .info_item.available p:before {
  content: "\f292";
}
.item-wrapper.course .info .info_item.price p:before {
  content: "\f02c";
}

.cursus_info_wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.cursus_info_wrapper .datum {
  position: absolute;
  height: 63px;
  width: 63px;
  background: var(--primary);
  left: 25px;
  left: 0;
  width: 90px;
  height: 90px;
  padding: 14px;
  position: relative;
  margin-right: 25px;
  margin-bottom: 25px;
}
.cursus_info_wrapper .datum p {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.cursus_info_wrapper .info_item {
  position: relative;
  width: auto;
  margin-right: 35px;
}
.cursus_info_wrapper .info_item p {
  margin-bottom: 0;
  color: #551727;
  font-weight: 600;
  font-size: 14px;
}
.cursus_info_wrapper .info_item p:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 12px;
  color: var(--primary);
  font-size: 20px;
  vertical-align: middle;
  display: none;
}
.cursus_info_wrapper .info_item.dayparts p:before {
  content: "\f017";
}
.cursus_info_wrapper .info_item.location p:before {
  content: "\f041";
}
.cursus_info_wrapper .info_item.niveau p:before {
  content: "\f007";
}
.cursus_info_wrapper .info_item.available p:before {
  content: "\f292";
}
.cursus_info_wrapper .info_item.price p:before {
  content: "\f02c";
}
.cursus_info_wrapper .info_items {
  margin-top: 15px;
  position: relative;
}

.webinar-info {
  position: relative;
  padding-right: 100px;
  margin-bottom: 40px;
}
.webinar-info .datum {
  height: 63px;
  width: 63px;
  background: var(--primary);
  left: 25px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
}
.webinar-info .datum p {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.webinar-info .datum p:first-child {
  font-size: 22px;
  line-height: 28px;
}
.webinar-info .webinar-info__time:before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  font-family: "FontAwesome";
  color: var(--second);
  font-size: 21px;
  text-align: center;
  margin-top: -2px;
  content: "\f017";
  margin-left: 20px;
}
.webinar-info .webinar-info__price:before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  font-family: "FontAwesome";
  color: var(--second);
  font-size: 21px;
  text-align: center;
  margin-top: -2px;
  content: "\f0d6";
}
.webinar-info .webinar-info__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.webinar-info .webinar-info__wrapper p {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 2px;
}

.overview-webinars .overview-webi {
  position: relative;
}
.overview-webinars .overview-webi:after {
  content: "";
  flex: 0 0 32%;
  max-width: 32%;
  height: 1px;
}

.webinar-wrapper {
  flex: 0 0 32%;
  max-width: 32%;
}
.webinar-wrapper:nth-child(3n) {
  margin-right: 0;
}
.webinar-wrapper:nth-child(4n) {
  margin-right: 2%;
}
.webinar-wrapper .item-inner .image-container:before {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(106deg, rgba(123, 54, 72, 0.800157563), hsla(0deg, 0%, 100%, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--second)",endColorstr="#ffffff",GradientType=1);
  z-index: 1;
}
.webinar-wrapper .item-inner .content-container .title h4 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.44px;
}
.webinar-wrapper .item-inner .content-container .info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.webinar-wrapper .item-inner .content-container .info .price:before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  font-family: "FontAwesome";
  color: var(--second);
  font-size: 21px;
  text-align: center;
  margin-top: -2px;
  content: "\f0d6";
}
.webinar-wrapper .item-inner .content-container .info .time:before {
  content: "";
  margin-right: 3px;
  vertical-align: middle;
  font-family: "FontAwesome";
  color: var(--second);
  font-size: 21px;
  text-align: center;
  margin-top: -2px;
  content: "\f017";
  margin-left: 20px;
}
.webinar-wrapper .item-inner .content-container .info:before, .webinar-wrapper .item-inner .content-container .info p {
  display: inline-block;
}
.webinar-wrapper .item-inner .content-container .info p {
  font-size: 14px;
  margin-bottom: 2px;
}

.tabs .swiper-pagination, .tabs .swiper-pagination .swiper-pagination-bullet {
  position: relative;
}

.tabs {
  overflow: hidden;
}
.tabs .swiper-pagination {
  bottom: 0 !important;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f4f4f4;
}
.tabs .swiper-pagination .swiper-pagination-bullet {
  font-weight: 700;
  font-size: 17px;
  margin: 0 34px 0 0 !important;
  width: auto;
  height: auto;
  background: none;
  color: #333333;
  font-family: "Merriweather Sans", sans-serif;
  opacity: 1;
}
.tabs .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  bottom: -13px;
  width: 100%;
  transform: scaleX(0);
  transition: 0.5s ease-out;
}
.tabs .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.tabs .swiper-pagination .swiper-pagination-bullet-active:before {
  transform: scaleX(1);
}
.tabs .tekst ul {
  padding-left: 21px;
}
.tabs .tekst ul li::marker {
  font-size: 140%;
  color: var(--second);
}

footer {
  background-color: var(--primary);
}
footer .link_item a:before {
  background-color: #fff;
}
footer .link_item a.extern-link svg {
  fill: #fff;
}
footer h3, footer h4, footer h5, footer h6 {
  color: white;
  margin-bottom: 25px;
}
footer .footer_columns {
  padding-top: 100px;
  padding-bottom: 100px;
}
footer .footer_bar {
  height: 80px;
}
footer .footer_bar .plate--container {
  border-top: 1px solid rgba(244, 240, 240, 0.4);
  height: 100%;
}
footer .plate--element__titel_met_link {
  -o-border-image: none;
  border-image: none;
  border: none;
}
footer .title_with_links .inner {
  padding: 0;
}
footer .title_with_links .inner .title {
  min-height: auto;
}
footer a, footer p {
  color: white !important;
}

.footer_bar .plate--container .footer_bar_copy {
  position: relative;
}
.footer_bar .plate--container .footer_bar_copy:after {
  content: "";
  background-image: url(/theme/assets/images/Privacy-Seal.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 75px;
  height: 120px;
  position: absolute;
  top: -80px;
  right: 15px;
  display: none;
}
@media (max-width: 767.98px) {
  .footer_bar .plate--container .footer_bar_copy {
    flex-direction: column;
  }
}
.footer_bar .left {
  width: auto;
  height: 100%;
  display: inline-block;
  float: left;
}
.footer_bar .left p {
  line-height: 60px;
}
.footer_bar .right {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.footer_bar .right a {
  line-height: 60px;
  display: inline-block;
  margin: 0 10px;
}
.footer_bar .right a:first-child {
  margin-left: 0;
}
.footer_bar .right .footer-image {
  width: 75px;
  height: 120px;
  margin-top: -78px;
  margin-left: 25px;
}
@media (max-width: 1023.98px) {
  .footer_bar .right .footer-image {
    width: 56.25px;
    height: 90px;
    margin-top: -49px;
  }
}
@media (max-width: 767.98px) {
  .footer_bar .right .footer-image {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 25px;
  }
}
.footer_bar .right .footer-image img {
  left: 0;
}
@media (max-width: 767.98px) {
  .footer_bar .right {
    flex-direction: column;
    height: auto;
  }
}

.info_wrapper a {
  color: white;
  display: block;
}
.info_wrapper a:before {
  content: "";
  background: #fff;
  height: 26px;
  width: 26px;
  line-height: 26px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: baseline;
  font-family: "FontAwesome";
  color: var(--primary);
  font-size: 12px;
  text-align: center;
  padding-left: 1px;
}
.info_wrapper a.mail:before {
  content: "\f1d8";
}
.info_wrapper a.tel:before {
  content: "\f095";
}
.info_wrapper a.servicedesk:before {
  content: "\f0f3";
}
.info_wrapper a.extern-link:before {
  display: none;
}
.info_wrapper a.extern-link svg {
  fill: var(--second);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 9px;
  transform: translateY(-2px);
}

.footer_columns .plate--column .plate--element__image img {
  width: 275px;
}

.link_item a.extern-link:before {
  display: none;
}
.link_item a.extern-link svg {
  fill: var(--second);
  width: 16px;
  height: 26px;
  display: inline-block;
  margin-right: 9px;
}

.social_media a:before {
  content: "";
  background: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: baseline;
  font-family: "FontAwesome";
  color: var(--primary);
  text-align: center;
  font-size: 18px;
}
.social_media a:hover {
  border: none !important;
}
.social_media a.facebook:before {
  content: "\f09a";
}
.social_media a.twitter:before {
  content: "\f099";
}
.social_media a.linkedin:before {
  content: "\f0e1";
}

li.nav-item.dropdown svg {
  display: none;
}

.post-header-bg {
  min-height: 300px;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  width: 100%;
  background-color: var(--primary);
}
.post-header-bg .post-header-inner {
  min-height: 300px;
}

.post-header-bg.post-header-bg-high {
  min-height: 524px;
}
.post-header-bg.post-header-bg-high .post-header-inner {
  min-height: 524px;
}
.post-header-bg.post-header-bg-high .post-header-inner .breadcrumbs-wrapper {
  padding-bottom: 80px;
}
.post-header-bg.post-header-bg-high .post-header-inner .button {
  margin-top: 45px;
}

.post-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  opacity: 0.9;
}

.post-header-bg.webinar {
  height: auto;
  background-color: var(--second);
  background-image: none !important;
}
.post-header-bg.webinar .post-header-inner {
  height: auto;
}
.post-header-bg.webinar .post-header-inner .yellow_block {
  position: relative;
  background: var(--second);
  min-height: auto;
  padding: 15px;
}

.post-header-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.post-header-inner .yellow_block {
  width: auto;
  height: auto;
  min-height: 100px;
  background: #fdc402;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 50px;
}
.post-header-inner .intro_title h1 {
  font-size: 30px;
  line-height: 40px;
  color: white;
}
.post-header-inner .breadcrumbs a {
  font-size: 14px;
  line-height: 35px;
  color: white;
  text-decoration: none;
}
.post-header-inner .breadcrumbs .arrow-right {
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumbs .arrow-right {
  display: inline-block;
}
.breadcrumbs .arrow-right:before {
  content: "";
  width: 11px;
  height: 11px;
  -webkit-mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  display: inline-block;
  position: relative;
  font-family: "FontAwesome";
  font-size: 12px;
  color: white;
  vertical-align: middle;
  padding: 0 4px;
}

.page-content {
  position: relative;
  overflow: hidden;
}
.page-content .white-block {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 100px;
}
.page-content .white-block:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  right: 0;
  left: unset;
  background: #fff;
  z-index: -1;
}
.page-content .sidebar-block {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 5%;
  position: relative;
}
.page-content .sidebar-block:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  background: #f4f4f4;
}

.post-content, .sidebar-block {
  position: relative;
}

.post-content {
  overflow: hidden;
}
.post-content .white-block {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 100px;
}
.post-content .white-block:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  right: 0;
  left: unset;
  background: #fff;
  z-index: -1;
}
.post-content .sidebar-block {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 5%;
}
.post-content .sidebar-block:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  background: #f4f4f4;
}

.white-block {
  position: relative;
}
.white-block p a {
  font-weight: 700;
}
.white-block p a:hover {
  color: #333333;
  border-bottom: 1px solid #333;
  text-decoration: none;
}
.white-block h6 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #551727;
  position: relative;
  padding: 10px 0 10px 16px;
}
.white-block h6:before {
  content: "";
  height: 100%;
  width: 7px;
  background: #e65114;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.white-block .plate--container {
  padding-left: 0;
  padding-right: 0;
}

.text-next-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.text-next-image .image-container {
  background: #fff;
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
.text-next-image .image-container .image-inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-next-image.medewerker_info {
  height: 225px;
}
.text-next-image.medewerker_info .inner-text {
  width: auto;
  padding-top: 25px;
}
.text-next-image.medewerker_info .image-container {
  margin-right: 40px;
}

.medewerker_sidebars {
  display: flex;
  flex-direction: column;
}
.medewerker_sidebars .sidebar.quote {
  order: 1;
}
.medewerker_sidebars .sidebar {
  order: 2;
}

.sidebar-webinar .sidebar {
  background-color: transparent;
  padding: 0 25px;
  margin-bottom: 40px;
}
.sidebar-webinar .sidebar h4 {
  font-size: 22px;
  line-height: 28px;
  color: #551727;
  margin-bottom: 22px !important;
}
.sidebar-webinar .extra-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sidebar-webinar .extra-info h5 {
  font-weight: 700;
}
.sidebar-webinar .extra-info h5, .sidebar-webinar .extra-info p {
  line-height: normal;
}
.sidebar-webinar .extra-info p {
  margin-left: 12px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .course-filter {
    padding-bottom: 30px;
  }
}

.overview {
  background-color: #f4f4f4;
  padding-top: 75px;
  padding-bottom: 75px;
}

.dropdown-menu {
  display: none;
  margin: 0;
  border-radius: 0;
  padding: 15px 0;
  top: 75px;
  left: -2px;
  background: #f4f4f4;
  border: 0;
}

.dropdown-item {
  padding: 5px 20px;
  font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: var(--second);
}
@media (max-width: 767.98px) {
  .dropdown-item {
    padding-left: 35px;
    padding-bottom: 5px;
    padding-right: 35px;
    padding-top: 5px;
  }
}

.medewerker .item-inner .content-container {
  padding: 25px;
}
.medewerker .item-inner .content-container .title {
  text-align: center;
  min-height: 0;
  height: auto;
}
.medewerker .item-inner .image-container {
  height: 215px;
  width: 215px;
  margin: 0 auto;
  border-radius: 100%;
  border: 15px solid transparent;
  transition: all 0.3s ease-in-out;
}
.medewerker .item-inner .image-container .image-inner {
  border-radius: 100%;
}
.medewerker .full_link_btn:hover ~ .item-inner .image-container {
  border: 15px solid #fdc402;
}

.form-field__file {
  display: flex;
  flex-direction: row;
}

.form-field__file .form-field__label__file {
  height: 48px;
  padding: 12px 17px 15px;
  background-color: var(--blue);
  color: var(--white);
  font-size: 1rem;
  margin-right: 26px;
  margin-bottom: 0;
  cursor: pointer;
}

.form-field__file .form-field__label__file svg {
  height: 12px;
  margin-left: 8px;
}

.form-field__file ::-webkit-file-upload-button {
  display: none;
}

.form-field__file:focus {
  outline: none;
}

.medewerker.item-wrapper {
  background: transparent;
}

.medewerker_info .social_media {
  margin-top: 15px;
}
.medewerker_info .social_media a:before {
  background: var(--primary);
  color: white;
}

form:not(#mc-embedded-subscribe-form) .input_field:not(.AVG) label {
  display: none;
}
form:not(#mc-embedded-subscribe-form) .input_field:not(.AVG) label.form-field__label__file {
  padding: 13px 15px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
form .input_field {
  position: relative;
  top: -1px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  min-height: 25px;
}
form .input_field.half {
  width: calc(50% - 5px);
}
@media (max-width: 767.98px) {
  form .input_field.half {
    width: 100%;
  }
}
form .input_field.whole {
  width: 100%;
}
form .input_field input, form .input_field select {
  border: none;
  border-radius: 5px;
}
form .input_field input:focus, form .input_field select:focus {
  outline: none;
}
form .input_field input, form .input_field select, form .input_field textarea {
  padding: 15px;
  width: 100%;
  background: #fff;
}
form .input_field textarea {
  border: none;
  min-height: 150px;
  margin-bottom: -10px;
}
form .input_field textarea:focus {
  outline: none;
}
form .input_field input[type=file] {
  background: #fff !important;
  padding-left: 0;
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 29px;
  color: #333;
}
form .input_field input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
form .input_field input[type=file]:before {
  position: absolute;
  content: "Upload je CV";
  display: inline-block;
  padding: 5px 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 29px;
  color: #333;
}
form .input_field input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  padding: 5px;
  width: 14px;
  height: 14px;
}
form .input_field input[type=checkbox]:checked {
  color: #99a1a7;
}
form .input_field input[type=checkbox]:checked:after {
  content: "✔";
  position: absolute;
  text-align: center;
  top: -1.4px;
  left: 2px;
  line-height: 16px;
  width: 9px !important;
  height: 9px !important;
  padding: 0;
  font-size: 10px;
  color: #333;
  display: block;
}
form .input_field p {
  margin-bottom: 0;
}
form .input_field.AVG p {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: flex-end;
}
form .input_field.AVG input[type=checkbox] {
  display: inline-block;
  float: left;
  margin: 9px 7.5px 7.5px 0;
  cursor: pointer;
  border: 1px solid #333;
  border-radius: 2px;
  background-color: transparent;
}
form .input_field.AVG label {
  display: inline-block;
  cursor: pointer;
}
form .submit_button a {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  border: 0;
  color: #ffffff !important;
  cursor: pointer;
}

form .form-content.white label {
  color: #fff;
}
form .form-content.white label input {
  border-color: #fff;
}
form .form-content.white .input_field.AVG input[type=checkbox] {
  border-color: #fff;
}
form .form-content.white .input_field.AVG input[type=checkbox]:checked:after {
  color: #fff;
}

::-webkit-input-placeholder {
  color: #333333;
}

::-moz-placeholder {
  color: #333333;
}

:-ms-input-placeholder {
  color: #333333;
}

:-moz-placeholder {
  color: #333333;
}

.form-btn-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.form-btn-wrapper .form-link {
  position: relative;
  margin-left: 40px;
}
.form-btn-wrapper .form-link p {
  margin-bottom: 0;
}
.form-btn-wrapper .form-link p a {
  font-weight: 400;
  text-decoration: underline;
  border-bottom: 0;
}
.form-btn-wrapper .submit_button {
  margin-top: 0;
}

.course_row {
  width: 100%;
  position: relative;
}

.course_items {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course_items:after {
  content: "";
  flex: 0 0 32%;
  max-width: 32%;
  height: 1px;
}

.single_course .sidebar-block .link_item {
  border: 0;
  cursor: default;
  margin-bottom: 10px;
}
.single_course .sidebar-block .link_item:last-child {
  margin-bottom: 0;
}
.single_course .sidebar-block .link_item:hover {
  margin-left: 0;
}
.single_course .sidebar-block .sidebar-content ul {
  margin-bottom: 0;
}
.single_course .cursus_description {
  margin-bottom: 40px;
}
.single_course .form-control {
  border: 0;
  padding: 0;
  height: auto;
}
.single_course #courseForm {
  display: none;
}
.single_course .input_field {
  width: 75%;
}
.single_course .input_field.geslacht label {
  display: block;
}
.single_course .input_field.geslacht label input {
  width: 20px;
  vertical-align: middle;
  top: 11px;
  position: relative;
  float: left;
}
.single_course .input_field.geslacht label span {
  float: left;
  margin-right: 20px;
}

.course-filter .wrapper {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px 0 20px 30px;
}
.course-filter .wrapper li {
  list-style: none;
}
.course-filter .wrapper .label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.course-filter .wrapper .label input {
  position: absolute;
  opacity: 0;
}
.course-filter .wrapper .label input:checked ~ .checkmark {
  background-color: #551727;
}
.course-filter .wrapper .label input:checked ~ .checkmark:after {
  display: block;
}
.course-filter .wrapper .label:hover input ~ .checkmark {
  background-color: #ccc;
}
.course-filter .wrapper .label .checkmark:after {
  left: 9px;
  top: 6px;
  width: 7px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.course-filter .wrapper .checkmark {
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.course-filter .wrapper .checkmark:after {
  content: "";
  display: none;
}
.course-filter .wrapper .title {
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 400;
  color: #551727;
  display: block;
  font-size: 18px;
}

.tekst-content {
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 25px;
}
.tekst-content .tekst {
  max-width: 50%;
  margin: 0 auto;
}

.title-btn-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
.title-btn-wrapper .titel {
  max-width: 50%;
}

.dashboard-items-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.dashboard-items-wrapper, .db-item {
  position: relative;
}

.db-item {
  width: 23.5%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 2%;
  box-shadow: 0 5px 40px rgba(0, 45, 98, 0.07);
}
.db-item .icoon {
  margin-bottom: 10px;
  left: -5px;
}
.db-item .titel p {
  margin-bottom: 0;
}
.db-item:first-child {
  background: transparent;
  box-shadow: none;
  border: 2px dotted rgba(0, 0, 0, 0.1);
}
.db-item:nth-child(3) {
  background: transparent;
  box-shadow: none;
  border: 2px dotted rgba(0, 0, 0, 0.1);
}
.db-item:nth-child(6) {
  background: transparent;
  box-shadow: none;
  border: 2px dotted rgba(0, 0, 0, 0.1);
}
.db-item:nth-child(8) {
  background: transparent;
  box-shadow: none;
  border: 2px dotted rgba(0, 0, 0, 0.1);
}
.db-item:nth-child(9) {
  background: transparent;
  box-shadow: none;
  border: 2px dotted rgba(0, 0, 0, 0.1);
}
.db-item:nth-child(11) {
  background: transparent;
  box-shadow: none;
  border: 2px dotted rgba(0, 0, 0, 0.1);
}
.db-item:nth-child(-n+4) {
  left: -16%;
}
.db-item:nth-child(n+9):nth-child(-n+12) {
  left: -16%;
}

.orange {
  color: var(--primary);
  font-size: 18px;
}

.title-white, .white {
  color: #ffffff;
}

.title-white {
  font-size: 46px;
  line-height: 58px;
}

.lijst-wrapper {
  position: relative;
}
.lijst-wrapper ul.one_column {
  -moz-columns: 1;
  column-count: 1;
}
.lijst-wrapper ul, .lijst-wrapper ul.one_column {
  list-style: none;
  position: relative;
  padding: 0;
}
.lijst-wrapper ul {
  -moz-columns: 2;
  column-count: 2;
}
.lijst-wrapper ul li {
  padding-left: 45px;
}
.lijst-wrapper ul li i {
  margin-right: 15px;
  font-size: 28px;
  color: var(--primary);
  position: absolute;
  left: 0;
}

.multi-block {
  position: relative;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.multi-block.multi-block-color {
  display: flex;
  width: 100%;
  min-height: 500px;
}
.multi-block.multi-block-color h3, .multi-block.multi-block-color p {
  color: #fff;
}
.multi-block.multi-block-color .multi-block-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: unset;
}
.multi-block.multi-block-color .multi-block-inner .button {
  margin-top: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.multi-block .multi-block-image {
  height: 205px;
  background-color: var(--primary);
  background-position: 50%;
  background-size: cover;
}
.multi-block .multi-block-inner {
  padding: 30px 45px 45px;
  height: calc(100% - 205px);
}
.multi-block .multi-block-inner .multi-block-inner-bottom {
  margin-top: 30px;
}
.multi-block .multi-block-inner .button {
  margin-top: 0;
}
.multi-block .multi-block-inner h3 {
  margin-bottom: 10px;
}

.testimonial-slider.swiper-container {
  width: 100%;
  height: auto;
}
.testimonial-slider.swiper-container div:focus {
  outline: none !important;
}

.testimonial-slider .swiper-slide {
  text-align: center;
  min-height: 270px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 1;
  transition: opacity 0.5s linear;
}
.testimonial-slider .swiper-slide h2 {
  margin: 0 auto 30px;
}
.testimonial-slider .swiper-slide .name p {
  margin-bottom: 0;
  color: var(--primary);
  opacity: 1;
}
.testimonial-slider .swiper-slide .description p {
  margin-bottom: 30px;
}
.testimonial-slider .swiper-slide .swiper-slide--inner {
  width: auto;
  max-width: unset;
  padding: 45px;
  background-color: #fff;
  border-radius: 10px;
}
.testimonial-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.testimonial-slider .swiper-button {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.testimonial-slider .swiper-button:hover {
  background-color: white;
}
.testimonial-slider .swiper-button:hover:after {
  -webkit-animation: wobbleReverse 1s ease-in-out;
  animation: wobbleReverse 1s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  color: var(--primary);
  background-color: var(--primary);
}
.testimonial-slider .swiper-button.swiper-button-next:hover:after {
  -webkit-animation: wobble 1s ease-in-out;
  animation: wobble 1s ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background-color: var(--primary);
}
.testimonial-slider .swiper-button-next {
  right: 0;
  background: var(--primary);
  width: 62px;
  height: 62px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.testimonial-slider .swiper-button-next:after {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transform: translateZ(0);
  color: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.testimonial-slider .swiper-button-prev {
  left: 0;
  background: var(--primary);
  width: 62px;
  height: 62px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.testimonial-slider .swiper-button-prev:after {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transform: translateZ(0);
  color: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translateZ(0) rotate(180deg);
  -webkit-transform: translateZ(0) rotate(180deg);
  -moz-transform: translateZ(0) rotate(180deg);
  -ms-transform: translateZ(0) rotate(180deg);
  -o-transform: translateZ(0) rotate(180deg);
}
.testimonial-slider .swiper-pagination {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-slider .swiper-pagination.white {
  --primary:#fff;
}
.testimonial-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: var(--primary);
  opacity: 1;
  border: 2px solid var(--primary);
}
.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
  height: 13px;
  width: 13px;
}

.navbar-nav .top_bar_rechts {
  display: none;
}

.testimonial-slider.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.testimonial-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.testimonial-slider.swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.testimonial-slider.swiper-container-rtl .swiper-button-prev:after {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transform: translateZ(0);
  color: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.testimonial-slider.swiper-container-rtl .swiper-button-next {
  left: 0;
}
.testimonial-slider.swiper-container-rtl .swiper-button-next:after {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  mask: url("/theme/assets/images/arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transform: translateZ(0);
  color: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translateZ(0) rotate(180deg);
  -webkit-transform: translateZ(0) rotate(180deg);
  -moz-transform: translateZ(0) rotate(180deg);
  -ms-transform: translateZ(0) rotate(180deg);
  -o-transform: translateZ(0) rotate(180deg);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  margin: -3px 0 0 -3px;
}
.lds-roller div:first-child {
  -webkit-animation-delay: -36ms;
  animation-delay: -36ms;
}
.lds-roller div:first-child:after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -72ms;
  animation-delay: -72ms;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

.row {
  position: relative;
}

.section-container .plate--column:first-child .plate--element__titel_met_link {
  border-left-width: 0;
  border-left-style: solid;
}

.post-header-bg {
  background-color: #783647;
}

.post-header-bg.small-header {
  height: 67px;
}

.post-header-bg.small-header:before {
  display: none;
}

.header-bg h1, .post-header-inner .intro_title h1 {
  font-size: 46px;
  line-height: 52px;
  max-width: 600px;
}

.plate--container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.breadcrumbs {
  position: relative;
  height: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.breadcrumbs a {
  font-size: 14px;
  line-height: 35px;
  color: #fff;
}

.cursus_info_wrapper svg {
  fill: var(--primary);
  margin-right: 13px;
  width: 23px;
}

.item-wrapper svg {
  fill: #551727;
  margin-right: 13px;
  width: 23px;
  height: 23px;
  opacity: 0.2;
}

.white-block h1, .white-block h2 {
  margin-bottom: 30px;
}

.page-content .sidebar-block, .post-content .sidebar-block {
  padding-top: 80px;
  padding-bottom: 85px;
}

.actual-items {
  background-color: #f4f4f4;
  padding-top: 70px;
  padding-bottom: 65px;
}
.actual-items .item-wrapper.course.course-item {
  background-color: #fff;
}

.single_course_cat .post-content .sidebar-block:before {
  content: "";
  position: absolute;
  height: calc(100% - 170px);
  width: 100vw;
  top: 85px;
  left: 0;
  background: transparent;
  border-left: 1px solid #f4f4f4;
}

form .input_field.checkbox label {
  display: block;
}

form .input_field input[type=checkbox] {
  top: 3px;
  margin-right: 10px;
}

div[class*=fax] {
  height: 1px;
  width: 1px;
  opacity: 0;
}

form .input_field input, form .input_field select, form .input_field textarea {
  padding: 10px 15px;
  border: 1px solid #f4f4f4;
}

form .form--darkmode .input_field input, form .form--darkmode .input_field select, form .form--darkmode .input_field textarea {
  background-color: rgba(116, 56, 72, 0.52);
}

form .input_field.form-field-select {
  min-height: 57px;
}
form .input_field.form-field-select .select-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 0;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
form .input_field.form-field-select select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

form .form--lightmode .input_field input, form .form--lightmode .input_field select, form .form--lightmode .input_field textarea {
  background: #fff;
}

.extra-text {
  margin-bottom: 0;
}

.form--darkmode .submit_button, .form--normalmode .submit_button, form .form--lightmode .submit_button {
  margin-right: 25px;
  margin-bottom: 15px;
}

form ::-moz-placeholder {
  font-family: Merriweather Sans, sans-serif;
}

form :-ms-input-placeholder {
  font-family: Merriweather Sans, sans-serif;
}

form ::placeholder, form input {
  font-family: Merriweather Sans, sans-serif;
}

form .form--darkmode ::-moz-placeholder {
  color: #fff;
}

form .form--darkmode :-ms-input-placeholder {
  color: #fff;
}

form .form--darkmode *, form .form--darkmode ::placeholder {
  color: #fff;
}

.courses {
  padding-left: 8.5%;
}

.courses h1 {
  margin-bottom: 40px;
}

.no-description .content {
  display: none;
}

.item-wrapper.course .info {
  margin-top: 0;
}

.index_course_cat .item-wrapper.course.course-course_cat {
  background: #e6e6e6;
}

.item-wrapper.course.course-course_cat .info, .no-description .item-wrapper.course .info {
  margin-bottom: 10px;
}

.cursus_info_wrapper {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid #f4f4f4;
}

.index_course_cat .cursus_info_wrapper {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.single_course_cat .cursus_info_wrapper {
  border-bottom: none;
  margin-bottom: 33px;
  padding-bottom: 0;
}

.cursus_info_wrapper .datum {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  top: 0;
  right: 0;
  left: unset;
}

.actual-items h3 {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .info_wrapper .mob_hide {
    display: none;
  }
}

@media (min-width: 1024px) {
  .item-wrapper:not(.course-course_cat).news:not(.update) {
    flex: 0 0 32%;
    max-width: 32%;
  }

  .overview-news .plate--container:after {
    content: "";
    height: 1px;
    width: 100%;
    flex: 0 0 32%;
    max-width: 32%;
  }
}
.info_wrapper.mobile {
  display: none;
}
@media (max-width: 1023.98px) {
  .info_wrapper.mobile {
    display: block;
    padding-top: 40px;
    background-color: #f4f4f4;
    padding-bottom: 75px;
  }
}
.info_wrapper.mobile a {
  color: var(--second);
  margin-right: 20px;
  font-size: 14px;
}

.cursus_info_inner {
  width: calc(100% - 70px);
}

.cursus_info_inner .button {
  margin-top: 30px;
}

.level-description {
  margin-top: 10px;
  width: calc(100% + 70px);
}

.level-description p {
  margin-bottom: 0;
}

[data-plate-inline-edit-text] li {
  list-style: disc !important;
}

.white-block .button a:hover {
  color: #fff;
}

.cursus_info_wrapper .info_item p {
  line-height: 35px;
}

.single_course .form-control {
  background-color: transparent;
}

.single_course #courseForm {
  width: calc(100% + 70px);
}

.single_course .input_field {
  width: 100%;
}

.course-filter {
  max-width: 294px;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.course-filter .wrapper .checkmark {
  top: 6px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  border: 1px solid #ddd1d4;
}

.no-result {
  background-color: transparent !important;
}

.course-filter .wrapper .label:hover input ~ .checkmark {
  background-color: #f4f4f4;
}

.courses {
  width: 100%;
}

.course-filter .wrapper .label .checkmark:after {
  left: 7px;
  top: 3px;
  border-width: 0 2px 2px 0;
  position: absolute;
}

.hidden_borders .inner {
  padding: 0;
}

.links-column {
  width: 50%;
}

.course-filter .wrapper {
  margin-bottom: 20px;
  background-color: transparent;
  height: 100%;
  position: relative;
  padding: 100px 15px 0 0;
}

.course-filter:before {
  content: "";
  background-color: #fff;
  top: -80px;
  right: 0;
  height: 200%;
  width: 4000%;
  position: absolute;
}

.course-filter .wrapper .title {
  font-weight: 700;
}

.title-header-wrapper {
  display: flex;
  position: relative;
}
.title-header-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(106deg, rgba(123, 54, 72, 0.800157563), hsla(0deg, 0%, 100%, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--second)",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}

.breadcrumbs-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: auto;
  position: relative;
  z-index: 2;
}

form:not(.Dark) .input_field input[type=checkbox]:checked:after {
  color: var(--second);
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .item-wrapper:not(.course-course_cat):not(.whitepaper):not(.course.course-item.course-course):not(.update) {
    flex: 0 0 32% !important;
    max-width: 32% !important;
    margin-right: 0 !important;
  }

  .item-wrapper.course {
    flex: 0 0 49% !important;
    max-width: 49% !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 989px) {
  .uitgelichte_artikel h2 {
    display: none;
  }
}
@media only screen and (max-width: 1305px) {
  img.logo {
    width: 200px;
  }

  .top_bar {
    min-width: 72%;
    padding: 0 20px;
  }

  .navbar .navbar-collapse {
    padding: 0 20px;
  }

  .nieuwsbrief_quote .left {
    padding: 50px 25px;
  }
  .nieuwsbrief_quote .right .content {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .title_with_links .inner {
    padding: 20px 0;
  }

  .item-wrapper {
    flex: 0 0 49%;
    max-width: 49%;
  }
  .item-wrapper:nth-child(2n) {
    margin-right: 0;
  }

  .item-wrapper.course:nth-child(2n) {
    margin-right: 2%;
  }
  .item-wrapper.course:nth-child(3n) {
    margin-right: 0;
  }

  .course-filter {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .course-filter .wrapper li {
    margin-right: 15px;
  }

  .course_items {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .course_row {
    margin-left: 0;
    margin-right: 0;
  }

  .dienst .expertise {
    flex-flow: column;
    padding: 45px 40px;
  }
  .dienst .expertise .title {
    padding: 20px 0 0;
  }
  .dienst .expertise .title h4, .dienst .expertise .title p {
    text-align: center;
  }

  a.nav-link {
    font-size: 14px;
    line-height: 23px;
    padding: 26px 4px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .info_wrapper a:before {
    content: "";
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    font-size: 9px;
    padding-left: 0;
  }

  .top_bar .info_wrapper a {
    font-size: 12px;
  }

  .top_bar_rechts .submenu-links:not(.extern-link) {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .top_bar {
    display: block;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px;
    padding: 0 14px 0 15px;
  }
  .top_bar a {
    line-height: 45px;
  }

  .navbar-nav .top_bar_rechts {
    display: block;
    height: 96px;
    background: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .home-item.active svg {
    fill: #fff;
  }

  li.nav-item:not(.nav-button):not(.home-item).active {
    background-color: var(--primary);
  }
  li.nav-item:not(.nav-button):not(.home-item).active a:not(.dropdown-item) {
    color: #fff;
  }

  li.nav-item.home-item:not(.nav-button) .home-link:after {
    content: "Home";
    margin-left: 10px;
  }
  li.nav-item.home-item:not(.nav-button).active {
    background-color: var(--primary);
  }
  li.nav-item.home-item:not(.nav-button).active .home-link:after {
    content: "Home";
  }
  li.nav-item.home-item:not(.nav-button).active .home-link:after, li.nav-item.home-item:not(.nav-button).active .home-link:before {
    color: #fff;
  }

  li.nav-item.home-item:not(.nav-button):after {
    display: none;
  }

  .navbar-brand.--round img {
    width: 120px;
    height: 120px;
    margin-bottom: -40px;
    transform: translateY(20px);
  }

  img.logo {
    width: 120px;
  }

  .top_bar_links {
    width: 100%;
  }

  .top_bar_rechts {
    display: none;
  }

  .navbar {
    position: absolute;
    padding: 0 20px;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 77px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .navbar.fixed-header {
    top: 0;
    position: fixed;
  }

  .navbar-brand {
    padding-left: 0;
    position: relative;
    bottom: unset !important;
    top: unset !important;
  }

  .fixed-logo:not(.--round) img.logo {
    transform: none;
  }

  body, body.smooth {
    margin-top: 122px;
  }

  .post-header-bg {
    height: 250px;
  }

  .header-slide__inner, .static-webinar {
    padding-right: 26%;
  }

  .nieuwsbrief_quote {
    height: auto;
  }
  .nieuwsbrief_quote .left, .nieuwsbrief_quote .right {
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
  }

  .sidebar-block, .white-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-content .white-block {
    padding-right: 15px;
  }
  .page-content .sidebar-block {
    padding-left: 15px;
  }
  .page-content .sidebar-block:before {
    width: 125vw;
    left: -25vw;
  }

  .post-content .white-block {
    padding-right: 15px;
  }
  .post-content .sidebar-block {
    padding-left: 15px;
  }
  .post-content .sidebar-block:before {
    width: 125vw;
    left: -25vw;
  }

  .webinar-info {
    position: relative;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .webinar-info .datum {
    position: relative;
    margin-bottom: 10px;
  }

  a.nav-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar .navbar-collapse {
    width: 100%;
    height: 100%;
    display: block !important;
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    padding: 0;
    background-color: #fff;
    overflow: visible;
    opacity: 1;
    z-index: 5;
    transform: translateX(-100%);
  }
  .navbar .navbar-collapse .navbar-nav {
    width: 100vw;
    margin-top: 122px;
    max-height: calc(100vh - 122px);
    height: 100vh;
    overflow-x: hidden;
    text-align: left;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 7;
    position: absolute;
    width: 100%;
    display: list-item;
    background: #f4f4f4;
  }
  .navbar .navbar-collapse:before {
    content: "";
    width: 100%;
    height: 90px;
    z-index: 1000;
    position: absolute;
    top: 0;
    display: block;
    background: #fff;
  }

  .navbar-nav .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    left: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }

  .menu-open .navbar-collapse {
    transform: translateX(0);
  }

  .navbar-nav .dropdown-menu {
    position: relative !important;
    top: 0;
    background: #fff;
  }

  li.mobile {
    display: block;
  }

  li.nav-item {
    border: 0 !important;
    height: auto;
    background-color: #f4f4f4;
  }
  li.nav-item.dropdown svg {
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 15px;
    line-height: 0;
    height: 15px;
    transition: transform 0.3s ease-in-out;
  }
  li.nav-item.dropdown svg path {
    fill: #f15c26;
  }
  li.nav-item.dropdown.active-acc svg {
    transform: rotate(-180deg);
  }
  li.nav-item.nav-button {
    margin-left: 0;
  }
  li.nav-item:after {
    display: none;
  }

  a.nav-link {
    padding: 10px 0 !important;
  }

  .db-item {
    width: 49%;
  }
  .db-item:nth-child(-n+4) {
    left: 0;
  }
  .db-item:nth-child(n+9):nth-child(-n+12) {
    left: 0;
  }
  .db-item:first-child, .db-item:nth-child(4), .db-item:nth-child(5), .db-item:nth-child(8), .db-item:nth-child(9), .db-item:nth-child(12) {
    background: transparent;
    box-shadow: none;
    border: 2px dotted rgba(0, 0, 0, 0.1);
  }
  .db-item:nth-child(3), .db-item:nth-child(6), .db-item:nth-child(7), .db-item:nth-child(11) {
    background: #fff;
    box-shadow: inherit;
    border: 0;
  }

  .title-white {
    font-size: 38px;
    line-height: 48px;
  }

  .title-btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .title-btn-wrapper .titel {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dienst .expertise {
    padding: 30px;
  }

  .expertise {
    margin-bottom: 25px;
  }

  .nieuwsbrief_quote .left {
    height: 400px;
    padding: 50px 15px;
  }
  .nieuwsbrief_quote .plate--container {
    padding-left: 0;
    padding-right: 0;
  }

  #mc_embed_signup .mc-field-group.email {
    width: 100% !important;
  }
  #mc_embed_signup .clear {
    width: 100%;
  }
  #mc_embed_signup .clear .button a {
    width: 100%;
  }

  .item-wrapper {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }

  footer .footer_columns {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .plate--column {
    margin-bottom: 25px;
  }
  footer .footer_bar {
    position: relative;
    height: auto;
  }

  .footer_columns .plate--column .plate--element__image img {
    width: 200px;
  }

  .footer_bar .left {
    width: 100%;
    height: 60px;
  }
  .footer_bar .right {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    text-align: left;
    height: auto;
  }
  .footer_bar .right a {
    font-size: 15px;
    line-height: 35px;
  }

  .section-container .plate--element__titel_met_link {
    border: none !important;
  }

  .title_with_links .inner .title {
    min-height: auto;
  }

  .post-header-inner .yellow_block {
    padding: 10px 15px;
    min-height: 0;
    background: rgba(253, 196, 2, 0.8);
  }
  .post-header-inner .intro_title h1 {
    font-size: 20px;
    line-height: 30px;
    color: white;
  }
  .post-header-inner .breadcrumbs a {
    font-size: 12px;
    line-height: 20px;
  }

  .text-next-image .inner-text {
    padding-top: 0;
  }

  .item-wrapper.course {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-wrapper.course .info .info_item {
    width: 50%;
  }

  #filter-level, #filter-location {
    -moz-columns: 1;
    column-count: 1;
  }

  .single_course .cursus_info_wrapper .info_item {
    width: calc(50% - 35px);
  }
}
@media only screen and (max-width: 600px) {
  #headerSlider {
    position: relative;
    height: calc(90vh - 122px);
    overflow: hidden;
  }
  #headerSlider .carousel-inner, #headerSlider .carousel-item {
    height: 240px;
  }

  .header-bg {
    position: relative;
    height: calc(90vh - 122px);
    overflow: hidden;
  }

  .header-slide__inner {
    padding-top: 40px;
    padding-right: 15px;
  }

  .static-webinar {
    padding-right: 80px;
    bottom: 26px;
  }

  .uitgelichte_artikel_overlay {
    width: 100%;
    min-height: 420px;
    position: absolute;
  }

  [data-id=column_129554] {
    display: none;
  }

  [data-id=section_42872] .section-container {
    padding-top: 30px !important;
  }

  .uitgelichte_artikel {
    position: relative;
    padding: 25px;
  }
  .uitgelichte_artikel .item-wrapper {
    width: 100%;
  }

  .db-item {
    width: 100%;
  }
  .db-item:nth-child(odd) {
    background: transparent;
    box-shadow: none;
    border: 2px dotted rgba(0, 0, 0, 0.1);
  }
  .db-item:nth-child(2n) {
    background: #fff;
    box-shadow: inherit;
    border: 0;
  }
}
@media only screen and (max-width: 520px) {
  .top_bar .info_wrapper a {
    font-size: 10px;
  }
  .top_bar .info_wrapper a.mail {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .item-wrapper.course .info .info_item {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .text-next-image .image-container {
    width: 100%;
    position: relative;
    margin-right: 0;
  }
  .text-next-image .image-container .image-inner {
    width: 100px;
    margin: 0 auto;
  }

  .text-next-image.medewerker_info {
    height: 275px;
  }
  .text-next-image.medewerker_info .inner-text {
    padding-top: 125px;
    text-align: center;
  }

  .single_course .cursus_info_wrapper .info_item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 738px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 962px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 992px) {
  .courses .course_items .item-wrapper {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .course-filter:before {
    top: -160px;
    right: -100%;
    height: calc(100% + 160px);
  }

  .courses {
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .single_course .cursus_info_wrapper .info_item.niveau {
    width: 100%;
  }
}
