/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.103.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.94.2_webpack@5.103.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./css/klixpert.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
	primary
	secondary
	success
	info
	warning
	danger
	light
	dark
**/
.has-white-color {
  color: #fff;
}
.has-white-color .hx {
  color: #fff;
}
.has-white-color p {
  color: #fff;
}
.has-white-color ul {
  color: #fff;
}
.has-white-color a {
  color: #fff;
}
.has-white-color a:hover {
  color: rgba(255, 255, 255, 0.8);
}

:root {
  --color--primary-lighter: rgb(23, 185.5022026432, 255);
  --color--primary:	#009fe3;
  --color--primary-darker:	rgb(0, 123.2775330396, 176);
  --color--secondary-lighter: rgb(34.5245901639, 97.1803278689, 199.4754098361);
  --color--secondary:	#1b4c9c;
  --color--secondary-darker:	rgb(19.4754098361, 54.8196721311, 112.5245901639);
  --color--buttons-lighter: rgb(157.1551724138, 225.6465517241, 57.3534482759);
  --color--buttons:	#84ca1e;
  --color--buttons-darker:	rgb(102.9827586207, 157.5948275862, 23.4051724138);
  --color--buttons-text:	#212529;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #009fe3;
  --secondary: #1b4c9c;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: rgb(232, 232, 232);
  --dark: rgb(8, 7, 20);
  --primary-lighter: rgb(23, 185.5022026432, 255);
  --primary-darker: rgb(0, 123.2775330396, 176);
  --secondary-lighter: rgb(34.5245901639, 97.1803278689, 199.4754098361);
  --secondary-darker: rgb(19.4754098361, 54.8196721311, 112.5245901639);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.75rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #009fe3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 105.4162995595, 150.5);
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.6rem;
}

h3, .h3 {
  font-size: 1.3rem;
}

h4, .h4 {
  font-size: 1.2rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1.75rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container, .wp-block-klx-background > .inner > *, .wp-block-group .wp-block-group__inner-container > *, .post-type-page > * {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .wp-block-klx-background > .inner > *, .wp-block-group .wp-block-group__inner-container > *, .post-type-page > * {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .wp-block-klx-background > .inner > *, .wp-block-group .wp-block-group__inner-container > *, .post-type-page > * {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .wp-block-klx-background > .inner > *, .wp-block-group .wp-block-group__inner-container > *, .post-type-page > * {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .wp-block-klx-background > .inner > *, .wp-block-group .wp-block-group__inner-container > *, .post-type-page > * {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .wp-block-klx-background > .inner > *, .wp-block-group .wp-block-group__inner-container > *, .post-type-page > * {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .wp-block-klx-background > .inner > *, .wp-block-group .wp-block-group__inner-container > *, .post-type-page > * {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .wp-block-klx-background > .inner > *, .wp-block-group .wp-block-group__inner-container > *, .post-type-page > * {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .wp-block-klx-background > .inner > *, .wp-block-group .wp-block-group__inner-container > *, .post-type-page > * {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table, .wp-block-table {
  width: 100%;
  margin-bottom: 1.75rem;
  color: #212529;
}
.table th, .wp-block-table th,
.table td,
.wp-block-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, .wp-block-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, .wp-block-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd), .wp-block-table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 228.12, 247.16);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 205.08, 240.44);
}

.table-hover .table-primary:hover {
  background-color: rgb(160.6229681979, 219.4698233216, 244.6370318021);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(160.6229681979, 219.4698233216, 244.6370318021);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(191.16, 204.88, 227.28);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(136.44, 161.92, 203.52);
}

.table-hover .table-secondary:hover {
  background-color: rgb(173.3801834862, 190.9212844037, 219.5598165138);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(173.3801834862, 190.9212844037, 219.5598165138);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(248.56, 248.56, 248.56);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(243.04, 243.04, 243.04);
}

.table-hover .table-light:hover {
  background-color: rgb(235.81, 235.81, 235.81);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(235.81, 235.81, 235.81);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(185.84, 185.56, 189.2);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(126.56, 126.04, 132.8);
}

.table-hover .table-dark:hover {
  background-color: rgb(172.7996273292, 172.4668322981, 176.7931677019);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(172.7996273292, 172.4668322981, 176.7931677019);
}

.table-primary-lighter,
.table-primary-lighter > th,
.table-primary-lighter > td {
  background-color: rgb(190.04, 235.5406167401, 255);
}
.table-primary-lighter th,
.table-primary-lighter td,
.table-primary-lighter thead th,
.table-primary-lighter tbody + tbody {
  border-color: rgb(134.36, 218.8611453744, 255);
}

.table-hover .table-primary-lighter:hover {
  background-color: rgb(164.54, 227.9018502203, 255);
}
.table-hover .table-primary-lighter:hover > td,
.table-hover .table-primary-lighter:hover > th {
  background-color: rgb(164.54, 227.9018502203, 255);
}

.table-primary-darker,
.table-primary-darker > th,
.table-primary-darker > td {
  background-color: rgb(183.6, 218.1177092511, 232.88);
}
.table-primary-darker th,
.table-primary-darker td,
.table-primary-darker thead th,
.table-primary-darker tbody + tbody {
  border-color: rgb(122.4, 186.5043171806, 213.92);
}

.table-hover .table-primary-darker:hover {
  background-color: rgb(164.1314371257, 208.0610538395, 226.8485628743);
}
.table-hover .table-primary-darker:hover > td,
.table-hover .table-primary-darker:hover > th {
  background-color: rgb(164.1314371257, 208.0610538395, 226.8485628743);
}

.table-secondary-lighter,
.table-secondary-lighter > th,
.table-secondary-lighter > td {
  background-color: rgb(193.2668852459, 210.8104918033, 239.4531147541);
}
.table-secondary-lighter th,
.table-secondary-lighter td,
.table-secondary-lighter thead th,
.table-secondary-lighter tbody + tbody {
  border-color: rgb(140.3527868852, 172.9337704918, 226.1272131148);
}

.table-hover .table-secondary-lighter:hover {
  background-color: rgb(172.8968745545, 196.2293264433, 234.3231254455);
}
.table-hover .table-secondary-lighter:hover > td,
.table-hover .table-secondary-lighter:hover > th {
  background-color: rgb(172.8968745545, 196.2293264433, 234.3231254455);
}

.table-secondary-darker,
.table-secondary-darker > th,
.table-secondary-darker > td {
  background-color: rgb(189.0531147541, 198.9495081967, 215.1068852459);
}
.table-secondary-darker th,
.table-secondary-darker td,
.table-secondary-darker thead th,
.table-secondary-darker tbody + tbody {
  border-color: rgb(132.5272131148, 150.9062295082, 180.9127868852);
}

.table-hover .table-secondary-darker:hover {
  background-color: rgb(173.1645511319, 185.4452797294, 205.4954488681);
}
.table-hover .table-secondary-darker:hover > td,
.table-hover .table-secondary-darker:hover > th {
  background-color: rgb(173.1645511319, 185.4452797294, 205.4954488681);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .wp-block-table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th, .wp-block-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd), .table-dark.wp-block-table tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, form select {
  display: block;
  width: 100%;
  height: calc(2.4em + 0.75rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, form select {
    transition: none;
  }
}
.form-control::-ms-expand, form select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus, form select:focus {
  color: #495057;
  background-color: #fff;
  border-color: white;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.25);
}
.form-control::placeholder, form select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, form select:disabled, .form-control[readonly], form select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value, form select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0rem;
}

select.form-control[size], form select[size], select.form-control[multiple], form select[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated form select:valid, form .was-validated select:valid, .form-control.is-valid, form select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated form select:valid:focus, form .was-validated select:valid:focus, .form-control.is-valid:focus, form select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated form select:invalid, form .was-validated select:invalid, .form-control.is-invalid, form select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated form select:invalid:focus, form .was-validated select:invalid:focus, .form-control.is-invalid:focus, form select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline form select, form .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 132.2081497797, 188.75);
  border-color: rgb(0, 123.2775330396, 176);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 132.2081497797, 188.75);
  border-color: rgb(0, 123.2775330396, 176);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 173.4, 231.2, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 123.2775330396, 176);
  border-color: rgb(0, 114.3469162996, 163.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 173.4, 231.2, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #1b4c9c;
  border-color: #1b4c9c;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(21.356557377, 60.1147540984, 123.393442623);
  border-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(21.356557377, 60.1147540984, 123.393442623);
  border-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
  box-shadow: 0 0 0 0.2rem rgba(61.2, 102.85, 170.85, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #1b4c9c;
  border-color: #1b4c9c;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
  border-color: rgb(17.5942622951, 49.5245901639, 101.6557377049);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61.2, 102.85, 170.85, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: rgb(232, 232, 232);
  border-color: rgb(232, 232, 232);
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(212.875, 212.875, 212.875);
  border-color: rgb(206.5, 206.5, 206.5);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(212.875, 212.875, 212.875);
  border-color: rgb(206.5, 206.5, 206.5);
  box-shadow: 0 0 0 0.2rem rgba(202.15, 202.75, 203.35, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: rgb(232, 232, 232);
  border-color: rgb(232, 232, 232);
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(206.5, 206.5, 206.5);
  border-color: rgb(200.125, 200.125, 200.125);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(202.15, 202.75, 203.35, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: rgb(8, 7, 20);
  border-color: rgb(8, 7, 20);
}
.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(45.05, 44.2, 55.25, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: rgb(8, 7, 20);
  border-color: rgb(8, 7, 20);
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45.05, 44.2, 55.25, 0.5);
}

.btn-primary-lighter {
  color: #fff;
  background-color: rgb(23, 185.5022026432, 255);
  border-color: rgb(23, 185.5022026432, 255);
}
.btn-primary-lighter:hover {
  color: #fff;
  background-color: rgb(0, 167.9306167401, 239.75);
  border-color: #009fe3;
}
.btn-primary-lighter:focus, .btn-primary-lighter.focus {
  color: #fff;
  background-color: rgb(0, 167.9306167401, 239.75);
  border-color: #009fe3;
  box-shadow: 0 0 0 0.2rem rgba(57.8, 195.9268722467, 255, 0.5);
}
.btn-primary-lighter.disabled, .btn-primary-lighter:disabled {
  color: #fff;
  background-color: rgb(23, 185.5022026432, 255);
  border-color: rgb(23, 185.5022026432, 255);
}
.btn-primary-lighter:not(:disabled):not(.disabled):active, .btn-primary-lighter:not(:disabled):not(.disabled).active, .show > .btn-primary-lighter.dropdown-toggle {
  color: #fff;
  background-color: #009fe3;
  border-color: rgb(0, 150.0693832599, 214.25);
}
.btn-primary-lighter:not(:disabled):not(.disabled):active:focus, .btn-primary-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 195.9268722467, 255, 0.5);
}

.btn-primary-darker {
  color: #fff;
  background-color: rgb(0, 123.2775330396, 176);
  border-color: rgb(0, 123.2775330396, 176);
}
.btn-primary-darker:hover {
  color: #fff;
  background-color: rgb(0, 96.4856828194, 137.75);
  border-color: rgb(0, 87.5550660793, 125);
}
.btn-primary-darker:focus, .btn-primary-darker.focus {
  color: #fff;
  background-color: rgb(0, 96.4856828194, 137.75);
  border-color: rgb(0, 87.5550660793, 125);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 143.0359030837, 187.85, 0.5);
}
.btn-primary-darker.disabled, .btn-primary-darker:disabled {
  color: #fff;
  background-color: rgb(0, 123.2775330396, 176);
  border-color: rgb(0, 123.2775330396, 176);
}
.btn-primary-darker:not(:disabled):not(.disabled):active, .btn-primary-darker:not(:disabled):not(.disabled).active, .show > .btn-primary-darker.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 87.5550660793, 125);
  border-color: rgb(0, 78.6244493392, 112.25);
}
.btn-primary-darker:not(:disabled):not(.disabled):active:focus, .btn-primary-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 143.0359030837, 187.85, 0.5);
}

.btn-secondary-lighter {
  color: #fff;
  background-color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
  border-color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
}
.btn-secondary-lighter:hover {
  color: #fff;
  background-color: rgb(28.881147541, 81.2950819672, 166.868852459);
  border-color: #1b4c9c;
}
.btn-secondary-lighter:focus, .btn-secondary-lighter.focus {
  color: #fff;
  background-color: rgb(28.881147541, 81.2950819672, 166.868852459);
  border-color: #1b4c9c;
  box-shadow: 0 0 0 0.2rem rgba(67.5959016393, 120.8532786885, 207.8040983607, 0.5);
}
.btn-secondary-lighter.disabled, .btn-secondary-lighter:disabled {
  color: #fff;
  background-color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
  border-color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
}
.btn-secondary-lighter:not(:disabled):not(.disabled):active, .btn-secondary-lighter:not(:disabled):not(.disabled).active, .show > .btn-secondary-lighter.dropdown-toggle {
  color: #fff;
  background-color: #1b4c9c;
  border-color: rgb(25.118852459, 70.7049180328, 145.131147541);
}
.btn-secondary-lighter:not(:disabled):not(.disabled):active:focus, .btn-secondary-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67.5959016393, 120.8532786885, 207.8040983607, 0.5);
}

.btn-secondary-darker {
  color: #fff;
  background-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
  border-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
}
.btn-secondary-darker:hover {
  color: #fff;
  background-color: rgb(13.8319672131, 38.9344262295, 79.9180327869);
  border-color: rgb(11.9508196721, 33.6393442623, 69.0491803279);
}
.btn-secondary-darker:focus, .btn-secondary-darker.focus {
  color: #fff;
  background-color: rgb(13.8319672131, 38.9344262295, 79.9180327869);
  border-color: rgb(11.9508196721, 33.6393442623, 69.0491803279);
  box-shadow: 0 0 0 0.2rem rgba(54.8040983607, 84.8467213115, 133.8959016393, 0.5);
}
.btn-secondary-darker.disabled, .btn-secondary-darker:disabled {
  color: #fff;
  background-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
  border-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
}
.btn-secondary-darker:not(:disabled):not(.disabled):active, .btn-secondary-darker:not(:disabled):not(.disabled).active, .show > .btn-secondary-darker.dropdown-toggle {
  color: #fff;
  background-color: rgb(11.9508196721, 33.6393442623, 69.0491803279);
  border-color: rgb(10.0696721311, 28.3442622951, 58.1803278689);
}
.btn-secondary-darker:not(:disabled):not(.disabled):active:focus, .btn-secondary-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54.8040983607, 84.8467213115, 133.8959016393, 0.5);
}

.btn-outline-primary {
  color: #009fe3;
  border-color: #009fe3;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #009fe3;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5);
}

.btn-outline-secondary {
  color: #1b4c9c;
  border-color: #1b4c9c;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #1b4c9c;
  border-color: #1b4c9c;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 76, 156, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #1b4c9c;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1b4c9c;
  border-color: #1b4c9c;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 76, 156, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: rgb(232, 232, 232);
  border-color: rgb(232, 232, 232);
}
.btn-outline-light:hover {
  color: #212529;
  background-color: rgb(232, 232, 232);
  border-color: rgb(232, 232, 232);
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: rgb(232, 232, 232);
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(232, 232, 232);
  border-color: rgb(232, 232, 232);
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}

.btn-outline-dark {
  color: rgb(8, 7, 20);
  border-color: rgb(8, 7, 20);
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: rgb(8, 7, 20);
  border-color: rgb(8, 7, 20);
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 7, 20, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: rgb(8, 7, 20);
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(8, 7, 20);
  border-color: rgb(8, 7, 20);
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 7, 20, 0.5);
}

.btn-outline-primary-lighter {
  color: rgb(23, 185.5022026432, 255);
  border-color: rgb(23, 185.5022026432, 255);
}
.btn-outline-primary-lighter:hover {
  color: #fff;
  background-color: rgb(23, 185.5022026432, 255);
  border-color: rgb(23, 185.5022026432, 255);
}
.btn-outline-primary-lighter:focus, .btn-outline-primary-lighter.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 185.5022026432, 255, 0.5);
}
.btn-outline-primary-lighter.disabled, .btn-outline-primary-lighter:disabled {
  color: rgb(23, 185.5022026432, 255);
  background-color: transparent;
}
.btn-outline-primary-lighter:not(:disabled):not(.disabled):active, .btn-outline-primary-lighter:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-lighter.dropdown-toggle {
  color: #fff;
  background-color: rgb(23, 185.5022026432, 255);
  border-color: rgb(23, 185.5022026432, 255);
}
.btn-outline-primary-lighter:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 185.5022026432, 255, 0.5);
}

.btn-outline-primary-darker {
  color: rgb(0, 123.2775330396, 176);
  border-color: rgb(0, 123.2775330396, 176);
}
.btn-outline-primary-darker:hover {
  color: #fff;
  background-color: rgb(0, 123.2775330396, 176);
  border-color: rgb(0, 123.2775330396, 176);
}
.btn-outline-primary-darker:focus, .btn-outline-primary-darker.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123.2775330396, 176, 0.5);
}
.btn-outline-primary-darker.disabled, .btn-outline-primary-darker:disabled {
  color: rgb(0, 123.2775330396, 176);
  background-color: transparent;
}
.btn-outline-primary-darker:not(:disabled):not(.disabled):active, .btn-outline-primary-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-darker.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 123.2775330396, 176);
  border-color: rgb(0, 123.2775330396, 176);
}
.btn-outline-primary-darker:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123.2775330396, 176, 0.5);
}

.btn-outline-secondary-lighter {
  color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
  border-color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
}
.btn-outline-secondary-lighter:hover {
  color: #fff;
  background-color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
  border-color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
}
.btn-outline-secondary-lighter:focus, .btn-outline-secondary-lighter.focus {
  box-shadow: 0 0 0 0.2rem rgba(34.5245901639, 97.1803278689, 199.4754098361, 0.5);
}
.btn-outline-secondary-lighter.disabled, .btn-outline-secondary-lighter:disabled {
  color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
  background-color: transparent;
}
.btn-outline-secondary-lighter:not(:disabled):not(.disabled):active, .btn-outline-secondary-lighter:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-lighter.dropdown-toggle {
  color: #fff;
  background-color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
  border-color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
}
.btn-outline-secondary-lighter:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-lighter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34.5245901639, 97.1803278689, 199.4754098361, 0.5);
}

.btn-outline-secondary-darker {
  color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
  border-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
}
.btn-outline-secondary-darker:hover {
  color: #fff;
  background-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
  border-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
}
.btn-outline-secondary-darker:focus, .btn-outline-secondary-darker.focus {
  box-shadow: 0 0 0 0.2rem rgba(19.4754098361, 54.8196721311, 112.5245901639, 0.5);
}
.btn-outline-secondary-darker.disabled, .btn-outline-secondary-darker:disabled {
  color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
  background-color: transparent;
}
.btn-outline-secondary-darker:not(:disabled):not(.disabled):active, .btn-outline-secondary-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-darker.dropdown-toggle {
  color: #fff;
  background-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
  border-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
}
.btn-outline-secondary-darker:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19.4754098361, 54.8196721311, 112.5245901639, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #009fe3;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 105.4162995595, 150.5);
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 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: 0rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  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;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.875rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #009fe3;
  text-decoration: none;
  background-color: rgb(232, 232, 232);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, form .input-group > select,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, form .input-group > select + .form-control, form .input-group > .form-control + select, form .input-group > select + select,
.input-group > .form-control + .custom-select,
form .input-group > select + .custom-select,
.input-group > .form-control + .custom-file,
form .input-group > select + .custom-file,
.input-group > .form-control-plaintext + .form-control,
form .input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
form .input-group > .custom-select + select,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
form .input-group > .custom-file + select,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: 0;
}
.input-group > .form-control:focus, form .input-group > select:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), form .input-group > select:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), form .input-group > select:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: 0;
}

.input-group-prepend {
  margin-right: 0;
}

.input-group-append {
  margin-left: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0 solid #ced4da;
  border-radius: 0rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), form .input-group-lg > select:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem);
}

.input-group-lg > .form-control, form .input-group-lg > select,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.input-group-sm > .form-control:not(textarea), form .input-group-sm > select:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem);
}

.input-group-sm > .form-control, form .input-group-sm > select,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.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 {
  border-radius: 0rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #009fe3;
  background-color: rgb(232, 232, 232);
}

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

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

.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: 0.875rem 1.75rem;
}
.navbar .container, .navbar .wp-block-klx-background > .inner > *, .navbar .wp-block-group .wp-block-group__inner-container > *, .wp-block-group .navbar .wp-block-group__inner-container > *, .navbar .post-type-page > *,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1.75rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.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;
  float: none;
}

.navbar-text {
  display: inline-block;
  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: 0rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .wp-block-klx-background > .navbar-expand-sm.inner > *, .wp-block-group .navbar-expand-sm.wp-block-group__inner-container > *, .navbar-expand-sm.post-type-page > *,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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 > .container, .wp-block-klx-background > .navbar-expand-sm.inner > *, .wp-block-group .navbar-expand-sm.wp-block-group__inner-container > *, .navbar-expand-sm.post-type-page > *,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .wp-block-klx-background > .navbar-expand-md.inner > *, .wp-block-group .navbar-expand-md.wp-block-group__inner-container > *, .navbar-expand-md.post-type-page > *,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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 > .container, .wp-block-klx-background > .navbar-expand-md.inner > *, .wp-block-group .navbar-expand-md.wp-block-group__inner-container > *, .navbar-expand-md.post-type-page > *,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .wp-block-klx-background > .navbar-expand-lg.inner > *, .wp-block-group .navbar-expand-lg.wp-block-group__inner-container > *, .navbar-expand-lg.post-type-page > *,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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 > .container, .wp-block-klx-background > .navbar-expand-lg.inner > *, .wp-block-group .navbar-expand-lg.wp-block-group__inner-container > *, .navbar-expand-lg.post-type-page > *,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .wp-block-klx-background > .navbar-expand-xl.inner > *, .wp-block-group .navbar-expand-xl.wp-block-group__inner-container > *, .navbar-expand-xl.post-type-page > *,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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 > .container, .wp-block-klx-background > .navbar-expand-xl.inner > *, .wp-block-group .navbar-expand-xl.wp-block-group__inner-container > *, .navbar-expand-xl.post-type-page > *,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container, .wp-block-klx-background > .navbar-expand.inner > *, .wp-block-group .navbar-expand.wp-block-group__inner-container > *, .navbar-expand.post-type-page > *,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row 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 > .container, .wp-block-klx-background > .navbar-expand.inner > *, .wp-block-group .navbar-expand.wp-block-group__inner-container > *, .navbar-expand.post-type-page > *,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.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.5);
}
.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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%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.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.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.5);
}
.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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%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.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #009fe3 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 123.2775330396, 176) !important;
}

.bg-secondary {
  background-color: #1b4c9c !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(19.4754098361, 54.8196721311, 112.5245901639) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: rgb(232, 232, 232) !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(206.5, 206.5, 206.5) !important;
}

.bg-dark {
  background-color: rgb(8, 7, 20) !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-primary-lighter {
  background-color: rgb(23, 185.5022026432, 255) !important;
}

a.bg-primary-lighter:hover, a.bg-primary-lighter:focus,
button.bg-primary-lighter:hover,
button.bg-primary-lighter:focus {
  background-color: #009fe3 !important;
}

.bg-primary-darker {
  background-color: rgb(0, 123.2775330396, 176) !important;
}

a.bg-primary-darker:hover, a.bg-primary-darker:focus,
button.bg-primary-darker:hover,
button.bg-primary-darker:focus {
  background-color: rgb(0, 87.5550660793, 125) !important;
}

.bg-secondary-lighter {
  background-color: rgb(34.5245901639, 97.1803278689, 199.4754098361) !important;
}

a.bg-secondary-lighter:hover, a.bg-secondary-lighter:focus,
button.bg-secondary-lighter:hover,
button.bg-secondary-lighter:focus {
  background-color: #1b4c9c !important;
}

.bg-secondary-darker {
  background-color: rgb(19.4754098361, 54.8196721311, 112.5245901639) !important;
}

a.bg-secondary-darker:hover, a.bg-secondary-darker:focus,
button.bg-secondary-darker:hover,
button.bg-secondary-darker:focus {
  background-color: rgb(11.9508196721, 33.6393442623, 69.0491803279) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #009fe3 !important;
}

.border-secondary {
  border-color: #1b4c9c !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: rgb(232, 232, 232) !important;
}

.border-dark {
  border-color: rgb(8, 7, 20) !important;
}

.border-primary-lighter {
  border-color: rgb(23, 185.5022026432, 255) !important;
}

.border-primary-darker {
  border-color: rgb(0, 123.2775330396, 176) !important;
}

.border-secondary-lighter {
  border-color: rgb(34.5245901639, 97.1803278689, 199.4754098361) !important;
}

.border-secondary-darker {
  border-color: rgb(19.4754098361, 54.8196721311, 112.5245901639) !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0rem !important;
}

.rounded {
  border-radius: 0rem !important;
}

.rounded-top {
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}

.rounded-right {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}

.rounded-left {
  border-top-left-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}

.rounded-lg {
  border-radius: 0rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.2) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -0.4375rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.4375rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.4375rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.4375rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.4375rem !important;
}

.m-n2 {
  margin: -0.875rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.875rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.875rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.875rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.875rem !important;
}

.m-n3 {
  margin: -1.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.75rem !important;
}

.m-n4 {
  margin: -2.625rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2.625rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2.625rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2.625rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2.625rem !important;
}

.m-n5 {
  margin: -5.25rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -5.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -5.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -5.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -5.25rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.4375rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.4375rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.4375rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.4375rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.4375rem !important;
  }
  .m-sm-2 {
    margin: 0.875rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.875rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.875rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.875rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.875rem !important;
  }
  .m-sm-3 {
    margin: 1.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.75rem !important;
  }
  .m-sm-4 {
    margin: 2.625rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.625rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.625rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.625rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.625rem !important;
  }
  .m-sm-5 {
    margin: 5.25rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5.25rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5.25rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5.25rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5.25rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.4375rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.4375rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.4375rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.4375rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.4375rem !important;
  }
  .p-sm-2 {
    padding: 0.875rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.875rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.875rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.875rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.875rem !important;
  }
  .p-sm-3 {
    padding: 1.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.75rem !important;
  }
  .p-sm-4 {
    padding: 2.625rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.625rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.625rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.625rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.625rem !important;
  }
  .p-sm-5 {
    padding: 5.25rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5.25rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5.25rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5.25rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5.25rem !important;
  }
  .m-sm-n1 {
    margin: -0.4375rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.4375rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.4375rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.4375rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.4375rem !important;
  }
  .m-sm-n2 {
    margin: -0.875rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.875rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.875rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.875rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.875rem !important;
  }
  .m-sm-n3 {
    margin: -1.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n4 {
    margin: -2.625rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2.625rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2.625rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2.625rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2.625rem !important;
  }
  .m-sm-n5 {
    margin: -5.25rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5.25rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5.25rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5.25rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5.25rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.4375rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.4375rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.4375rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.4375rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.4375rem !important;
  }
  .m-md-2 {
    margin: 0.875rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.875rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.875rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.875rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.875rem !important;
  }
  .m-md-3 {
    margin: 1.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.75rem !important;
  }
  .m-md-4 {
    margin: 2.625rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.625rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.625rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.625rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.625rem !important;
  }
  .m-md-5 {
    margin: 5.25rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5.25rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5.25rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5.25rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5.25rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.4375rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.4375rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.4375rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.4375rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.4375rem !important;
  }
  .p-md-2 {
    padding: 0.875rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.875rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.875rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.875rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.875rem !important;
  }
  .p-md-3 {
    padding: 1.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.75rem !important;
  }
  .p-md-4 {
    padding: 2.625rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.625rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.625rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.625rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.625rem !important;
  }
  .p-md-5 {
    padding: 5.25rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5.25rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5.25rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5.25rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5.25rem !important;
  }
  .m-md-n1 {
    margin: -0.4375rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.4375rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.4375rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.4375rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.4375rem !important;
  }
  .m-md-n2 {
    margin: -0.875rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.875rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.875rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.875rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.875rem !important;
  }
  .m-md-n3 {
    margin: -1.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.75rem !important;
  }
  .m-md-n4 {
    margin: -2.625rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2.625rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2.625rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2.625rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2.625rem !important;
  }
  .m-md-n5 {
    margin: -5.25rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5.25rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5.25rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5.25rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5.25rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.4375rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.4375rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.4375rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.4375rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.4375rem !important;
  }
  .m-lg-2 {
    margin: 0.875rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.875rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.875rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.875rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.875rem !important;
  }
  .m-lg-3 {
    margin: 1.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.75rem !important;
  }
  .m-lg-4 {
    margin: 2.625rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.625rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.625rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.625rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.625rem !important;
  }
  .m-lg-5 {
    margin: 5.25rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5.25rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5.25rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5.25rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5.25rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.4375rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.4375rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.4375rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.4375rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.4375rem !important;
  }
  .p-lg-2 {
    padding: 0.875rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.875rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.875rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.875rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.875rem !important;
  }
  .p-lg-3 {
    padding: 1.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.75rem !important;
  }
  .p-lg-4 {
    padding: 2.625rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.625rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.625rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.625rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.625rem !important;
  }
  .p-lg-5 {
    padding: 5.25rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5.25rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5.25rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5.25rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5.25rem !important;
  }
  .m-lg-n1 {
    margin: -0.4375rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.4375rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.4375rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.4375rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.4375rem !important;
  }
  .m-lg-n2 {
    margin: -0.875rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.875rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.875rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.875rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.875rem !important;
  }
  .m-lg-n3 {
    margin: -1.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n4 {
    margin: -2.625rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2.625rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2.625rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2.625rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2.625rem !important;
  }
  .m-lg-n5 {
    margin: -5.25rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5.25rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5.25rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5.25rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5.25rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.4375rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.4375rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.4375rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.4375rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.4375rem !important;
  }
  .m-xl-2 {
    margin: 0.875rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.875rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.875rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.875rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.875rem !important;
  }
  .m-xl-3 {
    margin: 1.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.75rem !important;
  }
  .m-xl-4 {
    margin: 2.625rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.625rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.625rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.625rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.625rem !important;
  }
  .m-xl-5 {
    margin: 5.25rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5.25rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5.25rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5.25rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.4375rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.4375rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.4375rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.4375rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.4375rem !important;
  }
  .p-xl-2 {
    padding: 0.875rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.875rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.875rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.875rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.875rem !important;
  }
  .p-xl-3 {
    padding: 1.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.75rem !important;
  }
  .p-xl-4 {
    padding: 2.625rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.625rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.625rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.625rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.625rem !important;
  }
  .p-xl-5 {
    padding: 5.25rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5.25rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5.25rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5.25rem !important;
  }
  .m-xl-n1 {
    margin: -0.4375rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.4375rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.4375rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.4375rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.4375rem !important;
  }
  .m-xl-n2 {
    margin: -0.875rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.875rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.875rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.875rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.875rem !important;
  }
  .m-xl-n3 {
    margin: -1.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n4 {
    margin: -2.625rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2.625rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2.625rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2.625rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2.625rem !important;
  }
  .m-xl-n5 {
    margin: -5.25rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5.25rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5.25rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5.25rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #009fe3 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 105.4162995595, 150.5) !important;
}

.text-secondary {
  color: #1b4c9c !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(15.7131147541, 44.2295081967, 90.7868852459) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: rgb(232, 232, 232) !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(193.75, 193.75, 193.75) !important;
}

.text-dark {
  color: rgb(8, 7, 20) !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-primary-lighter {
  color: rgb(23, 185.5022026432, 255) !important;
}

a.text-primary-lighter:hover, a.text-primary-lighter:focus {
  color: rgb(0, 141.1387665198, 201.5) !important;
}

.text-primary-darker {
  color: rgb(0, 123.2775330396, 176) !important;
}

a.text-primary-darker:hover, a.text-primary-darker:focus {
  color: rgb(0, 69.6938325991, 99.5) !important;
}

.text-secondary-lighter {
  color: rgb(34.5245901639, 97.1803278689, 199.4754098361) !important;
}

a.text-secondary-lighter:hover, a.text-secondary-lighter:focus {
  color: rgb(23.237704918, 65.4098360656, 134.262295082) !important;
}

.text-secondary-darker {
  color: rgb(19.4754098361, 54.8196721311, 112.5245901639) !important;
}

a.text-secondary-darker:hover, a.text-secondary-darker:focus {
  color: rgb(8.1885245902, 23.0491803279, 47.3114754098) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

#footer .container, #footer .wp-block-klx-background > .inner > *, #footer .wp-block-group .wp-block-group__inner-container > *, .wp-block-group #footer .wp-block-group__inner-container > *, #footer .post-type-page > * {
  position: relative;
}
#footer .footer-logo img {
  max-width: 12em;
}
#footer .footer-socials ul,
#footer .footer-cta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-socials ul li,
#footer .footer-cta ul li {
  padding: 0;
  margin: 0;
}
#footer .footer-socials ul li:before,
#footer .footer-cta ul li:before {
  display: none;
}
#footer .footer-socials ul li a,
#footer .footer-cta ul li a {
  display: inline-flex;
  align-items: center;
  padding: 0.4em 0em;
  font-size: 1.1em;
  width: auto;
}
#footer .footer-socials ul li a i,
#footer .footer-cta ul li a i {
  font-size: 1.2em;
  width: 1em;
  text-align: center;
  margin-right: 0.5em;
}
#footer .footer-cta ul li a {
  font-weight: bold;
}
#footer .jameda-widget {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
#footer .jameda-widget > div {
  margin: 0 !important;
}
#footer .jameda-widget > div.focus-widget {
  margin-right: 1em !important;
}
#footer .jameda-widget > div.focus-widget img {
  height: 141px;
  width: auto;
}

#footer-2 p.h5 {
  position: relative;
  padding-bottom: 0.875rem;
}
#footer-2 p.h5:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 2.5em;
  background: rgb(232, 232, 232);
}
#footer-2 p.h5 + * {
  margin-top: 0.875rem;
}
#footer-2 .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-2 .footer-menu ul li {
  padding: 0;
  margin: 0;
}
#footer-2 .footer-menu ul li:before {
  display: none;
}
#footer-2 .footer-menu ul li a {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  #footer-2 {
    padding-bottom: 55px;
  }
}
@media (max-width: 575.98px) {
  #footer .jameda-widget {
    left: 1em;
    right: unset;
    position: relative;
    order: -1;
    margin-top: -0.875rem;
  }
  #footer .footer-logo img {
    max-width: 60%;
  }
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  position: relative;
  width: 100%;
}

.post-type-page > *:first-child:not(.klx_slider) {
  padding-top: 6rem;
}
@media (max-width: 991.98px) {
  .post-type-page > *:first-child:not(.klx_slider) {
    padding-top: 4rem;
  }
}
/* *****************
 * !!! We are working with margin-top instead of margin-bottom
 *
 * Reason for this is so we can get elements following each other
 * Example: we can get <p> tags which follow directly after an headline like ".h1 > p { margin-top xx }"
 * The other way around is with the current css technology not possible
 ******************* */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}

blockquote,
dd,
dl,
figure,
hr,
p,
pre,
ol,
ul {
  margin: 0;
}

.wp-block-columns {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-image,
.wp-block-embed {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 1.75rem;
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + *,
.h1 + *,
.h2 + *,
.h3 + *,
.h4 + *,
.h5 + *,
.h6 + * {
  margin-top: 1.75rem;
}
h1 + .wp-block-image, h1 + .wp-block-embed,
h2 + .wp-block-image,
h2 + .wp-block-embed,
h3 + .wp-block-image,
h3 + .wp-block-embed,
h4 + .wp-block-image,
h4 + .wp-block-embed,
h5 + .wp-block-image,
h5 + .wp-block-embed,
h6 + .wp-block-image,
h6 + .wp-block-embed,
.h1 + .wp-block-image,
.h1 + .wp-block-embed,
.h2 + .wp-block-image,
.h2 + .wp-block-embed,
.h3 + .wp-block-image,
.h3 + .wp-block-embed,
.h4 + .wp-block-image,
.h4 + .wp-block-embed,
.h5 + .wp-block-image,
.h5 + .wp-block-embed,
.h6 + .wp-block-image,
.h6 + .wp-block-embed {
  margin-top: 1.75rem;
}
h1 + .wp-block-columns,
h2 + .wp-block-columns,
h3 + .wp-block-columns,
h4 + .wp-block-columns,
h5 + .wp-block-columns,
h6 + .wp-block-columns,
.h1 + .wp-block-columns,
.h2 + .wp-block-columns,
.h3 + .wp-block-columns,
.h4 + .wp-block-columns,
.h5 + .wp-block-columns,
.h6 + .wp-block-columns {
  margin-top: 2.25rem;
}
h1 + .wp-block-group,
h2 + .wp-block-group,
h3 + .wp-block-group,
h4 + .wp-block-group,
h5 + .wp-block-group,
h6 + .wp-block-group,
.h1 + .wp-block-group,
.h2 + .wp-block-group,
.h3 + .wp-block-group,
.h4 + .wp-block-group,
.h5 + .wp-block-group,
.h6 + .wp-block-group {
  margin-top: 2.75rem;
}

blockquote,
dd,
dl,
figure,
hr,
p,
pre,
ol,
ul {
  margin-top: 1.75rem;
}
blockquote + *,
dd + *,
dl + *,
figure + *,
hr + *,
p + *,
pre + *,
ol + *,
ul + * {
  margin-top: 1.75rem;
}
blockquote + .wp-block-image, blockquote + .wp-block-embed,
dd + .wp-block-image,
dd + .wp-block-embed,
dl + .wp-block-image,
dl + .wp-block-embed,
figure + .wp-block-image,
figure + .wp-block-embed,
hr + .wp-block-image,
hr + .wp-block-embed,
p + .wp-block-image,
p + .wp-block-embed,
pre + .wp-block-image,
pre + .wp-block-embed,
ol + .wp-block-image,
ol + .wp-block-embed,
ul + .wp-block-image,
ul + .wp-block-embed {
  margin-top: 1.75rem;
}
blockquote + .wp-block-columns,
dd + .wp-block-columns,
dl + .wp-block-columns,
figure + .wp-block-columns,
hr + .wp-block-columns,
p + .wp-block-columns,
pre + .wp-block-columns,
ol + .wp-block-columns,
ul + .wp-block-columns {
  margin-top: 3.25rem;
}
blockquote + .wp-block-group,
dd + .wp-block-group,
dl + .wp-block-group,
figure + .wp-block-group,
hr + .wp-block-group,
p + .wp-block-group,
pre + .wp-block-group,
ol + .wp-block-group,
ul + .wp-block-group {
  margin-top: 5rem;
}

.wp-block-columns {
  margin-top: 3.25rem;
}
.wp-block-columns + * {
  margin-top: 5rem;
}
.wp-block-columns + .wp-block-columns {
  margin-top: 3.25rem;
}
.wp-block-columns + .wp-block-group {
  margin-top: 5rem;
}

.wp-block-group {
  margin-top: 5rem;
}
.wp-block-group + * {
  margin-top: 5rem;
}
.wp-block-group + .wp-block-columns {
  margin-top: 3.25rem;
}
.wp-block-group + .wp-block-group {
  margin-top: 5rem;
}

[class*=klx_] {
  margin-top: 5rem;
}
[class*=klx_] + * {
  margin-top: 5rem;
}
[class*=klx_] + .wp-block-columns {
  margin-top: 3.25rem;
}
[class*=klx_] + .wp-block-group {
  margin-top: 5rem;
}

.wp-block-column {
  margin-top: 1.75rem;
}

.row:first-child {
  margin-top: -1.75rem;
}

.row > [class*=col-] {
  margin-top: 1.75rem;
}

.wp-block-buttons {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}
.wp-block-buttons .wp-block-button {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-buttons.aligncenter {
  justify-content: center;
}

.wp-block-group__inner-container > *:first-child,
.wp-block-column > *:first-child,
.inner > *:first-child,
.card-body > *:first-child,
[class*=col-] > *:first-child {
  margin-top: 0;
}

.wp-block-list ul:first-child,
.wp-block-list ol:first-child {
  margin-top: 0;
}

.wp-block-group.has-background {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.wp-block-group.has-background .wp-block-group__inner-container > .wp-block-columns:first-child {
  margin-top: -1.75rem;
}
.wp-block-group.has-background .wp-block-group__inner-container > .wp-block-columns.has-background, .wp-block-group.has-background .wp-block-group__inner-container > .wp-block-columns[class*=bg-] {
  margin-top: 0;
}

.wp-block-group__inner-container.has-background {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.wp-block-group__inner-container.has-background > .wp-block-columns:first-child {
  margin-top: -1.75rem;
}

.wp-block-columns.has-background,
.wp-block-columns[class*=bg-] {
  margin-top: 0;
  padding-bottom: 1.75rem;
}

.wp-block-column.has-background,
.wp-block-column[class*=bg-] {
  padding: 1.75rem !important;
}

.post-type-page > *:last-child:after {
  content: "";
  position: relative;
  display: block;
  flex: 0 0 100%;
  margin-top: 5rem;
}

.post-type-page > *[class*=has-background]:last-child:after,
.post-type-page > *.wp-block-klx-background:last-child:after,
.post-type-page > *.wp-block-columns:last-child:after {
  display: none;
}

.post-type-page > *.wp-block-columns:last-child {
  margin-bottom: 5rem;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 991.98px) {
  .wp-block-columns {
    margin-top: 2.25rem;
  }
  .wp-block-columns + * {
    margin-top: 4rem;
  }
  .wp-block-columns + .wp-block-columns {
    margin-top: 2.25rem;
  }
  .wp-block-columns + .wp-block-group {
    margin-top: 4rem;
  }
  .wp-block-group {
    margin-top: 4rem;
  }
  .wp-block-group + * {
    margin-top: 4rem;
  }
  .wp-block-group + .wp-block-columns {
    margin-top: 2.25rem;
  }
  .wp-block-group + .wp-block-group {
    margin-top: 4rem;
  }
  [class*=klx_] {
    margin-top: 3rem;
  }
  [class*=klx_] + * {
    margin-top: 4rem;
  }
  [class*=klx_] + .wp-block-columns {
    margin-top: 2.25rem;
  }
  [class*=klx_] + .wp-block-group {
    margin-top: 4rem;
  }
  .wp-block-column {
    margin-top: 0;
  }
  .wp-block-columns {
    gap: 1.75rem;
  }
}
/* -----------------------------------
Header
----------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  box-shadow: 0 -35px 20px 10px rgba(0, 0, 0, 0.4), 0 -35px 30px 30px rgba(0, 0, 0, 0.3);
  width: 100%;
}
#header > .inside {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
}
#header .logo {
  height: 3.5rem;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 10;
  margin-right: 1em;
  flex: 0 0 auto;
}
#header .logo a,
#header .logo img,
#header .logo picture {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}
#header .navbar {
  align-self: flex-end;
  width: 100%;
}
#header .navbar-collapse {
  display: flex;
  justify-content: flex-end;
  margin: 0 -0.6em;
  width: calc(100% + 1.2em);
}
#header .navbar-collapse > ul {
  display: flex;
  justify-content: space-between;
  width: auto;
}
#header .quick-links {
  position: absolute;
  right: 15px;
  top: 0;
}
#header .quick-links a {
  position: relative;
  padding: 0.25em 1em;
  display: inline-block;
  color: var(--color--secondary);
  border: 1px solid var(--color--secondary);
  border-top-width: 0;
  font-size: 0.9em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
#header .quick-links a i {
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
#header .quick-links a span {
  display: inline-block;
  vertical-align: middle;
}
#header .quick-links a:hover {
  color: var(--color--primary-darker);
  border-color: var(--color--primary-darker);
}
#header .quick-links a:not(:last-child) {
  margin-right: 0.5em;
}
#header .quick-links a.appointment {
  display: none;
}
#header .quick-links a.contact {
  background: var(--color--secondary);
  border-color: var(--color--secondary);
  color: rgb(232, 232, 232);
}
#header .quick-links a.contact:hover {
  background: var(--color--secondary-darker);
  border-color: var(--color--secondary-darker);
  color: rgb(232, 232, 232);
}

body > .jameda-widget {
  position: absolute;
  right: 0;
  top: 6rem;
  z-index: 20;
  display: flex;
  transform: scale(0.8);
  transform-origin: right top;
}
body > .jameda-widget.hide {
  display: none;
}
@media (min-width: 576px) {
  body > .jameda-widget {
    right: calc(50% - 540px / 2);
  }
}
@media (min-width: 768px) {
  body > .jameda-widget {
    right: calc(50% - 720px / 2);
  }
}
@media (min-width: 992px) {
  body > .jameda-widget {
    right: calc(50% - 960px / 2);
  }
}
@media (min-width: 1200px) {
  body > .jameda-widget {
    right: calc(50% - 1140px / 2);
  }
}
body > .jameda-widget > div {
  margin: 0 !important;
}
body > .jameda-widget > div.focus-widget {
  margin-right: 1em !important;
}
body > .jameda-widget > div.focus-widget img {
  height: 141px;
  width: auto;
}

#main {
  padding-top: 6rem;
}

.has-subnavi #main {
  padding-top: calc(6rem + 2.5rem);
}

/* -----------------------------------
Nav
----------------------------------- */
#nav {
  width: 100%;
  padding: 0;
}
#nav > .inner {
  width: 100%;
}
#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1em;
}
#nav ul li {
  margin: 0;
  padding: 0;
}
#nav ul li::before {
  display: none;
}

#menu-primary .dropdown-menu {
  position: relative;
  top: 0;
  float: none;
  min-width: auto;
  color: #212529;
  background: transparent;
  flex-wrap: wrap;
}
#menu-primary .dropdown-menu.active, #menu-primary .dropdown-menu:active {
  color: #212529;
  background: transparent;
}
#menu-primary .dropdown-item.active, #menu-primary .dropdown-item:active, #menu-primary .dropdown-item:hover, #menu-primary .dropdown-item:focus {
  background: transparent;
}
#menu-primary > .menu-item {
  position: relative;
}
#menu-primary > .menu-item.megamenu {
  position: unset;
  position: static;
}
#menu-primary > .menu-item > .nav-link {
  position: relative;
  padding: 1.2em 1em;
  font-size: 0.9em;
  font-weight: 700;
  color: #212529;
}
#menu-primary > .menu-item > .nav-link .dropdown-toggle {
  margin-left: 1em;
}
#menu-primary > .menu-item > .nav-link::before {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color--primary);
  z-index: -1;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -ms-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
#menu-primary > .menu-item > .nav-link::after {
  transform: translateY(-75%);
}
#menu-primary > .menu-item.active > .nav-link::before, #menu-primary > .menu-item.current_page_parent > .nav-link::before, #menu-primary > .menu-item.current-menu-ancestor > .nav-link::before {
  height: 2px;
}
#menu-primary > .menu-item:hover > .nav-link {
  color: #fff;
}
#menu-primary > .menu-item:hover > .nav-link::before {
  height: 100%;
}
#menu-primary > .menu-item:last-child > .dropdown-menu {
  left: unset;
}
#menu-primary > .menu-item > .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 0;
  justify-content: flex-end;
  padding: 2em 1em;
  margin: 0;
  display: none;
  background: #fff;
  box-shadow: 0 9px 18px 2px rgba(0, 0, 0, 0.15);
  width: 300px;
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item {
  padding: 0 1em;
  margin: 0;
  width: 100%;
  position: relative;
  min-width: 16em;
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item > .dropdown-item {
  color: #212529;
  font-weight: 700;
  padding: 0.4em 0;
  margin: 0;
  white-space: normal;
  line-height: 1.2;
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item > a.dropdown-item:hover {
  color: var(--color--secondary);
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item.menu-2-cols {
  display: flex;
  flex-direction: column;
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item.menu-2-cols > ul {
  display: flex !important;
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item.menu-2-cols > ul > li {
  flex: 1 1 50%;
}
#menu-primary > .menu-item.megamenu > .dropdown-menu {
  width: 100%;
  width: auto;
  left: auto;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1520px) {
  #menu-primary > .menu-item.megamenu > .dropdown-menu {
    flex-wrap: wrap !important;
  }
}
#menu-primary > .menu-item:hover > .dropdown-menu {
  display: flex;
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  display: block !important;
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item > .dropdown-item {
  padding: 0.4em 0;
  margin: 0;
  white-space: normal;
  line-height: 1.2;
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item.active > .dropdown-item, #menu-primary > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item.current_page_parent > .dropdown-item, #menu-primary > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item.current-menu-ancestor > .dropdown-item {
  color: var(--color--secondary);
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item:hover > .dropdown-item {
  color: var(--color--secondary);
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item > span.dropdown-item {
  font-weight: 700;
  padding: 0.4em 0;
  margin: 1em 0 0 0;
  white-space: normal;
  line-height: 1.2;
  color: #212529;
}
#menu-primary > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu > .menu-item > span.dropdown-item:hover {
  color: #212529;
}

/* -----------------------------------
Toggler
----------------------------------- */
#navToggler {
  position: relative;
  display: none;
  margin-left: auto;
  padding: 0.5em;
  background: var(--color--primary);
  border-radius: 0;
  cursor: pointer;
}
#navToggler .navbar-toggler {
  position: relative;
  display: block;
  font-size: 1em;
  line-height: 1;
  border: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}
#navToggler .navbar-toggler-icon {
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgb(232, 232, 232);
  top: 50%;
  left: 0;
  margin-top: -1px;
}
#navToggler .navbar-toggler-icon::before, #navToggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: rgb(232, 232, 232);
}
#navToggler .navbar-toggler-icon::before {
  -webkit-transform: translateY(-0.5em);
  -moz-transform: translateY(-0.5em);
  -ms-transform: translateY(-0.5em);
  -o-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}
#navToggler .navbar-toggler-icon::after {
  -webkit-transform: translateY(0.5em);
  -moz-transform: translateY(0.5em);
  -ms-transform: translateY(0.5em);
  -o-transform: translateY(0.5em);
  transform: translateY(0.5em);
}

/* -----------------------------------
Mobile Nav
----------------------------------- */
html.mp-open {
  overflow: hidden;
}

#mobile-nav {
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  position: absolute;
  width: 300px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#mobile-nav .title {
  padding: 2.5rem 1rem;
  color: #212529;
  background: #fff;
  height: 10em;
  height: calc(10em + 8px);
  position: relative;
}
#mobile-nav .title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5em;
}
#mobile-nav .title span {
  font-size: 1.4em;
  opacity: 0.4;
}
#mobile-nav .title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 8px;
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 8px 8px 0 0;
  background: #fff;
}
#mobile-nav .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-nav .content {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 10;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: calc(60px);
}
#mobile-nav .mp-level-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 200;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#mobile-nav .mp-level-container .mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  opacity: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 20;
}
#mobile-nav .mp-level-container .mp-level.mp-level-hide {
  display: none;
}
#mobile-nav .mp-level-container .mp-level.mp-level-overlay::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#mobile-nav .mp-level-container.mp-level-open {
  box-shadow: 1px 0 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}
#mobile-nav .mp-level-container[data-level="1"] {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
#mobile-nav .menu-item {
  display: block;
  border-bottom: 1px solid rgba(33, 37, 41, 0.2);
}
#mobile-nav .menu-item.trail > a,
#mobile-nav .menu-item.trail > span {
  color: var(--color--primary);
}
#mobile-nav .menu-item.active > a,
#mobile-nav .menu-item.active > span {
  color: var(--color--primary-darker);
}
#mobile-nav .menu-item > a,
#mobile-nav .menu-item > span {
  position: relative;
  color: #212529;
  width: 100%;
  display: block;
  z-index: 100;
  padding: 1rem 1rem 1rem 3rem;
}
#mobile-nav .menu-item > a::after,
#mobile-nav .menu-item > span::after {
  position: absolute;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
}
#mobile-nav .menu-item.mp-back > a,
#mobile-nav .menu-item.mp-back > span {
  font-weight: 700;
  font-size: 0.9em;
  padding: 0.8rem 3rem 0.8rem 1rem;
}
#mobile-nav .menu-item.mp-back > a::after,
#mobile-nav .menu-item.mp-back > span::after {
  content: "\f105";
  right: 1em;
}
#mobile-nav .menu-item.has-children > a::after,
#mobile-nav .menu-item.has-children > span::after {
  content: "\f104";
  left: 1em;
}
#mobile-nav .menu-item.menu_mobile_cta {
  border: 0;
}
#mobile-nav .menu-item.menu_mobile_cta .widget_text {
  padding: 1rem;
}
#mobile-nav .menu-item.menu_mobile_cta .widget_text a {
  position: relative;
  padding: 0.75em 1em;
  margin: 0.5em 0;
  display: block;
  color: var(--color--primary);
  border: 1px solid var(--color--primary);
  font-size: 0.9em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
#mobile-nav .menu-item.menu_mobile_cta .widget_text a i {
  margin-right: 0.5em;
}
#mobile-nav .menu-item.menu_mobile_cta .widget_text a:hover {
  color: var(--color--primary-darker);
  border-color: var(--color--primary-darker);
}
#mobile-nav .menu-item.menu_mobile_cta .widget_text a.contact {
  background: var(--color--secondary);
  border-color: var(--color--secondary);
  color: rgb(232, 232, 232);
}
#mobile-nav .menu-item.menu_mobile_cta .widget_text a.contact:hover {
  background: var(--color--secondary-darker);
  border-color: var(--color--secondary-darker);
  color: rgb(232, 232, 232);
}

#mp-pusher {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  height: calc(100% + 60px);
  z-index: 1000;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#mp-pusher .closer {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  position: fixed;
  width: 0;
  opacity: 0;
  -webkit-transition: 0.5s opacity ease 0s, 0s width ease 0.5s;
  -moz-transition: 0.5s opacity ease 0s, 0s width ease 0.5s;
  -ms-transition: 0.5s opacity ease 0s, 0s width ease 0.5s;
  -o-transition: 0.5s opacity ease 0s, 0s width ease 0.5s;
  transition: 0.5s opacity ease 0s, 0s width ease 0.5s;
}
#mp-pusher.mp-pushed .closer {
  opacity: 1;
  width: 100vw;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

#mobile-nav .mp-level-container,
#mp-pusher {
  -webkit-transition: 0.5s transform ease 0s;
  -moz-transition: 0.5s transform ease 0s;
  -ms-transition: 0.5s transform ease 0s;
  -o-transition: 0.5s transform ease 0s;
  transition: 0.5s transform ease 0s;
}

#mobile-nav .mp-level-container > .mp-level {
  display: none;
}

#mobile-nav .mp-level-container > .mp-level.mp-level-active {
  display: block;
}

#mobile-nav .mp-level-container[data-level="1"] > .mp-level {
  display: block;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 1199.98px) {
  #header .logo {
    height: 2.75rem;
    margin-right: 0.75em;
    transform: translateY(8%);
  }
  #header .quick-links a {
    font-size: 0.8em;
  }
  #header .navbar {
    max-width: 100%;
  }
  #menu-primary > .menu-item > .nav-link {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 0.88em;
  }
  #menu-primary > .menu-item > .nav-link::after {
    font-size: 0.9em;
  }
}
@media (max-width: 991.98px) {
  #header .quick-links {
    position: relative;
    margin-left: auto;
  }
  #header .quick-links a {
    border-width: 1px;
    padding: 0;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
  }
  #header .quick-links a.appointment {
    display: inline-block;
  }
  #header .quick-links a:not(:last-child) {
    margin-right: 2px;
  }
  #header .quick-links a i {
    margin: 0;
  }
  #header .quick-links a span {
    display: none;
  }
  #header > .inside {
    height: 4rem;
  }
  #header .logo {
    height: 1.6rem;
    transform: translateY(0%);
  }
  #main {
    padding-top: 4rem;
  }
  #navToggler {
    display: block;
    width: 2.6em;
    height: 2.6em;
    margin: 0;
    order: 10;
    font-size: 0.9em;
  }
  #header .search {
    display: none;
  }
  #header .quick-links a.contact {
    display: none;
  }
  #nav {
    display: none;
  }
  #header .subnav-anchors .container, #header .subnav-anchors .wp-block-klx-background > .inner > *, #header .subnav-anchors .wp-block-group .wp-block-group__inner-container > *, .wp-block-group #header .subnav-anchors .wp-block-group__inner-container > *, #header .subnav-anchors .post-type-page > * {
    overflow: scroll;
    width: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    display: block;
  }
  body > .jameda-widget {
    top: 4rem;
    transform: scale(0.6);
    transform-origin: right top;
  }
}
@media (max-width: 767.98px) {
  #header .logo {
    height: 1.3rem;
    margin-right: 0.5em;
  }
  #header .quick-links a {
    font-size: 0.8em;
  }
  #navToggler {
    font-size: 0.8em;
  }
  #header .quick-links {
    right: 8px;
  }
  #header .quick-links a:not(:last-child) {
    margin-right: 1px;
    margin-right: 0.5px;
  }
}
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/lato-v20-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../assets/fonts/lato-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato-v20-latin-300.woff2") format("woff2"), url("../assets/fonts/lato-v20-latin-300.woff") format("woff"), url("../assets/fonts/lato-v20-latin-300.ttf") format("truetype"), url("../assets/fonts/lato-v20-latin-300.svg#Lato") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/lato-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../assets/fonts/lato-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato-v20-latin-regular.woff2") format("woff2"), url("../assets/fonts/lato-v20-latin-regular.woff") format("woff"), url("../assets/fonts/lato-v20-latin-regular.ttf") format("truetype"), url("../assets/fonts/lato-v20-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/lato-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../assets/fonts/lato-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato-v20-latin-700.woff2") format("woff2"), url("../assets/fonts/lato-v20-latin-700.woff") format("woff"), url("../assets/fonts/lato-v20-latin-700.ttf") format("truetype"), url("../assets/fonts/lato-v20-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
  font-display: swap;
}
.fa, .fas {
  font-display: swap;
}

@media (max-width: 991.98px) {
  .wp-block-column.has-video {
    order: 3;
  }
  .klx_slider + .wp-block-columns:nth-child(even),
  .wp-block-columns + .wp-block-columns:nth-child(even) {
    flex-direction: row-reverse;
  }
  .klx_slider + .wp-block-columns:nth-child(even) .wp-block-column.has-video,
  .wp-block-columns + .wp-block-columns:nth-child(even) .wp-block-column.has-video {
    order: -3;
  }
}
.wp-block-group .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wp-block-group .wp-block-group__inner-container > .wp-block-columns {
  width: 100%;
}
.wp-block-group .wp-block-group__inner-container > .wp-block-columns.has-background {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.wp-block-group .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
  padding-left: 15px;
  padding-right: 15px;
}
.wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container > .wp-block-columns {
  width: 100%;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.wp-block-group .wp-block-group__inner-container .alignfull {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-group .wp-block-group__inner-container .alignwide {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 576px) {
  .wp-block-group .wp-block-group__inner-container .alignwide {
    max-width: 702px;
  }
}
@media (min-width: 768px) {
  .wp-block-group .wp-block-group__inner-container .alignwide {
    max-width: 936px;
  }
}
@media (min-width: 992px) {
  .wp-block-group .wp-block-group__inner-container .alignwide {
    max-width: 1248px;
  }
}
@media (min-width: 1200px) {
  .wp-block-group .wp-block-group__inner-container .alignwide {
    max-width: 1482px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-group.table, .wp-block-group.wp-block-table {
    overflow-x: auto;
    gap: 0;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-group.table-block h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-group.table > .wp-block-klx-klx-grid, .wp-block-group.wp-block-table > .wp-block-klx-klx-grid {
    gap: 0;
  }
}
.wp-block-group.table p, .wp-block-group.wp-block-table p {
  text-wrap-style: pretty;
  hyphens: auto;
  font-size: 0.86rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-group.table p, .wp-block-group.wp-block-table p {
    margin-top: 0.5rem;
  }
}
.wp-block-group.table .table-row, .wp-block-group.wp-block-table .table-row {
  margin-top: 1rem;
}
.wp-block-group.table .table-row.is-header, .wp-block-group.wp-block-table .table-row.is-header {
  margin-top: 0;
  border-bottom: 2px solid rgb(232, 232, 232);
  padding: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .wp-block-group.table .table-row.is-header, .wp-block-group.wp-block-table .table-row.is-header {
    padding: 0 0 1rem 0;
    white-space: normal;
  }
}
.wp-block-group.table .table-row:not(.is-header), .wp-block-group.wp-block-table .table-row:not(.is-header) {
  padding: 0 1rem 0.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .wp-block-group.table .table-row:not(.is-header), .wp-block-group.wp-block-table .table-row:not(.is-header) {
    padding: 0 0 0.5rem 0;
  }
}
.wp-block-group.table .table-row:not(.is-header):not(:last-child), .wp-block-group.wp-block-table .table-row:not(.is-header):not(:last-child) {
  border-bottom: 1px solid rgb(232, 232, 232);
}

@media (max-width: 1199.98px) {
  .wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container > .wp-block-columns {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.wp-block-table {
  position: relative;
  width: 100%;
}
.wp-block-table table tr td {
  border: 0;
  min-width: 7em;
  word-break: break-word;
}

.page-id-857 table tbody td:first-child {
  width: 70%;
}
.page-id-857 table tbody td:nth-child(2) {
  text-align: center;
}

*:focus {
  outline: none !important;
}

/* -----------------------------------
Aligns 
----------------------------------- */
.alignright {
  display: flex;
  justify-content: flex-end;
}

.alignright {
  display: flex;
  justify-content: flex-end;
}

.alignfull {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.alignwide {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 576px) {
  .alignwide {
    max-width: 702px;
  }
}
@media (min-width: 768px) {
  .alignwide {
    max-width: 936px;
  }
}
@media (min-width: 992px) {
  .alignwide {
    max-width: 1248px;
  }
}
@media (min-width: 1200px) {
  .alignwide {
    max-width: 1482px;
  }
}
/* -----------------------------------
Headlines 
----------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.wp-block-buttons > h1, .wp-block-buttons > h2, .wp-block-buttons > h3,
.wp-block-buttons > .h1, .wp-block-buttons > .h2, .wp-block-buttons > .h3,
p + h1,
p + h2,
p + h3,
p + .h1,
p + .h2,
p + .h3,
.wp-block-image + h1,
.wp-block-image + h2,
.wp-block-image + h3,
.wp-block-image + .h1,
.wp-block-image + .h2,
.wp-block-image + .h3 {
  margin-top: 5rem;
}

/* -----------------------------------
List 
----------------------------------- */
.wp-block-media-text__content ul {
  padding: 0 0 0 2em;
}
.wp-block-media-text__content li {
  position: relative;
  list-style: none;
  padding: 0.2em 0;
}
.wp-block-media-text__content li:before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: -1.5em;
}

/* -----------------------------------
Images 
----------------------------------- */
figure.image_container {
  margin: 0;
  line-height: 0;
}
figure.image_container a {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  line-height: 0%;
}

/* -----------------------------------
Button 
----------------------------------- */
.btn {
  white-space: normal;
}

.wp-block-buttons:not(:last-child) {
  margin-bottom: 5rem;
}

.wp-block-button__link {
  color: #fff;
  background: #1b4c9c;
  padding: 1em 2em;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  border: 0;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.wp-block-button__link:hover {
  color: #fff;
  background: rgb(19.4754098361, 54.8196721311, 112.5245901639);
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background: #fff;
}
.has-white-background-color.wp-block-button__link:hover {
  background: rgb(229.5, 229.5, 229.5);
}

.has-primary-color {
  color: #009fe3 !important;
}
.has-primary-color.wp-block-button__link:hover {
  color: rgb(0, 123.2775330396, 176) !important;
}

.has-primary-background-color {
  background: #009fe3;
}
.has-primary-background-color.wp-block-button__link:hover {
  background: rgb(0, 123.2775330396, 176);
}

.is-style-outline .has-primary-background-color {
  background: transparent;
  color: #009fe3;
  border: 2px solid #009fe3;
}
.is-style-outline .has-primary-background-color:hover {
  color: #fff;
  border-color: rgb(0, 123.2775330396, 176);
  background: rgb(0, 123.2775330396, 176);
}

.has-secondary-color {
  color: #1b4c9c !important;
}
.has-secondary-color.wp-block-button__link:hover {
  color: rgb(19.4754098361, 54.8196721311, 112.5245901639) !important;
}

.has-secondary-background-color {
  background: #1b4c9c;
}
.has-secondary-background-color.wp-block-button__link:hover {
  background: rgb(19.4754098361, 54.8196721311, 112.5245901639);
}

.is-style-outline .has-secondary-background-color {
  background: transparent;
  color: #1b4c9c;
  border: 2px solid #1b4c9c;
}
.is-style-outline .has-secondary-background-color:hover {
  color: #fff;
  border-color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
  background: rgb(19.4754098361, 54.8196721311, 112.5245901639);
}

.has-success-color {
  color: #28a745 !important;
}
.has-success-color.wp-block-button__link:hover {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.has-success-background-color {
  background: #28a745;
}
.has-success-background-color.wp-block-button__link:hover {
  background: rgb(30.1449275362, 125.8550724638, 52);
}

.is-style-outline .has-success-background-color {
  background: transparent;
  color: #28a745;
  border: 2px solid #28a745;
}
.is-style-outline .has-success-background-color:hover {
  color: #fff;
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  background: rgb(30.1449275362, 125.8550724638, 52);
}

.has-info-color {
  color: #17a2b8 !important;
}
.has-info-color.wp-block-button__link:hover {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.has-info-background-color {
  background: #17a2b8;
}
.has-info-background-color.wp-block-button__link:hover {
  background: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.is-style-outline .has-info-background-color {
  background: transparent;
  color: #17a2b8;
  border: 2px solid #17a2b8;
}
.is-style-outline .has-info-background-color:hover {
  color: #fff;
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  background: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.has-warning-color {
  color: #ffc107 !important;
}
.has-warning-color.wp-block-button__link:hover {
  color: rgb(211, 158.25, 0) !important;
}

.has-warning-background-color {
  background: #ffc107;
}
.has-warning-background-color.wp-block-button__link:hover {
  background: rgb(211, 158.25, 0);
}

.is-style-outline .has-warning-background-color {
  background: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
}
.is-style-outline .has-warning-background-color:hover {
  color: #fff;
  border-color: rgb(211, 158.25, 0);
  background: rgb(211, 158.25, 0);
}

.has-danger-color {
  color: #dc3545 !important;
}
.has-danger-color.wp-block-button__link:hover {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.has-danger-background-color {
  background: #dc3545;
}
.has-danger-background-color.wp-block-button__link:hover {
  background: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.is-style-outline .has-danger-background-color {
  background: transparent;
  color: #dc3545;
  border: 2px solid #dc3545;
}
.is-style-outline .has-danger-background-color:hover {
  color: #fff;
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  background: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.has-light-color {
  color: rgb(232, 232, 232) !important;
}
.has-light-color.wp-block-button__link:hover {
  color: rgb(206.5, 206.5, 206.5) !important;
}

.has-light-background-color {
  background: rgb(232, 232, 232);
}
.has-light-background-color.wp-block-button__link:hover {
  background: rgb(206.5, 206.5, 206.5);
}

.is-style-outline .has-light-background-color {
  background: transparent;
  color: rgb(232, 232, 232);
  border: 2px solid rgb(232, 232, 232);
}
.is-style-outline .has-light-background-color:hover {
  color: #fff;
  border-color: rgb(206.5, 206.5, 206.5);
  background: rgb(206.5, 206.5, 206.5);
}

.has-dark-color {
  color: rgb(8, 7, 20) !important;
}
.has-dark-color.wp-block-button__link:hover {
  color: black !important;
}

.has-dark-background-color {
  background: rgb(8, 7, 20);
}
.has-dark-background-color.wp-block-button__link:hover {
  background: black;
}

.is-style-outline .has-dark-background-color {
  background: transparent;
  color: rgb(8, 7, 20);
  border: 2px solid rgb(8, 7, 20);
}
.is-style-outline .has-dark-background-color:hover {
  color: #fff;
  border-color: black;
  background: black;
}

.has-primary-lighter-color {
  color: rgb(23, 185.5022026432, 255) !important;
}
.has-primary-lighter-color.wp-block-button__link:hover {
  color: #009fe3 !important;
}

.has-primary-lighter-background-color {
  background: rgb(23, 185.5022026432, 255);
}
.has-primary-lighter-background-color.wp-block-button__link:hover {
  background: #009fe3;
}

.is-style-outline .has-primary-lighter-background-color {
  background: transparent;
  color: rgb(23, 185.5022026432, 255);
  border: 2px solid rgb(23, 185.5022026432, 255);
}
.is-style-outline .has-primary-lighter-background-color:hover {
  color: #fff;
  border-color: #009fe3;
  background: #009fe3;
}

.has-primary-darker-color {
  color: rgb(0, 123.2775330396, 176) !important;
}
.has-primary-darker-color.wp-block-button__link:hover {
  color: rgb(0, 87.5550660793, 125) !important;
}

.has-primary-darker-background-color {
  background: rgb(0, 123.2775330396, 176);
}
.has-primary-darker-background-color.wp-block-button__link:hover {
  background: rgb(0, 87.5550660793, 125);
}

.is-style-outline .has-primary-darker-background-color {
  background: transparent;
  color: rgb(0, 123.2775330396, 176);
  border: 2px solid rgb(0, 123.2775330396, 176);
}
.is-style-outline .has-primary-darker-background-color:hover {
  color: #fff;
  border-color: rgb(0, 87.5550660793, 125);
  background: rgb(0, 87.5550660793, 125);
}

.has-secondary-lighter-color {
  color: rgb(34.5245901639, 97.1803278689, 199.4754098361) !important;
}
.has-secondary-lighter-color.wp-block-button__link:hover {
  color: #1b4c9c !important;
}

.has-secondary-lighter-background-color {
  background: rgb(34.5245901639, 97.1803278689, 199.4754098361);
}
.has-secondary-lighter-background-color.wp-block-button__link:hover {
  background: #1b4c9c;
}

.is-style-outline .has-secondary-lighter-background-color {
  background: transparent;
  color: rgb(34.5245901639, 97.1803278689, 199.4754098361);
  border: 2px solid rgb(34.5245901639, 97.1803278689, 199.4754098361);
}
.is-style-outline .has-secondary-lighter-background-color:hover {
  color: #fff;
  border-color: #1b4c9c;
  background: #1b4c9c;
}

.has-secondary-darker-color {
  color: rgb(19.4754098361, 54.8196721311, 112.5245901639) !important;
}
.has-secondary-darker-color.wp-block-button__link:hover {
  color: rgb(11.9508196721, 33.6393442623, 69.0491803279) !important;
}

.has-secondary-darker-background-color {
  background: rgb(19.4754098361, 54.8196721311, 112.5245901639);
}
.has-secondary-darker-background-color.wp-block-button__link:hover {
  background: rgb(11.9508196721, 33.6393442623, 69.0491803279);
}

.is-style-outline .has-secondary-darker-background-color {
  background: transparent;
  color: rgb(19.4754098361, 54.8196721311, 112.5245901639);
  border: 2px solid rgb(19.4754098361, 54.8196721311, 112.5245901639);
}
.is-style-outline .has-secondary-darker-background-color:hover {
  color: #fff;
  border-color: rgb(11.9508196721, 33.6393442623, 69.0491803279);
  background: rgb(11.9508196721, 33.6393442623, 69.0491803279);
}

/* -----------------------------------
Youtube 
----------------------------------- */
.wp-block-group.has-background .wp-block-columns > .wp-block-column:last-child > .wp-block-embed-youtube {
  width: 120%;
}

.wp-block-embed-youtube {
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
}

/* -----------------------------------
Question 
----------------------------------- */
.wp-block-group .wp-block-group__inner-container > .question {
  position: relative;
  width: 90%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group .wp-block-group__inner-container > .question:after {
  content: "?";
  position: absolute;
  margin-top: -0.4em;
  left: -0.22em;
  top: 50%;
  font-size: 20em;
  line-height: 0.7em;
  font-weight: bold;
  opacity: 0.08;
}

/* -----------------------------------
Misc 
----------------------------------- */
@media (min-width: 992px) {
  .line-right-lg {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 768px) {
  .line-right-md {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.rounded-circle {
  overflow: hidden;
}

/* -----------------------------------
404 
----------------------------------- */
.p404 h1 {
  font-size: 10em;
  margin: 0;
  line-height: 100%;
}
.p404 p {
  font-size: 1.8em;
  margin: 0 0 1em 0;
}

/* -----------------------------------
Groups 
----------------------------------- */
/* -----------------------------------
Columns
----------------------------------- */
@media (min-width: 992px) {
  .wp-block-column:not(:first-child) {
    margin-left: 3.3333333333rem;
  }
}
/* -----------------------------------
Approved
----------------------------------- */
/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 1500px) {
  .wp-block-group.has-background .wp-block-columns > .wp-block-column:last-child > .wp-block-embed-youtube {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-column {
    flex: 1 1 100% !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-group.has-background .wp-block-columns > .wp-block-column:last-child > .wp-block-embed-youtube {
    width: 100%;
  }
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 1;
    padding: 0;
    margin-bottom: 2.5rem;
  }
  .wp-block-media-text .wp-block-media-text__content,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 0;
  }
  .approved {
    justify-content: center;
    text-align: center;
  }
  .approved .wp-block-column:nth-child(1) {
    flex: 0 1 35% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .approved .wp-block-column:nth-child(2) {
    flex-basis: 100% !important;
  }
  .wp-block-group .wp-block-group__inner-container > .question:after {
    margin-top: 0;
    left: -0.11em;
    top: -2rem;
    font-size: 19em;
    line-height: 0.7em;
  }
  h1, .h1 {
    font-size: 1.9rem;
  }
  h2, .h2 {
    font-size: 1.52rem;
  }
  h3, .h3 {
    font-size: 1.235rem;
  }
  h4, .h4 {
    font-size: 1.14rem;
  }
  h5, .h5 {
    font-size: 1.045rem;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 1.72rem;
  }
  h2, .h2 {
    font-size: 1.376rem;
  }
  h3, .h3 {
    font-size: 1.118rem;
  }
  h4, .h4 {
    font-size: 1.032rem;
  }
  h5, .h5 {
    font-size: 0.946rem;
  }
}
.block-cta .wp-block-group__inner-container {
  border: solid 2px rgb(23, 185.5022026432, 255);
  padding: 1.25rem;
}
.block-cta p.has-text-align-center {
  text-transform: uppercase;
  font-size: 0.9em;
}
.block-cta p.has-text-align-center strong {
  text-transform: none;
  font-size: 1.1em;
}

.form-control, form select {
  background: rgb(232, 232, 232);
  transition: all 0.3s;
}
.form-control:focus, form select:focus {
  background: rgb(232, 232, 232);
}

span.wpcf7-list-item {
  display: block !important;
}

.wpcf7-file-custom {
  display: flex;
  align-items: center;
}
.wpcf7-file-custom .file-button {
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 8px;
  cursor: pointer;
}
.wpcf7-file-custom .file-button:hover {
  background: #e5e5e5;
}
.wpcf7-file-custom .file-name {
  width: 100%;
  overflow-wrap: break-word;
  padding: 2px;
  margin: 0 0 0 0.5em;
  flex: 1 1 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.wpcf7-file-custom label {
  margin: 0;
  flex: 0 0 auto;
}
.wpcf7-file-custom + input[type=file] {
  position: absolute;
  left: -99999px;
  margin: 0;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 991.98px) {
  .wpcf7-file-custom {
    flex-wrap: wrap;
  }
  .wpcf7-file-custom label {
    width: 100%;
    flex: 1 1 100%;
  }
  .wpcf7-file-custom .file-name {
    margin: 0;
  }
}
.wp-block-image {
  margin-bottom: 0;
}

/* Subnav Anchors */
.wp-block-klx-ankercontainer {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  max-width: 100%;
  z-index: 100;
}
.wp-block-klx-ankercontainer .inner {
  position: relative;
  background: #1b4c9c;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.wp-block-klx-ankercontainer {
  /*
   * deprecated -> using position: sticky instead
     &:after {
     	content: '';
     	position: relative;
     	display: block;
     	width: 100%;
  	min-height: $ankercontainerHeight;
     	z-index: -1000;
     }
  &.sticky {
  	& .inner {
  		position: fixed;
  		top: $headerHeight;
  	}
  }
  */
}
.wp-block-klx-ankercontainer ul {
  padding: 0 0.3em;
  margin: 0;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  white-space: nowrap;
  min-height: 2.5rem;
  line-height: 2.5rem;
}
.wp-block-klx-ankercontainer ul::-webkit-scrollbar {
  background-color: transparent;
  pointer-events: none;
  display: none;
}
.wp-block-klx-ankercontainer ul li {
  position: relative;
  padding: 0.2em 1em;
  margin: 0;
  line-height: 110%;
  list-style: none;
  display: inline-block;
  white-space: nowrap;
}
.wp-block-klx-ankercontainer ul li a {
  color: rgb(232, 232, 232);
  opacity: 0.8;
  padding: 0.2em 0.5em;
  border: 1px solid transparent;
}
.wp-block-klx-ankercontainer ul li.active a {
  opacity: 1;
  border-color: #fff;
}
.wp-block-klx-ankercontainer ul li:hover a {
  opacity: 0.9;
}
.wp-block-klx-ankercontainer ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  margin-right: -2px;
  width: 4px;
  height: 4px;
  background: white;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 991.98px) {
  .wp-block-klx-ankercontainer {
    top: 4rem;
  }
  .wp-block-klx-ankercontainer ul {
    font-size: 0.9em;
    min-height: 2rem;
    line-height: 2rem;
  }
}
.wp-block-klx-background {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .wp-block-klx-background > .inner > *.alignwide {
    max-width: 702px;
  }
}
@media (min-width: 768px) {
  .wp-block-klx-background > .inner > *.alignwide {
    max-width: 936px;
  }
}
@media (min-width: 992px) {
  .wp-block-klx-background > .inner > *.alignwide {
    max-width: 1248px;
  }
}
@media (min-width: 1200px) {
  .wp-block-klx-background > .inner > *.alignwide {
    max-width: 1482px;
  }
}
.wp-block-klx-background > .inner {
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
}
.wp-block-klx-background > .inner > .has-background:first-child {
  margin-top: -5rem;
}
.wp-block-klx-background .bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.klx_faq {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.klx_faq .hx {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.klx_faq .hx + * {
  margin-top: 1.75rem;
}
.klx_faq .accordion {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.klx_faq .accordion .expanded .card-header .btn-link {
  padding: 0.75rem 0rem 0.75rem 0rem;
}
.klx_faq .accordion .expanded .card-header .btn-link:after {
  display: none;
}
.klx_faq .accordion .card-header {
  position: relative;
  width: 100%;
  padding: 0;
}
.klx_faq .accordion .card-header .btn-link {
  font-weight: bold;
  cursor: pointer;
  color: #212529;
  border: 0;
  border-bottom: 1px solid #212529;
  padding: 0.75rem 3rem 0.75rem 0rem;
  margin: 0;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.klx_faq .accordion .card-header .btn-link span {
  display: inline-block;
}
.klx_faq .accordion .card-header .btn-link:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 0.9em;
  right: 1rem;
  top: 50%;
  margin: 0;
  margin-top: -0.5em;
  line-height: 100%;
  border: 0;
  color: #212529;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.klx_faq .accordion .card-header .btn-link:not(.collapsed) {
  color: var(--color--primary);
  border-color: var(--color--primary);
}
.klx_faq .accordion .card-header .btn-link:not(.collapsed):after {
  color: var(--color--primary);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.klx_faq .accordion .card-body {
  padding: 1.25rem 0;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 991.98px) {
  .klx_faq .accordion .card-header .btn-link {
    font-size: 1.35em;
  }
}
@media (max-width: 767.98px) {
  .klx_faq .accordion .card-header .btn-link {
    font-size: 1.2em;
  }
}
/* -----------------------------------
Prev / Next
----------------------------------- */
.gallery-prev,
.gallery-next {
  border: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  padding: 0;
  box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.5);
  z-index: 10;
  text-align: center;
  line-height: 2em;
}
.gallery-prev:after,
.gallery-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.gallery-prev:hover,
.gallery-next:hover {
  background: #1b4c9c;
  color: rgb(232, 232, 232);
}

.gallery-prev {
  left: 8px;
}
.gallery-prev:after {
  content: "\f104";
}

.gallery-next {
  right: 8px;
}
.gallery-next:after {
  content: "\f105";
}

/* -----------------------------------
Pagination
----------------------------------- */
body .gallery-pagination {
  text-align: center;
}
body .gallery-pagination > * {
  width: 18px;
  height: 18px;
  margin: 0px !important;
  /* padding: 4px; */
  cursor: pointer;
  background: none;
  position: relative;
}
body .gallery-pagination > *:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  right: 3px;
  background: #1b4c9c;
  border-radius: 50%;
}

/* -----------------------------------
Gallery 360
----------------------------------- */
.klx_gallery {
  position: relative;
  overflow: hidden;
}

.klx_hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  min-height: 550px;
  display: flex;
  align-items: center;
  background: #f6f6f6;
}
.klx_hero > .inner {
  padding: 3em 2em;
  margin: 0 auto;
  display: flex;
  gap: 2em;
  width: 100%;
  z-index: 10;
}
.klx_hero > .inner .left {
  flex: 1 1 100%;
}
.klx_hero > .inner .left > *:first-child {
  margin-top: 0;
}
.klx_hero > .inner .right {
  flex: 1 1 100%;
}
.klx_hero .background {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 3.333rem);
  height: 100%;
  z-index: 1;
}
.klx_hero .background .label {
  position: absolute;
  z-index: 1;
  background: #fff;
  bottom: 4em;
  padding: 1.25em 2.75em;
}
.klx_hero .background .label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -1px;
  width: 2em;
  height: 100%;
  background: inherit;
  clip-path: polygon(0% 0%, 100% 0%, calc(0% + 2px) 50%, 100% 100%, 0% 100%);
}
.klx_hero .background .label .title {
  font-size: 1.5em;
  font-weight: bold;
}
.klx_hero .background figure, .klx_hero .background figure * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.klx_hero .hx {
  font-size: 2.8rem;
}
.klx_hero p {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .klx_hero > .inner {
    max-width: 702px;
  }
}
@media (min-width: 768px) {
  .klx_hero > .inner {
    max-width: 936px;
  }
}
@media (min-width: 992px) {
  .klx_hero > .inner {
    max-width: 1248px;
  }
}
@media (min-width: 1200px) {
  .klx_hero > .inner {
    max-width: 1482px;
  }
}
@media (min-width: 1500px) {
  .klx_hero > .inner {
    padding-right: 186px;
  }
}
/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 1199.98px) {
  .klx_hero .hx {
    font-size: 2.4rem;
  }
  .klx_hero p {
    font-size: 1.4rem;
  }
  .klx_hero .background .label {
    font-size: 0.87em;
  }
}
@media (max-width: 991.98px) {
  .klx_hero .hx {
    font-size: 1.8rem;
  }
  .klx_hero p {
    font-size: 1.2rem;
  }
  .klx_hero .background .label {
    font-size: 0.75em;
    padding: 1.25em 2em 1.25em 15px;
    bottom: 2em;
  }
  .klx_hero {
    flex-direction: column;
  }
  .klx_hero > .inner {
    padding: 2em 15px;
    flex-direction: column;
  }
  .klx_hero > .inner .right {
    display: none;
  }
  .klx_hero .background {
    position: relative;
    width: 100%;
    height: auto;
    order: -1;
  }
  .klx_hero .background:after {
    content: "";
    position: relative;
    display: block;
    padding-bottom: 66.7375132837%;
  }
  .klx_hero .wp-block-buttons .wp-block-button {
    width: 100%;
    text-align: center;
  }
  .klx_hero .wp-block-button__link {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 767.98px) {
  .klx_hero .hx {
    font-size: 1.4rem;
  }
  .klx_hero p {
    font-size: 1.05rem;
  }
  .klx_hero .background .label {
    font-size: 0.6em;
    padding: 1em 1.65em 1em 15px;
    bottom: 1em;
  }
}
.klx_icons[data-style=default] .inner {
  display: flex;
  flex-wrap: wrap;
  margin: -2em;
}
.klx_icons[data-style=default] .inner .teaser {
  flex: 1 1 calc(25% - 4em);
  max-width: calc(25% - 4em);
  text-align: center;
  padding: 1em;
  margin: 2em;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.2) !important;
  background: #fff;
}
.klx_icons[data-style=default] .inner .teaser .ico {
  line-height: 0;
}
.klx_icons[data-style=default] .inner .teaser .ico div.icon {
  width: 4em;
  height: 4em;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--color--secondary);
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.klx_icons[data-style=default] .inner .teaser .ico i {
  font-size: 4em;
  color: var(--color--secondary);
}
.klx_icons[data-style=default] .inner .teaser .ico i:before {
  color: inherit;
}
.klx_icons[data-style=default] .inner .teaser .txt {
  margin-top: 0.5em;
}
.klx_icons[data-style=default] .inner .teaser p.title {
  margin: 0.5rem 0 0 0;
}
.klx_icons[data-style=default] .inner .teaser .subtitle {
  margin: 0.5rem 0 0 0;
}
.klx_icons[data-style=default] .inner .teaser .subtitle > *:first-child {
  margin-top: 0;
}

.klx_icons[data-style=unboxed] .inner {
  display: flex;
  flex-wrap: wrap;
  margin: -2em;
}
.klx_icons[data-style=unboxed] .inner .teaser {
  flex: 1 1 calc(33.33% - 4em);
  max-width: calc(33.33% - 4em);
  text-align: left;
  padding: 0;
  margin: 2em;
}
.klx_icons[data-style=unboxed] .inner .teaser .ico {
  line-height: 0;
}
.klx_icons[data-style=unboxed] .inner .teaser .ico div.icon {
  width: 4em;
  height: 4em;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #212529;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.klx_icons[data-style=unboxed] .inner .teaser .ico i {
  font-size: 4em;
  color: var(--color--secondary);
}
.klx_icons[data-style=unboxed] .inner .teaser .ico i:before {
  color: inherit;
}
.klx_icons[data-style=unboxed] .inner .teaser .txt {
  margin-top: 0.5em;
}
.klx_icons[data-style=unboxed] .inner .teaser p.title {
  margin: 0.5rem 0 0 0;
  font-weight: bold;
  font-size: 1.4em;
  hyphens: auto;
}
.klx_icons[data-style=unboxed] .inner .teaser .subtitle {
  margin: 0.5rem 0 0 0;
  hyphens: auto;
}
.klx_icons[data-style=unboxed] .inner .teaser .subtitle > *:first-child {
  margin-top: 0;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 991.98px) {
  .klx_icons[data-style=unboxed] .inner {
    margin: -1em;
  }
  .klx_icons[data-style=unboxed] .inner .teaser {
    flex: 1 1 calc(50% - 2em);
    max-width: calc(50% - 2em);
    margin: 1em;
  }
}
@media (max-width: 767.98px) {
  .klx_icons[data-style=unboxed] .inner {
    margin: 0;
  }
  .klx_icons[data-style=unboxed] .inner .teaser {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0.75em 0;
  }
}
/* ************************************************************************************** */
/* ******************************* Social Share ****************************************** */
/* ************************************************************************************** */
.social-share {
  margin: 4.5em 0;
  padding: 0.85em 0;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  font-size: 1em;
  text-align: center;
}
.social-share > p {
  margin: 0 0 0.5em;
}
.social-share .share-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
}
.social-share .share-wrapper img {
  width: 1.9em;
  height: auto;
  margin: 0.25em;
}
.social-share .share-wrapper a {
  transition: 0.3s ease 0s;
  transform: scale(1);
}
.social-share .share-wrapper a:hover {
  transform: scale(1.15);
}
.social-share.style-small {
  display: flex;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0.65em 0;
  text-align: left;
}
.social-share.style-small > p {
  margin: 0 1em 0 0;
}
.social-share.style-small .share-wrapper {
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .social-share.style-small {
    flex-direction: column;
    text-align: center;
  }
  .social-share.style-small p {
    margin-bottom: 0.5em;
  }
}

/* -----------------------------------
Pills - vertical
----------------------------------- */
.klx_pills.vertical {
  margin-top: 3.25rem;
}
.klx_pills.vertical .row {
  margin-top: 0;
}
.klx_pills.vertical .col-tabs:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgb(232, 232, 232);
}
.klx_pills.vertical .nav-link {
  position: relative;
  font-weight: normal;
}
.klx_pills.vertical .nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  background: var(--color--primary);
  z-index: 1;
  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -ms-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.klx_pills.vertical .nav-link.active:after,
.klx_pills.vertical .show > .nav-link:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 991.98px) {
  .klx_pills.vertical .tab-content {
    padding: 0 0 0 1em;
  }
  .klx_pills.vertical .nav-pills {
    padding: 0;
  }
  .klx_pills.vertical > .row:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 1.75rem;
    bottom: 0;
    width: 4px;
    background: rgb(232, 232, 232);
  }
  .klx_pills.vertical > .row {
    position: relative;
  }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: transparent;
    border: 0;
  }
  .klx_pills.vertical .nav-link:after {
    right: unset;
    left: 0;
  }
  .klx_pills.vertical .col-tabs:after {
    display: none;
  }
}
.post-list > .post:not(:first-child) {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 2px solid rgb(206.5, 206.5, 206.5);
}

.post .title {
  display: block;
  color: #212529;
}

.post-single {
  display: flex;
  flex-direction: column;
}
.post-single .title {
  display: block;
}
.post-single .wp-block-button {
  display: block;
}
.post-single img {
  width: 100%;
  max-width: 100%;
}
.post-single .image a {
  display: block;
}
.post-single .image {
  flex: 0 1 auto;
}
.post-single .inner {
  flex: 1 1 auto;
}

.klx_slider {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: stretch;
  margin: 0;
}
.klx_slider .slider {
  display: flex;
  align-items: center;
}
.klx_slider .slider .container, .klx_slider .slider .post-type-page > *, .klx_slider .slider .wp-block-group .wp-block-group__inner-container > *, .wp-block-group .klx_slider .slider .wp-block-group__inner-container > *, .klx_slider .slider .wp-block-klx-background > .inner > * {
  position: relative;
}
.klx_slider .slider .image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.klx_slider .slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}

/* -----------------------------------
testimonial
----------------------------------- */
.klx_testimonials {
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.klx_testimonials .swiper {
  position: relative;
  width: calc(100% + 1.6em);
  margin: 0 -0.8em;
}
.wp-block-column .klx_testimonials {
  padding-left: 0;
  padding-right: 0;
}

.testimonial {
  padding: 0.8em;
  border-radius: 3px;
}
.testimonial .inner .icon {
  text-align: center;
  display: block;
}
.testimonial .inner .icon:before {
  content: '"';
  font-weight: bold;
  font-size: 6em;
  line-height: 0;
  top: 0.4em;
  position: relative;
  color: var(--color--primary);
}
.testimonial .inner .txt {
  font-size: 0.9em;
}
.testimonial .inner .title {
  text-align: center;
  margin: 0;
}
.testimonial .inner .date {
  opacity: 0.8;
  margin: 0;
  text-align: center;
  font-size: 0.9em;
}
.testimonial .inner a {
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: underline;
  font-weight: 500;
  color: var(--color--secondary);
}
.testimonial .inner a:hover {
  color: var(--color--secondary-darker);
}

.wp-block-group.has-background .wp-block-group__inner-container > *.klx_testimonials:last-child {
  position: relative;
  margin-bottom: -5rem;
  padding-bottom: 1rem;
}
.wp-block-group.has-background .wp-block-group__inner-container > *.klx_testimonials:last-child:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 100%;
  width: 120vw;
  margin-left: -60vw;
  background: #fff;
  height: 50%;
  z-index: 0;
}
.wp-block-group.has-background .wp-block-group__inner-container > *.klx_testimonials:last-child > * {
  z-index: 1;
  position: relative;
}

.wp-block-media-text {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}

/* Nav Sublevel Extend */
.wp-block-table {
  overflow-x: auto;
}

@media screen and (max-width: 992px) {
  #wpadminbar {
    display: none !important;
  }
}
/* -----------------------------------
Columns
----------------------------------- */
.wp-block-columns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.wp-block-column {
  flex: 1 1 100%;
  width: 100%;
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

@media (min-width: 992px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
  .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (max-width: 1199.98px) {
  .wp-block-column {
    flex: 1 1 100% !important;
  }
}
.wp-block-column .wp-block-gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

/*
body .wp-block-gallery .swiper-slide {
    width: auto;
    flex-shrink: 0;
    display: block;
    height: 100%;
    max-height: 100%;
}
body .wp-block-gallery .swiper-wrapper {
    max-height: 100%;
    height: 100%;
    display: flex;
}
*/
/* -----------------------------------
Youtube 
----------------------------------- */
.wp-block-embed-youtube {
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
}
.wp-block-embed-youtube iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.wp-block-embed-youtube .preview {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  cursor: pointer;
}
.wp-block-embed-youtube .preview img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.wp-block-embed-youtube .preview:before {
  content: "\f04b";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 50%;
  top: 50%;
  z-index: 5;
  color: #ffffff;
  font-size: 1.2em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  line-height: 1em;
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
.wp-block-embed-youtube .preview:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  font-size: 1.5em;
  margin-left: -1.5em;
  margin-top: -1.1em;
  width: 3em;
  height: 2.2em;
  background: rgba(0, 0, 0, 0.9);
  line-height: 0;
  border-radius: 50% 50% 50% 50%/20% 20% 20% 20%;
}
.wp-block-embed-youtube .preview:hover:after {
  background: rgba(208, 9, 9, 0.9);
}

.post-type-page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.post-type-page > .breadcrumb:first-child {
  order: -1;
  margin-top: 0;
}

.post-type-page > .breadcrumb:first-child + .wp-block-klx-background,
.post-type-page > .breadcrumb:first-child + .klx_slider,
.post-type-page > .breadcrumb:first-child + .klx_hero,
.page-template-page_layout_ads > .breadcrumb:first-child + .klx_hero {
  order: -10;
  margin-top: 0;
}
.post-type-page > .breadcrumb:first-child + .wp-block-klx-background + .klx_tiles[data-style=iconbox],
.post-type-page > .breadcrumb:first-child + .klx_slider + .klx_tiles[data-style=iconbox],
.post-type-page > .breadcrumb:first-child + .klx_hero + .klx_tiles[data-style=iconbox],
.page-template-page_layout_ads > .breadcrumb:first-child + .klx_hero + .klx_tiles[data-style=iconbox] {
  order: -9;
  margin-bottom: -6em;
}
.post-type-page > .breadcrumb:first-child + .wp-block-klx-background + .klx_shout-out,
.post-type-page > .breadcrumb:first-child + .klx_slider + .klx_shout-out,
.post-type-page > .breadcrumb:first-child + .klx_hero + .klx_shout-out,
.page-template-page_layout_ads > .breadcrumb:first-child + .klx_hero + .klx_shout-out {
  order: -9;
  margin-top: 0;
  margin-bottom: 1.5em;
}

/* Breadcrumbs */
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  font-size: 0.9em;
  padding: 0.75rem 1rem;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li:before {
  display: none;
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 0.6rem;
}
.breadcrumb ul li:not(:last-child):after {
  content: ">";
  font-family: "Barlow Semi Condensed";
  display: inline-block;
  -webkit-transform: scaleX(0.7);
  transform: scaleX(0.7);
  margin: 0 -0.2em 0 0.3em;
}
.breadcrumb ul li > a {
  font-weight: normal;
  color: var(--color--primary);
  opacity: 0.6;
}
.breadcrumb ul li > a:hover {
  opacity: 0.8;
}
.breadcrumb ul li > span {
  font-weight: normal;
  color: #212529;
  opacity: 0.4;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 991.98px) {
  .breadcrumb {
    font-size: 0.8em;
  }
}
.klx_call-to-action .inner {
  background: var(--color--secondary);
  color: #fff;
  display: flex;
  align-items: center;
}
.klx_call-to-action .image {
  flex: 1 1 38%;
  min-height: 100%;
  align-self: stretch;
}
.klx_call-to-action .image * {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.klx_call-to-action .text {
  flex: 1 1 62%;
  padding: 4em 2em;
}
.klx_call-to-action .text .headline {
  margin: 0;
}
.klx_call-to-action .text .headline:after {
  content: "";
  position: relative;
  height: 2px;
  width: 2.2em;
  background: white;
  display: block;
  margin-top: 0.75em;
}
.klx_call-to-action .text a:not([class*=button]) {
  color: #fff;
  text-decoration: underline;
}
.klx_call-to-action .text a:not([class*=button]):hover {
  opacity: 0.7;
}
.klx_call-to-action .text .wp-block-button__link {
  color: var(--color--secondary);
  background: #fff;
  font-weight: bold;
}
.klx_call-to-action .text .wp-block-button__link[href*="tel:"]:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.4em;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 1199.98px) {
  .klx_call-to-action .inner {
    flex-wrap: wrap;
  }
  .klx_call-to-action .image {
    flex: 1 1 100%;
  }
  .klx_call-to-action .image * {
    height: auto;
  }
  .klx_call-to-action .text {
    flex: 1 1 100%;
    padding: 2em;
  }
}
@media (max-width: 767.98px) {
  .klx_call-to-action .text {
    padding: 1.25em;
  }
  .klx_call-to-action .text .wp-block-button__link {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.klx_countdown {
  text-align: center;
}
.klx_countdown .wp-block-buttons {
  justify-content: center;
}
.klx_countdown .countdown {
  font-family: sans-serif;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
}
.klx_countdown .countdown > div {
  position: relative;
  padding: 5px;
  display: inline-block;
  max-width: 8em;
  flex: 1 1 25%;
  width: 25%;
}
.klx_countdown .countdown > div:not(:last-child):after {
  content: ":";
  position: absolute;
  right: -0.2em;
  top: 5px;
  margin: 0;
  font-size: 3em;
  font-weight: 700;
  width: 0.4em;
  text-align: center;
}
.klx_countdown .countdown .value {
  margin: 0;
  font-size: 3em;
  font-weight: 700;
}
.klx_countdown .countdown .label {
  display: block;
  font-size: 1rem;
  color: var(--color--primary);
  font-weight: 400;
  position: relative;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 991.98px) {
  .klx_countdown .countdown .label {
    font-size: 0.8rem;
  }
  .klx_countdown .countdown .value {
    font-size: 2.5em;
  }
  .klx_countdown .countdown > div:not(:last-child):after {
    font-size: 2.5em;
  }
}
@media (max-width: 767.98px) {
  .klx_countdown .countdown .label {
    font-size: 0.7rem;
  }
  .klx_countdown .countdown .value {
    font-size: 2em;
  }
  .klx_countdown .countdown > div:not(:last-child):after {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  .klx_countdown .countdown .label {
    font-size: 0.6rem;
  }
  .klx_countdown .countdown .value {
    font-size: 1.8em;
  }
  .klx_countdown .countdown > div:not(:last-child):after {
    font-size: 1.8em;
  }
}
.klx_form .inner {
  display: flex;
  padding: 4em;
  gap: 4em;
}
.klx_form .inner .image {
  flex: 1 1 40%;
}
.klx_form .inner .image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.klx_form .inner .form {
  flex: 1 1 60%;
}
.klx_form .inner .form .hx {
  margin: 0;
  color: inherit;
}
.klx_form .inner .form .wpcf7 {
  margin: 0;
}

/* -----------------------------------
Form
----------------------------------- */
form .row {
  margin-left: -0.75em;
  margin-right: -0.75em;
}
form .row *[class*=col] {
  padding-left: 0.75em;
  padding-right: 0.75em;
  margin-top: 0.5em;
}
form.wpcf7-form .ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  margin: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
form input.btn.btn-lg {
  padding: 0.7em 1.4em;
}
form .wpcf7-form-control-wrap {
  margin: 0.5em 0;
  display: block;
}
form .wpcf7-form-control-wrap span.wpcf7-list-item {
  margin: 0;
}
form .wpcf7-form-control-wrap span.wpcf7-list-item > label {
  margin: 0;
  display: block;
}
form .wpcf7-form-control-wrap + br {
  display: none;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 1199.98px) {
  .klx_form .inner {
    padding: 2.5em;
    gap: 2.5em;
  }
}
@media (max-width: 991.98px) {
  .klx_form .inner {
    flex-direction: column;
    gap: 2em;
  }
  .klx_form .inner .image {
    flex: 1 1 100%;
  }
  .klx_form .inner .form {
    flex: 1 1 100%;
  }
  .klx_form .inner .image {
    position: relative;
  }
  .klx_form .inner .image:after {
    content: "";
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    display: block;
    z-index: -10;
  }
  .klx_form .inner .image figure {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .klx_form .inner {
    padding: 1.5em;
    gap: 1.5em;
  }
}
.post-type-page > .breadcrumb:first-child + .klx_hero-ads,
.page-template-page_layout_ads > .breadcrumb:first-child + .klx_hero-ads {
  order: -2;
  margin-top: 0;
  margin-bottom: 4em;
}

.klx_hero-ads {
  background: var(--color--primary);
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.klx_hero-ads > .inner {
  padding: 3em 2em;
  margin: 0 auto;
  display: flex;
  gap: 2em;
}
.klx_hero-ads > .inner .left {
  flex: 1 1 100%;
  color: rgb(232, 232, 232);
}
.klx_hero-ads > .inner .right {
  flex: 0 0 352px;
  display: flex;
  align-items: flex-end;
}
.klx_hero-ads h1:after {
  background: rgb(232, 232, 232);
}
.klx_hero-ads .hx {
  color: inherit;
  font-size: 2.8rem;
}
.klx_hero-ads p {
  font-size: 1.2rem;
}
.klx_hero-ads a.phone {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.75rem;
  display: inline-block;
  color: rgb(232, 232, 232);
}
.klx_hero-ads a.phone i {
  font-size: 0.9em;
  margin-right: 0.4em;
}
.klx_hero-ads a.phone:hover {
  opacity: 0.8;
}
.klx_hero-ads .is-style-outline .wp-block-button__link,
.klx_hero-ads .wp-block-button__link.is-style-outline {
  border-color: rgb(232, 232, 232);
  color: rgb(232, 232, 232);
}
.klx_hero-ads .wpcf7 {
  background: #fff;
  padding: 2em;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
  flex: 1 1 100%;
  margin-bottom: -6em;
}
.klx_hero-ads .wpcf7 .form-control, .klx_hero-ads .wpcf7 form select, form .klx_hero-ads .wpcf7 select {
  height: calc(1.5em + 1.25rem);
}
.klx_hero-ads .wpcf7 .row > [class*=col-] {
  margin-top: 0.75rem;
}
.klx_hero-ads .wpcf7 .row > [class*=col-]:first-child {
  margin-top: 0;
}
.klx_hero-ads .wpcf7 .screen-reader-response > * {
  margin-top: 0;
}

@media (min-width: 576px) {
  .klx_hero-ads > .inner {
    max-width: 702px;
  }
}
@media (min-width: 768px) {
  .klx_hero-ads > .inner {
    max-width: 936px;
  }
}
@media (min-width: 992px) {
  .klx_hero-ads > .inner {
    max-width: 1248px;
  }
}
@media (min-width: 1200px) {
  .klx_hero-ads > .inner {
    max-width: 1482px;
  }
}
@media (min-width: 1500px) {
  .klx_hero-ads > .inner {
    padding-right: 186px;
  }
}
/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 1199.98px) {
  .klx_hero-ads > .inner {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .klx_hero-ads > .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wp-block-buttons .wp-block-button {
    width: 100%;
    text-align: center;
  }
  .wp-block-button__link {
    width: 100%;
  }
}
.klx_price-list .inner {
  display: flex;
  gap: 1.15em;
}
.klx_price-list .inner > .price {
  padding: 2.25em 1.5em;
  /* border: 1px solid #d7d7d7; */
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.08), 0 4px 31px -4px rgba(0, 0, 0, 0.11);
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
  background: #fff;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.klx_price-list .inner > .price .header {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
}
.klx_price-list .inner > .price .header:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #484848;
  left: 1em;
  right: 1em;
  bottom: 0;
  opacity: 0.5;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.klx_price-list .inner > .price .header .title {
  font-size: 1.3em;
  color: var(--color--primary);
  font-weight: bold;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.klx_price-list .inner > .price .header .price {
  margin-top: 0.85em;
  display: block;
}
.klx_price-list .inner > .price .header .price > span {
  display: block;
}
.klx_price-list .inner > .price .header .price b {
  font-size: 1.4em;
}
.klx_price-list .inner > .price .header .price + .price {
  margin-top: 0.75em;
}
.klx_price-list .inner > .price .body > *:first-child {
  margin-top: 0;
}
.klx_price-list .inner > .price .body ul > li {
  padding-left: 1.6em;
}
.klx_price-list .inner > .price .body ul > li:not(:first-child) {
  margin-top: 0.75em;
}
.klx_price-list .inner > .price .body ul > li:before {
  content: "";
  border-radius: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1.5em;
  display: inline-block;
  -webkit-mask: url(/wp-content/themes/klx_neue-augen/icons/checkmark.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/klx_neue-augen/icons/checkmark.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--color--primary);
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.klx_price-list .inner > .price .footer {
  margin-top: auto;
  text-align: center;
}
.klx_price-list .inner > .price .footer .price2 > span {
  display: block;
}
.klx_price-list .inner > .price .footer .price2 b {
  font-size: 1.4em;
}
.klx_price-list .inner > .price:hover {
  color: #fff;
  background-color: var(--color--secondary);
}
.klx_price-list .inner > .price:hover .header:after {
  background: #fff;
}
.klx_price-list .inner > .price:hover .header .title {
  color: #fff;
}
.klx_price-list .inner > .price:hover .body ul > li:before {
  background-color: #fff;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 1199.98px) {
  .klx_price-list .inner {
    gap: 0.75em;
  }
  .klx_price-list .inner > .price {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.9em;
  }
}
@media (max-width: 991.98px) {
  .klx_price-list .inner {
    flex-wrap: wrap;
  }
  .klx_price-list .inner > .price {
    flex: 1 1 calc(50% - 1em);
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .klx_price-list .inner > .price {
    flex: 1 1 calc(100% - 1em);
    max-width: 100%;
  }
}
.klx_hero + .klx_shout-out {
  margin-top: 0;
}

.klx_shout-out {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.klx_shout-out > .inner {
  padding: 2em 0em;
  background: var(--color--primary);
  width: 100%;
  margin: 0px auto;
}
.klx_shout-out > .inner > * {
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1em;
  margin: 0px auto;
  padding: 0 1em;
}
.klx_shout-out .phone a {
  font-size: 1.5em;
  color: #fff;
  white-space: nowrap;
}
.klx_shout-out .phone a:hover {
  opacity: 0.8;
}
.klx_shout-out .text {
  text-align: center;
  color: #fff;
}
.klx_shout-out .text > *:first-child {
  margin-top: 0;
}
.klx_shout-out .text img {
  display: inline-block;
  width: auto;
  height: 1.6em;
}
.klx_shout-out .buttons .wp-block-buttons {
  margin: 0;
  white-space: nowrap;
}
.klx_shout-out .buttons .wp-block-button__link {
  background: #fff;
  color: var(--color--primary);
}
.klx_shout-out .buttons .wp-block-button__link:hover {
  opacity: 0.8;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 1199.98px) {
  .klx_shout-out .phone a {
    font-size: 1.3em;
  }
}
@media (max-width: 991.98px) {
  .klx_shout-out > .inner > * {
    flex-direction: column;
  }
  .klx_shout-out .text {
    order: -1;
  }
}
@media (max-width: 767.98px) {
  .klx_shout-out .phone a {
    font-size: 1.15em;
    white-space: normal;
  }
  .klx_shout-out .buttons {
    width: 100%;
  }
}
.klx_team .inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  align-items: flex-start;
}
.klx_team .member {
  flex: 1 1 25%;
  max-width: 25%;
  padding: 14px;
}
.klx_team .member p.title {
  margin-top: 0.7em;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 991.98px) {
  .klx_team .member {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .klx_team .member {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.klx_tiles[data-style=default] {
  overflow: visible;
  padding-bottom: 20px;
  display: block;
}
.klx_tiles[data-style=default] .tiles {
  display: flex;
  flex-wrap: wrap;
  margin: -1.3em;
}
.klx_tiles[data-style=default] .item {
  padding: 1.3em;
  flex: 1 1 33.33%;
  max-width: 33.33%;
}
.klx_tiles[data-style=default] .item > .inner {
  padding: 1.8em;
  min-height: 100%;
}
.klx_tiles[data-style=default] .item .hx + *, .klx_tiles[data-style=default] .item p + *, .klx_tiles[data-style=default] .item p {
  margin-top: 0.875em;
}
.klx_tiles[data-style=default] .item .img {
  margin: -1.8em -1.8em 0em -1.8em;
  position: relative;
}
.klx_tiles[data-style=default] .item .img img {
  max-width: 100%;
}
.klx_tiles[data-style=default] .item .wp-block-button {
  margin-top: 1.75rem;
  text-align: center;
}

.klx_tiles[data-style=iconbox] {
  overflow: visible;
  padding-bottom: 20px;
  display: block;
  z-index: 10;
}
.klx_tiles[data-style=iconbox] .tiles {
  display: flex;
  flex-wrap: wrap;
  margin: -0.8em;
  text-align: center;
}
.klx_tiles[data-style=iconbox] .item {
  padding: 0.8em;
  flex: 1 1 33.33%;
  max-width: 33.33%;
  display: flex;
}
.klx_tiles[data-style=iconbox] .item > .inner {
  padding: 2em;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  background: #fff;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.klx_tiles[data-style=iconbox] .item > .inner > * {
  margin: 0;
}
.klx_tiles[data-style=iconbox] .item .img {
  width: 4em;
  position: relative;
  margin: 0 auto;
  line-height: 0;
}
.klx_tiles[data-style=iconbox] .item .img img {
  max-width: 100%;
}
.klx_tiles[data-style=iconbox] .item .img .icon {
  width: 4em;
  height: 4em;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #212529;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.klx_tiles[data-style=iconbox] .item .hx {
  font-weight: bold;
  color: #212529;
  font-size: 1.5rem;
  letter-spacing: 0;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.klx_tiles[data-style=iconbox] .item .hx a {
  color: #212529;
  transition: inherit;
}
.klx_tiles[data-style=iconbox] .item .txt > *:first-child {
  margin-top: 0;
}
.klx_tiles[data-style=iconbox] .item .txt + * {
  padding-top: 0.25em;
}
.klx_tiles[data-style=iconbox] .item .wp-block-button {
  margin-top: auto;
  text-align: center;
}
.klx_tiles[data-style=iconbox] .item .wp-block-button .wp-block-button__link {
  width: 100%;
  background: transparent;
  color: var(--color--secondary);
}
.klx_tiles[data-style=iconbox] .item .select {
  margin-top: auto;
  width: 100%;
  max-width: 17em;
  margin-left: auto;
  margin-right: auto;
}
.klx_tiles[data-style=iconbox] .item .inner:hover {
  background: var(--color--secondary);
  color: #fff;
}
.klx_tiles[data-style=iconbox] .item .inner:hover .img .icon {
  background-color: #fff;
}
.klx_tiles[data-style=iconbox] .item .inner:hover .hx {
  color: #fff;
}
.klx_tiles[data-style=iconbox] .item .inner:hover .hx a {
  color: #fff;
}
.klx_tiles[data-style=iconbox] .item .inner:hover .wp-block-button__link {
  background: #fff;
  color: var(--color--secondary);
}
.klx_tiles[data-style=iconbox] .item .inner:hover .select .toggler {
  background: #fff;
  color: var(--color--secondary);
}

.klx_tiles .select {
  position: relative;
  z-index: 100;
}
.klx_tiles .select input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: -99999px;
}
.klx_tiles .select .toggler {
  position: relative;
  padding: 1em 2em;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  border: 0;
  display: flex;
  align-items: center;
  gap: 0.75em;
  cursor: pointer;
  margin: 0;
  background: transparent;
  color: var(--color--secondary);
}
.klx_tiles .select .toggler .fa-chevron-down {
  margin-left: auto;
}
.klx_tiles .select .list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.3);
  display: none;
}
.klx_tiles .select .list a {
  padding: 0.5em 1em;
  font-size: 0.9em;
  cursor: pointer;
  display: block;
  text-align: left;
}
.klx_tiles .select .list a:hover {
  background: #eee;
}
.klx_tiles .select .list a + a {
  border-top: 1px solid #ddd;
}
.klx_tiles .select input[type=checkbox]:checked ~ .toggler:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.klx_tiles .select input[type=checkbox]:checked ~ .toggler .fa-chevron-down {
  transform: rotate(180deg);
}
.klx_tiles .select input[type=checkbox]:checked ~ .list {
  display: block;
}

.klx_slider + .klx_tiles[data-style=iconbox] {
  z-index: 100;
  margin-top: -6em;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 1199.98px) {
  .klx_tiles[data-style=default] .item {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .klx_tiles[data-style=iconbox] .tiles {
    margin: -0.3em;
  }
  .klx_tiles[data-style=iconbox] .item {
    padding: 0.3em;
  }
}
@media (max-width: 991.98px) {
  .klx_slider + .klx_tiles[data-style=iconbox] {
    z-index: 100;
    margin-top: 0em;
  }
  .klx_tiles[data-style=iconbox] .tiles {
    flex-direction: column;
    margin: 0;
  }
  .klx_tiles[data-style=iconbox] .item {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 0;
  }
  .klx_slider + .klx_tiles[data-style=iconbox] {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .klx_tiles[data-style=default] .item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .klx_tiles[data-style=iconbox] .item > .inner {
    padding: 1.5em 15px;
  }
}
.klx_cta-teasers-author {
  max-width: 1000px !important;
  padding: 0;
  width: calc(100% - 30px);
}
.klx_cta-teasers-author > .inner {
  padding: 2em;
  max-width: 900px;
  margin: 0 auto;
}
.klx_cta-teasers-author .hx {
  color: var(--color--secondary);
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 0.75em;
}
.klx_cta-teasers-author .hx:after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 2px;
  background: var(--color--secondary);
  bottom: 0;
}
.klx_cta-teasers-author .hx-teaser {
  margin-top: 1.75em;
}
.klx_cta-teasers-author p {
  margin-top: 0.75em;
}
.klx_cta-teasers-author .author {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-top: 3em;
}
.klx_cta-teasers-author .author .avatar {
  flex: 0 0 140px;
}
.klx_cta-teasers-author .author .avatar .image_container {
  aspect-ratio: 1/1;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
}
.klx_cta-teasers-author .author .avatar .image_container * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.klx_cta-teasers-author .author .meta p {
  margin-top: 0;
}
.klx_cta-teasers-author .author .meta figure.image_container {
  width: 12em;
}
.klx_cta-teasers-author .author .socials {
  margin-top: 0.75em;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  font-size: 0.9em;
}
.klx_cta-teasers-author .author .socials a {
  color: #212529;
}
.klx_cta-teasers-author .author .socials a img {
  width: 1.35em;
  height: 1.35em;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.klx_cta-teasers-author .author .socials a:hover {
  color: var(--color--primary);
}
.klx_cta-teasers-author .teasers {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 0.75em;
}
.klx_cta-teasers-author .teasers .teaser {
  flex: 1 1 33.33%;
  flex-basis: calc(33.33% - 1em);
  position: relative;
  padding-left: 1.75em;
}
.klx_cta-teasers-author .teasers .teaser p {
  margin: 0;
}
.klx_cta-teasers-author .teasers .teaser:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  color: var(--color--primary);
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 991.98px) {
  .klx_cta-teasers-author .teasers {
    flex-direction: column;
  }
  .klx_cta-teasers-author .teasers .teaser {
    flex-basis: 100%;
  }
  .klx_cta-teasers-author .author .avatar {
    flex: 0 0 90px;
  }
  .klx_cta-teasers-author .author .meta figure.image_container {
    width: 10em;
  }
  .klx_cta-teasers-author .author .socials {
    font-size: 0.9em;
  }
  .klx_cta-teasers-author .author {
    gap: 1em;
  }
}
@media (max-width: 767.98px) {
  .klx_cta-teasers-author .author {
    flex-direction: column;
  }
  .klx_cta-teasers-author .author .avatar {
    width: 90px;
  }
  .klx_cta-teasers-author .author .meta {
    width: 100%;
  }
}
.klx_slider {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: stretch;
  margin: 0;
  background: rgb(232, 232, 232);
  overflow: hidden;
}
.klx_slider .swiper {
  width: 100%;
}
.klx_slider .swiper-container {
  width: 100%;
}
.klx_slider .slider {
  display: flex;
  align-items: center;
  padding: 6em 0;
}
.klx_slider .slider .container, .klx_slider .slider .post-type-page > *, .klx_slider .slider .wp-block-group .wp-block-group__inner-container > *, .wp-block-group .klx_slider .slider .wp-block-group__inner-container > *, .klx_slider .slider .wp-block-klx-background > .inner > * {
  position: relative;
}
.klx_slider .slider .inner {
  max-width: 70%;
  padding: 3.5em 0;
}
.klx_slider .slider .inner p {
  color: rgb(232, 232, 232);
  text-shadow: 0 0 1em #000, 0 0 0.2em #000;
}
.klx_slider .slider .inner p.title {
  font-size: 3.25em;
  line-height: 100%;
  position: relative;
}
.klx_slider .slider .inner p.subtitle {
  font-size: 1.5em;
  position: relative;
  margin-top: 0.5em;
}
.klx_slider .slider .inner .wp-block-buttons {
  font-size: 1.2em;
}
.klx_slider .slider .image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.klx_slider .slider .image .desktop {
  display: block;
}
.klx_slider .slider .image .mobile {
  display: none;
}
.klx_slider .slider .image figure {
  height: 100%;
}
.klx_slider .slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.klx_slider div.slider-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
  z-index: 10;
  line-height: 0;
  text-align: center;
}
.klx_slider div.slider-pagination > *.swiper-pagination-bullet {
  padding: 0.25em;
  line-height: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent;
  position: relative;
}
.klx_slider div.slider-pagination > *.swiper-pagination-bullet:after {
  content: "";
  position: relative;
  width: 1em;
  height: 1em;
  background: white;
  border-radius: 50%;
  display: block;
}

@media (max-width: 1199.98px) {
  .klx_slider div.slider-pagination > *.swiper-pagination-bullet:after {
    background: var(--color--primary);
  }
  .klx_slider .slider .inner p.title {
    font-size: 2.8em;
  }
  .klx_slider .slider .inner p.subtitle {
    font-size: 1.4em;
  }
  .klx_slider .slider .inner .wp-block-buttons {
    font-size: 1.15em;
  }
  .klx_slider + .wp-block-columns {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .klx_slider .slider {
    align-items: flex-start;
    padding: 0;
  }
  .klx_slider .slider .inner {
    max-width: 100%;
    margin-top: 400px;
    padding-top: 2em;
  }
  .klx_slider .slider .inner p {
    text-shadow: none;
  }
  .klx_slider .slider .inner p.title {
    color: var(--color--secondary);
    font-size: 2.5em;
  }
  .klx_slider .slider .inner p.title:after {
    background: var(--color--secondary);
  }
  .klx_slider .slider .inner p.subtitle {
    color: #212529;
    text-transform: none;
    font-size: 1.3em;
  }
  .klx_slider .slider .inner .wp-block-buttons {
    font-size: 1.1em;
  }
  .klx_slider .slider .image {
    bottom: unset;
    height: 400px;
    z-index: 10;
  }
}
@media (max-width: 767.98px) {
  .klx_slider .slider .inner {
    margin-top: 300px;
  }
  .klx_slider .slider .inner p.title {
    font-size: 2em;
  }
  .klx_slider .slider .inner p.subtitle {
    font-size: 1.2em;
  }
  .klx_slider .slider .inner .wp-block-buttons {
    font-size: 1em;
  }
  .klx_slider .slider .image {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .klx_slider .slider .image .desktop {
    display: none;
  }
  .klx_slider .slider .image .mobile {
    display: block;
  }
}
/* -----------------------------------
Blog - Table of content
----------------------------------- */
body .lwptoc {
  width: 100%;
  display: block;
  margin: 5rem 0;
}
body .lwptoc:first-child {
  margin-top: 0;
}
body .lwptoc_i {
  padding: 1.4em;
}
body .lwptoc .lwptoc_item {
  margin-top: 0.65em;
  line-height: 1.2;
}
body .lwptoc .lwptoc_item:first-child {
  margin-top: 0;
}
body .lwptoc .lwptoc_item .lwptoc_item_number {
  display: none;
}
body .lwptoc .lwptoc_item .lwptoc_item_number .lwptoc_item_number:after {
  content: ".";
}
body .lwptoc .lwptoc_item a {
  color: rgba(27, 76, 156, 0.8);
  text-decoration: none;
}
body .lwptoc .lwptoc_item a:visited, body .lwptoc .lwptoc_item a:focus {
  color: #1b4c9c;
}
body .lwptoc .lwptoc_item a:hover {
  color: #1b4c9c;
}
body .lwptoc .lwptoc_item.active > a {
  font-weight: bold;
  color: #1b4c9c;
}
body .lwptoc .lwptoc_i {
  width: 100%;
  background: #efefef;
}
body .lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 0.65em 0 0 0.75em;
}
body .lwptoc-baseItems .lwptoc_items {
  font-size: 1em;
}
body .lwptoc_header {
  font-size: 1em;
  margin-bottom: 0.65em;
  font-weight: bold;
}
body .lwptoc_header .lwptoc_toggle {
  display: none;
}
body .lwptoc-notInherit .lwptoc_i DIV A:hover {
  border: none !important;
}
body.page-template.has-ankercontainer .lwptoc {
  top: 9.5rem;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 1199.98px) {
  /*
  body .lwptoc_header {
      display: none;
  }
  body.page-template .lwptoc,
  body .lwptoc {
      position: fixed;
      margin: 0;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 99;
      top: $headerHeightTablet;
  }
  body .lwptoc_itemWrap {
      padding: 0 0.3em;
      margin: 0;
      display: block;
      text-align: center;
      width: 100%;
      max-width: 100%;
      font-size: 0.9em;
      min-height: $ankercontainerHeightTablet;
      line-height: $ankercontainerHeightTablet;
      overflow: scroll;
      white-space: nowrap;
      &::-webkit-scrollbar {
        background-color: transparent;
        pointer-events: none;
        display: none;
      }
  }
  body .lwptoc-autoWidth .lwptoc_i {
      padding: 0;
  }
  body .lwptoc .lwptoc_item {
      position: relative;
      padding: 0.2em 1em;
      margin: 0;
      line-height: 110%;
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap;
  }
  body .lwptoc-notInherit .lwptoc_i DIV A {
      color: #f1f1f1;
      opacity: 0.8;
      padding: 0.2em 0.5em;
      border: 1px solid transparent !important;
      font-weight: normal;
      display: inline-block;
      white-space: nowrap;
      vertical-align: middle;
  }
  body .lwptoc .lwptoc_item.active > a {
      font-weight: normal;
  }
  body .lwptoc-notInherit .lwptoc_i DIV A:hover {
      border: 1px solid transparent !important;
  }
  body .lwptoc .lwptoc_item.active > a {
      font-weight: normal;
      opacity: 1;
      border: 1px solid #fff !important;
  }
  body .lwptoc-notInherit .lwptoc_i DIV.active A:hover {
      border-color: #fff !important;
  }
  body .lwptoc .lwptoc_item:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -2px;
      margin-right: -2px;
      width: 4px;
      height: 4px;
      background: white;
  }
  body .lwptoc .lwptoc_item:first-child:after {
      display: none;
  }
  body .lwptoc_itemWrap .lwptoc_itemWrap {
      position: relative;
      margin: 0;
      font-size: 1em;
      display: inline-block;
      white-space: nowrap;
      vertical-align: middle;
      width: auto;
      line-height: 2.2em; // adds padding to line-height
      .lwptoc_item:first-child:after {
          display: block;
      }
      .lwptoc_item {
          padding-top: 0;
          padding-bottom: 0;
      }
  }
  */
}
/* -----------------------------------
Blog Meta
----------------------------------- */
.blog-meta {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  display: flex;
  width: 100%;
}
.blog-meta .box {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 3rem;
}
.blog-meta .box p {
  margin: 0;
}
.blog-meta .box .img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  margin-right: 1rem;
  flex: 0 0 auto;
}
.blog-meta .box .img * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-meta .box .desc {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-meta .box .trust-label {
  position: absolute;
  left: 100%;
  top: -0.3em;
  white-space: nowrap;
  font-size: 0.8em;
  padding: 0.4em 0.8em;
  box-shadow: 0 2px 11px -2px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-radius: 0 3px 3px 0;
  margin-left: 1.5em;
  background: #212529;
  color: #fff;
}
.blog-meta .box .trust-label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 1em;
  height: 100%;
  background: inherit;
  z-index: -13;
  border-radius: 0;
  -webkit-clip-path: polygon(1px 60%, 0% 50%, 1px 40%, calc(100% - 1px) 0%, 100% 0%, 100% 100%, calc(100% - 1px) 100%);
  clip-path: polygon(1px 60%, 0% 50%, 1px 40%, calc(100% - 1px) 0%, 100% 0%, 100% 100%, calc(100% - 1px) 100%);
  margin-right: -1px;
}
.blog-meta .box .trust-label:hover {
  background: rgb(10.2567567568, 11.5, 12.7432432432);
  color: rgb(229.5, 229.5, 229.5);
}
.blog-meta .box .trust-label {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -moz-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -ms-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -o-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  opacity: 0;
}
.blog-meta .box .author:hover .trust-label {
  -webkit-transform: translateX(0em);
  -moz-transform: translateX(0em);
  -ms-transform: translateX(0em);
  -o-transform: translateX(0em);
  transform: translateX(0em);
  opacity: 1;
}
.blog-meta .box .author {
  display: inline-block;
  position: relative;
}
.blog-meta .box .author span.author-inner {
  display: inline-block;
  position: relative;
}
.blog-meta .box .author p {
  display: inline-block;
}
.blog-meta .box .author p a {
  color: inherit;
  text-decoration: none;
}
.blog-meta .box .author p a:hover {
  color: var(--color--primary);
}
.blog-meta .box .author .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 0.2em;
  line-height: 100%;
}
.blog-meta .box .author .icon svg {
  width: 1em;
  height: auto;
  transform: translateY(-0.2em);
  fill: var(--color--primary);
}
.blog-meta .box .author .icon svg * {
  fill: inherit;
}
.blog-meta .box .info {
  display: block;
  font-size: 0.9em;
  opacity: 0.8;
  margin-top: auto;
}
.blog-meta .box .info > *:not(:last-child):after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #212529;
  margin: -0.2em 0.7em 0;
}
.blog-meta .box span.last-modified {
  margin-top: auto;
  text-align: right;
  display: block;
  width: 100%;
  font-size: 0.9em;
  opacity: 0.8;
}

/* -----------------------------------
Categorie List
----------------------------------- */
.categorie-list ul,
.widget_recent_entries ul,
.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.categorie-list ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  padding: 0;
  margin: 0;
}
.categorie-list ul li:not(:last-child),
.widget_recent_entries ul li:not(:last-child),
.widget_categories ul li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.categorie-list ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before {
  display: none;
}
.categorie-list ul li > *,
.widget_recent_entries ul li > *,
.widget_categories ul li > * {
  position: relative;
  display: block;
  padding: 0em 1.5em 0em 0;
  margin: 1em 0;
}
.categorie-list ul li > * span,
.widget_recent_entries ul li > * span,
.widget_categories ul li > * span {
  display: block;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.categorie-list ul li > * span:before,
.widget_recent_entries ul li > * span:before,
.widget_categories ul li > * span:before {
  content: "";
  position: absolute;
  left: -2em;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 1em;
  background: #1b4c9c;
  opacity: 0;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.categorie-list ul li > *:hover span, .categorie-list ul li.current-cat > * span,
.widget_recent_entries ul li > *:hover span,
.widget_recent_entries ul li.current-cat > * span,
.widget_categories ul li > *:hover span,
.widget_categories ul li.current-cat > * span {
  -webkit-transform: translateX(1.5em);
  -moz-transform: translateX(1.5em);
  -ms-transform: translateX(1.5em);
  -o-transform: translateX(1.5em);
  transform: translateX(1.5em);
}
.categorie-list ul li > *:hover span:before, .categorie-list ul li.current-cat > * span:before,
.widget_recent_entries ul li > *:hover span:before,
.widget_recent_entries ul li.current-cat > * span:before,
.widget_categories ul li > *:hover span:before,
.widget_categories ul li.current-cat > * span:before {
  opacity: 1;
  left: -1.5em;
}
.categorie-list form,
.widget_recent_entries form,
.widget_categories form {
  display: none;
}
.categorie-list form select,
.widget_recent_entries form select,
.widget_categories form select {
  margin: 0;
  width: 100%;
}

/* -----------------------------------
Blog
----------------------------------- */
.blog-post {
  margin-top: 3em;
  margin-bottom: 3em;
}
.blog-post:first-child {
  margin-top: 0;
}
.blog-post .title a {
  color: inherit;
}
.blog-post .title a:hover {
  color: #1b4c9c;
}
.blog-post .button .wp-block-button {
  margin: 0;
}

/* -----------------------------------
Blog Post Small
----------------------------------- */
.blog-post-small {
  display: flex;
  margin-bottom: 4px;
}
.blog-post-small a {
  display: flex;
  background: #009fe3;
  color: #212529;
  font-weight: bold;
  width: 100%;
}
.blog-post-small a img {
  flex: 1 1 80px;
  max-width: 80px;
  object-fit: cover;
}
.blog-post-small a .title {
  display: block;
  padding: 0.5em;
  flex: 1 1 auto;
}
.blog-post-small a:hover {
  color: #1b4c9c;
}

/* -----------------------------------
Blog Full
----------------------------------- */
.blog-post-full .image {
  margin-bottom: 3em;
}

/* -----------------------------------
Sidebar
----------------------------------- */
.blog-sidebar > *:not(:last-child) {
  margin-bottom: 5rem;
}

/* -----------------------------------
Pagination
----------------------------------- */
.pagination {
  width: 100%;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pagination .nav-links .page-numbers {
  color: #212529;
  border-radius: 0rem !important;
  margin: 3px;
  border: 0px;
  min-width: 2em;
  min-height: 2em;
  line-height: 2em;
  text-align: center;
  background: transparent;
}
.pagination .nav-links .page-numbers:hover:not(.dots) {
  color: #212529;
  background: rgb(202.35, 202.35, 202.35);
}
.pagination .nav-links .page-numbers.current {
  border: 1px solid #e0e0e0;
}
.pagination .nav-links .page-numbers.current:hover {
  background: transparent;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  background: #1b4c9c;
  border-color: #ffffff;
  color: #ffffff;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
  color: #ffffff;
  background: rgb(19.4754098361, 54.8196721311, 112.5245901639);
}

/* -----------------------------------
Post nav
----------------------------------- */
.post-nav a {
  display: flex;
}
.post-nav a .inner {
  display: flex;
  width: 100%;
}
.post-nav a .inner .img-post-nav-container {
  flex: 0 1 30%;
  min-width: 5em;
  max-width: 7em;
}
.post-nav a .inner .img-post-nav-container img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.post-nav a .inner .txt-post-nav-container {
  flex: 1 1;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 767.98px) {
  .pagination .nav-links {
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .pagination .nav-links .page-numbers {
    flex: 1 1 auto;
  }
  .pagination .nav-links .page-numbers.prev,
  .pagination .nav-links .page-numbers.next {
    text-indent: -9999px;
    position: relative;
    padding: 0 1em;
    flex: 2 1 auto;
  }
  .pagination .nav-links .page-numbers.prev:after,
  .pagination .nav-links .page-numbers.next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-indent: 0px;
    position: absolute;
    top: 50%;
    line-height: 0;
  }
  .pagination .nav-links .page-numbers.prev:after {
    content: "\f053";
    left: 50%;
    margin-left: -0.4em;
  }
  .pagination .nav-links .page-numbers.next:after {
    content: "\f054";
    right: 50%;
    margin-right: -0.4em;
  }
}
.text-center h1::after {
  left: 50%;
  margin-left: -1em;
}
.text-center .wp-block-buttons {
  justify-content: center;
}

.dropdown-toggle::after {
  vertical-align: unset;
}

.no-resize img {
  max-width: max-content;
  height: auto;
}

.wp-block-list ul.checkmarks li,
.checkmarks .wp-block-list ul li,
.wp-block-media-text__content ul.checkmarks li,
.checkmarks .wp-block-media-text__content ul li {
  padding-left: 1.6em;
}
.wp-block-list ul.checkmarks li::before,
.checkmarks .wp-block-list ul li::before,
.wp-block-media-text__content ul.checkmarks li::before,
.checkmarks .wp-block-media-text__content ul li::before {
  content: "";
  border-radius: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1.5em;
  display: inline-block;
  -webkit-mask: url(/wp-content/themes/klx_neue-augen/icons/checkmark.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/klx_neue-augen/icons/checkmark.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--color--primary);
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}

/* -----------------------------------
Floating doctolib button
----------------------------------- */
#doctolib {
  position: fixed;
  z-index: 20000;
  top: 260px;
  right: 0;
  display: block;
  text-align: center;
  opacity: 0.85;
  background-color: #17baff;
  color: #fff;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  text-decoration: none;
  padding: 0.7em;
  line-height: 1.4;
  font-size: 17px;
  width: 7.2em;
}

@media (max-width: 991.98px) {
  #doctolib {
    font-size: 15.5px;
  }
}
@media (max-width: 767.98px) {
  #doctolib {
    font-size: 14px;
  }
}
/* -----------------------------------
Links
----------------------------------- */
a {
  color: var(--color--secondary);
}
a:hover {
  color: var(--color--secondary-darker);
}
a {
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}

p a {
  text-decoration: underline;
  font-weight: 500;
}

/* -----------------------------------
Backgrounds
----------------------------------- */
.bg-primary {
  background-color: var(--color--primary) !important;
}
.bg-primary input[type=submit] {
  color: var(--color--primary);
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: var(--color--primary-darker) !important;
}

.bg-secondary {
  background-color: var(--color--secondary) !important;
}
.bg-secondary input[type=submit] {
  color: var(--color--secondary);
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: var(--color--secondary-darker) !important;
}

.bg-primary,
.bg-secondary {
  color: #fff;
}
.bg-primary p a,
.bg-primary label a,
.bg-secondary p a,
.bg-secondary label a {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}
.bg-primary p a:hover,
.bg-primary label a:hover,
.bg-secondary p a:hover,
.bg-secondary label a:hover {
  opacity: 1;
}
.bg-primary .form-control, .bg-primary form select, form .bg-primary select,
.bg-secondary .form-control,
.bg-secondary form select,
form .bg-secondary select {
  background: #fff;
}
.bg-primary span.wpcf7-list-item-label,
.bg-secondary span.wpcf7-list-item-label {
  color: #fff;
}
.bg-primary input[type=submit],
.bg-secondary input[type=submit] {
  background: #fff;
}

/* -----------------------------------
Google Captcha
----------------------------------- */
.grecaptcha-badge {
  position: fixed !important;
  top: -99999px !important;
  left: -99999px !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* -----------------------------------
Fonts
----------------------------------- */
p.has-small-font-size {
  font-size: 0.9rem !important;
}

p.has-normal-font-size {
  font-size: 1rem !important;
}

p.has-medium-font-size {
  font-size: 1.2rem !important;
}

p.has-large-font-size {
  font-size: 1.4rem !important;
}

p.has-huge-font-size {
  font-size: 1.6rem !important;
}

/* -----------------------------------
Misc
----------------------------------- */
input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em;
}

.wp-block-column .hx {
  padding-bottom: 0;
}
.wp-block-column .hx::after {
  display: none;
}

.post-type-page > .row + * {
  margin-top: 5rem;
}

.post-type-page > *:first-child {
  margin-top: 5rem;
}
.post-type-page > *:first-child.klx_slider {
  margin-top: 0;
}
.post-type-page > *:first-child.wp-block-klx-background {
  margin-top: 0;
}
.post-type-page > *:first-child.wp-block-columns {
  margin-top: 3.25rem;
}

p + h1,
p + h2,
p + h3,
p + .h1,
p + .h2,
p + .h3 {
  margin-top: 3.0625rem;
}

.wp-block-columns + p {
  margin-top: 1.75rem;
}

.wp-block-list + .wp-block-image {
  margin-top: 1.75rem;
}

.klx_pills + .wp-block-buttons {
  margin-top: 5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color--primary);
  font-weight: 400;
}

h1,
h2,
.h1,
.h2 {
  letter-spacing: 0.04em;
  word-break: break-word;
}

h1 {
  color: var(--color--secondary);
  position: relative;
  padding-bottom: 1.75rem;
}
h1::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 2em;
  background: var(--color--secondary);
}

.post-type-page > h1::after {
  left: 15px;
}

h3,
.h3 {
  font-size: 1rem;
  font-weight: bolder;
  color: #212529;
}

.post-type-page > .hx:first-child {
  font-size: 2rem;
}

.klx_slider + .wp-block-columns > .wp-block-column > .hx,
.post-type-page > .wp-block-klx-background:first-child > .inner > .wp-block-columns > .wp-block-column > .hx:first-child,
.post-type-page > .wp-block-columns:first-child > .wp-block-column > .hx:first-child,
.post-type-page > .hx:first-child,
.post-type-page > .breadcrumb:first-child + .wp-block-klx-background > .inner > .wp-block-columns > .wp-block-column > .hx:first-child,
.post-type-page > .breadcrumb:first-child + .wp-block-columns > .wp-block-column > .hx:first-child,
.post-type-page > .breadcrumb:first-child + .hx {
  color: var(--color--secondary);
  position: relative;
  padding-bottom: 1.75rem;
  text-align: left;
}
.klx_slider + .wp-block-columns > .wp-block-column > .hx::after,
.post-type-page > .wp-block-klx-background:first-child > .inner > .wp-block-columns > .wp-block-column > .hx:first-child::after,
.post-type-page > .wp-block-columns:first-child > .wp-block-column > .hx:first-child::after,
.post-type-page > .hx:first-child::after,
.post-type-page > .breadcrumb:first-child + .wp-block-klx-background > .inner > .wp-block-columns > .wp-block-column > .hx:first-child::after,
.post-type-page > .breadcrumb:first-child + .wp-block-columns > .wp-block-column > .hx:first-child::after,
.post-type-page > .breadcrumb:first-child + .hx::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 2em;
  background: var(--color--secondary);
  margin: 0;
}

.post-type-page > .hx:first-child::after,
.post-type-page > .breadcrumb:first-child + .hx::after {
  left: 15px;
}

.post-type-page > .hx:not([class*=text-align]),
.post-type-page > .wp-block-group .wp-block-group__inner-container > .hx:not([class*=text-align]) {
  text-align: center;
}

.post-type-page > .wp-block-klx-background:first-child + .wp-block-columns > .wp-block-column > h1,
.post-type-page > .breadcrumb:first-child + .wp-block-klx-background + .wp-block-columns > .wp-block-column > h1 {
  color: var(--color--primary);
  font-size: 1.6rem;
}

.blog-post-full .hx + p {
  margin-top: 0.2em;
}

.blog-post .title {
  letter-spacing: 0.04em;
  color: var(--color--primary);
  font-size: 1.3rem;
}

.wp-block-media-text__content ul,
.wp-block-list ul,
ul {
  padding: 0;
  list-style: none;
}
.wp-block-media-text__content ul > li:not(.depth-1):not(.depth-2):not(.depth-3):not(.depth-4):not(.depth-5):not(.depth-6):not(.depth-7):not(.depth-8):not(.depth-9):not(.depth-10),
.wp-block-list ul > li:not(.depth-1):not(.depth-2):not(.depth-3):not(.depth-4):not(.depth-5):not(.depth-6):not(.depth-7):not(.depth-8):not(.depth-9):not(.depth-10),
ul > li:not(.depth-1):not(.depth-2):not(.depth-3):not(.depth-4):not(.depth-5):not(.depth-6):not(.depth-7):not(.depth-8):not(.depth-9):not(.depth-10) {
  padding: 0;
  padding-left: 1em;
  margin: 0;
  position: relative;
}
.wp-block-media-text__content ul > li:not(.depth-1):not(.depth-2):not(.depth-3):not(.depth-4):not(.depth-5):not(.depth-6):not(.depth-7):not(.depth-8):not(.depth-9):not(.depth-10):not(:first-child),
.wp-block-list ul > li:not(.depth-1):not(.depth-2):not(.depth-3):not(.depth-4):not(.depth-5):not(.depth-6):not(.depth-7):not(.depth-8):not(.depth-9):not(.depth-10):not(:first-child),
ul > li:not(.depth-1):not(.depth-2):not(.depth-3):not(.depth-4):not(.depth-5):not(.depth-6):not(.depth-7):not(.depth-8):not(.depth-9):not(.depth-10):not(:first-child) {
  margin-top: 1em;
}
.wp-block-media-text__content ul > li:not(.depth-1):not(.depth-2):not(.depth-3):not(.depth-4):not(.depth-5):not(.depth-6):not(.depth-7):not(.depth-8):not(.depth-9):not(.depth-10)::before,
.wp-block-list ul > li:not(.depth-1):not(.depth-2):not(.depth-3):not(.depth-4):not(.depth-5):not(.depth-6):not(.depth-7):not(.depth-8):not(.depth-9):not(.depth-10)::before,
ul > li:not(.depth-1):not(.depth-2):not(.depth-3):not(.depth-4):not(.depth-5):not(.depth-6):not(.depth-7):not(.depth-8):not(.depth-9):not(.depth-10)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.5em;
  height: 0.5em;
  background: var(--color--secondary);
  border-radius: 50%;
}

.wp-block-media-text__content ol,
.wp-block-list ol,
ol {
  padding: 0;
  list-style: none;
  counter-reset: olCounter;
}
.wp-block-media-text__content ol > li,
.wp-block-list ol > li,
ol > li {
  padding: 0;
  padding-left: 2.5em;
  margin: 0;
  position: relative;
}
.wp-block-media-text__content ol > li:not(:first-child),
.wp-block-list ol > li:not(:first-child),
ol > li:not(:first-child) {
  margin-top: 1em;
}
.wp-block-media-text__content ol > li::before,
.wp-block-list ol > li::before,
ol > li::before {
  counter-increment: olCounter;
  content: counter(olCounter) ".";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1.8em;
  color: var(--color--secondary);
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  font-family: inherit;
}

.wp-block-list + .hx {
  margin-top: 3.0625rem;
}

.widget_recent_entries ul > li,
.widget_categories ul > li {
  margin: 0;
}
.widget_recent_entries ul > li::before,
.widget_categories ul > li::before {
  display: none;
}

.hx[class*=fa-] {
  font-weight: bolder;
  text-transform: none;
  color: #212529;
  font-size: 1rem;
  padding-left: 2.4em;
  letter-spacing: 0;
  position: relative;
}
.hx[class*=fa-]::before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 1;
  text-align: center;
  font-size: 1em;
  width: 2em;
  height: 2em;
  line-height: 2;
  background: var(--color--primary);
  border-radius: 50%;
  margin-top: -0.5em;
}

p + .wp-block-columns {
  margin-top: 0;
}

.wp-block-column .hx + .events {
  margin-top: 1.75rem;
}

.wp-block-button {
  display: inline-block;
}
.wp-block-button.width-full {
  width: 100%;
}
.wp-block-button.width-full .wp-block-button__link {
  width: 100%;
  text-align: center;
}

.wp-block-button__link {
  color: var(--color--buttons-text);
  background: var(--color--buttons);
  font-weight: 700;
  border-radius: 0;
  display: inline-block;
}
.wp-block-button__link:hover {
  color: var(--color--buttons-text);
  background: var(--color--buttons-darker);
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  color: var(--color--secondary);
  border: 2px solid var(--color--secondary);
  background: transparent;
  padding-top: calc(1em - 2px);
  padding-bottom: calc(1em - 2px);
}
.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover {
  color: #fff;
  background: var(--color--secondary-darker);
}

.klx_slider .is-style-outline .wp-block-button__link,
.klx_slider .wp-block-button__link.is-style-outline {
  background: #fff;
}
.klx_slider .is-style-outline .wp-block-button__link:hover,
.klx_slider .wp-block-button__link.is-style-outline:hover {
  background: #e4eced;
  color: var(--color--secondary-darker);
  border-color: var(--color--secondary-darker);
}

p {
  word-break: break-word;
}

.rounded {
  border-radius: 10px !important;
}

.wp-block-image {
  overflow: hidden;
}
.wp-block-image figure {
  margin-top: 0;
}

.text-center .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group .wp-block-column.bg-white.text-center img {
  max-width: 230px;
  margin: 0 auto;
}

.wp-block-columns .wp-block-column.bg-light.text-center img {
  max-width: 230px;
  margin: 0 auto;
}

.wp-block-columns {
  display: flex;
  align-items: center;
}
.wp-block-columns > .wp-block-column[class*=bg-] {
  align-self: stretch;
}
.wp-block-columns .wp-block-column {
  padding: 1em 0;
}
.wp-block-columns .wp-block-column > *:first-child[class*=gallery],
.wp-block-columns .wp-block-column > *:first-child[class*=image] {
  margin-top: -1em;
}
.wp-block-columns .wp-block-column > *:last-child[class*=gallery],
.wp-block-columns .wp-block-column > *:first-child[class*=image] {
  margin-bottom: -1em;
}

.wp-block-group .wp-block-group__inner-container > .wp-block-columns {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-group .wp-block-group__inner-container > .wp-block-columns > .wp-block-column[class*=bg-] {
  align-self: stretch;
}

@media (min-width: 992px) {
  .wp-block-group .wp-block-group__inner-container > .hx + .wp-block-columns {
    margin-top: 0;
  }
}
.post-type-post > *:last-child::after {
  content: "";
  position: relative;
  display: block;
  flex: 0 0 100%;
  margin-top: 5rem;
}

/* -----------------------------------
Table
----------------------------------- */
.table, .wp-block-table {
  background: transparent;
  border-collapse: separate;
  border-spacing: 0 6px;
}
.table tr, .wp-block-table tr {
  background: transparent !important;
}
.table tr > *:first-child, .wp-block-table tr > *:first-child {
  border-left: 2px solid rgb(232, 232, 232);
}
.table th, .wp-block-table th,
.table td,
.wp-block-table td {
  background: transparent;
  border: 0;
}
.table thead th, .wp-block-table thead th {
  background: transparent;
}
.table tbody + tbody, .wp-block-table tbody + tbody {
  background: transparent;
}

.table-info,
.table-info > th,
.table-info > td {
  background: rgb(232, 232, 232);
}

tr.table-info > *:first-child {
  border-left: 2px solid var(--color--primary);
}

.business-listing .col-1 {
  display: none;
}
.business-listing .col-1 + .col-10 {
  flex: 0 0 100%;
  max-width: 100%;
}
.business-listing p.h4 {
  color: var(--color--primary);
  position: relative;
  letter-spacing: 0.04em;
}
.business-listing p.h4 i {
  display: none;
}
.business-listing table th,
.business-listing table td {
  padding: 0.5rem;
}
.business-listing table td.text-right {
  text-align: left !important;
  font-weight: 700;
}

@media (min-width: 992px) {
  .business-listing .col-1 {
    display: none;
  }
  .business-listing .col-1 + .col-xl-6 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
/* -----------------------------------
Columns
----------------------------------- */
@media (min-width: 992px) {
  .wp-block-column[class*=bg-]:not(:first-child) {
    margin-left: 1.6666666667rem;
  }
}
/* -----------------------------------
Counter
----------------------------------- */
.klx_basic-data-counter {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.klx_basic-data-counter .teaser {
  text-align: center;
}
.klx_basic-data-counter .title {
  font-size: 1.1rem;
  color: var(--color--primary);
  font-weight: 400;
  position: relative;
  padding-bottom: 5.5rem;
}
.klx_basic-data-counter .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  height: 5rem;
  background: var(--color--primary);
}
.klx_basic-data-counter .title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-top: 3em;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  background: var(--color--primary);
  border-radius: 50%;
}
.klx_basic-data-counter .number {
  margin: 0.5rem 0 0 0;
  font-size: 3em;
  font-weight: 700;
  min-width: 4.5em;
}

body .gallery-pagination > *::after {
  background: var(--color--primary);
}

/* -----------------------------------
Approved
----------------------------------- */
.approved {
  max-width: 1000px !important;
}
.approved .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.approved .hx {
  position: relative;
  color: var(--color--secondary);
  padding-bottom: 0.875rem;
}
.approved .hx::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 2.5em;
  background: var(--color--secondary);
}
.approved .hx + * {
  margin-top: 0.875rem;
}

/* -----------------------------------
Events
----------------------------------- */
.events > .item:not(:first-child) {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 2px solid rgb(206.5, 206.5, 206.5);
}
.events .item {
  display: block;
}
.events .item .date {
  opacity: 0.8;
  margin: 0;
}
.events .item .name {
  margin: 0.25rem 0 0 0;
}
.events .item .txt {
  margin-top: 0.875rem;
}

/* -----------------------------------
Gallery
----------------------------------- */
.wp-block-gallery {
  position: relative;
}
.wp-block-gallery img {
  width: 100%;
  max-width: 100%;
}

.wp-block-gallery .gallery-pagination {
  width: 100%;
  margin-top: 0.5em;
  min-height: 24px;
}

/* -----------------------------------
Prev / Next
----------------------------------- */
.gallery-prev,
.gallery-next {
  box-shadow: none;
  height: 4em;
  line-height: 4;
  margin-top: -2em;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.gallery-prev:hover,
.gallery-next:hover {
  color: #212529;
  background: rgba(255, 255, 255, 0.5);
}

.gallery-prev {
  left: 0;
}

.gallery-next {
  right: 0;
}

/* -----------------------------------
WP Block Background
----------------------------------- */
.wp-block-klx-background .bg {
  width: calc(50% - 3.3333333333rem);
}

.wp-block-klx-background.img-left .bg {
  left: 0;
  right: unset;
}

.wp-block-klx-background + .klx_testimonials {
  margin-top: -2.5rem;
}

.wp-block-klx-background:first-child,
.breadcrumb:first-child + .wp-block-klx-background {
  background: rgb(232, 232, 232);
}
.wp-block-klx-background:first-child .hx,
.breadcrumb:first-child + .wp-block-klx-background .hx {
  font-size: 2.8rem;
}
.wp-block-klx-background:first-child p,
.breadcrumb:first-child + .wp-block-klx-background p {
  font-size: 1.5rem;
}
.wp-block-klx-background:first-child .wp-block-columns .wp-block-column:first-child,
.breadcrumb:first-child + .wp-block-klx-background .wp-block-columns .wp-block-column:first-child {
  max-width: 33.33%;
}
.wp-block-klx-background:first-child .bg,
.breadcrumb:first-child + .wp-block-klx-background .bg {
  width: calc(50% - 3.3333333333rem + 222.3px);
}
@media (min-width: 576px) {
  .wp-block-klx-background:first-child .bg,
  .breadcrumb:first-child + .wp-block-klx-background .bg {
    width: calc(50% - 3.3333333333rem + 702px / 2 / 100 * 30);
  }
}
@media (min-width: 768px) {
  .wp-block-klx-background:first-child .bg,
  .breadcrumb:first-child + .wp-block-klx-background .bg {
    width: calc(50% - 3.3333333333rem + 936px / 2 / 100 * 30);
  }
}
@media (min-width: 992px) {
  .wp-block-klx-background:first-child .bg,
  .breadcrumb:first-child + .wp-block-klx-background .bg {
    width: calc(50% - 3.3333333333rem + 1248px / 2 / 100 * 30);
  }
}
@media (min-width: 1200px) {
  .wp-block-klx-background:first-child .bg,
  .breadcrumb:first-child + .wp-block-klx-background .bg {
    width: calc(50% - 3.3333333333rem + 1482px / 2 / 100 * 30);
  }
}

.wp-block-group.has-background {
  overflow: hidden;
}

.wp-block-group.has-background .wp-block-group__inner-container > *.approved:last-child {
  position: relative;
  margin-bottom: -5rem;
  padding-bottom: 1rem;
}
.wp-block-group.has-background .wp-block-group__inner-container > *.approved:last-child::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 100%;
  width: 120vw;
  margin-left: -60vw;
  background: #fff;
  height: 50%;
  z-index: 0;
}
.wp-block-group.has-background .wp-block-group__inner-container > *.approved:last-child > * {
  z-index: 1;
  position: relative;
}

/* -----------------------------------
Hover Boxes
----------------------------------- */
.wp-block-column .wp-block-group.has-background {
  padding: 2em calc(2em - 15px);
}
.wp-block-column .wp-block-group.has-background .hx {
  padding-bottom: 0;
}
.wp-block-column .wp-block-group.has-background .hx::after {
  display: none;
}
.wp-block-column .wp-block-group.has-background .wp-block-buttons .wp-block-button {
  width: 100%;
}
.wp-block-column .wp-block-group.has-background .wp-block-button__link {
  width: 100%;
}
.wp-block-column .wp-block-group.has-background.hover-box {
  background: transparent;
  border-left: 2px solid rgb(232, 232, 232);
  border-right: 2px solid transparent;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.wp-block-column .wp-block-group.has-background.hover-box .hx {
  color: #212529;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.wp-block-column .wp-block-group.has-background.hover-box:hover {
  background: rgb(232, 232, 232);
  border-left-color: var(--color--primary);
}
.wp-block-column .wp-block-group.has-background.hover-box:hover .hx {
  padding-bottom: 0;
  color: var(--color--primary);
}
.wp-block-column .wp-block-group.has-background.hover-box:hover .hx::after {
  display: none;
}

/* -----------------------------------
Post nav
----------------------------------- */
.post-nav a {
  display: flex;
}
.post-nav a .inner {
  display: flex;
  width: 100%;
}
.post-nav a .inner .img-post-nav-container {
  flex: 0 1 30%;
  min-width: 5em;
  max-width: 7em;
}
.post-nav a .inner .img-post-nav-container img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.post-nav a .inner .txt-post-nav-container {
  flex: 1 1;
}

/* -----------------------------------
Mobile nav
----------------------------------- */
#mobile-nav .level_2 .title {
  background: var(--color--secondary);
  color: #fff;
}

#mobile-nav .level_2 .title span {
  opacity: 1;
}

/* -----------------------------------
Responsive
----------------------------------- */
@media (max-width: 1199.98px) {
  .post-type-page > .wp-block-group .wp-block-group__inner-container > .hx,
  .post-type-page > .hx {
    font-size: 2em;
  }
  .breadcrumb:first-child + .wp-block-klx-background .hx,
  .wp-block-klx-background:first-child .hx {
    font-size: 2.4rem;
  }
  .breadcrumb:first-child + .wp-block-klx-background p,
  .wp-block-klx-background:first-child p {
    font-size: 1.4rem;
  }
  .klx_icons .inner {
    margin: -1em;
  }
  .klx_icons .inner .teaser {
    flex: 1 1 calc(25% - 2em);
    max-width: calc(25% - 2em);
    margin: 1em;
  }
}
@media (max-width: 991.98px) {
  .approved .hx::after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-column,
  .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-column[class*=bg-] {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .wp-block-group .wp-block-group__inner-container > .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
  }
  .counter .teaser {
    flex: 1 1 100%;
  }
  .counter .teaser:not(:first-child) {
    margin-top: 3em;
  }
  .counter .title {
    padding-bottom: 2.5em;
  }
  .counter .title::before {
    width: 10px;
    height: 10px;
    margin-left: -5px;
  }
  .counter .title::after {
    height: 2.5rem;
  }
  .counter .number {
    font-size: 2.5em;
  }
  .post-type-page > .wp-block-group .wp-block-group__inner-container > .hx,
  .post-type-page > .hx {
    font-size: 1.8em;
  }
  .breadcrumb:first-child + .wp-block-klx-background .inner,
  .wp-block-klx-background:first-child .inner {
    max-width: 100%;
    margin-top: 400px;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .breadcrumb:first-child + .wp-block-klx-background .hx,
  .wp-block-klx-background:first-child .hx {
    font-size: 1.8rem;
  }
  .breadcrumb:first-child + .wp-block-klx-background p,
  .wp-block-klx-background:first-child p {
    font-size: 1.3rem;
  }
  .breadcrumb:first-child + .wp-block-klx-background .wp-block-columns .wp-block-column:first-child,
  .wp-block-klx-background:first-child .wp-block-columns .wp-block-column:first-child {
    max-width: 100%;
  }
  .breadcrumb:first-child + .wp-block-klx-background .wp-block-column:empty,
  .wp-block-klx-background:first-child .wp-block-column:empty {
    display: none;
  }
  .breadcrumb:first-child + .wp-block-klx-background .bg,
  .wp-block-klx-background:first-child .bg {
    bottom: unset;
    height: 400px;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    position: absolute;
  }
  .wp-block-klx-background {
    flex-wrap: wrap;
    min-height: auto;
  }
  .wp-block-klx-background .bg {
    position: relative;
    height: auto;
    width: 100%;
  }
  .wp-block-klx-background .inner {
    order: 1;
  }
  .wp-block-klx-background .wp-block-column:empty {
    display: none;
  }
  .wp-block-klx-background .wp-block-columns {
    margin-top: -1.75rem;
  }
  .wp-block-klx-background > .inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .klx_icons .inner {
    margin: -1em;
  }
  .klx_icons .inner .teaser {
    flex: 1 1 calc(50% - 2em);
    max-width: calc(50% - 2em);
    margin: 1em;
  }
}
@media (max-width: 767.98px) {
  .post-type-page > *:first-child {
    margin-top: 4rem;
  }
  .post-type-page > *:first-child.klx_slider {
    margin-top: 0;
  }
  .post-type-page > *:first-child.wp-block-klx-background {
    margin-top: 0;
  }
  .post-type-page > *:first-child.wp-block-columns {
    margin-top: 2.25rem;
  }
  .post-type-post > *:first-child.wp-block-group {
    margin-top: 2.25rem;
  }
  .post-type-post > *:first-child.wp-block-group > .row {
    margin-top: 0;
  }
  .breadcrumb:first-child + .wp-block-klx-background .inner,
  .wp-block-klx-background:first-child .inner {
    margin-top: 300px;
  }
  .breadcrumb:first-child + .wp-block-klx-background .hx,
  .wp-block-klx-background:first-child .hx {
    font-size: 1.4rem;
  }
  .breadcrumb:first-child + .wp-block-klx-background p,
  .wp-block-klx-background:first-child p {
    font-size: 1.2rem;
  }
  .breadcrumb:first-child + .wp-block-klx-background .bg,
  .wp-block-klx-background:first-child .bg {
    height: 300px;
  }
  .post-type-page > .wp-block-group .wp-block-group__inner-container > .hx,
  .post-type-page > .hx {
    font-size: 1.6em;
  }
  h1,
  .h1 {
    font-size: 1.64rem;
  }
  h2,
  .h2 {
    font-size: 1.312rem;
  }
  h3,
  .h3 {
    font-size: 1.066rem;
  }
  h4,
  .h4 {
    font-size: 0.984rem;
  }
  h5,
  .h5 {
    font-size: 0.902rem;
  }
  h6,
  .h6 {
    font-size: 1.045rem;
  }
  .post-type-page > .breadcrumb:first-child + .hx,
  .post-type-page > .hx:first-child {
    font-size: 1.64rem;
  }
  .post-type-page > .wp-block-klx-background:first-child + .wp-block-columns > .wp-block-column > h1 {
    font-size: 1.312rem;
  }
  .klx_icons .inner {
    margin: -0.5em;
  }
  .klx_icons .inner .teaser {
    flex: 1 1 calc(50% - 1em);
    max-width: calc(50% - 1em);
    margin: 0.5em;
    padding: 0.75em;
  }
}
/* -----------------------------------
Buttons override
----------------------------------- */
.btn-primary {
  border: 0;
  background: var(--color--buttons);
}
.btn-primary:hover {
  background: var(--color--buttons-darker);
}

form input[type=submit].btn-block {
  color: var(--color--buttons-text);
  background: var(--color--buttons);
  font-weight: 700;
}
form input[type=submit].btn-block:hover {
  color: var(--color--buttons-text);
  background: var(--color--buttons-darker);
}

/* -----------------------------------
Fixed button
----------------------------------- */
body .cky-revisit-bottom-left {
  left: 0.5rem;
  bottom: 0.5rem;
  height: 55px;
  width: 55px;
}

#fixed-button {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 990;
  border-radius: 3em;
  overflow: hidden;
  max-width: calc(100% - 0.5rem - 0.5rem - 55px - 0.5rem);
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  -o-transform: translateY(150%);
  transform: translateY(150%);
  -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;
  transition: all 0.3s ease-in-out;
}
#fixed-button a {
  height: 55px;
  width: 100%;
  display: flex;
  color: var(--color--buttons-text);
  background: var(--color--buttons);
  padding: 0 1em;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  border: 0;
}

.scrolled #fixed-button {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 992px) {
  body .cky-revisit-bottom-left {
    left: 1rem;
    bottom: 1rem;
  }
  #fixed-button {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
  }
}
/* -----------------------------------
KLX Popup Plugin
----------------------------------- */
.klx-popup .klx-popup-inner {
  height: 100%;
}
.klx-popup .klx-popup-inner .wp-block-columns > .wp-block-column.has-image,
.klx-popup .klx-popup-inner .wp-block-columns .wp-block-column.has-image {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.klx-popup .klx-popup-inner .wp-block-image {
  height: 100%;
  margin: 0 !important;
}
.klx-popup .klx-popup-inner .wp-block-image > .image_container,
.klx-popup .klx-popup-inner .wp-block-image > figure.image_container {
  height: 100%;
  margin: 0 !important;
}
.klx-popup .klx-popup-inner .wp-block-image picture {
  display: block;
  height: 100%;
}
.klx-popup .klx-popup-inner .wp-block-image img {
  height: 100% !important;
  object-fit: cover !important;
}

.klx-banner-slot {
  overflow: visible !important;
}

/* -----------------------------------
Responsive
----------------------------------- */
.padding-0 {
  padding: 0 !important;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
    flex: 1 1 100% !important;
  }
}
@media (max-width: 1199.98px) {
  .wp-block-columns.is-style-mobile-image-top .wp-block-column.has-image,
  .wp-block-columns.is-style-mobile-image-top .wp-block-column.has-video {
    order: -10;
  }
  .wp-block-columns.is-style-mobile-image-bottom .wp-block-column.has-image,
  .wp-block-columns.is-style-mobile-image-bottom .wp-block-column.has-video {
    order: 10;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 18px !important;
  }
  body {
    line-height: 1.65;
  }
  .custom-popup-padding {
    padding: 0 !important;
  }
  .custom-popup-padding-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .mobile-order-1 {
    order: 1 !important;
  }
}
.klx_shortcode.online-calendar,
.klx_shortcode.contact-us,
.klx_shortcode.vision-self-test {
  position: relative;
}
.klx_shortcode.online-calendar iframe,
.klx_shortcode.contact-us iframe,
.klx_shortcode.vision-self-test iframe {
  width: 100%;
  border: 0;
}
.klx_shortcode.online-calendar *[data-src]:not([src]),
.klx_shortcode.contact-us *[data-src]:not([src]),
.klx_shortcode.vision-self-test *[data-src]:not([src]) {
  position: absolute;
  left: -99999px;
}
.klx_shortcode.online-calendar .consent-message,
.klx_shortcode.contact-us .consent-message,
.klx_shortcode.vision-self-test .consent-message {
  display: block;
  position: relative;
  height: 400px;
  width: 100%;
  border: 0;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(178, 176, 176, 0.3490196078);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.klx_shortcode.online-calendar .consent-message > *,
.klx_shortcode.contact-us .consent-message > *,
.klx_shortcode.vision-self-test .consent-message > * {
  max-width: 510px;
  margin: 0 auto;
  text-align: center;
}
.klx_shortcode.online-calendar .consent-message button,
.klx_shortcode.contact-us .consent-message button,
.klx_shortcode.vision-self-test .consent-message button {
  display: inline-block;
  background: var(--color--primary);
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 4px;
  margin-top: 1em;
  border: 0;
}
.klx_shortcode.online-calendar .consent-message button:hover,
.klx_shortcode.contact-us .consent-message button:hover,
.klx_shortcode.vision-self-test .consent-message button:hover {
  background: var(--color--primary-darker);
}
.klx_shortcode.online-calendar .consent-message:hover span,
.klx_shortcode.contact-us .consent-message:hover span,
.klx_shortcode.vision-self-test .consent-message:hover span {
  background: var(--color--primary-darker);
}

chat-widget[class=hydrated] ~ #chat-bubble {
  display: none;
}

.document-ready #chat-bubble {
  opacity: 1;
  pointer-events: all;
}

#chat-bubble {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10009;
  transition: 0.3s ease 0.5s;
}
#chat-bubble .icon {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px 1px;
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  border: none;
  background-color: var(--chat-widget-bubble-color, #188bf6);
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#chat-bubble .icon svg {
  width: 32px;
  height: auto;
}
#chat-bubble .message {
  position: absolute;
  margin-bottom: 68px;
  background: white;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  cursor: pointer;
  box-shadow: rgba(35, 47, 53, 0.35) 0px 4px 18px 0px;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 20px;
  box-sizing: border-box;
  -webkit-font-smoothing: auto;
  width: 320px;
  max-width: calc(100vw - 60px);
  hyphens: auto;
  opacity: 0;
  transition: 0.3s ease 0s, 0s right ease 0.31s, 0s bottom ease 0.31s;
  transform: translateY(10px);
  right: -999999px;
  bottom: -999999px;
}
#chat-bubble .message button {
  background: var(--color--primary);
  border: 0;
  padding: 6px 13px;
  display: block;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
}
#chat-bubble .message button:hover {
  background: var(--color--primary-darker);
}
#chat-bubble .message p {
  margin: 0 0 10px 0;
  line-height: 1.4;
}
#chat-bubble.active .message {
  opacity: 1;
  transition-delay: 0s, 0s, 0s;
  transform: translateY(0px);
  right: 0;
  bottom: 100%;
}

#svg-map svg g[id*=svg-map-marker] * {
  fill: var(--color--secondary);
}
#svg-map svg g[id*=svg-map-marker].active * {
  fill: var(--color--primary);
}

.locations .items {
  display: flex;
  flex-wrap: wrap;
}
.locations .item {
  position: relative;
  flex: 1 1 50%;
  max-width: calc(50% - 1em);
  padding: 1em;
  margin: 1em 1em 0em 0;
  border-left: 3px solid transparent;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.locations .item > *:first-child {
  margin-top: 0;
}
.locations .item > *:last-child {
  margin-bottom: 0;
}
.locations .item .name {
  /* font-weight: 400; */
}
.locations .item .name + * {
  margin-top: 0.5rem;
}
.locations .item .details {
  margin: 0.5rem 0 0;
}
.locations .item .details a {
  margin: 0;
  text-decoration: underline;
  font-weight: 500;
}
.locations .item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.locations .item.active {
  background: rgb(232, 232, 232);
  border-color: var(--color--primary);
}

.locations-list .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.locations-list .item {
  flex: 1 1 50%;
  max-width: calc(50% - 2em);
  padding: 0;
  margin: 2em 1em;
  display: flex;
  flex-direction: column;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
.locations-list .item > *:first-child {
  margin-top: 0;
}
.locations-list .item > *:last-child {
  margin-bottom: 0;
}
.locations-list .item .image {
  position: relative;
}
.locations-list .item .image:after {
  content: "";
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 66.06%;
  display: block;
  background: rgb(232, 232, 232);
  z-index: -10;
}
.locations-list .item .image * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* object-fit: contain; */
}
.locations-list .item .image a:hover {
  opacity: 0.8;
}
.locations-list .item .name {
  /* font-weight: 400; */
}
.locations-list .item .name + * {
  margin-top: 0.5rem;
}
.locations-list .item .teaser {
  margin-bottom: 1em;
}
.locations-list .item .address {
  position: relative;
  padding: 1em 0 1em 2em;
  margin: auto 0 1em;
  border-top: 1px solid rgb(232, 232, 232);
  border-bottom: 1px solid rgb(232, 232, 232);
}
.locations-list .item .address:before {
  content: "\f124";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 1.2em;
  color: var(--color--secondary);
}
.locations-list .item .details {
  margin: 0.5rem 0 0;
}
.locations-list .item .details a {
  margin: 0;
  text-decoration: underline;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .locations-list .item {
    flex: 1 1 100%;
    max-width: calc(100% - 2em);
  }
}
@media (max-width: 575.98px) {
  .locations .item {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0.5em 0 0 0;
  }
}

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