/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1100px;
  --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: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):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;
  text-align: -webkit-match-parent;
}

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

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

@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 1100px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1176px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.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: 8px;
  padding-left: 8px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  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: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    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: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    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: 1100px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    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;
    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, .contenttable {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th, .contenttable th,
.table td,
.contenttable td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, .contenttable thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, .contenttable 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) {
  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, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.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(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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, .contenttable .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th, .contenttable .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) {
  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: 767.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: 991.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: 1099.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 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  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: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  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: 1px 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 + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

select.form-control[size], select.form-control[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%;
  left: 0;
  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: 0.25rem;
}

.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, .form-control.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, .form-control.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%;
  left: 0;
  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: 0.25rem;
}

.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, .form-control.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, .form-control.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: 768px) {
  .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 {
    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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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(0, 123, 255, 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: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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, 98.4, 204);
  border-color: rgb(0, 92.25, 191.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, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.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(130.05, 137.7, 144.5, 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: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}
.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, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}
.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(108, 117, 125, 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: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  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: #f8f9fa;
  border-color: #f8f9fa;
}
.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(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  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: #343a40;
  border-color: #343a40;
}
.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(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.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: 0.3rem;
}

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

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

.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: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.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: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.card, .tx-femanager .femanager_status {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr, .tx-femanager .femanager_status > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .tx-femanager .femanager_status > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .tx-femanager .femanager_status > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child, .tx-femanager .femanager_status > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group, .tx-femanager .femanager_status > .card-header + .list-group,
.card > .list-group + .card-footer,
.tx-femanager .femanager_status > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card, .card-deck .tx-femanager .femanager_status, .tx-femanager .card-deck .femanager_status {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  .card-deck .card, .card-deck .tx-femanager .femanager_status, .tx-femanager .card-deck .femanager_status {
    flex: 1 0 0%;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 8px;
  }
}

.card-group > .card, .tx-femanager .card-group > .femanager_status {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card, .tx-femanager .card-group > .femanager_status {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .tx-femanager .card-group > .femanager_status + .card, .tx-femanager .card-group > .card + .femanager_status, .tx-femanager .card-group > .femanager_status + .femanager_status {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .tx-femanager .card-group > .femanager_status:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .tx-femanager .card-group > .femanager_status:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header,
  .tx-femanager .card-group > .femanager_status:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .tx-femanager .card-group > .femanager_status:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer,
  .tx-femanager .card-group > .femanager_status:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .tx-femanager .card-group > .femanager_status:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .tx-femanager .card-group > .femanager_status:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header,
  .tx-femanager .card-group > .femanager_status:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .tx-femanager .card-group > .femanager_status:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer,
  .tx-femanager .card-group > .femanager_status:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card, .card-columns .tx-femanager .femanager_status, .tx-femanager .card-columns .femanager_status {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .tx-femanager .femanager_status, .tx-femanager .card-columns .femanager_status {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card, .tx-femanager .accordion > .femanager_status {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type), .tx-femanager .accordion > .femanager_status:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type), .tx-femanager .accordion > .femanager_status:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header, .tx-femanager .accordion > .femanager_status > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  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;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.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: -webkit-min-content;
  height: -moz-min-content;
  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: 0.3rem;
  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(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 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(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 768px) {
  .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: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1100px) {
  .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: #007bff !important;
}

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

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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, .tx-femanager .femanager_status {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, .tx-femanager a.femanager_status:hover, a.bg-info:focus, .tx-femanager a.femanager_status:focus,
button.bg-info:hover,
.tx-femanager button.femanager_status:hover,
button.bg-info:focus,
.tx-femanager button.femanager_status: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: #f8f9fa !important;
}

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

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

.bg-transparent {
  background-color: transparent !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: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: 1100px) {
  .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: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 992px) {
  .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: 1100px) {
  .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;
  }
}
.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;
}

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

.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: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1100px) {
  .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, .tx-femanager .femanager_status {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !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: #f8f9fa !important;
}

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

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1100px !important;
  }
  .container {
    min-width: 1100px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, .contenttable {
    border-collapse: collapse !important;
  }
  .table td, .contenttable td,
  .table th,
  .contenttable th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th, .contenttable .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.mobile-hamburger:after, .news-detail__header-image::after, [class*=icon-]::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.info-block a, .article-main__image::after, .article-main__image, .covered, .btn::before, .btn::after {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.sidebar h3, .text-27, .title-h4, h4, .title-h3, h3, .title-h2, h2, .title-h1, h1 {
  font-weight: 800;
}

body {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  body {
    line-height: 1.5;
  }
}

.title-h1, h1 {
  font-size: 34px;
  line-height: 1.5;
}
@media (max-width: 1099.98px) {
  .title-h1, h1 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .title-h1, h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

.title-h2, h2 {
  font-size: 30px;
  line-height: 1.07;
}
@media (max-width: 991.98px) {
  .title-h2, h2 {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media (max-width: 767.98px) {
  .title-h2, h2 {
    font-size: 24px;
  }
}

.title-h3, h3 {
  font-size: 21px;
  line-height: 1.05;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .title-h3, h3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .title-h3, h3 {
    font-size: 16px;
  }
}

.title-h4, h4 {
  font-size: 20px;
  line-height: 1.05;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .title-h4, h4 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .title-h4, h4 {
    font-size: 16px;
  }
}

.title-h5, h5, .sidebar-nav__link {
  font-size: 18px;
  line-height: 1.22;
  font-weight: 300;
  color: #838383;
}
@media (max-width: 767.98px) {
  .title-h5, h5, .sidebar-nav__link {
    font-size: 16px;
    line-height: 1.5;
  }
}

.title-h6, h6 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .title-h6, h6 {
    font-size: 14px;
    line-height: 1.5;
  }
}

.sidebar h3, .text-27 {
  font-size: 27px;
  line-height: 0.81;
}
@media (max-width: 991.98px) {
  .sidebar h3, .text-27 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.sidebar-nav__link {
  font-weight: 400;
  color: #230c41;
}

.btn-blue.btn-large, .btn {
  font-size: 15px;
  line-height: 1.47;
}

.comment-block span, .comments-module h2 + p, .news-actions, .categorie-list, .rss-block span, .twitter-block span, .news-list p, .btn-send, .btn-mail, .btn-blue.btn-small, .btn-small {
  font-size: 12px;
  line-height: 1.83;
}

.alert-box, .d-flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

@font-face {
  font-family: "Nunito Sans";
  src: local("Nunito Sans Light"), local("NunitoSans-Light"), url("../font/NunitoSans-Light.woff2") format("woff2"), url("../font/NunitoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url("../font/NunitoSans-Regular.woff2") format("woff2"), url("../font/NunitoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: local("Nunito Sans Italic"), local("NunitoSans-Italic"), url("../font/NunitoSans-Italic.woff2") format("woff2"), url("../font/NunitoSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: local("Nunito Sans ExtraBold"), local("NunitoSans-ExtraBold"), url("../font/NunitoSans-ExtraBold.woff2") format("woff2"), url("../font/NunitoSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: local("Nunito Sans Bold"), local("NunitoSans-Bold"), url("../font/NunitoSans-Bold.woff2") format("woff2"), url("../font/NunitoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: local("Nunito Sans SemiBold"), local("NunitoSans-SemiBold"), url("../font/NunitoSans-SemiBold.woff2") format("woff2"), url("../font/NunitoSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #230c41;
  font-family: "Nunito Sans", sans-serif;
  background-color: #f7f5f7;
  position: relative;
  height: auto;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  word-break: none;
}
@media (max-width: 991.98px) {
  body.is-open-menu {
    overflow: hidden;
  }
}

::-webkit-selection {
  background-color: #e95a0c;
  color: #fff;
}

::-moz-selection {
  background-color: #e95a0c;
  color: #fff;
}

:-ms-selection {
  background-color: #e95a0c;
  color: #fff;
}

::-moz-selection {
  background-color: #e95a0c;
  color: #fff;
}

::selection {
  background-color: #e95a0c;
  color: #fff;
}

.main {
  flex: 1 0 auto;
  position: relative;
  padding-top: 140px;
}
@media (max-width: 991.98px) {
  .main {
    padding-top: 80px;
  }
}

section {
  position: relative;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.no-padding {
  padding: 0;
}

.js-clickable {
  cursor: pointer;
}

p {
  margin-bottom: 0;
}
p a {
  color: inherit;
}

a {
  color: inherit;
  transition: color 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

*:focus {
  outline: 0 !important;
}

b,
strong {
  font-weight: 700;
}

img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

form select::-ms-expand {
  display: none;
}

input,
select,
textarea {
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input:invalid {
  outline: none;
}

textarea::-ms-clear,
input::-ms-clear {
  display: none;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
}

.form-check-input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

.main .container .container {
  padding: 0;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .container {
    max-width: calc(100% - 72px);
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: calc(100% - 30px);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 10px 18px;
  min-width: 180px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  transition: color 0.3s ease, box-shadow 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .btn {
    height: auto;
  }
}
.btn::before, .btn::after {
  content: "";
  border-radius: inherit;
  background-image: linear-gradient(to right, #005286, #005286);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btn::before, .btn::after {
    transition: none;
  }
}
.btn::after {
  background-image: linear-gradient(to left, #005286, #005286);
  opacity: 0;
}
.btn span {
  z-index: 3;
  position: relative;
}
.btn:hover, .btn:focus {
  color: #fff;
  box-shadow: 0 0 0 3px rgba(126, 150, 31, 0.2);
}
.btn:hover::before, .btn:focus::before {
  opacity: 0;
}
.btn:hover::after, .btn:focus::after {
  opacity: 1;
}
.btn-small {
  min-width: 140px;
  height: 30px;
}
.btn-large {
  min-width: 278px;
  height: 50px;
  padding: 13px 24px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.22;
}
@media (max-width: 767.98px) {
  .btn-large {
    min-width: 200px;
    height: auto;
  }
}
.btn-blue {
  min-width: 193px;
  color: #230c41;
}
.btn-blue::before {
  background-image: linear-gradient(to right, #83c8ef, #b8dbf0);
}
.btn-blue::after {
  background-image: linear-gradient(to left, #83c8ef, #b8dbf0);
}
.btn-blue:hover {
  color: #230c41;
  box-shadow: 0 0 0 3px rgba(131, 200, 239, 0.2);
}
.btn-blue.btn-small {
  min-width: 140px;
  height: 30px;
}
.btn-blue.btn-large {
  padding: 10px 42px;
  border-radius: 20px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .btn-blue.btn-large {
    padding: 6px 25px;
    height: 34px;
  }
}
.btn-pink {
  min-width: 205px;
}
@media (max-width: 767.98px) {
  .btn-pink {
    min-width: 194px;
    padding: 6px 22px;
  }
}
.btn-pink::before {
  background-image: linear-gradient(to right, #e94c16, #e5007d);
}
.btn-pink::after {
  background-image: linear-gradient(to left, #e94c16, #e5007d);
}
.btn-pink:hover {
  box-shadow: 0 0 0 3px rgba(229, 0, 125, 0.2);
}
.btn-mail {
  min-width: 180px;
  height: 30px;
  padding: 7px 40px;
}
.btn-mail span {
  padding-left: 20px;
}
.btn-mail span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -3px;
  width: 16px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.414%22%20height%3D%2212.2%22%3E%3Cg%20data-name%3D%22Group%20246%22%20fill%3D%22none%22%20stroke%3D%22%23200e3e%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20data-name%3D%22Path%2034%22%20d%3D%22M2.107.5h11.2a1.4%201.4%200%20011.4%201.4v8.4a1.4%201.4%200%2001-1.4%201.4h-11.2a1.4%201.4%200%2001-1.4-1.4V1.9a1.4%201.4%200%20011.4-1.4z%22%2F%3E%3Cpath%20data-name%3D%22Path%2035%22%20d%3D%22M14.707%202l-7%207-7-7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/contain;
}
.btn-send {
  min-width: 150px;
  height: 30px;
  padding: 7px 40px;
}
.btn-send span {
  padding-left: 20px;
}
.btn-send span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -3px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.207%22%20height%3D%2215.207%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23200e3e%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20data-name%3D%22Line%2012%22%20d%3D%22M14.5.707l-7.7%207.7%22%2F%3E%3Cpath%20data-name%3D%22Path%2041%22%20d%3D%22M14.5.707l-4.9%2014-2.8-6.3-6.3-2.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/contain;
}
.btn-input {
  background-color: transparent;
  border: 0;
  background-image: linear-gradient(to right, #5d8a1a, #9cc414);
}
.btn-input-blue {
  background-color: transparent;
  border: 0;
  background-image: linear-gradient(to right, #83c8ef, #b8dbf0);
  color: #230c41;
}
.btn-input-blue:hover {
  color: #230c41;
  box-shadow: 0 0 0 3px rgba(131, 200, 239, 0.2);
}

h1 {
  margin: 0 0 15px;
}

h2 {
  margin: 0 0 20px;
}

h3 {
  margin: 0 0 20px;
}

h4,
h5,
h6 {
  margin: 0 0 15px;
}

[class*=title] * {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  margin: 0;
  letter-spacing: inherit;
}

.text-gray {
  color: #838383;
}
.text-white, .tx-femanager .femanager_status {
  color: #fff;
}
.text-white *, .tx-femanager .femanager_status * {
  color: inherit;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-sb {
  font-weight: 600;
}
.text-bd {
  font-weight: 700;
}
.text-md {
  font-weight: 500;
}

[class*=icon-] {
  display: block;
  position: relative;
}
[class*=icon-]::before {
  background-color: var(--icon-color, #838383);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  [class*=icon-]::before {
    transition: none;
  }
}

.tox-icon::before {
  background: none;
  position: initial;
}

.icon-chevron {
  width: 5px;
  height: 15px;
}
.icon-chevron::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%2215%22%3E%3Cpath%20data-name%3D%22Polygon%2036%22%20d%3D%22M4.63%206.945a1%201%200%20010%201.109l-2.8%204.2A1%201%200%20010%2011.7V3.3a1%201%200%20011.832-.555z%22%20fill%3D%22%23b4b4b4%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%2215%22%3E%3Cpath%20data-name%3D%22Polygon%2036%22%20d%3D%22M4.63%206.945a1%201%200%20010%201.109l-2.8%204.2A1%201%200%20010%2011.7V3.3a1%201%200%20011.832-.555z%22%20fill%3D%22%23b4b4b4%22%2F%3E%3C%2Fsvg%3E");
}
.icon-calendar {
  width: 20px;
  height: 21px;
}
.icon-calendar::before {
  background-color: #7cb2c9;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.5%22%20height%3D%2221.5%22%3E%3Cg%20transform%3D%22translate%28-2.25%20-1.25%29%22%20fill%3D%22none%22%20stroke%3D%22%237cb2c9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Crect%20data-name%3D%22Rectangle%2046%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%222%22%20transform%3D%22translate%283%204%29%22%2F%3E%3Cpath%20data-name%3D%22Line%2021%22%20d%3D%22M16%202v4%22%2F%3E%3Cpath%20data-name%3D%22Line%2022%22%20d%3D%22M8%202v4%22%2F%3E%3Cpath%20data-name%3D%22Line%2023%22%20d%3D%22M3%2010h18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.5%22%20height%3D%2221.5%22%3E%3Cg%20transform%3D%22translate%28-2.25%20-1.25%29%22%20fill%3D%22none%22%20stroke%3D%22%237cb2c9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Crect%20data-name%3D%22Rectangle%2046%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%222%22%20transform%3D%22translate%283%204%29%22%2F%3E%3Cpath%20data-name%3D%22Line%2021%22%20d%3D%22M16%202v4%22%2F%3E%3Cpath%20data-name%3D%22Line%2022%22%20d%3D%22M8%202v4%22%2F%3E%3Cpath%20data-name%3D%22Line%2023%22%20d%3D%22M3%2010h18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-user {
  width: 20px;
  height: 17px;
}
.icon-user::before {
  background-color: #4b7890;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.5%22%20height%3D%2216.227%22%3E%3Cg%20transform%3D%22translate%28-.25%20-2.25%29%22%20fill%3D%22none%22%20stroke%3D%22%234b7890%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20data-name%3D%22Path%20108%22%20d%3D%22M13.273%2017.727v-1.636A3.273%203.273%200%200010%2012.818H4.273A3.273%203.273%200%20001%2016.091v1.636%22%2F%3E%3Ccircle%20data-name%3D%22Ellipse%2054%22%20cx%3D%223.273%22%20cy%3D%223.273%22%20r%3D%223.273%22%20transform%3D%22translate%283.864%203%29%22%2F%3E%3Cpath%20data-name%3D%22Line%2019%22%20d%3D%22M16.545%207.091V12%22%2F%3E%3Cpath%20data-name%3D%22Line%2020%22%20d%3D%22M19%209.545h-4.909%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.5%22%20height%3D%2216.227%22%3E%3Cg%20transform%3D%22translate%28-.25%20-2.25%29%22%20fill%3D%22none%22%20stroke%3D%22%234b7890%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20data-name%3D%22Path%20108%22%20d%3D%22M13.273%2017.727v-1.636A3.273%203.273%200%200010%2012.818H4.273A3.273%203.273%200%20001%2016.091v1.636%22%2F%3E%3Ccircle%20data-name%3D%22Ellipse%2054%22%20cx%3D%223.273%22%20cy%3D%223.273%22%20r%3D%223.273%22%20transform%3D%22translate%283.864%203%29%22%2F%3E%3Cpath%20data-name%3D%22Line%2019%22%20d%3D%22M16.545%207.091V12%22%2F%3E%3Cpath%20data-name%3D%22Line%2020%22%20d%3D%22M19%209.545h-4.909%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-twitter {
  width: 15px;
  height: 14px;
}
.icon-twitter::before {
  background-color: #91c6eb;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2212.542%22%3E%3Cpath%20d%3D%22M14.5.558a6.936%206.936%200%2001-2%20.974%202.851%202.851%200%2000-5%201.905v.636a6.784%206.784%200%2001-5.727-2.882S-.773%206.918%204.955%209.463A7.407%207.407%200%2001.5%2010.736c5.727%203.182%2012.727%200%2012.727-7.318a2.864%202.864%200%2000-.051-.528A4.913%204.913%200%200014.5.558z%22%20fill%3D%22none%22%20stroke%3D%22%2383c8ef%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2212.542%22%3E%3Cpath%20d%3D%22M14.5.558a6.936%206.936%200%2001-2%20.974%202.851%202.851%200%2000-5%201.905v.636a6.784%206.784%200%2001-5.727-2.882S-.773%206.918%204.955%209.463A7.407%207.407%200%2001.5%2010.736c5.727%203.182%2012.727%200%2012.727-7.318a2.864%202.864%200%2000-.051-.528A4.913%204.913%200%200014.5.558z%22%20fill%3D%22none%22%20stroke%3D%22%2383c8ef%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.icon-rss {
  width: 15px;
  height: 14px;
}
.icon-rss::before {
  background-color: #91c6eb;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%20402.041%20402.04%22%20version%3D%221.1%22%20viewBox%3D%220%200%20402.04%20402.04%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m54.816%20292.38c-15.229%200-28.169%205.331-38.831%2015.988-10.655%2010.656-15.985%2023.599-15.985%2038.827%200%2015.232%205.325%2028.172%2015.985%2038.828%2010.662%2010.657%2023.606%2015.988%2038.831%2015.988%2015.227%200%2028.168-5.331%2038.828-15.988%2010.656-10.656%2015.986-23.596%2015.986-38.828%200-15.229-5.33-28.171-15.986-38.827-10.657-10.657-23.598-15.988-38.828-15.988z%22%2F%3E%3Cpath%20d%3D%22m181.01%20221c-21.51-21.698-46.158-38.97-73.948-51.816-27.79-12.85-56.914-20.511-87.366-22.985h-1.425c-4.949%200-9.042%201.619-12.275%204.854-3.999%203.422-5.996%207.898-5.996%2013.417v38.543c0%204.757%201.569%208.85%204.708%2012.279%203.14%203.429%207.089%205.332%2011.848%205.708%2043.586%204.189%2080.845%2021.752%20111.77%2052.678%2030.93%2030.926%2048.49%2068.187%2052.677%20111.77%200.382%204.764%202.284%208.712%205.712%2011.847%203.427%203.148%207.517%204.72%2012.275%204.72h38.545c5.517%200%209.989-1.995%2013.415-5.996%203.621-3.812%205.236-8.381%204.863-13.709-2.478-30.447-10.14-59.573-22.987-87.361-12.846-27.792-30.121-52.438-51.819-73.95z%22%2F%3E%3Cpath%20d%3D%22m367.73%20239.7c-20.365-45.585-48.345-86.078-83.936-121.48-35.405-35.594-75.896-63.572-121.48-83.939-45.584-20.363-93.311-31.786-143.18-34.26h-0.855c-4.949%200-9.136%201.713-12.563%205.14-3.805%203.423-5.708%207.804-5.708%2013.134v40.825c0%204.76%201.667%208.897%204.996%2012.419%203.33%203.523%207.373%205.376%2012.132%205.57%2040.924%202.478%2079.799%2012.188%20116.63%2029.127%2036.83%2016.94%2068.806%2038.972%2095.93%2066.09%2027.118%2027.123%2049.149%2059.101%2066.089%2095.931%2016.94%2036.836%2026.557%2075.705%2028.839%20116.63%200.195%204.764%202.046%208.809%205.564%2012.139%203.524%203.329%207.762%204.999%2012.71%204.999h40.823c5.331%200%209.701-1.902%2013.134-5.715%203.809-3.806%205.517-8.274%205.144-13.415-2.471-49.874-13.898-97.6-34.263-143.19z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%20402.041%20402.04%22%20version%3D%221.1%22%20viewBox%3D%220%200%20402.04%20402.04%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m54.816%20292.38c-15.229%200-28.169%205.331-38.831%2015.988-10.655%2010.656-15.985%2023.599-15.985%2038.827%200%2015.232%205.325%2028.172%2015.985%2038.828%2010.662%2010.657%2023.606%2015.988%2038.831%2015.988%2015.227%200%2028.168-5.331%2038.828-15.988%2010.656-10.656%2015.986-23.596%2015.986-38.828%200-15.229-5.33-28.171-15.986-38.827-10.657-10.657-23.598-15.988-38.828-15.988z%22%2F%3E%3Cpath%20d%3D%22m181.01%20221c-21.51-21.698-46.158-38.97-73.948-51.816-27.79-12.85-56.914-20.511-87.366-22.985h-1.425c-4.949%200-9.042%201.619-12.275%204.854-3.999%203.422-5.996%207.898-5.996%2013.417v38.543c0%204.757%201.569%208.85%204.708%2012.279%203.14%203.429%207.089%205.332%2011.848%205.708%2043.586%204.189%2080.845%2021.752%20111.77%2052.678%2030.93%2030.926%2048.49%2068.187%2052.677%20111.77%200.382%204.764%202.284%208.712%205.712%2011.847%203.427%203.148%207.517%204.72%2012.275%204.72h38.545c5.517%200%209.989-1.995%2013.415-5.996%203.621-3.812%205.236-8.381%204.863-13.709-2.478-30.447-10.14-59.573-22.987-87.361-12.846-27.792-30.121-52.438-51.819-73.95z%22%2F%3E%3Cpath%20d%3D%22m367.73%20239.7c-20.365-45.585-48.345-86.078-83.936-121.48-35.405-35.594-75.896-63.572-121.48-83.939-45.584-20.363-93.311-31.786-143.18-34.26h-0.855c-4.949%200-9.136%201.713-12.563%205.14-3.805%203.423-5.708%207.804-5.708%2013.134v40.825c0%204.76%201.667%208.897%204.996%2012.419%203.33%203.523%207.373%205.376%2012.132%205.57%2040.924%202.478%2079.799%2012.188%20116.63%2029.127%2036.83%2016.94%2068.806%2038.972%2095.93%2066.09%2027.118%2027.123%2049.149%2059.101%2066.089%2095.931%2016.94%2036.836%2026.557%2075.705%2028.839%20116.63%200.195%204.764%202.046%208.809%205.564%2012.139%203.524%203.329%207.762%204.999%2012.71%204.999h40.823c5.331%200%209.701-1.902%2013.134-5.715%203.809-3.806%205.517-8.274%205.144-13.415-2.471-49.874-13.898-97.6-34.263-143.19z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-tag {
  width: 15px;
  height: 15px;
}
.icon-tag::before {
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.117%22%20height%3D%2214.996%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20data-name%3D%22Path%2032%22%20d%3D%22M14.075%208.832l-5.236%205.236a1.46%201.46%200%2001-2.067%200L.5%207.8V.5h7.3l6.273%206.273a1.46%201.46%200%2001.002%202.059z%22%20stroke%3D%22%23fff%22%2F%3E%3Cpath%20data-name%3D%22Line%205%22%20stroke%3D%22%2391c6eb%22%20d%3D%22M4.151%204.151h.01%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.117%22%20height%3D%2214.996%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20data-name%3D%22Path%2032%22%20d%3D%22M14.075%208.832l-5.236%205.236a1.46%201.46%200%2001-2.067%200L.5%207.8V.5h7.3l6.273%206.273a1.46%201.46%200%2001.002%202.059z%22%20stroke%3D%22%23fff%22%2F%3E%3Cpath%20data-name%3D%22Line%205%22%20stroke%3D%22%2391c6eb%22%20d%3D%22M4.151%204.151h.01%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-like {
  width: 15px;
  height: 15px;
}
.icon-like::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.01%22%20height%3D%2214.92%22%3E%3Cg%20data-name%3D%22Group%20214%22%20fill%3D%22none%22%20stroke%3D%22%23838383%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20data-name%3D%22Path%2028%22%20d%3D%22M3.3%2014.424H.5v-6.5h2.8%22%2F%3E%3Cpath%20data-name%3D%22Path%2029%22%20d%3D%22M3.3%207.924L6.1.5h.933a.931.931%200%2001.933.928v4.64h4.666a1.87%201.87%200%20011.486.733%201.848%201.848%200%2001.313%201.62l-1.3%204.64a1.865%201.865%200%2001-1.8%201.36H3.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.01%22%20height%3D%2214.92%22%3E%3Cg%20data-name%3D%22Group%20214%22%20fill%3D%22none%22%20stroke%3D%22%23838383%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20data-name%3D%22Path%2028%22%20d%3D%22M3.3%2014.424H.5v-6.5h2.8%22%2F%3E%3Cpath%20data-name%3D%22Path%2029%22%20d%3D%22M3.3%207.924L6.1.5h.933a.931.931%200%2001.933.928v4.64h4.666a1.87%201.87%200%20011.486.733%201.848%201.848%200%2001.313%201.62l-1.3%204.64a1.865%201.865%200%2001-1.8%201.36H3.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-chat {
  width: 15px;
  height: 15px;
}
.icon-chat::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215.63%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23838383%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20data-name%3D%22Path%2030%22%20d%3D%22M14.5%204.184v8.024h-2.378v2.469l-3.567-2.469h-.594%22%2F%3E%3Cpath%20data-name%3D%22Path%2031%22%20d%3D%22M11.2.5H.5v8.9h2.378v3.424L7.039%209.4H11.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215.63%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23838383%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20data-name%3D%22Path%2030%22%20d%3D%22M14.5%204.184v8.024h-2.378v2.469l-3.567-2.469h-.594%22%2F%3E%3Cpath%20data-name%3D%22Path%2031%22%20d%3D%22M11.2.5H.5v8.9h2.378v3.424L7.039%209.4H11.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-download {
  width: 15px;
  height: 15px;
}
.icon-download::before {
  background-color: #e84e68;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%3E%3Cg%20data-name%3D%22Group%20250%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23e84e68%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20data-name%3D%22Group%20249%22%3E%3Cpath%20data-name%3D%22Path%2036%22%20d%3D%22M14.5%208.5v4a1.82%201.82%200%2001-1.556%202H2.056a1.82%201.82%200%2001-1.556-2v-4%22%2F%3E%3Cpath%20data-name%3D%22Path%2037%22%20d%3D%22M4.5%205.346l3%205%203-5%22%2F%3E%3Cpath%20data-name%3D%22Line%209%22%20d%3D%22M7.5%2010.5V.5%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%3E%3Cg%20data-name%3D%22Group%20250%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23e84e68%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20data-name%3D%22Group%20249%22%3E%3Cpath%20data-name%3D%22Path%2036%22%20d%3D%22M14.5%208.5v4a1.82%201.82%200%2001-1.556%202H2.056a1.82%201.82%200%2001-1.556-2v-4%22%2F%3E%3Cpath%20data-name%3D%22Path%2037%22%20d%3D%22M4.5%205.346l3%205%203-5%22%2F%3E%3Cpath%20data-name%3D%22Line%209%22%20d%3D%22M7.5%2010.5V.5%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-download-white {
  width: 11px;
  height: 11px;
}
.icon-download-white::before {
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%3E%3Cg%20data-name%3D%22Group%20253%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20data-name%3D%22Group%20249%22%3E%3Cpath%20data-name%3D%22Path%2036%22%20d%3D%22M10.5%206.214v2.857A1.3%201.3%200%20019.389%2010.5H1.611A1.3%201.3%200%2001.5%209.071V6.214%22%2F%3E%3Cpath%20data-name%3D%22Path%2037%22%20d%3D%22M3.357%203.962L5.5%207.533l2.143-3.571%22%2F%3E%3Cpath%20data-name%3D%22Line%209%22%20d%3D%22M5.5%207.643V.5%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%3E%3Cg%20data-name%3D%22Group%20253%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20data-name%3D%22Group%20249%22%3E%3Cpath%20data-name%3D%22Path%2036%22%20d%3D%22M10.5%206.214v2.857A1.3%201.3%200%20019.389%2010.5H1.611A1.3%201.3%200%2001.5%209.071V6.214%22%2F%3E%3Cpath%20data-name%3D%22Path%2037%22%20d%3D%22M3.357%203.962L5.5%207.533l2.143-3.571%22%2F%3E%3Cpath%20data-name%3D%22Line%209%22%20d%3D%22M5.5%207.643V.5%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-zoom {
  width: 12px;
  height: 12px;
}
.icon-zoom::before {
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.414%22%20height%3D%2211.414%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20data-name%3D%22Path%2039%22%20d%3D%22M7.374.707h3.333V4.04%22%2F%3E%3Cpath%20data-name%3D%22Path%2040%22%20d%3D%22M4.04%2010.707H.707V7.374%22%2F%3E%3Cpath%20data-name%3D%22Line%2010%22%20d%3D%22M10.707.707L6.818%204.596%22%2F%3E%3Cpath%20data-name%3D%22Line%2011%22%20d%3D%22M.707%2010.707l3.889-3.889%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.414%22%20height%3D%2211.414%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20data-name%3D%22Path%2039%22%20d%3D%22M7.374.707h3.333V4.04%22%2F%3E%3Cpath%20data-name%3D%22Path%2040%22%20d%3D%22M4.04%2010.707H.707V7.374%22%2F%3E%3Cpath%20data-name%3D%22Line%2010%22%20d%3D%22M10.707.707L6.818%204.596%22%2F%3E%3Cpath%20data-name%3D%22Line%2011%22%20d%3D%22M.707%2010.707l3.889-3.889%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-phone {
  width: 16px;
  height: 16px;
}
.icon-phone::before {
  background-color: #d32e7c;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.001%22%20height%3D%2215.029%22%3E%3Cpath%20d%3D%22M14.5%2011v2.112a1.408%201.408%200%2001-1.535%201.408%2013.93%2013.93%200%2001-6.076-2.159%2013.726%2013.726%200%2001-4.221-4.224%2013.93%2013.93%200%2001-2.161-6.1A1.408%201.408%200%20011.907.5h2.112a1.408%201.408%200%20011.408%201.211%209.038%209.038%200%2000.493%201.978%201.408%201.408%200%2001-.317%201.485l-.894.894a11.263%2011.263%200%20004.223%204.223l.894-.894a1.408%201.408%200%20011.485-.317%209.038%209.038%200%20001.978.493A1.408%201.408%200%200114.5%2011z%22%20fill%3D%22none%22%20stroke%3D%22%23d32e7c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.001%22%20height%3D%2215.029%22%3E%3Cpath%20d%3D%22M14.5%2011v2.112a1.408%201.408%200%2001-1.535%201.408%2013.93%2013.93%200%2001-6.076-2.159%2013.726%2013.726%200%2001-4.221-4.224%2013.93%2013.93%200%2001-2.161-6.1A1.408%201.408%200%20011.907.5h2.112a1.408%201.408%200%20011.408%201.211%209.038%209.038%200%2000.493%201.978%201.408%201.408%200%2001-.317%201.485l-.894.894a11.263%2011.263%200%20004.223%204.223l.894-.894a1.408%201.408%200%20011.485-.317%209.038%209.038%200%20001.978.493A1.408%201.408%200%200114.5%2011z%22%20fill%3D%22none%22%20stroke%3D%22%23d32e7c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.icon-mail {
  width: 16px;
  height: 13px;
}
.icon-mail::before {
  background-color: #d32e7c;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.414%22%20height%3D%2212.2%22%3E%3Cg%20data-name%3D%22Group%20246%22%20fill%3D%22none%22%20stroke%3D%22%23200e3e%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20data-name%3D%22Path%2034%22%20d%3D%22M2.107.5h11.2a1.4%201.4%200%20011.4%201.4v8.4a1.4%201.4%200%2001-1.4%201.4h-11.2a1.4%201.4%200%2001-1.4-1.4V1.9a1.4%201.4%200%20011.4-1.4z%22%2F%3E%3Cpath%20data-name%3D%22Path%2035%22%20d%3D%22M14.707%202l-7%207-7-7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.414%22%20height%3D%2212.2%22%3E%3Cg%20data-name%3D%22Group%20246%22%20fill%3D%22none%22%20stroke%3D%22%23200e3e%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20data-name%3D%22Path%2034%22%20d%3D%22M2.107.5h11.2a1.4%201.4%200%20011.4%201.4v8.4a1.4%201.4%200%2001-1.4%201.4h-11.2a1.4%201.4%200%2001-1.4-1.4V1.9a1.4%201.4%200%20011.4-1.4z%22%2F%3E%3Cpath%20data-name%3D%22Path%2035%22%20d%3D%22M14.707%202l-7%207-7-7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-search {
  width: 20px;
  height: 20px;
}
.icon-search::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.414%22%20height%3D%2220.414%22%20viewBox%3D%220%200%2020.414%2020.414%22%3E%20%3Cg%20id%3D%22search%22%20transform%3D%22translate%28-2%20-2%29%22%3E%20%3Ccircle%20id%3D%22Ellipse_3%22%20data-name%3D%22Ellipse%203%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20transform%3D%22translate%283%203%29%22%20fill%3D%22none%22%20stroke%3D%22%23838383%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22Line_2%22%20data-name%3D%22Line%202%22%20x1%3D%224.35%22%20y1%3D%224.35%22%20transform%3D%22translate%2816.65%2016.65%29%22%20fill%3D%22none%22%20stroke%3D%22%23838383%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.414%22%20height%3D%2220.414%22%20viewBox%3D%220%200%2020.414%2020.414%22%3E%20%3Cg%20id%3D%22search%22%20transform%3D%22translate%28-2%20-2%29%22%3E%20%3Ccircle%20id%3D%22Ellipse_3%22%20data-name%3D%22Ellipse%203%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20transform%3D%22translate%283%203%29%22%20fill%3D%22none%22%20stroke%3D%22%23838383%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22Line_2%22%20data-name%3D%22Line%202%22%20x1%3D%224.35%22%20y1%3D%224.35%22%20transform%3D%22translate%2816.65%2016.65%29%22%20fill%3D%22none%22%20stroke%3D%22%23838383%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.icon-settings {
  width: 13px;
  height: 13px;
}
.icon-settings::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%3E%20%3Cg%20id%3D%22settings%22%20transform%3D%22translate%28-0.5%20-0.5%29%22%3E%20%3Ccircle%20id%3D%22Ellipse_1%22%20data-name%3D%22Ellipse%201%22%20cx%3D%221.636%22%20cy%3D%221.636%22%20r%3D%221.636%22%20transform%3D%22translate%285.364%205.364%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22Path_21%22%20data-name%3D%22Path%2021%22%20d%3D%22M11.036%2C8.636a.9.9%2C0%2C0%2C0%2C.18.993l.033.033a1.092%2C1.092%2C0%2C1%2C1-1.544%2C1.544l-.033-.033a.907.907%2C0%2C0%2C0-1.538.644v.093a1.091%2C1.091%2C0%2C0%2C1-2.182%2C0V11.86a.9.9%2C0%2C0%2C0-.589-.824.9.9%2C0%2C0%2C0-.993.18l-.033.033A1.092%2C1.092%2C0%2C1%2C1%2C2.795%2C9.705l.033-.033a.907.907%2C0%2C0%2C0-.644-1.538H2.091a1.091%2C1.091%2C0%2C0%2C1%2C0-2.182H2.14a.9.9%2C0%2C0%2C0%2C.824-.589.9.9%2C0%2C0%2C0-.18-.993l-.033-.033A1.092%2C1.092%2C0%2C1%2C1%2C4.295%2C2.795l.033.033a.9.9%2C0%2C0%2C0%2C.993.18h.044a.9.9%2C0%2C0%2C0%2C.545-.824V2.091a1.091%2C1.091%2C0%2C0%2C1%2C2.182%2C0V2.14a.907.907%2C0%2C0%2C0%2C1.538.644l.033-.033a1.092%2C1.092%2C0%2C1%2C1%2C1.544%2C1.544l-.033.033a.9.9%2C0%2C0%2C0-.18.993v.044a.9.9%2C0%2C0%2C0%2C.824.545h.093a1.091%2C1.091%2C0%2C0%2C1%2C0%2C2.182H11.86A.9.9%2C0%2C0%2C0%2C11.036%2C8.636Z%22%20transform%3D%22translate%280%200%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%3E%20%3Cg%20id%3D%22settings%22%20transform%3D%22translate%28-0.5%20-0.5%29%22%3E%20%3Ccircle%20id%3D%22Ellipse_1%22%20data-name%3D%22Ellipse%201%22%20cx%3D%221.636%22%20cy%3D%221.636%22%20r%3D%221.636%22%20transform%3D%22translate%285.364%205.364%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22Path_21%22%20data-name%3D%22Path%2021%22%20d%3D%22M11.036%2C8.636a.9.9%2C0%2C0%2C0%2C.18.993l.033.033a1.092%2C1.092%2C0%2C1%2C1-1.544%2C1.544l-.033-.033a.907.907%2C0%2C0%2C0-1.538.644v.093a1.091%2C1.091%2C0%2C0%2C1-2.182%2C0V11.86a.9.9%2C0%2C0%2C0-.589-.824.9.9%2C0%2C0%2C0-.993.18l-.033.033A1.092%2C1.092%2C0%2C1%2C1%2C2.795%2C9.705l.033-.033a.907.907%2C0%2C0%2C0-.644-1.538H2.091a1.091%2C1.091%2C0%2C0%2C1%2C0-2.182H2.14a.9.9%2C0%2C0%2C0%2C.824-.589.9.9%2C0%2C0%2C0-.18-.993l-.033-.033A1.092%2C1.092%2C0%2C1%2C1%2C4.295%2C2.795l.033.033a.9.9%2C0%2C0%2C0%2C.993.18h.044a.9.9%2C0%2C0%2C0%2C.545-.824V2.091a1.091%2C1.091%2C0%2C0%2C1%2C2.182%2C0V2.14a.907.907%2C0%2C0%2C0%2C1.538.644l.033-.033a1.092%2C1.092%2C0%2C1%2C1%2C1.544%2C1.544l-.033.033a.9.9%2C0%2C0%2C0-.18.993v.044a.9.9%2C0%2C0%2C0%2C.824.545h.093a1.091%2C1.091%2C0%2C0%2C1%2C0%2C2.182H11.86A.9.9%2C0%2C0%2C0%2C11.036%2C8.636Z%22%20transform%3D%22translate%280%200%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.icon-logout {
  width: 13px;
  height: 13px;
}
.icon-logout::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%3E%20%3Cg%20id%3D%22log-out%22%20transform%3D%22translate%28-2.5%20-2.5%29%22%3E%20%3Cpath%20id%3D%22Path_22%22%20data-name%3D%22Path%2022%22%20d%3D%22M7%2C15H4.333A1.333%2C1.333%2C0%2C0%2C1%2C3%2C13.667V4.333A1.333%2C1.333%2C0%2C0%2C1%2C4.333%2C3H7%22%20transform%3D%22translate%280%200%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22Path_23%22%20data-name%3D%22Path%2023%22%20d%3D%22M16%2C13.667l3.333-3.333L16%2C7%22%20transform%3D%22translate%28-4.333%20-1.333%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22Line_1%22%20data-name%3D%22Line%201%22%20x1%3D%228%22%20transform%3D%22translate%287%209%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%3E%20%3Cg%20id%3D%22log-out%22%20transform%3D%22translate%28-2.5%20-2.5%29%22%3E%20%3Cpath%20id%3D%22Path_22%22%20data-name%3D%22Path%2022%22%20d%3D%22M7%2C15H4.333A1.333%2C1.333%2C0%2C0%2C1%2C3%2C13.667V4.333A1.333%2C1.333%2C0%2C0%2C1%2C4.333%2C3H7%22%20transform%3D%22translate%280%200%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22Path_23%22%20data-name%3D%22Path%2023%22%20d%3D%22M16%2C13.667l3.333-3.333L16%2C7%22%20transform%3D%22translate%28-4.333%20-1.333%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22Line_1%22%20data-name%3D%22Line%201%22%20x1%3D%228%22%20transform%3D%22translate%287%209%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.icon-home {
  width: 20px;
  height: 22px;
}
.icon-home::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2222%22%20viewBox%3D%220%200%2020%2022%22%3E%20%3Cg%20id%3D%22home%22%20transform%3D%22translate%28-2%20-1%29%22%3E%20%3Cpath%20id%3D%22Path_24%22%20data-name%3D%22Path%2024%22%20d%3D%22M3%2C9l9-7%2C9%2C7V20a2%2C2%2C0%2C0%2C1-2%2C2H5a2%2C2%2C0%2C0%2C1-2-2Z%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22Path_25%22%20data-name%3D%22Path%2025%22%20d%3D%22M9%2C22V12h6V22%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2222%22%20viewBox%3D%220%200%2020%2022%22%3E%20%3Cg%20id%3D%22home%22%20transform%3D%22translate%28-2%20-1%29%22%3E%20%3Cpath%20id%3D%22Path_24%22%20data-name%3D%22Path%2024%22%20d%3D%22M3%2C9l9-7%2C9%2C7V20a2%2C2%2C0%2C0%2C1-2%2C2H5a2%2C2%2C0%2C0%2C1-2-2Z%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22Path_25%22%20data-name%3D%22Path%2025%22%20d%3D%22M9%2C22V12h6V22%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.icon-close {
  width: 16px;
  height: 16px;
}
@media (max-width: 991.98px) {
  .icon-close {
    width: 12px;
    height: 12px;
  }
}
.icon-close::before {
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.828%22%20height%3D%2216.828%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20data-name%3D%22Line%206%22%20d%3D%22M15.414%201.414l-14%2014%22%2F%3E%3Cpath%20data-name%3D%22Line%207%22%20d%3D%22M1.414%201.414l14%2014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.828%22%20height%3D%2216.828%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20data-name%3D%22Line%206%22%20d%3D%22M15.414%201.414l-14%2014%22%2F%3E%3Cpath%20data-name%3D%22Line%207%22%20d%3D%22M1.414%201.414l14%2014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-image img {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.bg-gray {
  background-color: #f7f5f7;
}
.bg-blue {
  background-color: #230c41;
  color: #fff;
}

.m-0 {
  margin: 0;
}

.mx-auto {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-50 {
  padding: 50px;
}

.typo3-messages {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.typo3-messages p {
  padding: 10px;
}

.page-navigation {
  padding-top: 20px;
}

.pagination {
  margin-top: 0 !important;
  margin: 5px 0 20px 0;
}
.pagination .page-item .page-link {
  color: #230c41;
  text-decoration: none;
}
.pagination .page-item.active .page-link {
  border-color: #4b7890;
  background-color: #4b7890;
  color: #fff;
}

.search #kesearch_num_results {
  padding-bottom: 10px;
  font-style: italic;
}
.search .result-list-item {
  padding: 20px 5px;
}
.search .result-list-item:nth-child(odd) {
  background: #f7f5f7;
}
.search .result-list-item .result-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}
.search .result-list-item .hit {
  text-decoration: underline;
  background: #6cb4cc;
  color: #fff;
}

.login-page {
  background-color: #8da59f;
}
@media (max-width: 991.98px) {
  .login-page:after {
    content: "";
    background: url(/typo3conf/ext/site_template/Resources/Public/img/hap-westbrabant-01.jpg);
    background-size: cover;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
  }
}
.login-page form input.form-control {
  color: #495057 !important;
}
.login-page .login-left {
  height: 100vh;
}
.login-page .login-left img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-page .login-right .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.login-page .login-right .content .logo {
  margin-top: -100px;
  margin-bottom: 50px;
}
.login-page .login-right .content .logo img {
  width: 70%;
  max-width: 300px;
}
.login-page .login-right .content form {
  margin-top: 20px;
}
.login-page .login-mobile {
  height: 100vh;
}
.login-page .login-mobile .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.login-page .login-mobile .content img {
  margin-top: -100px;
  margin-bottom: 50px;
  width: 70%;
  max-width: 300px;
}
.login-page .login-mobile .content form {
  margin-top: 20px;
}

.footer-main {
  background-color: #8da59f;
  padding: 38px 0;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .footer-main {
    padding: 20px 0;
  }
}
.footer-main__logo {
  max-width: 114px;
}
@media (max-width: 767.98px) {
  .footer-main__logo {
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .cta p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .cta .text-right {
    text-align: center;
  }
}

.sec-cta {
  padding: 22px 0;
}

.card, .tx-femanager .femanager_status {
  background-color: #fff;
  padding: 22px 30px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 19px 0 rgba(35, 12, 65, 0.06);
  border-radius: 4px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .card, .tx-femanager .femanager_status {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.card h1, .tx-femanager .femanager_status h1 {
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .card h1, .tx-femanager .femanager_status h1 {
    margin-bottom: 18px;
  }
}
.card h2, .tx-femanager .femanager_status h2 {
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .card h2, .tx-femanager .femanager_status h2 {
    margin-bottom: 18px;
  }
}
.card h3, .tx-femanager .femanager_status h3 {
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .card h3, .tx-femanager .femanager_status h3 {
    margin-bottom: 18px;
  }
}
.card h4, .tx-femanager .femanager_status h4 {
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .card h4, .tx-femanager .femanager_status h4 {
    margin-bottom: 18px;
  }
}
.card h5, .tx-femanager .femanager_status h5 {
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .card h5, .tx-femanager .femanager_status h5 {
    margin-bottom: 18px;
  }
}
.card h6, .tx-femanager .femanager_status h6 {
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .card h6, .tx-femanager .femanager_status h6 {
    margin-bottom: 18px;
  }
}
.card p + *, .tx-femanager .femanager_status p + * {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .card p + *, .tx-femanager .femanager_status p + * {
    margin-bottom: 16px;
  }
}
.card .download, .tx-femanager .femanager_status .download {
  margin-top: 10px;
}
.card__header {
  margin-bottom: 16px;
}
.poll-card .card__header {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .poll-card .card__header {
    margin-bottom: 20px;
  }
}
.card__header h5 {
  margin-bottom: 0;
}
.card__header h2 {
  margin-bottom: 3px;
}
.card__header ul {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.card__header ul li {
  position: relative;
  padding-right: 8px;
  margin: 0 8px 2px 0;
}
.card__header ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 100%;
  background-color: #4b7890;
  height: 17px;
  width: 2px;
}
@media (max-width: 767.98px) {
  .card__header ul li:not(:last-child)::after {
    height: 12px;
  }
}
.card__header ul li.is-active {
  color: #6cb4cc;
}
.card__header ul a {
  text-decoration: underline;
}
.card__header ul a:hover {
  color: #6cb4cc;
}
.card__image img {
  margin: 10px 0;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__footer {
  margin-top: 32px;
  padding-bottom: 6px;
}
@media (max-width: 767.98px) {
  .card__footer {
    margin-top: 20px;
  }
}
.card__footer p {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .card__footer p {
    display: block;
    margin-top: 14px;
  }
}
.card__footer a:not(.btn) {
  text-decoration: underline;
  font-weight: 600;
  margin-left: 14px;
}
.card__footer a:not(.btn):hover {
  color: #e5007d;
}
.card.bg-gray, .tx-femanager .bg-gray.femanager_status {
  background-color: #f7f5f7;
}
.card.info-card, .tx-femanager .info-card.femanager_status {
  color: #4b7890;
}
.card.info-card .card__header, .tx-femanager .info-card.femanager_status .card__header {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .card.info-card .card__header, .tx-femanager .info-card.femanager_status .card__header {
    margin-bottom: 20px;
  }
}
.card.info-card p, .tx-femanager .info-card.femanager_status p {
  color: #838383;
}
.card.twitter-card .card__footer, .tx-femanager .twitter-card.femanager_status .card__footer {
  padding-left: 32px;
}
@media (max-width: 767.98px) {
  .card.twitter-card .card__footer, .tx-femanager .twitter-card.femanager_status .card__footer {
    padding-left: 12px;
  }
}
.card.news-card, .tx-femanager .news-card.femanager_status {
  padding: 0;
}
.card.news-card .card__footer, .tx-femanager .news-card.femanager_status .card__footer {
  padding: 0 30px 26px;
}
@media (max-width: 767.98px) {
  .card.news-card .card__footer, .tx-femanager .news-card.femanager_status .card__footer {
    padding: 6px 20px 20px;
  }
}

.article-main {
  position: relative;
  min-height: 306px;
  display: flex;
  flex-direction: column;
  color: #f7f5f7;
}
@media (max-width: 767.98px) {
  .article-main {
    min-height: 250px;
  }
}
.article-main__image {
  overflow: hidden;
}
.article-main__image::after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(35, 12, 65, 0), #230c41);
  pointer-events: none;
}
.article-main__image-bg {
  transition: transform 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .article-main__image-bg {
    transition: none;
  }
}
.article-main__content {
  position: relative;
  z-index: 3;
  font-style: italic;
  padding: 30px 27px 45px;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .article-main__content {
    padding: 20px 20px 45px;
  }
}
.article-main__content h2 {
  color: #fff;
  font-style: normal;
  margin: 5px 0;
}
.article-main__content .categories span:not(:last-child)::after {
  content: " |";
}
.article-main:hover .article-main__image-bg {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
.article-main .btn {
  position: absolute;
  z-index: 3;
  align-self: center;
  background-color: #7e961f;
  bottom: 0;
  left: 50%;
  margin: 0;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}

.news-list {
  margin-top: 35px;
  position: relative;
}
.news-list h2 {
  padding: 0 30px;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .news-list h2 {
    padding: 0 25px;
  }
}
.news-list h6 {
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .news-list h6 {
    transition: none;
  }
}
.news-list i {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.news-list p {
  color: #838383;
}
.news-list__item {
  position: relative;
}
.news-list__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-image: linear-gradient(to right, #f7f5f7, #f7f5f7 50%, rgba(247, 245, 247, 0));
  transition: width 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .news-list__item::after {
    transition: none;
  }
}
.news-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #e5007d;
  border-radius: 0 5px 5px 0;
  opacity: 0;
}
.news-list__item a {
  display: block;
  position: relative;
  z-index: 4;
  padding: 9px 50px 9px 30px;
}
@media (max-width: 767.98px) {
  .news-list__item a {
    padding: 9px 25px;
  }
}
.news-list__item.is-highlighted::before {
  opacity: 1;
}
.news-list__item.is-highlighted::after {
  opacity: 0;
}
.news-list__item.is-highlighted h6 {
  color: #e5007d;
}
.news-list__item.is-highlighted:hover h6 {
  color: #e5007d;
}
.news-list__item:hover::after {
  width: 100%;
}
.news-list__item:hover h6 {
  color: #7e961f;
}
.news-list__item:hover i::before {
  background-color: #7e961f;
}

.logo-list__item {
  height: 145px;
  padding: 20px;
  margin-bottom: 16px;
  flex-direction: column;
  color: #4b7890;
  text-align: center;
  transition: box-shadow 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .logo-list__item {
    transition: none;
  }
}
.logo-list__item:hover {
  box-shadow: 0 5px 19px 0 rgba(35, 12, 65, 0.16);
}
.logo-list__item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.button-group {
  margin: 25px 0 36px;
}
@media (max-width: 767.98px) {
  .button-group {
    margin: 25px 0;
  }
}
.button-group .btn {
  min-width: 100%;
}
.button-group [class*=col-]:nth-child(n+3) {
  margin-top: 28px;
}
@media (max-width: 767.98px) {
  .button-group [class*=col-]:nth-child(n+2) {
    margin-top: 16px;
  }
}

.poll-card h2 {
  padding: 20px 0;
}
.poll-card .poll-description {
  margin-bottom: 15px;
}
.poll-card form ::-moz-placeholder {
  color: #230c41;
  opacity: 1;
  font-weight: "";
}
.poll-card form ::placeholder {
  color: #230c41;
  opacity: 1;
  font-weight: "";
}
.poll-card form label {
  margin-left: 14px;
  padding-top: 6px;
}
.poll-card form label a {
  text-decoration: underline;
}
.poll-card form label a:hover {
  color: #7e961f;
}
.poll-card form .btn {
  margin-top: 22px;
}
.poll-card input[type=text],
.poll-card input[type=number],
.poll-card input[type=email],
.poll-card input[type=password],
.poll-card input[type=search],
.poll-card input[type=tel],
.poll-card textarea,
.poll-card select {
  background-color: #fefcfe;
  padding: 4px 15px;
  width: 100%;
  color: #230c41;
  border: 1px solid;
  border-color: #e3e3e3;
  outline: 0;
  box-shadow: 0 0 19px 0 rgba(35, 12, 65, 0.06);
  height: 42px;
  transition: border-color 0.3s ease;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .poll-card input[type=text],
  .poll-card input[type=number],
  .poll-card input[type=email],
  .poll-card input[type=password],
  .poll-card input[type=search],
  .poll-card input[type=tel],
  .poll-card textarea,
  .poll-card select {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .poll-card input[type=text],
  .poll-card input[type=number],
  .poll-card input[type=email],
  .poll-card input[type=password],
  .poll-card input[type=search],
  .poll-card input[type=tel],
  .poll-card textarea,
  .poll-card select {
    height: 40px;
    padding: 12px 10px;
  }
}
.poll-card input[type=text]:focus,
.poll-card input[type=number]:focus,
.poll-card input[type=email]:focus,
.poll-card input[type=password]:focus,
.poll-card input[type=search]:focus,
.poll-card input[type=tel]:focus,
.poll-card textarea:focus,
.poll-card select:focus {
  border-color: #e5007d;
}
.poll-card textarea {
  height: 238px;
  resize: none;
  padding: 18px;
}
@media (max-width: 991.98px) {
  .poll-card textarea {
    height: 140px;
  }
}
.poll-card .radio {
  display: block;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 10px;
}
.poll-card .radio + .radio {
  margin-top: 10px;
}
.poll-card .radio label {
  position: relative;
  padding-left: 58px;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 767.98px) {
  .poll-card .radio label {
    padding-left: 38px;
  }
}
.poll-card .radio label::before, .poll-card .radio label::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .poll-card .radio label::before, .poll-card .radio label::after {
    transition: none;
  }
}
.poll-card .radio label::before {
  border: 2px solid #230c41;
  height: 27px;
  width: 27px;
  left: 0;
  top: 4px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .poll-card .radio label::before {
    height: 20px;
    width: 20px;
  }
}
.poll-card .radio label::after {
  height: 17px;
  width: 17px;
  left: 5px;
  top: 9px;
  background-color: #230c41;
  transform: scale(0);
  -webkit-transform: scale(0);
}
@media (max-width: 767.98px) {
  .poll-card .radio label::after {
    left: 4px;
    top: 8px;
    height: 12px;
    width: 12px;
  }
}
.poll-card .radio input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  padding: 0;
}
.poll-card .radio input:checked + label:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.poll-card .radio input:focus + label::before {
  box-shadow: 0 0 0 3px rgba(35, 12, 65, 0.2);
}

.tx-poll div.poll-result-bar {
  width: 100%;
}
.tx-poll span.poll-result-bar {
  display: inline-block;
  background-color: #7e961f;
  height: 10px;
}
.tx-poll .poll-result-percent {
  display: inline-block;
  width: 55px;
}
.tx-poll .poll-result-answer {
  display: inline-block;
}
.tx-poll .poll-result-row {
  height: 70px;
  display: inline-block;
  width: 100%;
}
.tx-poll .poll-button {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.tx-poll .poll-result-question {
  width: 100%;
}
.tx-poll .poll-captcha span {
  display: inline-block;
  width: 100%;
}
.tx-poll .message-error {
  color: #CC0000;
  font-weight: bold;
}

.poll-captcha span.poll-captcha-image {
  height: 32px;
  width: 104px;
}
.poll-captcha span.poll-captcha-field {
  margin-bottom: 16px;
}

.info-block {
  display: flex;
  align-items: flex-start;
  width: calc(100% + 60px);
  left: -30px;
  position: relative;
  padding: 10px 50px 10px 30px;
}
@media (max-width: 767.98px) {
  .info-block {
    padding: 9px 20px;
    width: calc(100% + 40px);
    left: -20px;
  }
}
.info-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  width: 0;
  background-image: linear-gradient(to right, rgba(32, 14, 62, 0.05), rgba(32, 14, 62, 0.05) 50%, rgba(32, 14, 62, 0));
  transition: width 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .info-block::after {
    transition: none;
  }
}
.info-block h6 {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .info-block h6 {
    transition: none;
  }
}
.info-block h6 i {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.info-block p {
  color: #838383;
}
.info-block a {
  font-size: 0;
  line-height: 0;
}
.info-block__icon {
  margin-top: 2px;
  max-width: 20px;
  flex: 0 0 20px;
}
.info-block__text {
  padding-left: 16px;
  flex: auto;
}
.info-block:hover:after {
  width: 100%;
}
.info-block:hover h6 {
  color: #e95a0c;
}
.info-block:hover [class*=icon-]::before {
  background-color: #e95a0c;
}

.twitter-block {
  display: flex;
  align-items: flex-start;
}
.twitter-block + .twitter-block {
  margin-top: 26px;
}
.twitter-block__icon {
  padding: 4px 0;
  flex: 0 0 16px;
  max-width: 16px;
}
.twitter-block__text {
  flex: auto;
  padding-left: 32px;
}
@media (max-width: 767.98px) {
  .twitter-block__text {
    padding-left: 12px;
  }
}
.twitter-block a {
  color: #83c8ef;
}
.twitter-block a:hover {
  color: #e5007d;
}
.twitter-block span {
  margin-left: 10px;
}
.twitter-block p + p {
  margin-top: 10px;
}

.tx-rssdisplay .card__header h2 {
  padding: 20px 0;
}

.rss-block {
  display: flex;
  align-items: flex-start;
}
.rss-block + .rss-block {
  margin-top: 26px;
}
.rss-block__icon {
  padding: 3px 0;
  flex: 0 0 16px;
  max-width: 16px;
}
.rss-block__text {
  flex: auto;
  padding-left: 32px;
}
@media (max-width: 767.98px) {
  .rss-block__text {
    padding-left: 12px;
  }
}
.rss-block__text img {
  float: right;
  margin: 10px 0 10px 10px;
  display: none;
}
.rss-block a {
  color: #83c8ef;
}
.rss-block a:hover {
  color: #e5007d;
}
.rss-block span {
  margin-left: 10px;
}
.rss-block p + p {
  margin-top: 10px;
}

.breadcrumbs {
  font-weight: 600;
  color: #230c41;
  overflow: hidden;
  width: 100%;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  overflow: auto;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .breadcrumbs ul {
    justify-content: flex-start;
  }
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
}
@media (max-width: 1099.98px) {
  .breadcrumbs li:not(:last-child) {
    margin-bottom: 2px;
  }
}
.breadcrumbs li:not(:last-child)::after {
  content: "";
  left: 100%;
  height: 17px;
  width: 2px;
  background-color: #230c41;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.breadcrumbs li:last-child {
  pointer-events: none;
  color: #d32e7c;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #d32e7c;
}

.sidebar {
  box-shadow: 0 0 19px 0 rgba(35, 12, 65, 0.06);
  background-color: #fff;
  padding: 28px 28px 28px 0;
  border-radius: 0 4px 4px 0;
  word-break: break-word;
  z-index: 4;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (max-width: 991.98px) {
  .sidebar {
    padding: 20px 30px;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
  }
}
.sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
@media (max-width: 991.98px) {
  .sidebar-wrapper {
    position: relative;
    top: 0;
  }
}
.sidebar + * {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .sidebar + * {
    margin-top: 20px;
  }
}
.sidebar::after {
  content: "";
  position: absolute;
  left: inherit;
  right: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .sidebar::after {
    display: none;
  }
}
.sidebar h3 {
  position: relative;
  z-index: 3;
  margin-bottom: 38px;
}
@media (max-width: 991.98px) {
  .sidebar h3 {
    margin-bottom: 15px;
  }
}

.sidebar-nav {
  z-index: 3;
  position: relative;
}
.sidebar-nav li.has-dropdown > .sidebar-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 15px;
  background-color: #838383;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%2215%22%3E%3Cpath%20data-name%3D%22Polygon%2036%22%20d%3D%22M4.63%206.945a1%201%200%20010%201.109l-2.8%204.2A1%201%200%20010%2011.7V3.3a1%201%200%20011.832-.555z%22%20fill%3D%22%23b4b4b4%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%2215%22%3E%3Cpath%20data-name%3D%22Polygon%2036%22%20d%3D%22M4.63%206.945a1%201%200%20010%201.109l-2.8%204.2A1%201%200%20010%2011.7V3.3a1%201%200%20011.832-.555z%22%20fill%3D%22%23b4b4b4%22%2F%3E%3C%2Fsvg%3E");
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .sidebar-nav li.has-dropdown > .sidebar-nav__link::after {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .sidebar-nav li.has-dropdown > .sidebar-nav__link::after {
    top: 3px;
  }
}
.sidebar-nav li.is-open-dropdown .sidebar-nav__link {
  color: #e5007d;
}
.sidebar-nav li.is-open-dropdown .sidebar-nav__link::after {
  background-color: #e5007d;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.sidebar-nav li + li {
  margin-top: 20px;
}
.sidebar-nav li:hover > .sidebar-nav__link {
  color: #e5007d;
}
.sidebar-nav li:hover > .sidebar-nav__link::after {
  background-color: #e5007d;
}
.sidebar-nav__link {
  font-weight: 800;
  position: relative;
  padding-left: 15px;
}
.sidebar-nav__dropdown {
  font-weight: 600;
  display: none;
  padding-top: 10px;
}
.sidebar-nav__dropdown li {
  padding-left: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .sidebar-nav__dropdown li {
    left: 18px;
  }
}
.sidebar-nav__dropdown li::after {
  content: "";
  left: 0;
  position: absolute;
  top: 9px;
  background-color: #b4b4b4;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  transition: background-color 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .sidebar-nav__dropdown li::after {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .sidebar-nav__dropdown li::after {
    top: 5px;
  }
}
.sidebar-nav__dropdown li + li {
  margin-top: 10px;
}
.sidebar-nav__dropdown li ul {
  padding: 9px 0 0px 4px;
}
.sidebar-nav__dropdown li:hover::after {
  background-color: #e5007d;
}
.sidebar-nav__dropdown li:hover > a {
  color: #e5007d;
}

.news-detail {
  box-shadow: 0 0 19px 0 rgba(35, 12, 65, 0.06);
  border: 1px solid #e3e3e3;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .news-detail {
    margin-top: 40px;
  }
}
.news-detail ul.categorie-list {
  padding-left: 0 !important;
}
.news-detail h2 {
  margin-bottom: 12px;
  max-width: 600px;
}
.news-detail p + p {
  margin-top: 22px;
}
@media (max-width: 767.98px) {
  .news-detail p + p {
    margin-top: 16px;
  }
}
.news-detail__header {
  position: relative;
  margin-bottom: 14px;
}
.news-detail__header-image {
  min-height: 305px;
  position: relative;
  display: flex;
  padding: 28px 24px;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 767.98px) {
  .news-detail__header-image {
    min-height: 200px;
  }
}
.news-detail__header-image::after {
  background-image: linear-gradient(to bottom, rgba(35, 12, 65, 0), #230c41);
  pointer-events: none;
}
.news-detail__header-text {
  position: relative;
  z-index: 3;
  color: inherit;
  margin-top: auto;
}
.news-detail__header-text p {
  font-style: italic;
}
.news-detail__content {
  padding: 0 30px 30px;
}
@media (max-width: 767.98px) {
  .news-detail__content {
    padding: 0 20px;
  }
}
.news-detail__content p > a {
  font-weight: 600;
  text-decoration: underline;
}
.news-detail__content p > a:hover {
  color: #e5007d;
}
.news-detail form ::-moz-placeholder {
  color: #230c41;
  opacity: 1;
  font-weight: "";
}
.news-detail form ::placeholder {
  color: #230c41;
  opacity: 1;
  font-weight: "";
}
.news-detail form label {
  color: #838383;
  margin-left: 14px;
}
.news-detail form label a {
  text-decoration: underline;
}
.news-detail form label a:hover {
  color: #7e961f;
}
.news-detail form .btn {
  margin-top: 22px;
}
.news-detail input[type=text],
.news-detail input[type=number],
.news-detail input[type=email],
.news-detail input[type=password],
.news-detail input[type=search],
.news-detail input[type=tel],
.news-detail textarea,
.news-detail select {
  background-color: #fefcfe;
  padding: 4px 15px;
  width: 100%;
  color: #230c41;
  border: 1px solid;
  border-color: #e3e3e3;
  outline: 0;
  box-shadow: 0 0 19px 0 rgba(35, 12, 65, 0.06);
  height: 42px;
  transition: border-color 0.3s ease;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .news-detail input[type=text],
  .news-detail input[type=number],
  .news-detail input[type=email],
  .news-detail input[type=password],
  .news-detail input[type=search],
  .news-detail input[type=tel],
  .news-detail textarea,
  .news-detail select {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .news-detail input[type=text],
  .news-detail input[type=number],
  .news-detail input[type=email],
  .news-detail input[type=password],
  .news-detail input[type=search],
  .news-detail input[type=tel],
  .news-detail textarea,
  .news-detail select {
    height: 40px;
    padding: 12px 10px;
  }
}
.news-detail input[type=text]:focus,
.news-detail input[type=number]:focus,
.news-detail input[type=email]:focus,
.news-detail input[type=password]:focus,
.news-detail input[type=search]:focus,
.news-detail input[type=tel]:focus,
.news-detail textarea:focus,
.news-detail select:focus {
  border-color: #e5007d;
}
.news-detail textarea {
  height: 238px;
  resize: none;
  padding: 18px;
}
@media (max-width: 991.98px) {
  .news-detail textarea {
    height: 140px;
  }
}
.news-detail .radio {
  display: block;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.news-detail .radio + .radio {
  margin-top: 20px;
}
.news-detail .radio label {
  position: relative;
  padding-left: 58px;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 767.98px) {
  .news-detail .radio label {
    padding-left: 38px;
  }
}
.news-detail .radio label::before, .news-detail .radio label::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .news-detail .radio label::before, .news-detail .radio label::after {
    transition: none;
  }
}
.news-detail .radio label::before {
  border: 2px solid #230c41;
  height: 27px;
  width: 27px;
  left: 0;
  top: 4px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .news-detail .radio label::before {
    height: 20px;
    width: 20px;
  }
}
.news-detail .radio label::after {
  height: 17px;
  width: 17px;
  left: 5px;
  top: 9px;
  background-color: #230c41;
  transform: scale(0);
  -webkit-transform: scale(0);
}
@media (max-width: 767.98px) {
  .news-detail .radio label::after {
    left: 4px;
    top: 8px;
    height: 12px;
    width: 12px;
  }
}
.news-detail .radio input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  padding: 0;
}
.news-detail .radio input:checked + label:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.news-detail .radio input:focus + label::before {
  box-shadow: 0 0 0 3px rgba(35, 12, 65, 0.2);
}

.categorie-list {
  display: flex;
  align-items: center;
  color: #91c6eb;
  margin-top: 10px;
}
.categorie-list li {
  display: flex;
  align-items: center;
}
.categorie-list li:not(:last-child) {
  margin-right: 14px;
}
.categorie-list li i {
  margin-right: 6px;
}
.categorie-list li a:hover {
  color: #fff;
}

.card-content-styles .news .news-list ul {
  padding-left: 0;
  list-style-type: none;
}
.card-content-styles .news .news-list__item a {
  padding-left: 0;
  text-decoration: none;
}
.card-content-styles .news .news-list__item.is-highlighted {
  padding-left: 20px !important;
}
.card-content-styles .news-list-content .news-list {
  margin-top: 0;
}
.card-content-styles .news-list-content .news-list__item {
  background: #f7f5f7;
  padding: 5px 10px;
}

.inline-pagination .pagination,
.inline-pagination .page-navigation {
  padding: 20px 30px 0;
}

.card .header-search__input, .tx-femanager .femanager_status .header-search__input {
  width: 100% !important;
  border: 2px solid #4b7890 !important;
}

.news-actions {
  color: #838383;
  position: absolute;
  right: 40px;
  bottom: 76px;
}
@media (max-width: 767.98px) {
  .news-actions {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.news-actions ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .news-actions ul {
    justify-content: center;
  }
}
.news-actions li:not(:last-child) {
  margin-right: 10px;
}
.news-actions li i {
  margin-right: 5px;
}
.news-actions li a {
  display: flex;
  align-items: center;
}
.news-actions li a:hover {
  color: #e5007d;
}
.news-actions li a:hover i:before {
  background-color: #e5007d;
}

.author-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-24px);
  -webkit-transform: translateY(-24px);
  position: relative;
  max-width: 456px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .author-details {
    max-width: 100%;
  }
}
.author-details img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
  border: 2px solid #fff;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  margin-bottom: 15px;
}
.author-details p > a {
  text-decoration: underline;
  font-style: italic;
}
.author-details p > a:hover {
  color: #d32e7c;
}
.author-details .btn {
  margin-top: 20px;
}

.download {
  margin-top: 34px;
}
@media (max-width: 767.98px) {
  .download {
    margin-top: 20px;
    line-height: 1.2;
  }
}
.download h3 {
  margin-bottom: 10px;
}
.download li {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  color: #d32e7c;
}
.download li i {
  margin: 2px 10px 0 0;
  flex: 0 0 15px;
  max-width: 15px;
}
@media (max-width: 767.98px) {
  .download li i {
    margin-top: 0;
  }
}
.download li + li {
  margin-top: 6px;
}
@media (max-width: 767.98px) {
  .download li + li {
    margin-top: 15px;
  }
}
.download a {
  text-decoration: underline;
  flex: auto;
}
.download a:hover {
  color: #7e961f;
}

.gallery {
  display: flex;
  align-items: center;
  margin: 30px -5px 20px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .gallery {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.gallery__item {
  position: relative;
  flex: 0 0 196px;
  max-width: 196px;
  margin: 0 0 10px;
  padding: 0 5px;
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .gallery__item {
    max-width: 150px;
    flex: 0 0 150px;
  }
}
@media (max-width: 991.98px) {
  .gallery__item {
    max-width: 100%;
    flex: 100%;
    margin: 0;
    padding: 0;
  }
}
.gallery__item a {
  display: block;
}
.gallery__item img {
  border-radius: 3px;
  width: 100%;
  height: 186px;
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .gallery__item img {
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .gallery__item img {
    height: auto;
    max-height: 250px;
  }
}

.download-image,
.open-gallery {
  position: absolute;
  right: 5px;
  bottom: 0;
  padding: 10px;
  height: 32px;
  background-image: linear-gradient(to bottom, #fa3c65, #e5007d);
}
@media (max-width: 991.98px) {
  .download-image,
  .open-gallery {
    right: 0;
  }
}

.download-image {
  right: 37px;
  border-radius: 3px 0 0 0;
}
@media (max-width: 991.98px) {
  .download-image {
    right: 32px;
  }
}

.open-gallery {
  border-radius: 0 0 3px 0;
  pointer-events: none;
}

.comments-module {
  padding: 32px;
  margin-top: 42px;
}
@media (max-width: 767.98px) {
  .comments-module {
    padding: 20px;
  }
}
.comments-module h2 {
  margin-bottom: 6px;
}
.comments-module h2 + p {
  color: #91c6eb;
}
.comments-module form {
  margin: 28px 0;
}

.comment-block {
  display: flex;
}
@media (max-width: 767.98px) {
  .comment-block {
    display: block;
  }
}
.comment-block + .comment-block {
  margin-top: 20px;
}
.comment-block a {
  font-weight: 600;
  color: #91c6eb;
}
.comment-block a:hover {
  color: #e5007d;
}
.comment-block span {
  margin-left: 20px;
  color: #838383;
}
.comment-block p + p {
  margin-top: 8px;
}
.comment-block__image {
  flex: 0 0 50px;
  max-width: 50px;
}
@media (max-width: 767.98px) {
  .comment-block__image {
    max-width: 100%;
    flex: 100%;
  }
}
.comment-block__image img {
  border-radius: 100%;
  height: 50px;
  border: 2px solid #fff;
  width: 50px;
}
.comment-block__content {
  flex: auto;
  padding: 15px 0 0 10px;
}

@media (min-width: 1100px) {
  .card-content {
    padding: 28px 62px 10px 22px;
  }
}

.card-content-styles ul:not(.pagination) {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
}
.card-content-styles ul:not(.pagination) li {
  padding: 3px 0;
}
.card-content-styles h2, .card-content-styles h3, .card-content-styles h4, .card-content-styles h5 {
  padding: 20px 0;
  margin: 0;
}
.card-content-styles a {
  text-decoration: underline;
}
.card-content-styles a.btn {
  text-decoration: none;
}

.contacts-search {
  padding: 10px;
}
.contacts-search form input {
  width: 100%;
  border: 1px solid #6cb4cc;
  border-radius: 20px;
  padding: 15px;
}
@media (min-width: 992px) {
  .contacts-search {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.contacts-search .my-profile {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .contacts-search .my-profile {
    padding-top: 15px;
    padding-left: 10px;
  }
}
.contacts-search .my-profile a {
  text-decoration: none;
}
.contacts-search .my-profile i {
  display: inline-block;
  margin-right: 5px;
}

.contact-item {
  padding: 20px;
  position: relative;
}
.contact-item__image {
  position: absolute;
  right: 0;
  top: -20px;
  border-radius: 100%;
}
.contact-item__body {
  min-height: 160px;
}
.contact-item__body a {
  text-decoration: none;
}
.contact-item__body .contact-heading {
  padding-bottom: 10px;
}
.contact-item__body .contact-company {
  padding-top: 0;
  font-size: 16px;
}

.contact-show {
  position: relative;
  min-height: 500px;
}
.contact-show .image {
  position: absolute;
  right: 0;
  top: 20px;
}
.contact-show .image img {
  border-radius: 100%;
}

.team {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .team {
    display: block;
    text-align: center;
  }
}

.team-block {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .team-block {
    flex: auto;
    max-width: 100%;
  }
}
.team-block:not(:last-child) {
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .team-block:not(:last-child) {
    padding: 0;
  }
}
.team-block__image {
  width: 186px;
  position: relative;
}
@media (max-width: 767.98px) {
  .team-block__image {
    margin: 0 auto;
  }
}
.team-block__image img {
  border-radius: 3px;
  height: 250px;
  border: 1px solid #e3e3e3;
}
.team-block__image a {
  display: block;
}
.team-block .open-gallery {
  border-radius: 3px 0;
  right: 0;
}
.team-block h6 {
  margin-bottom: 0;
}
.team-block p {
  color: #838383;
  font-weight: 300;
}
.team-block__content {
  margin-top: 15px;
}

.contact-info {
  color: #d32e7c;
  font-weight: 600;
}
.contact-info li {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .contact-info li {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .contact-info li + li {
    margin-top: 8px;
  }
}
.contact-info i {
  margin-right: 10px;
}
.contact-info a:hover {
  color: #7e961f;
}

.banner {
  height: 275px;
  margin-bottom: 30px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .banner {
    height: 215px;
    margin-bottom: 0;
  }
}
.banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(35, 12, 65, 0), #8da59f);
}

.project-card {
  margin-top: -170px;
}
@media (min-width: 1100px) {
  .project-card {
    padding: 56px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .project-card {
    margin-top: -68px;
  }
}
@media (max-width: 991.98px) {
  .project-card {
    margin-top: -100px;
  }
}
.project-card h4 {
  margin-bottom: 2px;
}
.project-card p + h4 {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .project-card p + h4 {
    margin-top: 15px;
  }
}
.project-card p + p {
  margin: 0;
}

.blog-image img {
  border-radius: 3px;
  width: 100%;
  height: auto;
}

.header-main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .header-main {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  }
  .header-main::after {
    content: "";
    position: fixed;
    left: 0;
    bottom: 90px;
    width: 100%;
    height: 44px;
    z-index: 3;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(247, 245, 247, 0), rgba(247, 245, 247, 0.79) 54%, #f7f5f7);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .header-main::after {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .is-open-menu .header-main::after {
    opacity: 1;
  }
}
.header-main__top {
  background-color: #8da59f;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header-main__top {
    padding: 18px 30px;
    height: 80px;
  }
}
.header-main__top-right {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .header-main__top-right {
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #f7f5f7;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
    padding: 6px 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .header-main__top-right {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .is-open-menu .header-main__top-right {
    opacity: 1;
    pointer-events: all;
  }
}
.header-main__bottom {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  background-image: linear-gradient(to right, #f5f5f5, #f9f9f9);
}
@media (max-width: 991.98px) {
  .header-main__bottom {
    box-shadow: none;
    background-color: #f7f5f7;
    position: fixed;
    top: 142px;
    left: 0;
    width: 100%;
    height: calc(100% - 232px);
    overflow: auto;
    z-index: -1;
    padding: 28px 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .header-main__bottom {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .is-open-menu .header-main__bottom {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 991.98px) {
  .header-main .container {
    max-width: 100%;
  }
}

.mobile-hamburger {
  position: relative;
  cursor: pointer;
  z-index: 11;
  width: 24px;
}
.mobile-hamburger:after {
  z-index: 9;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.mobile-hamburger .bars {
  background-color: #98dfe0;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  width: 100%;
  border-radius: 3px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-hamburger .bars {
    transition: none;
  }
}
.mobile-hamburger .bars:last-child {
  margin-bottom: 0;
}
.is-open-menu .mobile-hamburger .bars:first-child {
  transform: translateY(8px) rotate(225deg);
  -webkit-transform: translateY(8px) rotate(225deg);
}
.is-open-menu .mobile-hamburger .bars:nth-child(2) {
  transform: scale(0);
  -webkit-transform: scale(0);
}
.is-open-menu .mobile-hamburger .bars:last-child {
  transform: translateY(-8px) rotate(315deg);
  -webkit-transform: translateY(-8px) rotate(315deg);
}

.kesearch_searchbox {
  position: relative;
}
.kesearch_searchbox ::-moz-placeholder {
  color: #838383;
  opacity: 1;
  font-weight: "";
}
.kesearch_searchbox ::placeholder {
  color: #838383;
  opacity: 1;
  font-weight: "";
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .kesearch_searchbox {
    margin: 0 40px;
  }
}
@media (max-width: 991.98px) {
  .kesearch_searchbox {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    background-color: #8da59f;
    z-index: 9;
  }
}
.kesearch_searchbox input[type=text],
.kesearch_searchbox input[type=search] {
  width: 376px;
  height: 50px;
  padding: 0 50px 0 15px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 14px;
  border: 0;
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .kesearch_searchbox input[type=text],
  .kesearch_searchbox input[type=search] {
    width: 450px;
  }
}
@media (max-width: 991.98px) {
  .kesearch_searchbox input[type=text],
  .kesearch_searchbox input[type=search] {
    width: 100%;
  }
}
.kesearch_searchbox .header-search__submit {
  position: absolute;
  height: 100%;
  z-index: 9;
  font-size: 0;
  line-height: 0;
  right: 0;
  top: 0;
  width: 50px;
}
@media (max-width: 991.98px) {
  .kesearch_searchbox .header-search__submit {
    right: 30px;
    height: 50px;
    top: 20px;
  }
}

.header-profile {
  display: inline-flex;
  color: #fff;
  align-items: center;
  white-space: nowrap;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .header-profile {
    margin: 0;
    color: #230c41;
  }
}
.header-profile__image {
  border: 2px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  height: 50px;
  flex: 0 0 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.header-profile__image img {
  width: 100%;
  height: 100%;
}
.header-profile__content {
  flex: auto;
  padding-left: 12px;
}
.header-profile p {
  font-size: 18px;
  margin-bottom: 2px;
}
.header-profile strong {
  font-weight: 600;
}
.header-profile i {
  margin-right: 5px;
  display: inline-block;
}
.header-profile i::before {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .header-profile i::before {
    background-color: #230c41;
  }
}
.header-profile__links {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.57;
}
.header-profile__links a {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.header-profile__links a:not(:last-child) {
  margin-right: 15px;
}
.header-profile__links a:hover, .header-profile__links a:focus {
  opacity: 0.8;
}

.menu .icon-chevron {
  display: none;
}
@media (max-width: 991.98px) {
  .menu .icon-chevron {
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
  }
}
.menu .icon-chevron::before {
  background-color: #b4b4b4;
}
@media (min-width: 992px) {
  .menu .homepage {
    margin-right: 20px;
  }
}
.menu .homepage a {
  font-size: 0;
  line-height: 0;
}
@media (min-width: 992px) {
  .menu .homepage a {
    padding: 0;
  }
}
.menu .homepage .icon-home:before {
  background-color: #000;
}
.menu .homepage .icon-chevron {
  display: block;
}
.menu ul {
  font-size: 0;
  line-height: 0;
}
.menu li {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .menu li {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .menu li + li {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .menu li:hover .megamenu {
    opacity: 1;
    pointer-events: all;
  }
}
.menu li:hover > a, .menu li.is-active > a {
  color: #d32e7c;
}
.menu li:hover > a .icon-home:before,
.menu li:hover > a i:before, .menu li.is-active > a .icon-home:before,
.menu li.is-active > a i:before {
  background-color: #e94c16;
}
@media (min-width: 992px) {
  .menu .has-megamenu > a i {
    margin-bottom: -15px;
    display: block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
.menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  padding: 0 18px;
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .menu a {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .menu a {
    height: auto;
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.22;
    position: relative;
  }
}
.menu a span {
  position: relative;
}

.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(131, 131, 131, 0.5);
  z-index: 996;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .menu-overlay {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .menu-overlay {
    display: none;
  }
}
.menu-overlay.is-visible {
  opacity: 1;
  pointer-events: all;
}

.megamenu {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .megamenu {
    transition: none;
  }
}
@media (min-width: 992px) {
  .megamenu {
    left: 30px;
    top: 140px;
    padding: 22px 0 80px;
    width: calc(100% - 60px);
    box-shadow: 0 3px 19px 0 rgba(35, 12, 65, 0.05);
    border: 1px solid #e3e3e3;
    background-color: #f7f5f7;
    z-index: -1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .megamenu {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .megamenu {
    box-shadow: none;
    background-color: #f7f5f7;
    position: fixed;
    top: 142px;
    left: 0;
    width: 100%;
    height: calc(100% - 232px);
    overflow: hidden;
    z-index: 1;
    padding: 28px 0;
    transform: translate(80%, 0);
    -webkit-transform: translate(80%, 0);
  }
  .is-open-megamenu .megamenu {
    opacity: 1;
    pointer-events: all;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.megamenu .icon-chevron {
  display: block;
}
.megamenu__header {
  font-size: 16px;
  line-height: normal;
  background-color: #f7f5f7;
  padding: 15px 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
}
.megamenu__back-link {
  color: #d32e7c;
  display: flex;
  width: 100%;
  align-items: center;
}
.megamenu__back-link .icon-chevron {
  top: 0;
  position: relative;
  margin-right: 10px;
}
.megamenu__back-link .icon-chevron::before {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  background-color: #d32e7c !important;
}
.megamenu__title {
  font-size: 18px;
  line-height: normal;
  font-weight: 800;
  margin: 10px 0 20px;
}
@media (max-width: 991.98px) {
  .megamenu .container {
    padding: 0 30px;
    height: 100%;
    overflow: auto;
    margin-top: 24px;
  }
  .megamenu .container .row {
    margin-bottom: 20px;
  }
}
.megamenu a {
  display: block;
  height: auto;
  padding: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  position: relative;
  padding-left: 26px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .megamenu a {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .megamenu a {
    padding-left: 16px;
  }
}
.megamenu a i {
  position: absolute;
  left: 10px;
  top: 2px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .megamenu a i {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .megamenu ul {
    margin-bottom: 32px;
  }
}
.megamenu ul ul {
  margin: 6px 0 0;
}
.megamenu li {
  width: 100%;
}
.megamenu li.has-submenu ul li:last-child {
  margin-bottom: 32px;
}
.megamenu li li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.megamenu li li a::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #b4b4b4;
  position: absolute;
  left: 10px;
  top: 9px;
  transition: background-color 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .megamenu li li a::before {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .megamenu li li a::before {
    left: 0;
  }
}
.megamenu li li:hover > a::before, .megamenu li li.is-active > a::before {
  background-color: #d32e7c;
}
.megamenu li li + li {
  margin-top: 2px;
}
@media (max-width: 991.98px) {
  .megamenu li li + li {
    margin-top: 7px;
  }
}

@media (max-width: 767.98px) {
  .btn-warning {
    width: 100%;
  }
}

.alert-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
  overflow: auto;
  background-color: rgba(131, 131, 131, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .alert-box {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .alert-box {
    padding: 20px 0;
  }
}
.alert-box.is-open-modal {
  opacity: 1;
  pointer-events: all;
}
.alert-box .container {
  position: relative;
  z-index: 3;
  max-width: 1160px !important;
  margin: auto;
}
@media (min-width: 1100px) and (max-width: 1199.98px) {
  .alert-box .container {
    max-width: 1100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .alert-box .container {
    max-width: 974px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .alert-box .container {
    max-width: calc(100% - 72px) !important;
  }
}
@media (max-width: 767.98px) {
  .alert-box .container {
    max-width: calc(100% - 30px) !important;
  }
}
@media (max-width: 991.98px) {
  .alert-box .container .row {
    flex-direction: column-reverse;
  }
}
.alert-box p + p {
  margin-top: 22px;
}
.alert-box img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .alert-box img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.alert-box__header {
  margin-bottom: 20px;
}
.alert-box__header h1,
.alert-box__header h5 {
  margin-bottom: 0;
}
.alert-box__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 14px;
  border-radius: 21px;
  margin-right: 3px;
  box-shadow: 0 0 19px 0 rgba(35, 12, 65, 0.06);
  background-image: linear-gradient(to right, #e94c16, #e5007d);
  transition: transform 0.3s ease, background-image 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .alert-box__close {
    transition: none;
  }
}
.alert-box__close:hover {
  background-image: linear-gradient(to left, #e94c16, #e5007d);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .alert-box__close {
    margin: 0 0 5px;
    width: 30px;
    height: 30px;
    padding: 4px;
  }
}
.alert-box__body {
  background-color: #f7f5f7;
  padding: 30px 25px;
  border-radius: 4px;
  box-shadow: 0 3px 19px 0 rgba(35, 12, 65, 0.05);
  border: 1px solid #e3e3e3;
  transform: scale(0.5);
  opacity: 0.5;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .alert-box__body {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .alert-box__body {
    padding: 20px;
  }
}
.is-open-modal .alert-box__body {
  opacity: 1;
  transform: scale(1);
}
.alert-box__footer {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .alert-box__footer {
    margin-top: 20px;
  }
}

.contenttable td {
  padding-left: 0;
}

.tx-femanager .femanager_edit .femanager_image img {
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 100px;
}
.parsley-required {
  padding: 2px 5px;
}

.modal-backdrop {
  z-index: 999;
}

.tab-group .tab {
  background: #fff;
  position: relative;
}
.tab-group .tab-heading {
  padding: 5px 0;
}
.tab-group .tab-heading .tab-header {
  padding: 5px 0;
}
.tab-group .tab-heading .tab-header > a {
  text-decoration: none;
  display: block;
  width: 90%;
}
.tab-group .tab-heading .tab-header > a:after {
  text-align: center;
  content: "+";
  position: absolute;
  right: 0;
  top: 5px;
  color: #fff;
  min-width: 32px;
  background: #4b7890;
  padding: 5px 10px;
}
.tab-group .tab-heading .tab-header > a[aria-expanded=true]::after {
  content: "-";
}
.tab-group .tab-heading.collapsed .tab-title a::after {
  content: "+";
}
.tab-group .tab-body .tab-body {
  padding: 0 50px 0 0;
}

.emaux-locations .box {
  background: #f7f5f7;
  padding: 22px 30px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 19px 0 rgba(35, 12, 65, 0.06);
  border-radius: 4px;
  margin-bottom: 25px;
  min-height: 375px;
}
.emaux-locations .box a {
  word-wrap: normal;
  text-decoration: none;
}
.emaux-locations .box img {
  border-radius: 100%;
}
.emaux-locations .location-picture {
  padding: 20px;
}
.emaux-locations .location-picture img {
  border-radius: 0;
}
.emaux-locations .detail-info h1, .emaux-locations .detail-info h3 {
  margin: 0;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .emaux-locations .detail-info h1 {
    margin-top: 15px;
  }
}
.emaux-locations .detail-picture img {
  border-radius: 15px;
}
.emaux-locations .detail-department {
  background: #f7f5f7;
  border-radius: 20px;
  padding: 15px;
}
.emaux-locations .detail-back {
  margin-top: 25px;
}

.eventsmanager-period {
  margin-bottom: 50px;
}
.eventsmanager-period .event-month-grid td {
  width: 150px;
  height: 120px;
}

.month {
  text-transform: capitalize;
}

.returnLink {
  margin-top: 30px;
}

.event-images,
.eventDescription {
  margin-bottom: 30px;
}

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