@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Merriweather");
@font-face {
  font-family: 'DINPro';
  src: url(/sass/fonts/DINPro-Bold.eot?#iefix) format("embedded-opentype"), url(/sass/fonts/DINPro-Bold.woff) format("woff"), url(/sass/fonts/DINPro-Bold.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: bold; }

@font-face {
  font-family: 'DINPro';
  src: url(/sass/fonts/DINPro-Regular.eot?#iefix) format("embedded-opentype"), url(/sass/fonts/DINPro-Regular.woff) format("woff"), url(/sass/fonts/DINPro-Regular.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal; }

@font-face {
  font-family: 'DINPro';
  src: url(/sass/fonts/DINPro-Light.eot?#iefix) format("embedded-opentype"), url(/sass/fonts/DINPro-Light.woff) format("woff"), url(/sass/fonts/DINPro-Light.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: 300; }

@font-face {
  font-family: 'MetaSerif';
  src: url(/sass/fonts/Meta-Serif-Book.eot?#iefix) format("embedded-opentype"), url(/sass/fonts/Meta-Serif-Book.woff) format("woff"), url(/sass/fonts/Meta-Serif-Book.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal; }

@font-face {
  font-family: 'fontello';
  src: url(/sass/fonts/fontello.eot?34981416);
  src: url(/sass/fonts/fontello.eot?34981416#iefix) format("embedded-opentype"), url(/sass/fonts/fontello.woff2?34981416) format("woff2"), url(/sass/fonts/fontello.woff?34981416) format("woff"), url(/sass/fonts/fontello.ttf?34981416) format("truetype"), url(/sass/fonts/fontello.svg?34981416#fontello) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-arrow-right:before {
  content: '\e801'; }

/* '' */
.icon-close:before {
  content: '\e802'; }

/* '' */
.icon-dokument:before {
  content: '\e803'; }

/* '' */
.icon-dokument_excel:before {
  content: '\e804'; }

/* '' */
.icon-dokument_pdf:before {
  content: '\e805'; }

/* '' */
.icon-dokument_word:before {
  content: '\e806'; }

/* '' */
.icon-download:before {
  content: '\e807'; }

/* '' */
.icon-up-dir:before {
  content: '\e808'; }

/* '' */
.icon-frontpage_icon_1:before {
  content: '\e809'; }

/* '' */
.icon-frontpage_icon_2:before {
  content: '\e80a'; }

/* '' */
.icon-frontpage_icon_3:before {
  content: '\e80b'; }

/* '' */
.icon-google:before {
  content: '\e80c'; }

/* '' */
.icon-right-dir:before {
  content: '\e80d'; }

/* '' */
.icon-left-dir:before {
  content: '\e80e'; }

/* '' */
.icon-overview:before {
  content: '\e80f'; }

/* '' */
.icon-phone:before {
  content: '\e810'; }

/* '' */
.icon-pin:before {
  content: '\e811'; }

/* '' */
.icon-play:before {
  content: '\e812'; }

/* '' */
.icon-publication_1:before {
  content: '\e813'; }

/* '' */
.icon-publication_2:before {
  content: '\e814'; }

/* '' */
.icon-publication_3:before {
  content: '\e815'; }

/* '' */
.icon-suche:before {
  content: '\e816'; }

/* '' */
.icon-tick:before {
  content: '\e817'; }

/* '' */
.icon-down-dir:before {
  content: '\e818'; }

/* '' */
.icon-upload:before {
  content: '\e819'; }

/* '' */
.icon-xing:before {
  content: '\e81a'; }

/* '' */
.icon-website:before {
  content: '\e81b'; }

/* '' */
.icon-youtube:before {
  content: '\e81c'; }

/* '' */
.icon-facebook:before {
  content: '\e821'; }

/* '' */
.icon-linkedin:before {
  content: '\e822'; }

/* '' */
.icon-mail:before {
  content: '\e823'; }

/* '' */
.icon-twitter:before {
  content: '\e824'; }

/* '' */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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: #ff0000;
  --secondary: #555;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #000;
  --lighterdark: #191c1d;
  --grey: #f5f5f5;
  --lightergrey: #fbfbfb;
  --darkergrey: #abafae;
  --bg-grey-light: #fbfbfb;
  --bg-grey-dark: #abafae;
  --pub-color-1: #f8f6f2;
  --pub-color-2: #f6f9f9;
  --color-text: #c5c6c6;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "DINPro", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  text-align: left;
  background-color: #FFF; }

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

hr {
  -webkit-box-sizing: content-box;
          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; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #ff0000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #b30000;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

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: .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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 2rem; }

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFF;
  background-color: #212529; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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, .content__ckeditor table, .team__detail .content table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th, .content__ckeditor table th, .team__detail .content table th,
  .table td,
  .content__ckeditor table td,
  .team__detail .content table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th, .content__ckeditor table thead th, .team__detail .content table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody, .content__ckeditor table tbody + tbody, .team__detail .content table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table, .content__ckeditor table .table, .team__detail .content table .table, .table .content__ckeditor table, .content__ckeditor .table table, .content__ckeditor table table, .table .team__detail .content table, .team__detail .content .table table, .content__ckeditor table .team__detail .content table, .team__detail .content table table {
    background-color: #FFF; }

.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 {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffb8b8; }

.table-hover .table-primary:hover {
  background-color: #ff9f9f; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ff9f9f; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cfcfcf; }

.table-hover .table-secondary:hover {
  background-color: #c2c2c2; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c2c2c2; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8; }

.table-hover .table-dark:hover {
  background-color: #ababab; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #ababab; }

.table-lighterdark,
.table-lighterdark > th,
.table-lighterdark > td {
  background-color: #bfbfc0; }

.table-hover .table-lighterdark:hover {
  background-color: #b2b2b3; }
  .table-hover .table-lighterdark:hover > td,
  .table-hover .table-lighterdark:hover > th {
    background-color: #b2b2b3; }

.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #fcfcfc; }

.table-hover .table-grey:hover {
  background-color: #efefef; }
  .table-hover .table-grey:hover > td,
  .table-hover .table-grey:hover > th {
    background-color: #efefef; }

.table-lightergrey,
.table-lightergrey > th,
.table-lightergrey > td {
  background-color: #fefefe; }

.table-hover .table-lightergrey:hover {
  background-color: #f1f1f1; }
  .table-hover .table-lightergrey:hover > td,
  .table-hover .table-lightergrey:hover > th {
    background-color: #f1f1f1; }

.table-darkergrey,
.table-darkergrey > th,
.table-darkergrey > td {
  background-color: #e7e9e8; }

.table-hover .table-darkergrey:hover {
  background-color: #dadddb; }
  .table-hover .table-darkergrey:hover > td,
  .table-hover .table-darkergrey:hover > th {
    background-color: #dadddb; }

.table-bg-grey-light,
.table-bg-grey-light > th,
.table-bg-grey-light > td {
  background-color: #fefefe; }

.table-hover .table-bg-grey-light:hover {
  background-color: #f1f1f1; }
  .table-hover .table-bg-grey-light:hover > td,
  .table-hover .table-bg-grey-light:hover > th {
    background-color: #f1f1f1; }

.table-bg-grey-dark,
.table-bg-grey-dark > th,
.table-bg-grey-dark > td {
  background-color: #e7e9e8; }

.table-hover .table-bg-grey-dark:hover {
  background-color: #dadddb; }
  .table-hover .table-bg-grey-dark:hover > td,
  .table-hover .table-bg-grey-dark:hover > th {
    background-color: #dadddb; }

.table-pub-color-1,
.table-pub-color-1 > th,
.table-pub-color-1 > td {
  background-color: #fdfcfb; }

.table-hover .table-pub-color-1:hover {
  background-color: #f5efea; }
  .table-hover .table-pub-color-1:hover > td,
  .table-hover .table-pub-color-1:hover > th {
    background-color: #f5efea; }

.table-pub-color-2,
.table-pub-color-2 > th,
.table-pub-color-2 > td {
  background-color: #fcfdfd; }

.table-hover .table-pub-color-2:hover {
  background-color: #edf3f3; }
  .table-hover .table-pub-color-2:hover > td,
  .table-hover .table-pub-color-2:hover > th {
    background-color: #edf3f3; }

.table-color-text,
.table-color-text > th,
.table-color-text > td {
  background-color: #efefef; }

.table-hover .table-color-text:hover {
  background-color: #e2e2e2; }
  .table-hover .table-color-text:hover > td,
  .table-hover .table-color-text:hover > th {
    background-color: #e2e2e2; }

.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, .content__ckeditor table .thead-dark th, .team__detail .content table .thead-dark th {
  color: #FFF;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th, .content__ckeditor table .thead-light th, .team__detail .content table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #FFF;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .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 {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(3.15rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #FFF;
    border-color: #ff8080;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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: 2rem;
  line-height: 1.5; }

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #555;
  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(2.6rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5; }

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

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
    color: #6c757d; }

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.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 {
    background-color: #71dd8a; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.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 {
    background-color: #efa2a9; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

.btn_red {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn_red {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn_red:hover, .btn_red:focus {
    text-decoration: none; }
  .btn_red:focus, .btn_red.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
  .btn_red.disabled, .btn_red:disabled {
    opacity: 0.65; }
  .btn_red:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #FFF;
  background-color: #ff0000;
  border-color: #ff0000; }
  .btn-primary:hover {
    color: #FFF;
    background-color: #d90000;
    border-color: #cc0000; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFF;
    background-color: #ff0000;
    border-color: #ff0000; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #cc0000;
    border-color: #bf0000; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.btn-secondary {
  color: #FFF;
  background-color: #555;
  border-color: #555; }
  .btn-secondary:hover {
    color: #FFF;
    background-color: #424242;
    border-color: #3c3b3b; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFF;
    background-color: #555;
    border-color: #555; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #3c3b3b;
    border-color: #353535; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }

.btn-success {
  color: #FFF;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #FFF;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #FFF;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #FFF;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #FFF;
  background-color: #000;
  border-color: #000; }
  .btn-dark:hover {
    color: #FFF;
    background-color: black;
    border-color: black; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFF;
    background-color: #000;
    border-color: #000; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFF;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-lighterdark {
  color: #FFF;
  background-color: #191c1d;
  border-color: #191c1d; }
  .btn-lighterdark:hover {
    color: #FFF;
    background-color: #070808;
    border-color: #010202; }
  .btn-lighterdark:focus, .btn-lighterdark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5); }
  .btn-lighterdark.disabled, .btn-lighterdark:disabled {
    color: #FFF;
    background-color: #191c1d;
    border-color: #191c1d; }
  .btn-lighterdark:not(:disabled):not(.disabled):active, .btn-lighterdark:not(:disabled):not(.disabled).active,
  .show > .btn-lighterdark.dropdown-toggle {
    color: #FFF;
    background-color: #010202;
    border-color: black; }
    .btn-lighterdark:not(:disabled):not(.disabled):active:focus, .btn-lighterdark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lighterdark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5); }

.btn-grey {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-grey:hover {
    color: #212529;
    background-color: #e2e2e2;
    border-color: #dcdbdb; }
  .btn-grey:focus, .btn-grey.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-grey.disabled, .btn-grey:disabled {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active,
  .show > .btn-grey.dropdown-toggle {
    color: #212529;
    background-color: #dcdbdb;
    border-color: #d5d5d5; }
    .btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus,
    .show > .btn-grey.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.btn-lightergrey {
  color: #212529;
  background-color: #fbfbfb;
  border-color: #fbfbfb; }
  .btn-lightergrey:hover {
    color: #212529;
    background-color: #e8e8e8;
    border-color: #e2e1e1; }
  .btn-lightergrey:focus, .btn-lightergrey.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }
  .btn-lightergrey.disabled, .btn-lightergrey:disabled {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb; }
  .btn-lightergrey:not(:disabled):not(.disabled):active, .btn-lightergrey:not(:disabled):not(.disabled).active,
  .show > .btn-lightergrey.dropdown-toggle {
    color: #212529;
    background-color: #e2e1e1;
    border-color: #dbdbdb; }
    .btn-lightergrey:not(:disabled):not(.disabled):active:focus, .btn-lightergrey:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lightergrey.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }

.btn-darkergrey {
  color: #212529;
  background-color: #abafae;
  border-color: #abafae; }
  .btn-darkergrey:hover {
    color: #212529;
    background-color: #979c9b;
    border-color: #919695; }
  .btn-darkergrey:focus, .btn-darkergrey.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }
  .btn-darkergrey.disabled, .btn-darkergrey:disabled {
    color: #212529;
    background-color: #abafae;
    border-color: #abafae; }
  .btn-darkergrey:not(:disabled):not(.disabled):active, .btn-darkergrey:not(:disabled):not(.disabled).active,
  .show > .btn-darkergrey.dropdown-toggle {
    color: #FFF;
    background-color: #919695;
    border-color: #8a908f; }
    .btn-darkergrey:not(:disabled):not(.disabled):active:focus, .btn-darkergrey:not(:disabled):not(.disabled).active:focus,
    .show > .btn-darkergrey.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }

.btn-bg-grey-light {
  color: #212529;
  background-color: #fbfbfb;
  border-color: #fbfbfb; }
  .btn-bg-grey-light:hover {
    color: #212529;
    background-color: #e8e8e8;
    border-color: #e2e1e1; }
  .btn-bg-grey-light:focus, .btn-bg-grey-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }
  .btn-bg-grey-light.disabled, .btn-bg-grey-light:disabled {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb; }
  .btn-bg-grey-light:not(:disabled):not(.disabled):active, .btn-bg-grey-light:not(:disabled):not(.disabled).active,
  .show > .btn-bg-grey-light.dropdown-toggle {
    color: #212529;
    background-color: #e2e1e1;
    border-color: #dbdbdb; }
    .btn-bg-grey-light:not(:disabled):not(.disabled):active:focus, .btn-bg-grey-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bg-grey-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }

.btn-bg-grey-dark {
  color: #212529;
  background-color: #abafae;
  border-color: #abafae; }
  .btn-bg-grey-dark:hover {
    color: #212529;
    background-color: #979c9b;
    border-color: #919695; }
  .btn-bg-grey-dark:focus, .btn-bg-grey-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }
  .btn-bg-grey-dark.disabled, .btn-bg-grey-dark:disabled {
    color: #212529;
    background-color: #abafae;
    border-color: #abafae; }
  .btn-bg-grey-dark:not(:disabled):not(.disabled):active, .btn-bg-grey-dark:not(:disabled):not(.disabled).active,
  .show > .btn-bg-grey-dark.dropdown-toggle {
    color: #FFF;
    background-color: #919695;
    border-color: #8a908f; }
    .btn-bg-grey-dark:not(:disabled):not(.disabled):active:focus, .btn-bg-grey-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bg-grey-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }

.btn-pub-color-1 {
  color: #212529;
  background-color: #f8f6f2;
  border-color: #f8f6f2; }
  .btn-pub-color-1:hover {
    color: #212529;
    background-color: #ebe5d9;
    border-color: #e6dfd1; }
  .btn-pub-color-1:focus, .btn-pub-color-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5); }
  .btn-pub-color-1.disabled, .btn-pub-color-1:disabled {
    color: #212529;
    background-color: #f8f6f2;
    border-color: #f8f6f2; }
  .btn-pub-color-1:not(:disabled):not(.disabled):active, .btn-pub-color-1:not(:disabled):not(.disabled).active,
  .show > .btn-pub-color-1.dropdown-toggle {
    color: #212529;
    background-color: #e6dfd1;
    border-color: #e2d9c9; }
    .btn-pub-color-1:not(:disabled):not(.disabled):active:focus, .btn-pub-color-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pub-color-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5); }

.btn-pub-color-2 {
  color: #212529;
  background-color: #f6f9f9;
  border-color: #f6f9f9; }
  .btn-pub-color-2:hover {
    color: #212529;
    background-color: #dfeaea;
    border-color: #d7e5e5; }
  .btn-pub-color-2:focus, .btn-pub-color-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5); }
  .btn-pub-color-2.disabled, .btn-pub-color-2:disabled {
    color: #212529;
    background-color: #f6f9f9;
    border-color: #f6f9f9; }
  .btn-pub-color-2:not(:disabled):not(.disabled):active, .btn-pub-color-2:not(:disabled):not(.disabled).active,
  .show > .btn-pub-color-2.dropdown-toggle {
    color: #212529;
    background-color: #d7e5e5;
    border-color: #d0e0e0; }
    .btn-pub-color-2:not(:disabled):not(.disabled):active:focus, .btn-pub-color-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pub-color-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5); }

.btn-color-text {
  color: #212529;
  background-color: #c5c6c6;
  border-color: #c5c6c6; }
  .btn-color-text:hover {
    color: #212529;
    background-color: #b2b3b3;
    border-color: #abadad; }
  .btn-color-text:focus, .btn-color-text.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5); }
  .btn-color-text.disabled, .btn-color-text:disabled {
    color: #212529;
    background-color: #c5c6c6;
    border-color: #c5c6c6; }
  .btn-color-text:not(:disabled):not(.disabled):active, .btn-color-text:not(:disabled):not(.disabled).active,
  .show > .btn-color-text.dropdown-toggle {
    color: #212529;
    background-color: #abadad;
    border-color: #a5a6a6; }
    .btn-color-text:not(:disabled):not(.disabled):active:focus, .btn-color-text:not(:disabled):not(.disabled).active:focus,
    .show > .btn-color-text.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5); }

.btn-outline-primary {
  color: #ff0000;
  background-color: transparent;
  background-image: none;
  border-color: #ff0000; }
  .btn-outline-primary:hover {
    color: #FFF;
    background-color: #ff0000;
    border-color: #ff0000; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ff0000;
    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: #ff0000;
    border-color: #ff0000; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.btn-outline-secondary {
  color: #555;
  background-color: transparent;
  background-image: none;
  border-color: #555; }
  .btn-outline-secondary:hover {
    color: #FFF;
    background-color: #555;
    border-color: #555; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #555;
    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: #555;
    border-color: #555; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #FFF;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #FFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #FFF;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000; }
  .btn-outline-dark:hover {
    color: #FFF;
    background-color: #000;
    border-color: #000; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #000;
    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: #000;
    border-color: #000; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-lighterdark {
  color: #191c1d;
  background-color: transparent;
  background-image: none;
  border-color: #191c1d; }
  .btn-outline-lighterdark:hover {
    color: #FFF;
    background-color: #191c1d;
    border-color: #191c1d; }
  .btn-outline-lighterdark:focus, .btn-outline-lighterdark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5); }
  .btn-outline-lighterdark.disabled, .btn-outline-lighterdark:disabled {
    color: #191c1d;
    background-color: transparent; }
  .btn-outline-lighterdark:not(:disabled):not(.disabled):active, .btn-outline-lighterdark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lighterdark.dropdown-toggle {
    color: #FFF;
    background-color: #191c1d;
    border-color: #191c1d; }
    .btn-outline-lighterdark:not(:disabled):not(.disabled):active:focus, .btn-outline-lighterdark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lighterdark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5); }

.btn-outline-grey {
  color: #f5f5f5;
  background-color: transparent;
  background-image: none;
  border-color: #f5f5f5; }
  .btn-outline-grey:hover {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-outline-grey:focus, .btn-outline-grey.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-outline-grey.disabled, .btn-outline-grey:disabled {
    color: #f5f5f5;
    background-color: transparent; }
  .btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active,
  .show > .btn-outline-grey.dropdown-toggle {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
    .btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-grey.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.btn-outline-lightergrey {
  color: #fbfbfb;
  background-color: transparent;
  background-image: none;
  border-color: #fbfbfb; }
  .btn-outline-lightergrey:hover {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb; }
  .btn-outline-lightergrey:focus, .btn-outline-lightergrey.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }
  .btn-outline-lightergrey.disabled, .btn-outline-lightergrey:disabled {
    color: #fbfbfb;
    background-color: transparent; }
  .btn-outline-lightergrey:not(:disabled):not(.disabled):active, .btn-outline-lightergrey:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lightergrey.dropdown-toggle {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb; }
    .btn-outline-lightergrey:not(:disabled):not(.disabled):active:focus, .btn-outline-lightergrey:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lightergrey.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }

.btn-outline-darkergrey {
  color: #abafae;
  background-color: transparent;
  background-image: none;
  border-color: #abafae; }
  .btn-outline-darkergrey:hover {
    color: #212529;
    background-color: #abafae;
    border-color: #abafae; }
  .btn-outline-darkergrey:focus, .btn-outline-darkergrey.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }
  .btn-outline-darkergrey.disabled, .btn-outline-darkergrey:disabled {
    color: #abafae;
    background-color: transparent; }
  .btn-outline-darkergrey:not(:disabled):not(.disabled):active, .btn-outline-darkergrey:not(:disabled):not(.disabled).active,
  .show > .btn-outline-darkergrey.dropdown-toggle {
    color: #212529;
    background-color: #abafae;
    border-color: #abafae; }
    .btn-outline-darkergrey:not(:disabled):not(.disabled):active:focus, .btn-outline-darkergrey:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-darkergrey.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }

.btn-outline-bg-grey-light {
  color: #fbfbfb;
  background-color: transparent;
  background-image: none;
  border-color: #fbfbfb; }
  .btn-outline-bg-grey-light:hover {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb; }
  .btn-outline-bg-grey-light:focus, .btn-outline-bg-grey-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }
  .btn-outline-bg-grey-light.disabled, .btn-outline-bg-grey-light:disabled {
    color: #fbfbfb;
    background-color: transparent; }
  .btn-outline-bg-grey-light:not(:disabled):not(.disabled):active, .btn-outline-bg-grey-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bg-grey-light.dropdown-toggle {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb; }
    .btn-outline-bg-grey-light:not(:disabled):not(.disabled):active:focus, .btn-outline-bg-grey-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bg-grey-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }

.btn-outline-bg-grey-dark {
  color: #abafae;
  background-color: transparent;
  background-image: none;
  border-color: #abafae; }
  .btn-outline-bg-grey-dark:hover {
    color: #212529;
    background-color: #abafae;
    border-color: #abafae; }
  .btn-outline-bg-grey-dark:focus, .btn-outline-bg-grey-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }
  .btn-outline-bg-grey-dark.disabled, .btn-outline-bg-grey-dark:disabled {
    color: #abafae;
    background-color: transparent; }
  .btn-outline-bg-grey-dark:not(:disabled):not(.disabled):active, .btn-outline-bg-grey-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bg-grey-dark.dropdown-toggle {
    color: #212529;
    background-color: #abafae;
    border-color: #abafae; }
    .btn-outline-bg-grey-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-bg-grey-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bg-grey-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }

.btn-outline-pub-color-1 {
  color: #f8f6f2;
  background-color: transparent;
  background-image: none;
  border-color: #f8f6f2; }
  .btn-outline-pub-color-1:hover {
    color: #212529;
    background-color: #f8f6f2;
    border-color: #f8f6f2; }
  .btn-outline-pub-color-1:focus, .btn-outline-pub-color-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5); }
  .btn-outline-pub-color-1.disabled, .btn-outline-pub-color-1:disabled {
    color: #f8f6f2;
    background-color: transparent; }
  .btn-outline-pub-color-1:not(:disabled):not(.disabled):active, .btn-outline-pub-color-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pub-color-1.dropdown-toggle {
    color: #212529;
    background-color: #f8f6f2;
    border-color: #f8f6f2; }
    .btn-outline-pub-color-1:not(:disabled):not(.disabled):active:focus, .btn-outline-pub-color-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pub-color-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5); }

.btn-outline-pub-color-2 {
  color: #f6f9f9;
  background-color: transparent;
  background-image: none;
  border-color: #f6f9f9; }
  .btn-outline-pub-color-2:hover {
    color: #212529;
    background-color: #f6f9f9;
    border-color: #f6f9f9; }
  .btn-outline-pub-color-2:focus, .btn-outline-pub-color-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5); }
  .btn-outline-pub-color-2.disabled, .btn-outline-pub-color-2:disabled {
    color: #f6f9f9;
    background-color: transparent; }
  .btn-outline-pub-color-2:not(:disabled):not(.disabled):active, .btn-outline-pub-color-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pub-color-2.dropdown-toggle {
    color: #212529;
    background-color: #f6f9f9;
    border-color: #f6f9f9; }
    .btn-outline-pub-color-2:not(:disabled):not(.disabled):active:focus, .btn-outline-pub-color-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pub-color-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5); }

.btn-outline-color-text {
  color: #c5c6c6;
  background-color: transparent;
  background-image: none;
  border-color: #c5c6c6; }
  .btn-outline-color-text:hover {
    color: #212529;
    background-color: #c5c6c6;
    border-color: #c5c6c6; }
  .btn-outline-color-text:focus, .btn-outline-color-text.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5); }
  .btn-outline-color-text.disabled, .btn-outline-color-text:disabled {
    color: #c5c6c6;
    background-color: transparent; }
  .btn-outline-color-text:not(:disabled):not(.disabled):active, .btn-outline-color-text:not(:disabled):not(.disabled).active,
  .show > .btn-outline-color-text.dropdown-toggle {
    color: #212529;
    background-color: #c5c6c6;
    border-color: #c5c6c6; }
    .btn-outline-color-text:not(:disabled):not(.disabled):active:focus, .btn-outline-color-text:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-color-text.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5); }

.btn-link {
  font-weight: 400;
  color: #ff0000;
  background-color: transparent; }
  .btn-link:hover {
    color: #b30000;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-link_red {
  color: #b30000;
  text-decoration: none;
  background-color: red; }
  .btn-link_red:focus, .btn-link_red.focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link_red:disabled, .btn-link_red.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.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 {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

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

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.6rem;
  color: #555;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #FFF;
    text-decoration: none;
    background-color: #ff0000; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

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

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(4rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(2.6rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5; }

.custom-control {
  position: relative;
  display: block;
  min-height: 2.4rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #FFF;
    background-color: #ff0000; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #FFF;
    background-color: #ffb3b3; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.7rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.7rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff0000; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #ff0000; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFF' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 0, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 0, 0, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff0000; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFF'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 0, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3.15rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #ff8080;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 128, 128, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 128, 128, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #FFF; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(2.6rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(4rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(3.15rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3.15rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ff8080;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #ff8080; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3.15rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  border: 1px solid #ced4da; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 3.15rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
              box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ff0000;
    border: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #ffb3b3; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ff0000;
    border: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #ffb3b3; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ff0000;
    border: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #ffb3b3; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .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; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #ff0000; }

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-right: 1rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #FFF; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #FFF; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFF; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #FFF; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #FFF; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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 + .list-group .list-group-item:first-child {
    border-top: 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-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; }

.card-img {
  width: 100%; }

.card-img-top {
  width: 100%; }

.card-img-bottom {
  width: 100%; }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; } }

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link, .pagination a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ff0000;
  background-color: #FFF;
  border: 1px solid #dee2e6; }
  .page-link:hover, .pagination a:hover {
    z-index: 2;
    color: #b30000;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus, .pagination a:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
  .page-link:not(:disabled):not(.disabled), .pagination a:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link, .page-item:first-child .pagination a, .pagination .page-item:first-child a {
  margin-left: 0; }

.page-item.active .page-link, .page-item.active .pagination a, .pagination .page-item.active a {
  z-index: 1;
  color: #FFF;
  background-color: #ff0000;
  border-color: #ff0000; }

.page-item.disabled .page-link, .page-item.disabled .pagination a, .pagination .page-item.disabled a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #dee2e6; }

.pagination-lg .page-link, .pagination-lg .pagination a, .pagination .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  line-height: 1.5; }

.pagination-sm .page-link, .pagination-sm .pagination a, .pagination .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

.badge-primary {
  color: #FFF;
  background-color: #ff0000; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #cc0000; }

.badge-secondary {
  color: #FFF;
  background-color: #555; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #3c3b3b; }

.badge-success {
  color: #FFF;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #FFF;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #FFF;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #FFF;
  background-color: #000; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: black; }

.badge-lighterdark {
  color: #FFF;
  background-color: #191c1d; }
  .badge-lighterdark[href]:hover, .badge-lighterdark[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #010202; }

.badge-grey {
  color: #212529;
  background-color: #f5f5f5; }
  .badge-grey[href]:hover, .badge-grey[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dcdbdb; }

.badge-lightergrey {
  color: #212529;
  background-color: #fbfbfb; }
  .badge-lightergrey[href]:hover, .badge-lightergrey[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e2e1e1; }

.badge-darkergrey {
  color: #212529;
  background-color: #abafae; }
  .badge-darkergrey[href]:hover, .badge-darkergrey[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #919695; }

.badge-bg-grey-light {
  color: #212529;
  background-color: #fbfbfb; }
  .badge-bg-grey-light[href]:hover, .badge-bg-grey-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e2e1e1; }

.badge-bg-grey-dark {
  color: #212529;
  background-color: #abafae; }
  .badge-bg-grey-dark[href]:hover, .badge-bg-grey-dark[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #919695; }

.badge-pub-color-1 {
  color: #212529;
  background-color: #f8f6f2; }
  .badge-pub-color-1[href]:hover, .badge-pub-color-1[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e6dfd1; }

.badge-pub-color-2 {
  color: #212529;
  background-color: #f6f9f9; }
  .badge-pub-color-2[href]:hover, .badge-pub-color-2[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d7e5e5; }

.badge-color-text {
  color: #212529;
  background-color: #c5c6c6; }
  .badge-color-text[href]:hover, .badge-color-text[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #abadad; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0; }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8; }
  .alert-primary hr {
    border-top-color: #ff9f9f; }
  .alert-primary .alert-link {
    color: #520000; }

.alert-secondary {
  color: #2c2c2c;
  background-color: #dddddd;
  border-color: #cfcfcf; }
  .alert-secondary hr {
    border-top-color: #c2c2c2; }
  .alert-secondary .alert-link {
    color: #131212; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-dark hr {
    border-top-color: #ababab; }
  .alert-dark .alert-link {
    color: black; }

.alert-lighterdark {
  color: #0d0f0f;
  background-color: #d1d2d2;
  border-color: #bfbfc0; }
  .alert-lighterdark hr {
    border-top-color: #b2b2b3; }
  .alert-lighterdark .alert-link {
    color: black; }

.alert-grey {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-grey hr {
    border-top-color: #efefef; }
  .alert-grey .alert-link {
    color: #666565; }

.alert-lightergrey {
  color: #838383;
  background-color: #fefefe;
  border-color: #fefefe; }
  .alert-lightergrey hr {
    border-top-color: #f1f1f1; }
  .alert-lightergrey .alert-link {
    color: #6a6969; }

.alert-darkergrey {
  color: #595b5a;
  background-color: #eeefef;
  border-color: #e7e9e8; }
  .alert-darkergrey hr {
    border-top-color: #dadddb; }
  .alert-darkergrey .alert-link {
    color: #404141; }

.alert-bg-grey-light {
  color: #838383;
  background-color: #fefefe;
  border-color: #fefefe; }
  .alert-bg-grey-light hr {
    border-top-color: #f1f1f1; }
  .alert-bg-grey-light .alert-link {
    color: #6a6969; }

.alert-bg-grey-dark {
  color: #595b5a;
  background-color: #eeefef;
  border-color: #e7e9e8; }
  .alert-bg-grey-dark hr {
    border-top-color: #dadddb; }
  .alert-bg-grey-dark .alert-link {
    color: #404141; }

.alert-pub-color-1 {
  color: #81807e;
  background-color: #fefdfc;
  border-color: #fdfcfb; }
  .alert-pub-color-1 hr {
    border-top-color: #f5efea; }
  .alert-pub-color-1 .alert-link {
    color: #676665; }

.alert-pub-color-2 {
  color: #808181;
  background-color: #fdfefe;
  border-color: #fcfdfd; }
  .alert-pub-color-2 hr {
    border-top-color: #edf3f3; }
  .alert-pub-color-2 .alert-link {
    color: #676767; }

.alert-color-text {
  color: #666767;
  background-color: #f3f4f4;
  border-color: #efefef; }
  .alert-color-text hr {
    border-top-color: #e2e2e2; }
  .alert-color-text .alert-link {
    color: #4d4d4d; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #e9ecef; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #ff0000;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #555;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:last-child {
    margin-bottom: 0; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #FFF; }
  .list-group-item.active {
    z-index: 2;
    color: #FFF;
    background-color: #ff0000;
    border-color: #ff0000; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #850000;
  background-color: #ffb8b8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #850000;
    background-color: #ff9f9f; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFF;
    background-color: #850000;
    border-color: #850000; }

.list-group-item-secondary {
  color: #2c2c2c;
  background-color: #cfcfcf; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #2c2c2c;
    background-color: #c2c2c2; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #FFF;
    background-color: #2c2c2c;
    border-color: #2c2c2c; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #FFF;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #FFF;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #FFF;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #FFF;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #FFF;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-dark.list-group-item-action.active {
    color: #FFF;
    background-color: black;
    border-color: black; }

.list-group-item-lighterdark {
  color: #0d0f0f;
  background-color: #bfbfc0; }
  .list-group-item-lighterdark.list-group-item-action:hover, .list-group-item-lighterdark.list-group-item-action:focus {
    color: #0d0f0f;
    background-color: #b2b2b3; }
  .list-group-item-lighterdark.list-group-item-action.active {
    color: #FFF;
    background-color: #0d0f0f;
    border-color: #0d0f0f; }

.list-group-item-grey {
  color: #7f7f7f;
  background-color: #fcfcfc; }
  .list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
    color: #7f7f7f;
    background-color: #efefef; }
  .list-group-item-grey.list-group-item-action.active {
    color: #FFF;
    background-color: #7f7f7f;
    border-color: #7f7f7f; }

.list-group-item-lightergrey {
  color: #838383;
  background-color: #fefefe; }
  .list-group-item-lightergrey.list-group-item-action:hover, .list-group-item-lightergrey.list-group-item-action:focus {
    color: #838383;
    background-color: #f1f1f1; }
  .list-group-item-lightergrey.list-group-item-action.active {
    color: #FFF;
    background-color: #838383;
    border-color: #838383; }

.list-group-item-darkergrey {
  color: #595b5a;
  background-color: #e7e9e8; }
  .list-group-item-darkergrey.list-group-item-action:hover, .list-group-item-darkergrey.list-group-item-action:focus {
    color: #595b5a;
    background-color: #dadddb; }
  .list-group-item-darkergrey.list-group-item-action.active {
    color: #FFF;
    background-color: #595b5a;
    border-color: #595b5a; }

.list-group-item-bg-grey-light {
  color: #838383;
  background-color: #fefefe; }
  .list-group-item-bg-grey-light.list-group-item-action:hover, .list-group-item-bg-grey-light.list-group-item-action:focus {
    color: #838383;
    background-color: #f1f1f1; }
  .list-group-item-bg-grey-light.list-group-item-action.active {
    color: #FFF;
    background-color: #838383;
    border-color: #838383; }

.list-group-item-bg-grey-dark {
  color: #595b5a;
  background-color: #e7e9e8; }
  .list-group-item-bg-grey-dark.list-group-item-action:hover, .list-group-item-bg-grey-dark.list-group-item-action:focus {
    color: #595b5a;
    background-color: #dadddb; }
  .list-group-item-bg-grey-dark.list-group-item-action.active {
    color: #FFF;
    background-color: #595b5a;
    border-color: #595b5a; }

.list-group-item-pub-color-1 {
  color: #81807e;
  background-color: #fdfcfb; }
  .list-group-item-pub-color-1.list-group-item-action:hover, .list-group-item-pub-color-1.list-group-item-action:focus {
    color: #81807e;
    background-color: #f5efea; }
  .list-group-item-pub-color-1.list-group-item-action.active {
    color: #FFF;
    background-color: #81807e;
    border-color: #81807e; }

.list-group-item-pub-color-2 {
  color: #808181;
  background-color: #fcfdfd; }
  .list-group-item-pub-color-2.list-group-item-action:hover, .list-group-item-pub-color-2.list-group-item-action:focus {
    color: #808181;
    background-color: #edf3f3; }
  .list-group-item-pub-color-2.list-group-item-action.active {
    color: #FFF;
    background-color: #808181;
    border-color: #808181; }

.list-group-item-color-text {
  color: #666767;
  background-color: #efefef; }
  .list-group-item-color-text.list-group-item-action:hover, .list-group-item-color-text.list-group-item-action:focus {
    color: #666767;
    background-color: #e2e2e2; }
  .list-group-item-color-text.list-group-item-action.active {
    color: #FFF;
    background-color: #666767;
    border-color: #666767; }

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "DINPro", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-align: center;
  background-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "DINPro", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #FFF; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #FFF; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #FFF; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #FFF; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #555; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #FFF;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #FFF;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #FFF; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center; }

.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: #ff0000 !important; }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3c3b3b !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: #1e7e34 !important; }

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !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: #d39e00 !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: #bd2130 !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: #dae0e5 !important; }

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

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

.bg-lighterdark {
  background-color: #191c1d !important; }

a.bg-lighterdark:hover, a.bg-lighterdark:focus,
button.bg-lighterdark:hover,
button.bg-lighterdark:focus {
  background-color: #010202 !important; }

.bg-grey {
  background-color: #f5f5f5 !important; }

a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #dcdbdb !important; }

.bg-lightergrey {
  background-color: #fbfbfb !important; }

a.bg-lightergrey:hover, a.bg-lightergrey:focus,
button.bg-lightergrey:hover,
button.bg-lightergrey:focus {
  background-color: #e2e1e1 !important; }

.bg-darkergrey {
  background-color: #abafae !important; }

a.bg-darkergrey:hover, a.bg-darkergrey:focus,
button.bg-darkergrey:hover,
button.bg-darkergrey:focus {
  background-color: #919695 !important; }

.bg-bg-grey-light {
  background-color: #fbfbfb !important; }

a.bg-bg-grey-light:hover, a.bg-bg-grey-light:focus,
button.bg-bg-grey-light:hover,
button.bg-bg-grey-light:focus {
  background-color: #e2e1e1 !important; }

.bg-bg-grey-dark {
  background-color: #abafae !important; }

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

.bg-pub-color-1 {
  background-color: #f8f6f2 !important; }

a.bg-pub-color-1:hover, a.bg-pub-color-1:focus,
button.bg-pub-color-1:hover,
button.bg-pub-color-1:focus {
  background-color: #e6dfd1 !important; }

.bg-pub-color-2 {
  background-color: #f6f9f9 !important; }

a.bg-pub-color-2:hover, a.bg-pub-color-2:focus,
button.bg-pub-color-2:hover,
button.bg-pub-color-2:focus {
  background-color: #d7e5e5 !important; }

.bg-color-text {
  background-color: #c5c6c6 !important; }

a.bg-color-text:hover, a.bg-color-text:focus,
button.bg-color-text:hover,
button.bg-color-text:focus {
  background-color: #abadad !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #000 !important; }

.border-lighterdark {
  border-color: #191c1d !important; }

.border-grey {
  border-color: #f5f5f5 !important; }

.border-lightergrey {
  border-color: #fbfbfb !important; }

.border-darkergrey {
  border-color: #abafae !important; }

.border-bg-grey-light {
  border-color: #fbfbfb !important; }

.border-bg-grey-dark {
  border-color: #abafae !important; }

.border-pub-color-1 {
  border-color: #f8f6f2 !important; }

.border-pub-color-2 {
  border-color: #f6f9f9 !important; }

.border-color-text {
  border-color: #c5c6c6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

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

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #cc0000 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #3c3b3b !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

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

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

.text-lighterdark {
  color: #191c1d !important; }

a.text-lighterdark:hover, a.text-lighterdark:focus {
  color: #010202 !important; }

.text-grey {
  color: #f5f5f5 !important; }

a.text-grey:hover, a.text-grey:focus {
  color: #dcdbdb !important; }

.text-lightergrey {
  color: #fbfbfb !important; }

a.text-lightergrey:hover, a.text-lightergrey:focus {
  color: #e2e1e1 !important; }

.text-darkergrey {
  color: #abafae !important; }

a.text-darkergrey:hover, a.text-darkergrey:focus {
  color: #919695 !important; }

.text-bg-grey-light {
  color: #fbfbfb !important; }

a.text-bg-grey-light:hover, a.text-bg-grey-light:focus {
  color: #e2e1e1 !important; }

.text-bg-grey-dark {
  color: #abafae !important; }

a.text-bg-grey-dark:hover, a.text-bg-grey-dark:focus {
  color: #919695 !important; }

.text-pub-color-1 {
  color: #f8f6f2 !important; }

a.text-pub-color-1:hover, a.text-pub-color-1:focus {
  color: #e6dfd1 !important; }

.text-pub-color-2 {
  color: #f6f9f9 !important; }

a.text-pub-color-2:hover, a.text-pub-color-2:focus {
  color: #d7e5e5 !important; }

.text-color-text {
  color: #c5c6c6 !important; }

a.text-color-text:hover, a.text-color-text:focus {
  color: #abadad !important; }

.text-body {
  color: #555 !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; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table, .content__ckeditor table, .team__detail .content table {
    border-collapse: collapse !important; }
    
    .table td,
    .content__ckeditor table td,
    .team__detail .content table td, .table th, .content__ckeditor table th, .team__detail .content table 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, .content__ckeditor table .thead-dark th, .team__detail .content table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.btn-primary {
  color: #FFF;
  border-color: #ff0000;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e60000), color-stop(50%, #ff0000)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #e60000 50%, #ff0000 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #e60000 50%, #ff0000 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-primary:hover {
    background-position: left bottom;
    border-color: #ff0000; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFF;
    background-color: #ff0000;
    border-color: #ff0000; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #cc0000;
    border-color: #bf0000; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.btn-secondary {
  color: #FFF;
  border-color: #555;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #484848), color-stop(50%, #555)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #484848 50%, #555 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #484848 50%, #555 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-secondary:hover {
    background-position: left bottom;
    border-color: #555; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFF;
    background-color: #555;
    border-color: #555; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #3c3b3b;
    border-color: #353535; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }

.btn-success {
  color: #FFF;
  border-color: #28a745;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #23923d), color-stop(50%, #28a745)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #23923d 50%, #28a745 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #23923d 50%, #28a745 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-success:hover {
    background-position: left bottom;
    border-color: #28a745; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #FFF;
  border-color: #17a2b8;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #148ea1), color-stop(50%, #17a2b8)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #148ea1 50%, #17a2b8 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #148ea1 50%, #17a2b8 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-info:hover {
    background-position: left bottom;
    border-color: #17a2b8; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  border-color: #ffc107;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #edb100), color-stop(50%, #ffc107)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #edb100 50%, #ffc107 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #edb100 50%, #ffc107 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-warning:hover {
    background-position: left bottom;
    border-color: #ffc107; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #FFF;
  border-color: #dc3545;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #d32535), color-stop(50%, #dc3545)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #d32535 50%, #dc3545 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #d32535 50%, #dc3545 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-danger:hover {
    background-position: left bottom;
    border-color: #dc3545; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  border-color: #f8f9fa;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e9ecef), color-stop(50%, #f8f9fa)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #e9ecef 50%, #f8f9fa 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #e9ecef 50%, #f8f9fa 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-light:hover {
    background-position: left bottom;
    border-color: #f8f9fa; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #FFF;
  border-color: #000;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, #000)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, black 50%, #000 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, black 50%, #000 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-dark:hover {
    background-position: left bottom;
    border-color: #000; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFF;
    background-color: #000;
    border-color: #000; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFF;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-lighterdark {
  color: #FFF;
  border-color: #191c1d;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0d0f0f), color-stop(50%, #191c1d)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #0d0f0f 50%, #191c1d 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #0d0f0f 50%, #191c1d 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-lighterdark:hover {
    background-position: left bottom;
    border-color: #191c1d; }
  .btn-lighterdark:focus, .btn-lighterdark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5); }
  .btn-lighterdark.disabled, .btn-lighterdark:disabled {
    color: #FFF;
    background-color: #191c1d;
    border-color: #191c1d; }
  .btn-lighterdark:not(:disabled):not(.disabled):active, .btn-lighterdark:not(:disabled):not(.disabled).active,
  .show > .btn-lighterdark.dropdown-toggle {
    color: #FFF;
    background-color: #010202;
    border-color: black; }
    .btn-lighterdark:not(:disabled):not(.disabled):active:focus, .btn-lighterdark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lighterdark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(25, 28, 29, 0.5); }

.btn-grey {
  color: #212529;
  border-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e8e8e8), color-stop(50%, #f5f5f5)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #e8e8e8 50%, #f5f5f5 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #e8e8e8 50%, #f5f5f5 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-grey:hover {
    background-position: left bottom;
    border-color: #f5f5f5; }
  .btn-grey:focus, .btn-grey.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-grey.disabled, .btn-grey:disabled {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active,
  .show > .btn-grey.dropdown-toggle {
    color: #212529;
    background-color: #dcdbdb;
    border-color: #d5d5d5; }
    .btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus,
    .show > .btn-grey.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.btn-lightergrey {
  color: #212529;
  border-color: #fbfbfb;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eeeeee), color-stop(50%, #fbfbfb)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #eeeeee 50%, #fbfbfb 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #eeeeee 50%, #fbfbfb 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-lightergrey:hover {
    background-position: left bottom;
    border-color: #fbfbfb; }
  .btn-lightergrey:focus, .btn-lightergrey.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }
  .btn-lightergrey.disabled, .btn-lightergrey:disabled {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb; }
  .btn-lightergrey:not(:disabled):not(.disabled):active, .btn-lightergrey:not(:disabled):not(.disabled).active,
  .show > .btn-lightergrey.dropdown-toggle {
    color: #212529;
    background-color: #e2e1e1;
    border-color: #dbdbdb; }
    .btn-lightergrey:not(:disabled):not(.disabled):active:focus, .btn-lightergrey:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lightergrey.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }

.btn-darkergrey {
  color: #212529;
  border-color: #abafae;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #9ea3a1), color-stop(50%, #abafae)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #9ea3a1 50%, #abafae 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #9ea3a1 50%, #abafae 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-darkergrey:hover {
    background-position: left bottom;
    border-color: #abafae; }
  .btn-darkergrey:focus, .btn-darkergrey.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }
  .btn-darkergrey.disabled, .btn-darkergrey:disabled {
    color: #212529;
    background-color: #abafae;
    border-color: #abafae; }
  .btn-darkergrey:not(:disabled):not(.disabled):active, .btn-darkergrey:not(:disabled):not(.disabled).active,
  .show > .btn-darkergrey.dropdown-toggle {
    color: #FFF;
    background-color: #919695;
    border-color: #8a908f; }
    .btn-darkergrey:not(:disabled):not(.disabled):active:focus, .btn-darkergrey:not(:disabled):not(.disabled).active:focus,
    .show > .btn-darkergrey.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }

.btn-bg-grey-light {
  color: #212529;
  border-color: #fbfbfb;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eeeeee), color-stop(50%, #fbfbfb)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #eeeeee 50%, #fbfbfb 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #eeeeee 50%, #fbfbfb 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-bg-grey-light:hover {
    background-position: left bottom;
    border-color: #fbfbfb; }
  .btn-bg-grey-light:focus, .btn-bg-grey-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }
  .btn-bg-grey-light.disabled, .btn-bg-grey-light:disabled {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb; }
  .btn-bg-grey-light:not(:disabled):not(.disabled):active, .btn-bg-grey-light:not(:disabled):not(.disabled).active,
  .show > .btn-bg-grey-light.dropdown-toggle {
    color: #212529;
    background-color: #e2e1e1;
    border-color: #dbdbdb; }
    .btn-bg-grey-light:not(:disabled):not(.disabled):active:focus, .btn-bg-grey-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bg-grey-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5); }

.btn-bg-grey-dark {
  color: #212529;
  border-color: #abafae;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #9ea3a1), color-stop(50%, #abafae)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #9ea3a1 50%, #abafae 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #9ea3a1 50%, #abafae 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-bg-grey-dark:hover {
    background-position: left bottom;
    border-color: #abafae; }
  .btn-bg-grey-dark:focus, .btn-bg-grey-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }
  .btn-bg-grey-dark.disabled, .btn-bg-grey-dark:disabled {
    color: #212529;
    background-color: #abafae;
    border-color: #abafae; }
  .btn-bg-grey-dark:not(:disabled):not(.disabled):active, .btn-bg-grey-dark:not(:disabled):not(.disabled).active,
  .show > .btn-bg-grey-dark.dropdown-toggle {
    color: #FFF;
    background-color: #919695;
    border-color: #8a908f; }
    .btn-bg-grey-dark:not(:disabled):not(.disabled):active:focus, .btn-bg-grey-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bg-grey-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(171, 175, 174, 0.5); }

.btn-pub-color-1 {
  color: #212529;
  border-color: #f8f6f2;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #efebe1), color-stop(50%, #f8f6f2)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #efebe1 50%, #f8f6f2 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #efebe1 50%, #f8f6f2 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-pub-color-1:hover {
    background-position: left bottom;
    border-color: #f8f6f2; }
  .btn-pub-color-1:focus, .btn-pub-color-1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5); }
  .btn-pub-color-1.disabled, .btn-pub-color-1:disabled {
    color: #212529;
    background-color: #f8f6f2;
    border-color: #f8f6f2; }
  .btn-pub-color-1:not(:disabled):not(.disabled):active, .btn-pub-color-1:not(:disabled):not(.disabled).active,
  .show > .btn-pub-color-1.dropdown-toggle {
    color: #212529;
    background-color: #e6dfd1;
    border-color: #e2d9c9; }
    .btn-pub-color-1:not(:disabled):not(.disabled):active:focus, .btn-pub-color-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pub-color-1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 246, 242, 0.5); }

.btn-pub-color-2 {
  color: #212529;
  border-color: #f6f9f9;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e7efef), color-stop(50%, #f6f9f9)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #e7efef 50%, #f6f9f9 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #e7efef 50%, #f6f9f9 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-pub-color-2:hover {
    background-position: left bottom;
    border-color: #f6f9f9; }
  .btn-pub-color-2:focus, .btn-pub-color-2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5); }
  .btn-pub-color-2.disabled, .btn-pub-color-2:disabled {
    color: #212529;
    background-color: #f6f9f9;
    border-color: #f6f9f9; }
  .btn-pub-color-2:not(:disabled):not(.disabled):active, .btn-pub-color-2:not(:disabled):not(.disabled).active,
  .show > .btn-pub-color-2.dropdown-toggle {
    color: #212529;
    background-color: #d7e5e5;
    border-color: #d0e0e0; }
    .btn-pub-color-2:not(:disabled):not(.disabled):active:focus, .btn-pub-color-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pub-color-2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(246, 249, 249, 0.5); }

.btn-color-text {
  color: #212529;
  border-color: #c5c6c6;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b8b9b9), color-stop(50%, #c5c6c6)) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: -o-linear-gradient(left, #b8b9b9 50%, #c5c6c6 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #b8b9b9 50%, #c5c6c6 50%) repeat scroll right bottom/200% 100% rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out; }
  .btn-color-text:hover {
    background-position: left bottom;
    border-color: #c5c6c6; }
  .btn-color-text:focus, .btn-color-text.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5); }
  .btn-color-text.disabled, .btn-color-text:disabled {
    color: #212529;
    background-color: #c5c6c6;
    border-color: #c5c6c6; }
  .btn-color-text:not(:disabled):not(.disabled):active, .btn-color-text:not(:disabled):not(.disabled).active,
  .show > .btn-color-text.dropdown-toggle {
    color: #212529;
    background-color: #abadad;
    border-color: #a5a6a6; }
    .btn-color-text:not(:disabled):not(.disabled):active:focus, .btn-color-text:not(:disabled):not(.disabled).active:focus,
    .show > .btn-color-text.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5); }

.navigation__bar {
  margin: 20px 0 0;
  position: relative;
  background-color: #fff;
  /* Bootstrap ELements */
  /* 2nd Level */ }
  @media (min-width: 576px) {
    .navigation__bar {
      margin: 20px 0 0; } }
  .navigation__bar .sticky_holder {
    z-index: 15;
    position: relative;
    background-color: #fff;
    padding-bottom: 20px; }
    @media (min-width: 1000px) {
      .navigation__bar .sticky_holder {
        padding-bottom: 0; } }
    .navigation__bar .sticky_holder.sticky {
      margin-top: 0;
      width: 100%;
      -webkit-box-shadow: 0 5px 10px 0 rgba(95, 100, 100, 0.1);
              box-shadow: 0 5px 10px 0 rgba(95, 100, 100, 0.1); }
      .navigation__bar .sticky_holder.sticky .navigation__header {
        display: none; }
  .navigation__bar .subpage-btn {
    position: absolute;
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    background-color: #ff0000;
    top: -2rem;
    -webkit-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
            transform: translateX(-1rem); }
    .navigation__bar .subpage-btn:before {
      content: none; }
    @media (max-width: 768px) {
      .navigation__bar .subpage-btn {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        white-space: pre-wrap; } }
  .navigation__bar .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .navigation__bar .navbar-brand svg {
      width: 80px;
      height: 40px; }
      @media (min-width: 576px) {
        .navigation__bar .navbar-brand svg {
          width: 100px;
          height: 50px; } }
  .navigation__bar .navigation__header {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .navigation__bar .navigation__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .navigation__bar .navigation__header span {
      color: #abafae; }
    .navigation__bar .navigation__header #l-locale-switcher {
      margin-right: 20px; }
  .navigation__bar .top__navigation {
    margin-right: 20px; }
    .navigation__bar .top__navigation a {
      color: #abafae;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .navigation__bar .top__navigation a:hover {
        color: #919695; }
  .navigation__bar .main__navigation {
    margin-left: auto; }
    .navigation__bar .main__navigation li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .navigation__bar .main__navigation a {
      color: #000000;
      font-weight: bold;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      font-size: 1.5rem;
      display: block;
      width: 100%; }
      .navigation__bar .main__navigation a:hover {
        color: #ff0000; }
  .navigation__bar .navbar {
    padding: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navigation__bar .main__navigation li.active-parent > a {
    color: #ff0000; }
  .navigation__bar .main__navigation li .active {
    background-color: #ff0000; }
    .navigation__bar .main__navigation li .active > a {
      color: #fff; }
  .navigation__bar .main__navigation li ul {
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .navigation__bar .main__navigation > li > a {
    padding: 2rem 1rem 3.5rem; }
  .navigation__bar .main__navigation > li.active > a {
    color: #ff0000; }
  .navigation__bar .main__navigation > li:hover > a {
    background-color: #f5f5f5;
    color: #ff0000; }
  .navigation__bar .main__navigation > li:hover > ul {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    .navigation__bar .main__navigation > li:hover > ul > li:hover > ul > li {
      display: block; }
      .navigation__bar .main__navigation > li:hover > ul > li:hover > ul > li:hover > ul > li {
        display: block; }
  .navigation__bar .main__navigation > li li.has-children:after {
    font-family: "fontello";
    content: "\e801";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    font-size: .8rem;
    color: #6f6e6e; }
  .navigation__bar .main__navigation > li li.has-children.active:after {
    color: #fff; }
  .navigation__bar .main__navigation > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 15;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
            transform: translateY(-1rem); }
    .navigation__bar .main__navigation > li > ul > li {
      background-color: #f5f5f5;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      min-width: 200px;
      /* 3th Level */ }
      .navigation__bar .main__navigation > li > ul > li a {
        padding: 1.5rem 2.5rem;
        font-weight: normal;
        white-space: nowrap;
        color: #555; }
      .navigation__bar .main__navigation > li > ul > li + li {
        border-top: 1px solid #eeeeee; }
      .navigation__bar .main__navigation > li > ul > li ul {
        left: calc(100% - 1px);
        z-index: 2;
        top: 0;
        position: absolute;
        min-width: 100px; }
        .navigation__bar .main__navigation > li > ul > li ul li {
          display: none;
          background-color: #eeeeee; }
  .navigation__bar .main__navigation > li.last > ul > li > ul {
    left: auto;
    right: calc(100%);
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .navigation__bar .main__navigation li li:not(.active) > a:hover {
    background-color: #fff; }
  @media (max-width: 1000px) {
    .navigation__bar .main__navigation {
      display: none; } }

.responsive__navigation--container {
  position: fixed;
  z-index: 100;
  width: 80vw;
  background-color: #ffffff;
  left: 0;
  top: 0;
  max-height: 100vh;
  height: 100vh;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  overflow-x: hidden; }
  .responsive__navigation--container ul {
    padding-left: 0; }

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .responsive__navigation--container {
    max-height: -webkit-fill-available;
    height: -webkit-fill-available; } }

.responsive__navigation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 100;
  width: 80vw;
  background-color: #ffffff;
  left: 0;
  top: 0;
  max-height: 100vh;
  height: 100vh;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .responsive__navigation a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #000;
    padding: 15px;
    white-space: nowrap;
    width: 100%; }
  .responsive__navigation.menu-open > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .responsive__navigation li {
    display: none;
    border-bottom: 1px solid #f5f5f5; }
    .responsive__navigation li.has-children {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .responsive__navigation li.has-children .dropdown-button {
        cursor: pointer;
        width: 50px;
        height: 50px;
        min-width: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-left: 1px solid #f5f5f5; }
        .responsive__navigation li.has-children .dropdown-button i {
          font-size: .8rem; }
    .responsive__navigation li a {
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .responsive__navigation li ul {
      visibility: visible;
      opacity: 1;
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      background-color: #ffffff;
      width: 100%;
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
      overflow: auto; }
      .responsive__navigation li ul li {
        background-color: transparent; }
    .responsive__navigation li.parent-headline {
      font-size: 1.2rem;
      text-transform: uppercase;
      color: #000;
      padding: 15px 28px;
      text-align: center;
      position: relative;
      font-weight: 600; }
      .responsive__navigation li.parent-headline .fa {
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px 28px;
        cursor: pointer;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .responsive__navigation li.is-open {
      display: block; }
      .responsive__navigation li.is-open > ul {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
        .responsive__navigation li.is-open > ul > li:not(.parent-headline) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .responsive__navigation li.is-open > ul > li.parent-headline {
          display: block; }
  .responsive__navigation ul {
    height: 100vh;
    max-height: 100vh;
    z-index: 1;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
    .responsive__navigation ul ul {
      z-index: 2; }
      .responsive__navigation ul ul ul {
        z-index: 3; }

.responsive__navigation--container {
  display: none;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0); }

.menu--open .responsive__navigation--container {
  display: block;
  -webkit-animation: showMenu .3s forwards;
          animation: showMenu .3s forwards;
  -webkit-box-shadow: 0 0 8px 2px rgba(35, 35, 35, 0.1);
          box-shadow: 0 0 8px 2px rgba(35, 35, 35, 0.1); }

.menu--closed .responsive__navigation--container {
  display: block;
  -webkit-animation: closeMenu .3s forwards;
          animation: closeMenu .3s forwards; }

.responsive__navigation--container {
  display: none;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0); }

.menu--open .responsive__navigation--container {
  display: block;
  -webkit-animation: showMenu .3s forwards;
          animation: showMenu .3s forwards;
  -webkit-box-shadow: 0 0 8px 2px rgba(35, 35, 35, 0.1);
          box-shadow: 0 0 8px 2px rgba(35, 35, 35, 0.1); }

.menu--closed .responsive__navigation--container {
  display: block;
  -webkit-animation: closeMenu .3s forwards;
          animation: closeMenu .3s forwards; }

@-webkit-keyframes closeMenu {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }

@keyframes closeMenu {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }

@-webkit-keyframes showMenu {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes showMenu {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@media (min-width: 1200px) {
  .container.light {
    max-width: 1180px; } }

.navigation__bar_light {
  position: fixed;
  width: 100%;
  margin: 0;
  background-color: transparent;
  top: 0;
  z-index: 101;
  /* Bootstrap ELements */
  /* 2nd Level */ }
  .navigation__bar_light .sticky_holder {
    z-index: 15;
    position: relative;
    background-color: transparent;
    padding-bottom: 20px; }
    @media (min-width: 1000px) {
      .navigation__bar_light .sticky_holder {
        padding-bottom: 0; } }
    .navigation__bar_light .sticky_holder.sticky {
      margin-top: 0;
      width: 100%;
      -webkit-box-shadow: 0 5px 10px 0 rgba(95, 100, 100, 0.1);
              box-shadow: 0 5px 10px 0 rgba(95, 100, 100, 0.1); }
      .navigation__bar_light .sticky_holder.sticky .navigation__header {
        display: none; }
  .navigation__bar_light .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #191c1d;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    width: 195px; }
    .menu--open .navigation__bar_light .navbar-brand {
      background-color: #303233; }
    .navigation__bar_light .navbar-brand .logo {
      height: 95px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .navigation__bar_light .navbar-brand svg {
      width: 90px;
      height: 50px; }
    .navigation__bar_light .navbar-brand .banner {
      width: 100%;
      height: 40px;
      font-size: 0.7em;
      line-height: 4rem;
      color: #fff;
      text-align: center;
      background-color: #ff0000;
      margin: 0;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .menu--open .navigation__bar_light .navbar-brand .banner {
        height: 0px;
        line-height: 0px;
        opacity: 0; }
  .navigation__bar_light .navbar-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px; }
    .navigation__bar_light .navbar-nav .hamburger-container {
      height: 95px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: white;
      text-transform: uppercase;
      background-color: #191c1d;
      -webkit-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
      .navigation__bar_light .navbar-nav .hamburger-container:hover {
        background-color: #303233; }
      .menu--open .navigation__bar_light .navbar-nav .hamburger-container {
        background-color: transparent; }
      .navigation__bar_light .navbar-nav .hamburger-container > span {
        margin-right: 3.2rem; }
      .navigation__bar_light .navbar-nav .hamburger-container.active > span {
        margin-right: 4rem; }
      .navigation__bar_light .navbar-nav .hamburger-container.active .hamburger {
        position: absolute;
        top: 50%;
        right: 3rem;
        height: 2px;
        width: 45px; }
        .navigation__bar_light .navbar-nav .hamburger-container.active .hamburger:before {
          opacity: 0;
          height: 2px;
          width: 45px;
          top: 0; }
        .navigation__bar_light .navbar-nav .hamburger-container.active .hamburger:after {
          height: 2px;
          width: 45px;
          bottom: 0; }
      .navigation__bar_light .navbar-nav .hamburger-container .hamburger {
        position: relative;
        top: 0;
        width: 8px;
        height: 8px;
        border-radius: 25px;
        background-color: #fff; }
        .navigation__bar_light .navbar-nav .hamburger-container .hamburger:before, .navigation__bar_light .navbar-nav .hamburger-container .hamburger:after {
          width: 8px;
          height: 8px;
          border-radius: 25px;
          background-color: #fff; }
        .navigation__bar_light .navbar-nav .hamburger-container .hamburger:before {
          top: -12px; }
        .navigation__bar_light .navbar-nav .hamburger-container .hamburger:after {
          bottom: -12px; }
    .navigation__bar_light .navbar-nav #l-locale-switcher {
      width: 100%;
      height: 40px;
      font-size: 0.8em;
      line-height: 4rem;
      color: #fff;
      text-align: center;
      background-color: #555555;
      margin: 0;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .menu--open .navigation__bar_light .navbar-nav #l-locale-switcher {
        height: 0px;
        line-height: 0px;
        opacity: 0; }
      .navigation__bar_light .navbar-nav #l-locale-switcher span {
        padding: 0;
        padding-right: 10px;
        text-transform: uppercase; }
        .navigation__bar_light .navbar-nav #l-locale-switcher span:after {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          background: url("/resources/public/dtc/img/chevron-down.svg") no-repeat center center/cover;
          background-size: 9px;
          left: 50%;
          margin-left: 13px; }
      .navigation__bar_light .navbar-nav #l-locale-switcher:hover {
        background-color: #777777; }
      .navigation__bar_light .navbar-nav #l-locale-switcher .locale-container {
        padding: 0;
        list-style: none; }
        .navigation__bar_light .navbar-nav #l-locale-switcher .locale-container a {
          background-color: #dddddd; }
          .navigation__bar_light .navbar-nav #l-locale-switcher .locale-container a:hover {
            background-color: #eeeeee; }
        .navigation__bar_light .navbar-nav #l-locale-switcher .locale-container span:after {
          content: none; }
    .navigation__bar_light .navbar-nav .navigation__header, .navigation__bar_light .navbar-nav .menu-heading, .navigation__bar_light .navbar-nav .menu-home {
      display: none; }
  .navigation__bar_light .navigation__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .navigation__bar_light .navigation__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .navigation__bar_light .navigation__header span {
      color: #abafae; }
    .navigation__bar_light .navigation__header #l-locale-switcher {
      margin-right: 20px; }
  .navigation__bar_light .top__navigation {
    margin-right: 20px; }
    .navigation__bar_light .top__navigation a {
      color: #abafae;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .navigation__bar_light .top__navigation a:hover {
        color: #919695; }
  .navigation__bar_light .main__navigation {
    display: none;
    margin-left: auto; }
    .navigation__bar_light .main__navigation li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .navigation__bar_light .main__navigation a {
      color: #000000;
      font-weight: bold;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      font-size: 1.5rem;
      display: block;
      width: 100%; }
      .navigation__bar_light .main__navigation a:hover {
        color: #ff0000; }
  .navigation__bar_light .navbar {
    height: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navigation__bar_light .main__navigation li.active-parent > a {
    color: #ff0000; }
  .navigation__bar_light .main__navigation li .active {
    background-color: #ff0000; }
    .navigation__bar_light .main__navigation li .active > a {
      color: #fff; }
  .navigation__bar_light .main__navigation li ul {
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .navigation__bar_light .main__navigation > li > a {
    padding: 2rem 1rem 3.5rem; }
  .navigation__bar_light .main__navigation > li.active > a {
    color: #ff0000; }
  .navigation__bar_light .main__navigation > li:hover > a {
    background-color: #f5f5f5;
    color: #ff0000; }
  .navigation__bar_light .main__navigation > li:hover > ul {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    .navigation__bar_light .main__navigation > li:hover > ul > li:hover > ul > li {
      display: block; }
      .navigation__bar_light .main__navigation > li:hover > ul > li:hover > ul > li:hover > ul > li {
        display: block; }
  .navigation__bar_light .main__navigation > li li.has-children:after {
    font-family: "fontello";
    content: "\e801";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    font-size: .8rem;
    color: #6f6e6e; }
  .navigation__bar_light .main__navigation > li li.has-children.active:after {
    color: #fff; }
  .navigation__bar_light .main__navigation > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 15;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
            transform: translateY(-1rem); }
    .navigation__bar_light .main__navigation > li > ul > li {
      background-color: #f5f5f5;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      min-width: 200px;
      /* 3th Level */ }
      .navigation__bar_light .main__navigation > li > ul > li a {
        padding: 1.5rem 2.5rem;
        font-weight: normal;
        white-space: nowrap;
        color: #555; }
      .navigation__bar_light .main__navigation > li > ul > li + li {
        border-top: 1px solid #eeeeee; }
      .navigation__bar_light .main__navigation > li > ul > li ul {
        left: calc(100% - 1px);
        z-index: 2;
        top: 0;
        position: absolute;
        min-width: 100px; }
        .navigation__bar_light .main__navigation > li > ul > li ul li {
          display: none;
          background-color: #eeeeee; }
  .navigation__bar_light .main__navigation > li.last > ul > li > ul {
    left: auto;
    right: calc(100%);
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .navigation__bar_light .main__navigation li li:not(.active) > a:hover {
    background-color: #fff; }
  @media (max-width: 768px) {
    .navigation__bar_light .navbar-brand {
      width: 140px; }
      .navigation__bar_light .navbar-brand svg {
        width: 60px;
        height: 50px; }
      .navigation__bar_light .navbar-brand .logo {
        height: 70px; }
      .navigation__bar_light .navbar-brand .banner {
        display: none;
        height: 40px; }
    .navigation__bar_light .navbar-nav {
      width: 130px; }
      .navigation__bar_light .navbar-nav .hamburger-container {
        height: 70px; }
        .navigation__bar_light .navbar-nav .hamburger-container.active .hamburger {
          right: 1rem; }
      .navigation__bar_light .navbar-nav #l-locale-switcher {
        display: none; } }

.responsive__navigation--container.light {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0; }
  .menu--open .responsive__navigation--container.light {
    opacity: 1;
    -webkit-animation: showMenuLight .3s forwards;
            animation: showMenuLight .3s forwards;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); }
  .isIE.menu--open .responsive__navigation--container.light {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-animation: none;
            animation: none;
    opacity: 1; }
  .menu--closed .responsive__navigation--container.light {
    -webkit-animation: closeMenuLight .3s forwards;
            animation: closeMenuLight .3s forwards; }
  .isIE.menu--closed .responsive__navigation--container.light {
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-animation: none;
            animation: none;
    opacity: 0; }
  .responsive__navigation--container.light .responsive__navigation {
    position: relative;
    height: auto;
    max-height: none;
    background-color: transparent; }
    .responsive__navigation--container.light .responsive__navigation li {
      border: 0; }
      .responsive__navigation--container.light .responsive__navigation li a {
        position: relative;
        width: auto;
        overflow: visible;
        color: #a9a9aa;
        font-size: 3em;
        font-weight: bold;
        text-transform: none;
        background-position: center right 20px;
        -webkit-transition: color 0.3s, background-position 0.3s ease-in-out;
        -o-transition: color 0.3s, background-position 0.3s ease-in-out;
        transition: color 0.3s, background-position 0.3s ease-in-out; }
        .responsive__navigation--container.light .responsive__navigation li a:hover {
          color: #fff; }
          .responsive__navigation--container.light .responsive__navigation li a:hover:after {
            right: -130px;
            opacity: 1; }
        .responsive__navigation--container.light .responsive__navigation li a:after {
          content: "";
          width: 8rem;
          height: 8rem;
          background: url(/resources/public/dtc/theme/icons/btn-red.svg) no-repeat;
          opacity: 0;
          position: absolute;
          right: -8rem;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          pointer-events: none; }
  .responsive__navigation--container.light .responsive__navigation, .responsive__navigation--container.light #l-locale-switcher, .responsive__navigation--container.light .navigation__header, .responsive__navigation--container.light .menu-heading, .responsive__navigation--container.light .menu-home {
    display: block;
    max-width: 1000px;
    margin: 0 auto; }
  .responsive__navigation--container.light #l-locale-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 18px;
    max-width: 1000px;
    margin-top: 50px;
    width: 80vw; }
    .responsive__navigation--container.light #l-locale-switcher > * {
      position: relative; }
    .responsive__navigation--container.light #l-locale-switcher > span {
      font-weight: 600; }
    .responsive__navigation--container.light #l-locale-switcher span {
      color: #fff;
      text-transform: uppercase;
      padding: 0;
      padding-right: 20px;
      margin-right: 1rem;
      font-size: 2rem; }
      .responsive__navigation--container.light #l-locale-switcher span:after {
        content: "|";
        font-family: inherit;
        color: #a9a9aa;
        position: relative;
        left: 1.5rem;
        top: 0; }
    .responsive__navigation--container.light #l-locale-switcher .locale-container-wrapper {
      color: #fff;
      display: block; }
      .responsive__navigation--container.light #l-locale-switcher .locale-container-wrapper ul.locale-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none; }
        .responsive__navigation--container.light #l-locale-switcher .locale-container-wrapper ul.locale-container li a {
          background-color: transparent; }
        .responsive__navigation--container.light #l-locale-switcher .locale-container-wrapper ul.locale-container li span {
          color: #fff;
          font-weight: 300; }
          .responsive__navigation--container.light #l-locale-switcher .locale-container-wrapper ul.locale-container li span:hover {
            color: #FF0000; }
        .responsive__navigation--container.light #l-locale-switcher .locale-container-wrapper ul.locale-container li:last-child span:after {
          content: ""; }
    .responsive__navigation--container.light #l-locale-switcher:hover {
      background-color: transparent; }
      .responsive__navigation--container.light #l-locale-switcher:hover a {
        background-color: transparent; }
  .responsive__navigation--container.light .menu-heading {
    color: #fff;
    font-size: 1.1em;
    padding: 0 17px;
    margin-top: 6.5rem;
    margin-bottom: 2.5rem;
    max-width: 1000px;
    width: 80vw; }
    .responsive__navigation--container.light .menu-heading span {
      font-weight: 300; }
  .responsive__navigation--container.light .menu-home {
    color: #ff0000;
    font-size: 1.3em;
    text-decoration: underline;
    padding: 0 17px;
    margin-top: 50px;
    margin-bottom: 100px;
    max-width: 1000px;
    width: 80vw;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  @media (max-width: 1400px) {
    .responsive__navigation--container.light #l-locale-switcher {
      padding-top: 7.5rem; } }
  @media (max-width: 768px) {
    .responsive__navigation--container.light #l-locale-switcher {
      width: 90vw;
      margin-top: 5rem; }
      .responsive__navigation--container.light #l-locale-switcher span {
        font-size: 2.5rem; }
    .responsive__navigation--container.light .menu-heading {
      width: 90vw;
      margin-top: 2.5rem; }
    .responsive__navigation--container.light .responsive__navigation {
      width: 90vw; }
      .responsive__navigation--container.light .responsive__navigation li a {
        font-size: 2em;
        padding: 0.7rem 1.5rem; }
        .responsive__navigation--container.light .responsive__navigation li a:after {
          content: "";
          width: 6rem;
          height: 6rem;
          right: -6rem; }
        .responsive__navigation--container.light .responsive__navigation li a:hover:after {
          right: -90px;
          opacity: 1; }
    .responsive__navigation--container.light .menu-home {
      width: 90vw;
      margin: 50px auto; } }

#fullwebsite-popup {
  position: fixed;
  top: 150px;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  z-index: 5; }
  #fullwebsite-popup .inner {
    background-color: #191c1d;
    width: 350px;
    padding: 1em 2em 1em 1em;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center; }
  @media (max-width: 768px) {
    #fullwebsite-popup {
      left: auto;
      right: 0;
      top: 225px; }
      #fullwebsite-popup .inner {
        width: 225px;
        padding: 0; } }

@-webkit-keyframes closeMenuLight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  99% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    opacity: 0; } }

@keyframes closeMenuLight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  99% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    opacity: 0; } }

@-webkit-keyframes showMenuLight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes showMenuLight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

.content__boxes_light {
  margin: 12rem 2rem 13rem; }
  .content__boxes_light .box {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 4rem;
    border-right: 1px solid #e0e0e0; }
    .content__boxes_light .box:first-child {
      padding-left: 0; }
    .content__boxes_light .box:last-child {
      padding-right: 0;
      border-right: 0; }
  .content__boxes_light h3 {
    color: #000000;
    font-size: 3.5em;
    font-weight: bold;
    margin-bottom: 20px; }
  .content__boxes_light .text {
    color: #000;
    font-weight: 300;
    font-size: 2em;
    line-height: 3.5rem;
    margin-bottom: 9rem;
    padding-left: 3px; }
  .content__boxes_light a:not(.button) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0; }
    .content__boxes_light a:not(.button):hover:after {
      right: -3rem; }
    .content__boxes_light a:not(.button):after {
      content: "";
      position: relative;
      width: 3rem;
      height: 3rem;
      right: -2rem;
      bottom: -0.25rem;
      background: url(/resources/public/dtc/img/arrow-right-red.svg) no-repeat;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .content__boxes_light a:not(.button) + br {
      display: none; }
  .content__boxes_light .button {
    position: absolute;
    bottom: 0;
    width: 65px;
    height: 65px; }
    .content__boxes_light .button svg {
      position: relative;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .content__boxes_light .button svg .arrow {
        fill: #FF0000;
        -webkit-transition: fill 0.3s ease-in-out;
        -o-transition: fill 0.3s ease-in-out;
        transition: fill 0.3s ease-in-out; }
      .content__boxes_light .button svg .btn-red0 {
        fill: #FF0000; }
      .content__boxes_light .button svg .btn-red3 {
        stroke: #ffffff; }
    .content__boxes_light .button:hover svg {
      left: 2rem; }
      .content__boxes_light .button:hover svg .arrow {
        fill: #ffffff; }
  @media (max-width: 1200px) {
    .content__boxes_light .box:first-child {
      padding-right: 50px; }
    .content__boxes_light .box:last-child {
      padding-left: 50px; } }
  @media (max-width: 1000px) {
    .content__boxes_light .box {
      font-size: 0.8rem;
      padding: 0 2rem; }
      .content__boxes_light .box:first-child {
        padding-right: 20px; }
      .content__boxes_light .box:last-child {
        padding-left: 20px; } }
  @media (max-width: 768px) {
    .content__boxes_light {
      margin: 5rem 2rem 5rem; }
      .content__boxes_light .box {
        font-size: 1rem;
        padding: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        border-right: 0; }
        .content__boxes_light .box:first-child {
          border-right: 0;
          padding-right: 0;
          margin-bottom: 5rem; }
        .content__boxes_light .box:last-child {
          padding-left: 0; }
      .content__boxes_light .button {
        right: 0; }
        .content__boxes_light .button:hover svg {
          left: 1rem; } }
  @media (max-width: 576px) {
    .content__boxes_light .box {
      font-size: 0.8rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.header__emotion .lazy {
  display: none; }

.header__emotion .container-fluid {
  padding: 0; }

.header__emotion .imagebg {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
  background-color: #abafae;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%; }

.header__emotion--image .slide {
  background-size: cover; }

.header__emotion h1 {
  color: #ffffff;
  font-weight: normal;
  font-size: 3.2rem;
  margin-bottom: 20px; }

.header__emotion .lead {
  font-weight: normal;
  color: #ffffff;
  opacity: .75;
  font-size: 2rem; }

.header__emotion .btn {
  margin-top: 50px; }

.header__emotion .image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover; }

.header__emotion .video {
  position: relative;
  line-height: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  z-index: 2;
  display: none; }
  @media (min-width: 576px) {
    .header__emotion .video {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  .header__emotion .video--preview {
    padding-bottom: 56.25%;
    width: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .header__emotion .video--preview:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      pointer-events: none; }

.header__emotion--home {
  height: calc(100vh - 90px);
  max-height: 100vh;
  background-color: #191c1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 576px) {
    .header__emotion--home {
      height: 500px;
      -webkit-box-orient: initial;
      -webkit-box-direction: initial;
          -ms-flex-direction: initial;
              flex-direction: initial; } }
  .header__emotion--home .container, .header__emotion--home .row {
    height: 100%; }
  .header__emotion--home .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 576px) {
      .header__emotion--home .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial; } }
    .header__emotion--home .row .image {
      width: 100%; }
  .header__emotion--home h1 {
    font-size: 3.2rem; }
  .header__emotion--home .subheadline {
    color: #ffffff;
    opacity: .75; }
  .header__emotion--home-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.header__emotion--home_light {
  color: #fff; }
  .header__emotion--home_light-image {
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding: 5rem; }
    .header__emotion--home_light-image > [class*="flex"] {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .header__emotion--home_light-image:hover .background-container, .header__emotion--home_light-image:hover .background-container-mobile {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .header__emotion--home_light-image .background-container, .header__emotion--home_light-image .background-container-mobile {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      z-index: 1; }
    .header__emotion--home_light-image .background-container-mobile {
      background: no-repeat center center / cover;
      display: none; }
    .header__emotion--home_light-image a {
      color: #fff;
      z-index: 2; }
    .header__emotion--home_light-image .title h3 {
      font-size: 7rem;
      line-height: 7rem;
      font-weight: bold;
      margin-bottom: 3.5rem;
      margin-left: -0.05em; }
    .header__emotion--home_light-image .subtitle h4 {
      font-size: 3rem;
      line-height: 3rem;
      font-weight: bold;
      margin-bottom: 4rem; }
    .header__emotion--home_light-image a.button {
      width: 80px;
      height: 80px; }
      .header__emotion--home_light-image a.button svg {
        position: relative;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .header__emotion--home_light-image a.button svg .arrow {
          fill: #FF0000;
          stroke: #ffffff;
          -webkit-transition: fill 0.3s ease-in-out;
          -o-transition: fill 0.3s ease-in-out;
          transition: fill 0.3s ease-in-out; }
        .header__emotion--home_light-image a.button svg .btn-red0 {
          fill: #FF0000; }
      .header__emotion--home_light-image a.button:hover svg {
        left: 1rem; }
        .header__emotion--home_light-image a.button:hover svg .arrow {
          fill: #ffffff; }
  @media (max-width: 991px) {
    .header__emotion--home_light-image {
      height: 33vh; }
      .header__emotion--home_light-image > .d-flex {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .header__emotion--home_light-image .title h3 {
        font-size: 5rem;
        margin-bottom: 2rem; }
      .header__emotion--home_light-image .subtitle h4 {
        margin-bottom: 0; }
      .header__emotion--home_light-image a.button {
        position: absolute;
        right: 5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .header__emotion--home_light-image .background-container-mobile {
        display: block; }
      .header__emotion--home_light-image .background-container {
        display: none; } }
  @media (max-width: 576px) {
    .header__emotion--home_light-image {
      padding: 5rem 2rem; }
      .header__emotion--home_light-image a.button {
        right: 2rem; }
      .header__emotion--home_light-image .title h3 {
        font-size: 3.5rem; }
      .header__emotion--home_light-image .subtitle h4 {
        font-size: 2.5rem; } }

.header__emotion--infobox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 2;
  margin-left: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute; }
  .header__emotion--infobox-container.active .infobox-text {
    opacity: 1;
    pointer-events: all; }
  .header__emotion--infobox .infobox-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 576px) {
      .header__emotion--infobox .infobox-icons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (min-width: 576px) {
    .header__emotion--infobox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: auto;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .header__emotion--infobox .infobox-text {
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 18px;
    color: #ffffff;
    width: 100vw;
    bottom: 100%;
    z-index: 6;
    pointer-events: none; }
    .header__emotion--infobox .infobox-text .text {
      display: none;
      overflow-y: auto;
      max-height: 100%; }
    @media (min-width: 576px) {
      .header__emotion--infobox .infobox-text {
        right: 100%;
        height: 100%;
        left: auto;
        bottom: auto; } }
    @media (min-width: 576px) {
      .header__emotion--infobox .infobox-text {
        width: 420px; } }
    @media (min-width: 768px) {
      .header__emotion--infobox .infobox-text {
        width: 450px; } }

.header__emotion .info__box--icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 576px) {
    .header__emotion .info__box--icon {
      width: 60px;
      height: 60px; } }

.header__emotion .info__box--item {
  background-color: #ff0000;
  padding: 20px;
  width: 33.333%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out; }
  @media (min-width: 576px) {
    .header__emotion .info__box--item {
      width: 160px;
      height: 130px;
      position: relative; } }
  .header__emotion .info__box--item .text {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0; }
  .header__emotion .info__box--item:hover {
    cursor: pointer; }
    .header__emotion .info__box--item:hover .info__box--icon {
      -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
              box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); }
  .header__emotion .info__box--item.clicked:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #ff0000;
    border-width: 12px;
    margin-top: -12px;
    z-index: 7; }
  .header__emotion .info__box--item.clicked .text {
    display: block;
    opacity: 1;
    pointer-events: all; }
  .header__emotion .info__box--item .title {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.3rem;
    margin-top: 10px;
    display: none; }
    @media (min-width: 576px) {
      .header__emotion .info__box--item .title {
        display: block; } }

.header__emotion--person {
  background-color: #abafae;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .header__emotion--person:after {
      content: "";
      background-color: #191c1d;
      z-index: 0;
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 100%; } }
  .header__emotion--person-text {
    padding-top: 5rem;
    padding-bottom: 8.5rem; }
    @media (min-width: 768px) {
      .header__emotion--person-text {
        padding-top: 10rem;
        padding-bottom: 17rem; } }
  .header__emotion--person h1 {
    margin-bottom: 0; }
  .header__emotion--person hr {
    border-top: 2px solid #ffffff;
    width: 35px;
    margin: 30px 0; }
  .header__emotion--person .header--container {
    position: relative;
    z-index: 10;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .header__emotion--person .header--container {
        background-color: #abafae; } }
    .header__emotion--person .header--container .action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .header__emotion--person .header--container .action .btn {
        margin-top: 0;
        height: 50px;
        line-height: 18px; }
  .header__emotion--person-image {
    height: 50vh; }
    @media (min-width: 768px) {
      .header__emotion--person-image {
        height: auto; } }
    .header__emotion--person-image .image {
      background-size: contain;
      width: calc(100% - 90px); }
      @media (min-width: 768px) {
        .header__emotion--person-image .image {
          width: calc(100% - 75px); } }
      .header__emotion--person-image .image.landscape {
        background-size: cover;
        background-position: center; }
  .header__emotion--person-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #191c1d;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto; }
    @media (min-width: 768px) {
      .header__emotion--person-socials {
        padding-right: 0; } }
    .header__emotion--person-socials a {
      -webkit-transition: background-color .3s ease-in-out;
      -o-transition: background-color .3s ease-in-out;
      transition: background-color .3s ease-in-out;
      width: 60px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #535556;
      color: #fff; }
      .header__emotion--person-socials a:hover {
        background-color: #535556; }
      .header__emotion--person-socials a + a {
        margin-top: 1rem; }

.header__emotion--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #abafae;
  min-height: 250px; }
  .header__emotion--simple .subheadline {
    color: #ffffff;
    font-size: 2rem;
    opacity: .7; }
  .header__emotion--simple .header__emotion--home-text {
    min-height: 250px; }
    .header__emotion--simple .header__emotion--home-text > div {
      -webkit-transform: translateY(-25px);
          -ms-transform: translateY(-25px);
              transform: translateY(-25px); }

.header__emotion--simple_light {
  height: auto;
  background: url("/resources/public/dtc/img/background-default.jpg") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem; }
  .header__emotion--simple_light h1 {
    color: #FFF;
    font-family: inherit;
    font-weight: bold;
    font-size: 10rem;
    padding-left: 0.5em;
    margin: 19rem 0; }
    .header__emotion--simple_light h1:before, .header__emotion--simple_light h1:after {
      width: 0.15em;
      height: 0.15em;
      top: 6.2rem; }
    .header__emotion--simple_light h1:before {
      -webkit-transform: translateY(-50%) translateY(-0.15em);
          -ms-transform: translateY(-50%) translateY(-0.15em);
              transform: translateY(-50%) translateY(-0.15em); }
    .header__emotion--simple_light h1:after {
      -webkit-transform: translateY(-50%) translateY(0.25em);
          -ms-transform: translateY(-50%) translateY(0.25em);
              transform: translateY(-50%) translateY(0.25em); }
  @media (max-width: 1000px) {
    .header__emotion--simple_light h1 {
      font-size: 8rem;
      margin: 15rem 0; }
      .header__emotion--simple_light h1:before, .header__emotion--simple_light h1:after {
        top: 5rem; } }
  @media (max-width: 768px) {
    .header__emotion--simple_light h1 {
      font-size: 6rem;
      margin: 11rem 0 10rem; }
      .header__emotion--simple_light h1:before, .header__emotion--simple_light h1:after {
        top: 3.7rem; } }
  @media (max-width: 576px) {
    .header__emotion--simple_light h1 {
      font-size: 4.5rem;
      margin: 11rem 0 10rem; }
      .header__emotion--simple_light h1:before, .header__emotion--simple_light h1:after {
        top: 2.7rem; } }

.header__emotion--slider {
  position: relative; }
  @media (min-width: 1200px) {
    .header__emotion--slider .imagebg.smaller {
      min-height: 600px;
      background-position: top;
      width: calc(100% - 20vw);
      background-color: transparent; } }
  .header__emotion--slider .owl-item {
    position: relative; }
    .header__emotion--slider .owl-item.active h1 {
      -webkit-animation: 1s .2s fadeInUp both;
              animation: 1s .2s fadeInUp both; }
    .header__emotion--slider .owl-item.active .lead {
      -webkit-animation: 1s .6s fadeInUpLead both;
              animation: 1s .6s fadeInUpLead both; }
    .header__emotion--slider .owl-item.active .btn {
      -webkit-animation: 1s .9s flipInX both;
              animation: 1s .9s flipInX both; }
  .header__emotion--slider.other .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header__emotion--slider:not(.other) .owl-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0; }
  .header__emotion--slider .owl-carousel .owl-nav {
    left: auto;
    bottom: 0;
    top: auto;
    overflow: hidden;
    z-index: 5; }
    @media (min-width: 576px) {
      .header__emotion--slider .owl-carousel .owl-nav {
        left: 50%; } }
    .header__emotion--slider .owl-carousel .owl-nav .owl-prev, .header__emotion--slider .owl-carousel .owl-nav .owl-next {
      opacity: 1;
      height: 50px;
      width: 50px;
      border: 1px solid transparent;
      background-color: #ff0000;
      color: #ffffff;
      border-radius: 0;
      margin: 0;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .header__emotion--slider .owl-carousel .owl-nav .owl-prev:hover, .header__emotion--slider .owl-carousel .owl-nav .owl-next:hover {
        background-color: #cc0000; }

@-webkit-keyframes fadeInUpLead {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: .75;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpLead {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: .75;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUpLead;
  animation-name: fadeInUpLead; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

.content__partners {
  background-color: #f5f5f5; }
  .content__partners .background-image-holder {
    height: 120px;
    background-color: #fff;
    border-radius: 3px; }
  .content__partners a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 20px; }
  .content__partners--dark {
    background-color: #abafae; }
    .content__partners--dark .background-image-holder {
      background-color: #b4b7b6; }
    .content__partners--dark .owl-carousel .owl-prev, .content__partners--dark .owl-carousel .owl-next {
      border: 1px solid #fbfbfb;
      color: #fbfbfb; }
  .content__partners .owl-carousel .owl-item img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.content__partners_light {
  background-color: #f9f9f9;
  overflow: hidden; }
  .content__partners_light + .content__partners_light {
    border-top: 1px solid #cccdcd; }
  .content__partners_light > section {
    padding: 8rem 0 6rem;
    padding-right: 1rem; }
  .content__partners_light .headline__dots {
    padding-left: 0.2em;
    margin-left: 0;
    font-family: inherit;
    font-size: 3.8rem;
    margin-bottom: 4rem; }
    .content__partners_light .headline__dots:before, .content__partners_light .headline__dots:after {
      content: none; }
  .content__partners_light .background-image-holder {
    height: 150px;
    background-color: #fff;
    border-radius: 3px; }
    .content__partners_light .background-image-holder div {
      width: 100%;
      height: 100%;
      background: none no-repeat center center / contain; }
  .content__partners_light a {
    position: relative;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 2rem 5rem; }
  .content__partners_light--dark {
    background-color: #abafae; }
    .content__partners_light--dark .background-image-holder {
      background-color: #b4b7b6; }
    .content__partners_light--dark .owl-carousel .owl-prev, .content__partners_light--dark .owl-carousel .owl-next {
      border: 1px solid #fbfbfb;
      color: #fbfbfb; }
  .content__partners_light .owl-carousel .owl-stage-outer {
    padding: 2rem 2rem;
    margin: 0 -2rem; }
  .content__partners_light .owl-carousel .owl-item {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out; }
    .content__partners_light .owl-carousel .owl-item:hover {
      -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.05);
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
    .content__partners_light .owl-carousel .owl-item img {
      position: relative;
      height: auto;
      width: 100%;
      max-height: 100%;
      max-width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .content__partners_light .owl-carousel .owl-nav {
    top: -73px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .content__partners_light .owl-carousel .owl-nav .owl-prev, .content__partners_light .owl-carousel .owl-nav .owl-next {
      border: 0;
      opacity: 1;
      width: 3.2rem;
      height: 2.7rem; }
      .content__partners_light .owl-carousel .owl-nav .owl-prev i, .content__partners_light .owl-carousel .owl-nav .owl-next i {
        width: inherit;
        height: inherit; }
        .content__partners_light .owl-carousel .owl-nav .owl-prev i:before, .content__partners_light .owl-carousel .owl-nav .owl-next i:before {
          opacity: 0;
          width: inherit;
          height: inherit;
          content: '';
          border: 0;
          margin: 0;
          -webkit-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
      .content__partners_light .owl-carousel .owl-nav .owl-prev:hover i:before, .content__partners_light .owl-carousel .owl-nav .owl-next:hover i:before {
        opacity: 1; }
    .content__partners_light .owl-carousel .owl-nav .owl-prev i {
      background: url("/resources/public/dtc/img/arrow-left-black.svg") no-repeat center center/cover; }
      .content__partners_light .owl-carousel .owl-nav .owl-prev i:before {
        background: url("/resources/public/dtc/img/arrow-left-black-hover.svg") no-repeat center center/cover; }
    .content__partners_light .owl-carousel .owl-nav .owl-next {
      margin-left: 2.5rem; }
      .content__partners_light .owl-carousel .owl-nav .owl-next i {
        background: url("/resources/public/dtc/img/arrow-right-black.svg") no-repeat center center/cover; }
        .content__partners_light .owl-carousel .owl-nav .owl-next i:before {
          background: url("/resources/public/dtc/img/arrow-right-black-hover.svg") no-repeat center center/cover; }
  @media (max-width: 576px) {
    .content__partners_light > section {
      padding: 4rem 0; }
    .content__partners_light .background-image-holder {
      height: 175px; }
    .content__partners_light .headline__dots {
      font-size: 3rem; }
    .content__partners_light .owl-carousel {
      /*padding-right: 5rem;
      overflow: hidden;
      .owl-stage-outer {
        overflow: visible;
      }*/ }
      .content__partners_light .owl-carousel .owl-nav {
        display: none !important; } }

.content_partner_universities {
  padding: 50px 0;
  background-color: #f9f9f9; }
  .content_partner_universities header {
    margin-bottom: 50px; }
    .content_partner_universities header p {
      margin-bottom: 25px; }
  .content_partner_universities .partner-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 15px; }
  .content_partner_universities .partner-link {
    width: 200px; }
  .content_partner_universities .btn-arrow-round {
    display: none; }
  @media (min-width: 1000px) {
    .content_partner_universities {
      padding: 100px 0; }
      .content_partner_universities > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .content_partner_universities header {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 125px 0 50px; }
      .content_partner_universities .partner-links {
        width: 630px; } }

.content__social--feed {
  padding-top: 50px; }

.content__social--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.content__social--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.content__social--body {
  padding: 15px 0; }

.content__social--icon {
  min-width: 50px;
  margin-right: 15px; }

.content__social--headline .title {
  font-weight: bold;
  font-size: 1.6rem; }

.content__social--headline .date {
  color: #abafae; }

.content__cta {
  background-color: #abafae; }
  .content__cta--dark {
    background-color: #191c1d; }
    .content__cta--dark .content__cta--body {
      color: #c5c6c6; }
  .content__cta--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .content__cta--headline .headline__dots {
    margin-left: 1.5rem;
    margin-bottom: 0; }
  .content__cta--body {
    color: #fff;
    font-size: 2.4rem;
    padding-left: 3rem; }
    @media (min-width: 576px) {
      .content__cta--body {
        padding-left: 1.5rem; } }
  .content__cta--action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 3rem; }
    @media (min-width: 576px) {
      .content__cta--action {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-left: auto; } }
  @media (max-width: 768px) {
    .content__cta--container > div + div {
      margin-top: 3rem; } }

.content__cta_light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #ff0000;
  font-size: 1rem; }
  .content__cta_light.compact {
    background-color: #130b0b;
    margin: 7rem auto; }
    .content__cta_light.compact .button {
      padding: 4rem 4rem 4rem 2rem;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .content__cta_light.compact .button p {
        font-size: 3em; }
      .content__cta_light.compact .button .icon {
        width: 8rem;
        height: 8rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8rem;
                flex: 0 0 8rem; }
        .content__cta_light.compact .button .icon svg {
          width: 100%; }
  .content__cta_light .row {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .content__cta_light .button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    color: #fff;
    padding: 12rem 4rem 12rem 2rem; }
    .content__cta_light .button p {
      font-size: 7em; }
    .content__cta_light .button .icon {
      position: relative;
      width: 12rem;
      height: 12rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12rem;
              flex: 0 0 12rem;
      background: #fff;
      border-radius: 50%;
      margin-left: 5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: left 0.3s ease-in-out;
      -o-transition: left 0.3s ease-in-out;
      transition: left 0.3s ease-in-out;
      left: 0; }
      .content__cta_light .button .icon svg {
        width: 5em; }
        .content__cta_light .button .icon svg .st-right-black {
          fill: transparent;
          stroke: #000;
          -webkit-transition: fill 0.3s ease-in-out;
          -o-transition: fill 0.3s ease-in-out;
          transition: fill 0.3s ease-in-out; }
    .content__cta_light .button:hover .icon {
      left: 2rem; }
      .content__cta_light .button:hover .icon svg .st-right-black {
        fill: #000; }
  @media (max-width: 768px) {
    .content__cta_light .button {
      padding: 7.5rem 4rem 7.5rem 2rem; }
      .content__cta_light .button p {
        font-size: 8vw; }
      .content__cta_light .button .icon {
        width: 9rem;
        height: 9rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 9rem;
                flex: 0 0 9rem;
        margin-left: 4rem; } }
  @media (max-width: 576px) {
    .content__cta_light .button .icon {
      width: 7rem;
      height: 7rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 7rem;
              flex: 0 0 7rem; }
      .content__cta_light .button .icon svg {
        width: 3.5em; } }

.content__downloads {
  padding: 40px 0; }
  .content__downloads--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .content__downloads--item + .content__downloads--item {
      margin-top: 10px; }
  .content__downloads--icon {
    margin-right: 2px;
    background-color: #f5f5f5;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .content__downloads--icon span {
      background-color: #ff0000;
      color: #fff;
      text-transform: uppercase;
      font-size: 1rem;
      display: block; }
  .content__downloads--content {
    background-color: #f5f5f5;
    padding: 30px;
    width: 100%; }
  .content__downloads--name {
    font-weight: bold;
    font-size: 1.8rem; }
  .content__downloads--meta {
    font-size: 1.5rem;
    color: #abafae; }
  @media (max-width: 576px) {
    .content__downloads .btn {
      padding-left: 0; } }

.content__downloads_light {
  background: url("/resources/public/dtc/img/background-default.jpg") no-repeat center center/cover;
  padding: 13rem 2rem;
  overflow: hidden; }
  .content__downloads_light .container {
    padding: 0; }
  .content__downloads_light .headline__dots {
    margin-left: 0; }
  .content__downloads_light ul.list-unstyled.two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .content__downloads_light ul.list-unstyled.two-columns li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding-left: 0; }
  .content__downloads_light--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 40px; }
    .content__downloads_light--item + .content__downloads--item {
      margin-top: 10px; }
    .content__downloads_light--item a.btn_red {
      position: relative;
      font-weight: bold;
      padding: 0 0 0 80px !important;
      min-height: 60px;
      white-space: pre-wrap;
      text-align: left; }
      .content__downloads_light--item a.btn_red:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 70px;
        height: 70px;
        top: 33%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background: url("/resources/public/dtc/img/arrow-down.svg") no-repeat center center/cover;
        background-size: 26px 31px;
        border-radius: 50%;
        background-color: #FF0000;
        border: 1px solid #FF0000;
        opacity: 1; }
    .content__downloads_light--item a.btn {
      position: relative;
      font-size: 2.4rem;
      font-weight: bold;
      padding: 0 0 0 80px !important;
      min-height: 60px;
      white-space: pre-wrap;
      text-align: left; }
      .content__downloads_light--item a.btn:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 70px;
        height: 70px;
        top: 33%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background: url("/resources/public/dtc/img/arrow-down.svg") no-repeat center center/cover;
        background-size: 26px 31px;
        border: 1px solid #fff;
        border-radius: 50%;
        opacity: 0.7;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .content__downloads_light--item a.btn:hover:before {
        background-color: #FF0000;
        border: 1px solid #FF0000;
        opacity: 1; }
  @media (max-width: 768px) {
    .content__downloads_light {
      padding: 8rem 6rem; }
      .content__downloads_light .headline__dots {
        margin-left: -3.5rem; }
        .content__downloads_light .headline__dots.light {
          font-size: 8rem;
          line-height: 8rem; }
      .content__downloads_light ul.list-unstyled {
        padding-left: 1rem; }
        .content__downloads_light ul.list-unstyled.two-columns {
          display: block; }
      .content__downloads_light a.btn {
        padding-right: 0; } }
  @media (max-width: 576px) {
    .content__downloads_light {
      padding: 6rem 2rem; }
      .content__downloads_light .headline__dots {
        margin-left: 0.5rem; }
        .content__downloads_light .headline__dots.light {
          font-size: 15vw; }
      .content__downloads_light ul.list-unstyled {
        padding-left: 9vw; }
      .content__downloads_light a.btn {
        padding: 3rem 1rem 1rem 8rem;
        font-size: 2rem; }
        .content__downloads_light a.btn:before {
          width: 50px;
          height: 50px;
          background-size: 20px 20px; } }

.content__text__image {
  padding: 25px 0; }
  .content__text__image .image {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 400px;
    padding-bottom: 56.25%; }
  @media (min-width: 768px) {
    .content__text__image .position--left .content__text__image--image {
      padding-right: 10rem; } }
  .content__text__image .position--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .content__text__image .position--right .content__text__image--image {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .content__text__image .position--right .content__text__image--content .boxinner {
      padding-left: 0; }
    @media (min-width: 768px) {
      .content__text__image .position--right .content__text__image--image {
        padding-left: 10rem; } }
  .content__text__image--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .content__text__image--image .boxinner {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .content__text__image--content .boxinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 30px;
    height: 100%; }
  .content__text__image .subtitle {
    color: #ff0000;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px; }
  .content__text__image h2 {
    color: #000000;
    font-size: 2.8rem;
    margin-bottom: 30px; }
  .content__text__image .action {
    margin-top: 5rem; }

.content__text__image_light {
  position: relative;
  margin: 10rem 2rem; }
  @media (min-width: 768px) {
    .content__text__image_light .position--left .content__text__image--image {
      padding-right: 10rem; } }
  .content__text__image_light .position--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .content__text__image_light .position--right .content__text__image_light--image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .content__text__image_light .position--right .content__text__image_light--content .row {
      padding-left: 0; }
    @media (min-width: 768px) {
      .content__text__image_light .position--right .content__text__image_light--image {
        padding-left: 10rem; } }
  .content__text__image_light--image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    padding-right: 5rem; }
    .content__text__image_light--image .image {
      width: 100%;
      background-size: cover;
      background-position: left;
      background-repeat: no-repeat;
      height: 575px; }
  .content__text__image_light--content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    padding: 0 15px;
    margin-bottom: 12rem; }
    .content__text__image_light--content .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
      .content__text__image_light--content .row h2 {
        padding-left: 50px;
        padding-right: 0; }
      .content__text__image_light--content .row > * {
        padding-left: 4rem;
        padding-right: 10rem;
        margin-left: 0; }
  .content__text__image_light .subtitle {
    color: #ff0000;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px; }
  .content__text__image_light h2 {
    color: #000000;
    font-size: 2.8rem;
    margin-bottom: 30px; }
    .content__text__image_light h2.headline__dots {
      color: #000;
      font-family: inherit;
      font-size: 10rem;
      line-height: 10rem;
      padding-left: 3.5rem; }
      .content__text__image_light h2.headline__dots:before, .content__text__image_light h2.headline__dots:after {
        width: 0.15em;
        height: 0.15em; }
      .content__text__image_light h2.headline__dots:before {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: 30px; }
      .content__text__image_light h2.headline__dots:after {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: 65px; }
  .content__text__image_light p {
    color: #000;
    font-size: 2rem;
    font-weight: 300;
    line-height: 4rem; }
  .content__text__image_light a.button {
    position: absolute;
    bottom: -10rem;
    width: 80px;
    height: 80px;
    padding: 0;
    left: 4rem; }
    .content__text__image_light a.button svg {
      position: relative;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .content__text__image_light a.button svg .arrow {
        fill: #FF0000;
        -webkit-transition: fill 0.3s ease-in-out;
        -o-transition: fill 0.3s ease-in-out;
        transition: fill 0.3s ease-in-out; }
      .content__text__image_light a.button svg .btn-red0 {
        fill: #FF0000; }
      .content__text__image_light a.button svg .btn-red3 {
        stroke: #ffffff; }
    .content__text__image_light a.button:hover svg {
      left: 2rem; }
      .content__text__image_light a.button:hover svg .arrow {
        fill: #ffffff; }
  @media (max-width: 1200px) {
    .content__text__image_light h2.headline__dots {
      font-size: 8rem;
      line-height: 8rem; }
      .content__text__image_light h2.headline__dots:before {
        top: 25px; }
      .content__text__image_light h2.headline__dots:after {
        top: 55px; } }
  @media (max-width: 1000px) {
    .content__text__image_light--content .row > * {
      padding-right: 0; }
    .content__text__image_light h2.headline__dots {
      font-size: 6rem;
      line-height: 6rem; }
      .content__text__image_light h2.headline__dots:before {
        top: 17px; }
      .content__text__image_light h2.headline__dots:after {
        top: 45px; } }
  @media (max-width: 768px) {
    .content__text__image_light--image {
      padding-right: 0;
      margin-bottom: 5rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .content__text__image_light--image .image {
        height: 50vh;
        background-position: center; }
    .content__text__image_light--content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .content__text__image_light--content .row > * {
        padding-left: 0; }
    .content__text__image_light h2.headline__dots {
      font-size: 4rem;
      line-height: 4rem; }
      .content__text__image_light h2.headline__dots:before {
        top: 11px; }
      .content__text__image_light h2.headline__dots:after {
        top: 27px; }
    .content__text__image_light a.button {
      left: auto;
      right: 0; } }

.content__text_light {
  margin: 10rem 2rem;
  -webkit-transition: padding-bottom 0.3s ease-in-out;
  -o-transition: padding-bottom 0.3s ease-in-out;
  transition: padding-bottom 0.3s ease-in-out;
  padding-bottom: 5rem; }
  .content__text_light.hideMore {
    padding-bottom: 0; }
    .content__text_light.hideMore .text-container {
      max-height: none; }
    .content__text_light.hideMore .more {
      pointer-events: none; }
  .content__text_light .title, .content__text_light .text-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%; }
  .content__text_light .title {
    color: #000;
    font-size: 3.6rem;
    line-height: 6rem;
    font-family: inherit;
    font-weight: bold;
    padding-right: 5rem; }
  .content__text_light .text-container {
    position: relative;
    max-height: 15rem;
    padding-top: 10px;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out; }
    .content__text_light .text-container.expand {
      max-height: none; }
    .content__text_light .text-container .content {
      overflow: hidden; }
      .content__text_light .text-container .content p {
        color: #000;
        font-size: 2rem;
        font-weight: 300;
        line-height: 3.4rem; }
      .content__text_light .text-container .content .overlay-preview {
        position: absolute;
        width: 100%;
        height: 50px;
        bottom: 0;
        opacity: 0.8;
        background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 2;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
        .content__text_light .text-container .content .overlay-preview.hide {
          opacity: 0;
          pointer-events: none; }
  .content__text_light .more {
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: -80px;
    line-height: 60px;
    left: 50%;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .content__text_light .more.hide {
      opacity: 0;
      pointer-events: none; }
    .content__text_light .more:before {
      content: "";
      position: absolute;
      left: -80px;
      top: 2px;
      width: 60px;
      height: 60px;
      background: url("/resources/public/dtc/img/arrow-down-black.svg") no-repeat center center/cover;
      background-size: 25px;
      border: 1px solid #000;
      border-radius: 50%; }
  @media (max-width: 1000px) {
    .content__text_light .title, .content__text_light .text-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      line-height: 5rem; } }
  @media (max-width: 768px) {
    .content__text_light {
      margin: 3rem 2rem; }
      .content__text_light .title, .content__text_light .text-container {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }

.content__gallery {
  padding: 30px 0 20px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px; }
  .content__gallery img {
    max-width: 100%; }
  .content__gallery .container-fluid {
    border-bottom: 1px solid #fbfbfb; }
  .content__gallery--item .image-container {
    overflow: hidden;
    height: 400px; }
    .content__gallery--item .image-container .image {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .content__gallery--item .image-container:hover .image {
      -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
              transform: scale(1.02); }
  .content__gallery--item img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .content__gallery--item .zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .content__gallery--item:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .content__gallery--title {
    padding: 30px 10px;
    text-align: center; }
  .content__gallery--popup .fancybox-skin {
    border-radius: 0 !important; }
  .content__gallery--popup .fancybox-title {
    padding: 30px 40px;
    font-size: 2rem;
    font-family: "DINPro", Arial, sans-serif; }
  .content__gallery .owl-carousel .owl-dots {
    margin-top: 3rem; }

.navigation__sidebar {
  display: none; }
  @media (min-width: 768px) {
    .navigation__sidebar {
      display: block; } }
  .navigation__sidebar a {
    padding: 2rem 3.5rem;
    display: block;
    font-size: 1.4rem; }
  .navigation__sidebar li {
    width: 100%; }
  .navigation__sidebar--parent {
    margin-top: 5px;
    background-color: #c8c8c8; }
    .navigation__sidebar--parent a {
      color: #ffffff;
      font-weight: bold; }
    .navigation__sidebar--parent .active {
      color: #ffffff;
      background-color: #ff0000; }
  .navigation__sidebar--menu {
    margin-top: 5px; }
    .navigation__sidebar--menu > ul li {
      position: relative; }
      .navigation__sidebar--menu > ul li:not(:last-child):after {
        content: "";
        position: absolute;
        border-bottom: 1px solid #e2e1e1;
        left: 1.5rem;
        right: 1.5rem;
        bottom: 0; }
    .navigation__sidebar--menu > ul > li:nth-child(1) {
      background-color: transparent;
      margin-bottom: .5rem; }
      .navigation__sidebar--menu > ul > li:nth-child(1):after {
        display: none; }
      .navigation__sidebar--menu > ul > li:nth-child(1) > a {
        position: relative;
        font-size: 1.3rem;
        background-color: #f3f3f3; }
        .navigation__sidebar--menu > ul > li:nth-child(1) > a:before {
          font-family: "Fontello";
          content: "\e80e";
          padding-right: 2rem; }
    .navigation__sidebar--menu > ul > li:nth-child(2) {
      background-color: transparent;
      margin-bottom: .5rem; }
      .navigation__sidebar--menu > ul > li:nth-child(2):after {
        display: none; }
      .navigation__sidebar--menu > ul > li:nth-child(2).has-children {
        position: relative; }
        .navigation__sidebar--menu > ul > li:nth-child(2).has-children > a:after {
          font-family: "Fontello";
          content: "\e818";
          position: absolute;
          right: 1.5rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .navigation__sidebar--menu > ul > li:nth-child(2) > a {
        padding: 2rem 3.5rem;
        background-color: #c8c8c8;
        color: #ffffff;
        font-weight: bold; }
      .navigation__sidebar--menu > ul > li:nth-child(2).active > a {
        color: #ffffff; }
    .navigation__sidebar--menu > ul li {
      background-color: #f6f6f6; }
      .navigation__sidebar--menu > ul li.active a {
        color: #ff0000; }
    .navigation__sidebar--menu a {
      color: #777d7b; }
      .navigation__sidebar--menu a:hover {
        color: #454948; }

.content__map--container {
  margin: 30px 0 40px;
  padding: 4px;
  border: 1px solid #f5f5f5; }

.content__map--map {
  padding-bottom: 56.25%; }

.content__map + .content__map {
  border-top: 1px solid #f5f5f5; }

.content__map.light {
  padding-right: 2rem;
  padding-left: 2rem; }

@media (max-width: 576px) {
  .content__map--content .row > div + div {
    margin-top: 20px; } }

.content__bloglist {
  margin-bottom: 30px; }
  .content__bloglist .md__card--body .headline {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .content__bloglist .md__card--footer {
    padding: 0 15px 15px; }

.content__blogslider_light {
  background: url("/resources/public/dtc/img/background-default.jpg") no-repeat center center/cover;
  overflow: hidden;
  padding: 12.5rem 0;
  margin-bottom: 0; }
  .content__blogslider_light .container-fluid .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .content__blogslider_light .container-fluid .row > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
  .content__blogslider_light .slider-container, .content__blogslider_light .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden; }
  .content__blogslider_light .slider-container {
    position: relative;
    left: -5rem; }
  .content__blogslider_light .text-container {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5rem; }
    .content__blogslider_light .text-container:hover .more {
      color: #abafae; }
  .content__blogslider_light .owl-carousel-default {
    width: 53rem;
    padding-right: 5rem; }
    .content__blogslider_light .owl-carousel-default .owl-stage-outer {
      overflow-y: visible;
      padding-bottom: 13rem;
      overflow-x: visible; }
    .content__blogslider_light .owl-carousel-default .owl-item {
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      top: 13rem;
      margin-right: 5rem; }
      .content__blogslider_light .owl-carousel-default .owl-item.active {
        top: 0; }
    .content__blogslider_light .owl-carousel-default.popup {
      width: 100% !important;
      padding-left: 0;
      padding-right: 0; }
      .content__blogslider_light .owl-carousel-default.popup .owl-stage-outer {
        padding-bottom: 0 !important; }
      .content__blogslider_light .owl-carousel-default.popup .owl-item {
        top: 0 !important; }
    .content__blogslider_light .owl-carousel-default .owl-nav {
      bottom: 5.5rem;
      right: 5rem;
      top: auto; }
      .content__blogslider_light .owl-carousel-default .owl-nav .owl-prev, .content__blogslider_light .owl-carousel-default .owl-nav .owl-next {
        border: 0;
        opacity: 1;
        width: 5.0rem;
        height: 4.2rem; }
        .content__blogslider_light .owl-carousel-default .owl-nav .owl-prev i, .content__blogslider_light .owl-carousel-default .owl-nav .owl-next i {
          width: inherit;
          height: inherit; }
          .content__blogslider_light .owl-carousel-default .owl-nav .owl-prev i:before, .content__blogslider_light .owl-carousel-default .owl-nav .owl-next i:before {
            opacity: 0;
            width: inherit;
            height: inherit;
            content: '';
            border: 0;
            margin: 0;
            -webkit-transition: opacity 0.3s ease-in-out;
            -o-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out; }
        .content__blogslider_light .owl-carousel-default .owl-nav .owl-prev:hover i:before, .content__blogslider_light .owl-carousel-default .owl-nav .owl-next:hover i:before {
          opacity: 1; }
      .content__blogslider_light .owl-carousel-default .owl-nav .owl-prev i {
        background: url("/resources/public/dtc/img/arrow-left.svg") no-repeat center center/cover; }
        .content__blogslider_light .owl-carousel-default .owl-nav .owl-prev i:before {
          background: url("/resources/public/dtc/img/arrow-left-hover.svg") no-repeat center center/cover; }
      .content__blogslider_light .owl-carousel-default .owl-nav .owl-next {
        margin-left: 2.5rem; }
        .content__blogslider_light .owl-carousel-default .owl-nav .owl-next i {
          background: url("/resources/public/dtc/img/arrow-right.svg") no-repeat center center/cover; }
          .content__blogslider_light .owl-carousel-default .owl-nav .owl-next i:before {
            background: url("/resources/public/dtc/img/arrow-right-hover.svg") no-repeat center center/cover; }
  .content__blogslider_light .content__bloglist--item .md__card--body, .content__blogslider_light .content__bloglist--item .md__card--footer {
    display: none; }
  .content__blogslider_light .news-text {
    width: 70%;
    overflow: hidden;
    padding-left: 1rem; }
    .content__blogslider_light .news-text h3.headline__dots {
      color: #fff;
      font-family: inherit;
      font-size: 10rem;
      line-height: 10rem;
      padding-left: 5rem; }
      .content__blogslider_light .news-text h3.headline__dots:before, .content__blogslider_light .news-text h3.headline__dots:after {
        width: 0.15em;
        height: 0.15em; }
      .content__blogslider_light .news-text h3.headline__dots:before {
        -webkit-transform: translateY(-50%) translateY(-0.15em);
            -ms-transform: translateY(-50%) translateY(-0.15em);
                transform: translateY(-50%) translateY(-0.15em); }
      .content__blogslider_light .news-text h3.headline__dots:after {
        -webkit-transform: translateY(-50%) translateY(0.25em);
            -ms-transform: translateY(-50%) translateY(0.25em);
                transform: translateY(-50%) translateY(0.25em); }
    .content__blogslider_light .news-text .text-clone {
      padding-left: 7rem; }
      .content__blogslider_light .news-text .text-clone .news-content h3 {
        font-family: inherit;
        font-size: 3.8rem;
        line-height: 6rem;
        font-weight: bold; }
        .content__blogslider_light .news-text .text-clone .news-content h3 a {
          color: #fff !important; }
      .content__blogslider_light .news-text .text-clone .news-content p {
        color: #fff;
        font-size: 2rem;
        font-weight: 300;
        line-height: 3.6rem; }
  .content__blogslider_light .more {
    padding-left: 8rem;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    margin-top: 3rem;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
  .content__blogslider_light .click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer; }
  @media (max-width: 1200px) {
    .content__blogslider_light .slider-container {
      left: -4rem; }
    .content__blogslider_light .text-container {
      padding-top: 2.5rem; }
    .content__blogslider_light .owl-carousel {
      width: 37.5rem;
      padding-right: 2.5rem; }
    .content__blogslider_light .news-text {
      padding-left: 2rem; }
      .content__blogslider_light .news-text h3.headline__dots {
        font-size: 8rem;
        padding-left: 3.5rem;
        margin-left: 0; }
      .content__blogslider_light .news-text .text-clone {
        padding-left: 4rem; }
        .content__blogslider_light .news-text .text-clone .news-content h3 {
          font-size: 3.2rem;
          line-height: 5rem; }
        .content__blogslider_light .news-text .text-clone .news-content p {
          font-size: 2rem;
          line-height: 3.4rem; }
    .content__blogslider_light .more {
      padding-left: 6rem; } }
  @media (max-width: 1000px) {
    .content__blogslider_light .slider-container {
      left: -3rem;
      display: block; }
    .content__blogslider_light .text-container {
      padding-top: 0; }
    .content__blogslider_light .owl-carousel {
      width: 30rem;
      padding-right: 1.5rem; }
      .content__blogslider_light .owl-carousel .owl-item {
        top: 9rem; }
      .content__blogslider_light .owl-carousel .owl-nav {
        right: 2rem; }
    .content__blogslider_light .news-text {
      width: 90%;
      padding-left: 2rem; }
      .content__blogslider_light .news-text h3.headline__dots {
        font-size: 7vw;
        margin-bottom: 2rem;
        padding-left: 2.7rem; }
      .content__blogslider_light .news-text .text-clone {
        padding-left: 3rem; }
        .content__blogslider_light .news-text .text-clone .news-content h3 {
          font-size: 2.8rem;
          line-height: 4.5rem; }
        .content__blogslider_light .news-text .text-clone .news-content p {
          font-size: 1.8rem;
          line-height: 3rem; }
    .content__blogslider_light .more {
      padding-left: 5rem; } }
  @media (max-width: 768px) {
    .content__blogslider_light {
      padding: 10rem 0; }
      .content__blogslider_light .text-container {
        padding-top: 2.5rem; }
      .content__blogslider_light .slider-container {
        left: 0; }
      .content__blogslider_light .owl-carousel {
        padding: 0 2rem;
        width: 30rem;
        margin: 0 auto; }
        .content__blogslider_light .owl-carousel .owl-stage-outer {
          padding-bottom: 0; }
        .content__blogslider_light .owl-carousel .owl-item {
          top: 5rem; }
        .content__blogslider_light .owl-carousel .owl-nav {
          right: 2rem;
          bottom: -7rem; }
      .content__blogslider_light .news-text {
        width: 100%;
        padding: 0 2rem; }
        .content__blogslider_light .news-text h3.headline__dots {
          font-size: 5rem;
          margin-left: 0;
          margin-bottom: 0; }
        .content__blogslider_light .news-text .text-clone {
          padding-left: 0.5rem; }
          .content__blogslider_light .news-text .text-clone .news-content {
            padding-left: 2.5rem; }
            .content__blogslider_light .news-text .text-clone .news-content h3 {
              font-size: 2.6rem;
              line-height: 3.5rem; }
      .content__blogslider_light .container-fluid .row {
        padding: 0;
        display: block; } }

.content__publicationlist--item {
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .content__publicationlist--item .content__publicationlist--image {
    font-size: 3rem; }
    .content__publicationlist--item .content__publicationlist--image img, .content__publicationlist--item .content__publicationlist--image svg {
      width: 40px;
      height: auto; }

.content__publicationlist--image {
  border: 15px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 130px;
  min-height: 130px;
  height: auto;
  padding: 0; }

.content__publicationlist .title {
  font-family: 'Merriweather', serif;
  font-size: 1.7rem;
  color: #000;
  font-weight: bold; }

.content__publicationlist--content {
  padding: 1.5rem; }
  @media (min-width: 576px) {
    .content__publicationlist--content {
      padding: 3rem; } }

.content__publicationlist--meta {
  pointer-events: none;
  position: static;
  z-index: 0;
  padding: 1.5rem; }
  .content__publicationlist--meta a {
    pointer-events: none;
    color: inherit; }
  @media (min-width: 576px) {
    .content__publicationlist--meta {
      padding: 3rem; } }
  .content__publicationlist--meta .category {
    font-weight: bold; }
  .content__publicationlist--meta .date {
    color: #abafae;
    font-size: 1.3rem; }

.content__publicationlist .upcoming {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.3rem; }
  .content__publicationlist .upcoming.badge {
    padding: 1rem; }

.content__publicationlist_light {
  margin: 7rem 2rem; }
  .content__publicationlist_light .headline__dots.light {
    font-size: 4rem;
    line-height: 5rem;
    color: #000;
    padding: 0;
    margin: 0 10rem 0 0;
    white-space: normal; }
    .content__publicationlist_light .headline__dots.light:before, .content__publicationlist_light .headline__dots.light:after {
      content: none; }
  .content__publicationlist_light--container {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .content__publicationlist_light #teamsearch_form {
    width: 100%; }
  .content__publicationlist_light--header .filter__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .content__publicationlist_light--header .filter__container div + div {
      margin-left: 30px; }
    .content__publicationlist_light--header .filter__container [class^="input--"] {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 30%;
              flex: 1 1 30%; }
    .content__publicationlist_light--header .filter__container .select2.select2-container--open {
      -webkit-box-shadow: 2px 4px 10px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 2px 4px 10px 1px rgba(0, 0, 0, 0.1); }
    .content__publicationlist_light--header .filter__container .select2 .select2-selection {
      height: 65px;
      border-width: 0 0 2px 0; }
      .content__publicationlist_light--header .filter__container .select2 .select2-selection .select2-selection__rendered {
        font-size: 2rem;
        height: 65px; }
      .content__publicationlist_light--header .filter__container .select2 .select2-selection .select2-selection__arrow b {
        border: 0;
        background: url(/resources/public/dtc/img/chevron-down-black.svg) no-repeat;
        width: 14px;
        height: 8px;
        margin-top: -4px; }
    .content__publicationlist_light--header .filter__container .custom-input, .content__publicationlist_light--header .filter__container .select2-container--flat .select2-selection--single, .select2-container--flat .content__publicationlist_light--header .filter__container .select2-selection--single, .content__publicationlist_light--header .filter__container .select2-container--flat .select2-selection--multiple, .select2-container--flat .content__publicationlist_light--header .filter__container .select2-selection--multiple {
      height: 65px;
      line-height: 65px;
      font-size: 2rem;
      border-width: 0 0 2px 0; }
      .content__publicationlist_light--header .filter__container .custom-input:focus, .content__publicationlist_light--header .filter__container .select2-container--flat .select2-selection--single:focus, .select2-container--flat .content__publicationlist_light--header .filter__container .select2-selection--single:focus, .content__publicationlist_light--header .filter__container .select2-container--flat .select2-selection--multiple:focus, .select2-container--flat .content__publicationlist_light--header .filter__container .select2-selection--multiple:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-color: #dddddd; }
      .content__publicationlist_light--header .filter__container .custom-input[aria-expanded="true"], .content__publicationlist_light--header .filter__container .select2-container--flat .select2-selection--single[aria-expanded="true"], .select2-container--flat .content__publicationlist_light--header .filter__container .select2-selection--single[aria-expanded="true"], .content__publicationlist_light--header .filter__container .select2-container--flat .select2-selection--multiple[aria-expanded="true"], .select2-container--flat .content__publicationlist_light--header .filter__container .select2-selection--multiple[aria-expanded="true"] {
        border-width: 0 0 1px 0; }
  .content__publicationlist_light--item {
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .content__publicationlist_light--item:hover .content__publicationlist_light--image img, .content__publicationlist_light--item:hover .content__publicationlist_light--image svg {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .content__publicationlist_light--item:hover .content__publicationlist_light--image .image {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .content__publicationlist_light--item .d-flex {
      padding: 0 1.5rem 7rem;
      height: 100%;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
    .content__publicationlist_light--item .content__publicationlist_light--image {
      font-size: 3rem;
      overflow: hidden; }
      .content__publicationlist_light--item .content__publicationlist_light--image img, .content__publicationlist_light--item .content__publicationlist_light--image svg {
        width: 40px;
        height: auto;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
      .content__publicationlist_light--item .content__publicationlist_light--image .image {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 1; }
    .content__publicationlist_light--item .block-link {
      cursor: pointer; }
  .content__publicationlist_light--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 280px;
    padding: 0; }
    .content__publicationlist_light--image .overlay {
      position: absolute;
      z-index: 2;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      opacity: 0.3;
      background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(33%, transparent), to(transparent));
      background: -o-linear-gradient(bottom, #000000 0%, transparent 33%, transparent 100%);
      background: linear-gradient(to top, #000000 0%, transparent 33%, transparent 100%);
      -webkit-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out; }
    .content__publicationlist_light--image .date {
      position: absolute;
      bottom: 2.5rem;
      left: 2rem;
      color: #fff;
      font-weight: bold;
      font-size: 2.6rem;
      z-index: 3; }
  .content__publicationlist_light--content {
    padding: 1.5rem; }
    .content__publicationlist_light--content .category {
      color: #aaaaab !important;
      font-weight: 300;
      margin-bottom: 1rem; }
    .content__publicationlist_light--content .title {
      color: #000;
      font-weight: bold;
      font-size: 2.5rem;
      line-height: 3.1rem;
      font-family: inherit; }
    @media (min-width: 576px) {
      .content__publicationlist_light--content {
        padding: 2rem; } }
  .content__publicationlist_light--meta {
    pointer-events: all;
    position: static;
    z-index: 10;
    margin-top: auto;
    border-top: 1px solid #dddddd;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    width: calc(100% - 70px);
    padding: 2rem 0; }
    .content__publicationlist_light--meta .authors {
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
      .content__publicationlist_light--meta .authors a {
        color: #FF0000;
        cursor: pointer; }
        .content__publicationlist_light--meta .authors a:hover {
          text-decoration: underline; }
      .content__publicationlist_light--meta .authors p {
        display: inline; }
    .content__publicationlist_light--meta .date {
      color: #ffffff;
      font-size: 1.3rem; }
  .content__publicationlist_light .upcoming {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.3rem; }
    .content__publicationlist_light .upcoming.badge {
      padding: 1rem; }

@media (max-width: 1000px) {
  .content__publicationlist_light--header.has--filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .content__publicationlist_light--header.has--filter .headline__dots.light {
      white-space: normal; }
      .fr .content__publicationlist_light--header.has--filter .headline__dots.light + .filter__container {
        width: 100%; } }

@media (max-width: 576px) {
  .content__publicationlist_light--header .filter__container div + div {
    margin-left: 0; } }

.content__teamoverview--item {
  margin-bottom: 15px; }
  .content__teamoverview--item .md__card--body .headline {
    margin-bottom: 10px; }

.content__teamoverview .md__card--body p {
  margin-bottom: 0; }

.content__teamoverview .md__card--footer {
  color: #ff0000;
  padding: 0 15px; }
  .content__teamoverview .md__card--footer li + li {
    margin-left: 15px; }

.content__teamoverview .team-container > div {
  margin-bottom: 5rem; }

.content__teamoverview .md__card--header.with--image .image--container {
  padding-bottom: 75%; }

.content__teamoverview .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 14px;
  line-height: 14px; }

.content__teamoverview_light, .popUp .content__teamoverview_light {
  margin: 12rem 2rem; }
  .content__teamoverview_light.popup-overview--header .filter__container [class^="input--"] button, .popUp .content__teamoverview_light.popup-overview--header .filter__container [class^="input--"] button {
    cursor: pointer; }
  .content__teamoverview_light.popup-overview .md__card--body .headline, .popUp .content__teamoverview_light.popup-overview .md__card--body .headline {
    cursor: pointer; }
  .content__teamoverview_light.popup-overview .md__card--header.with--image .image--container, .popUp .content__teamoverview_light.popup-overview .md__card--header.with--image .image--container {
    cursor: pointer; }
  .content__teamoverview_light.partial, .popUp .content__teamoverview_light.partial {
    margin: 0; }
    .content__teamoverview_light.partial .md__card--body p, .popUp .content__teamoverview_light.partial .md__card--body p {
      color: #555; }
  .content__teamoverview_light .container, .popUp .content__teamoverview_light .container {
    padding: 0; }
  .content__teamoverview_light .headline__dots.light, .popUp .content__teamoverview_light .headline__dots.light {
    font-size: 4rem;
    color: #000;
    padding: 0;
    margin: 0 10rem 0 0;
    white-space: nowrap; }
    .content__teamoverview_light .headline__dots.light:before, .content__teamoverview_light .headline__dots.light:after, .popUp .content__teamoverview_light .headline__dots.light:before, .popUp .content__teamoverview_light .headline__dots.light:after {
      content: none; }
  .content__teamoverview_light--header .filter__container, .popUp .content__teamoverview_light--header .filter__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .content__teamoverview_light--header .filter__container div + div, .popUp .content__teamoverview_light--header .filter__container div + div {
      margin-left: 30px; }
    .content__teamoverview_light--header .filter__container [class^="input--"], .popUp .content__teamoverview_light--header .filter__container [class^="input--"] {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 30%;
              flex: 1 1 30%; }
      .content__teamoverview_light--header .filter__container [class^="input--"] button svg path, .popUp .content__teamoverview_light--header .filter__container [class^="input--"] button svg path {
        -webkit-transition: fill 0.2s ease-in-out;
        -o-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out; }
      .content__teamoverview_light--header .filter__container [class^="input--"] button:hover svg path, .popUp .content__teamoverview_light--header .filter__container [class^="input--"] button:hover svg path {
        fill: #FF0000; }
    .content__teamoverview_light--header .filter__container .select2.select2-container--open, .popUp .content__teamoverview_light--header .filter__container .select2.select2-container--open {
      -webkit-box-shadow: 2px 4px 10px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 2px 4px 10px 1px rgba(0, 0, 0, 0.1); }
    .content__teamoverview_light--header .filter__container .select2 .select2-selection, .popUp .content__teamoverview_light--header .filter__container .select2 .select2-selection {
      height: 65px;
      border-width: 0 0 1px 0; }
      .content__teamoverview_light--header .filter__container .select2 .select2-selection .select2-selection__rendered, .popUp .content__teamoverview_light--header .filter__container .select2 .select2-selection .select2-selection__rendered {
        font-size: 2rem;
        height: 65px;
        padding: 0; }
      .content__teamoverview_light--header .filter__container .select2 .select2-selection .select2-selection__arrow b, .popUp .content__teamoverview_light--header .filter__container .select2 .select2-selection .select2-selection__arrow b {
        border: 0;
        background: url(/resources/public/dtc/img/chevron-down-black.svg) no-repeat;
        background-size: 14px 8px;
        width: 14px;
        height: 8px;
        margin-top: -4px; }
    .content__teamoverview_light--header .filter__container .select2-selection--multiple .select2-search--inline .select2-search__field, .popUp .content__teamoverview_light--header .filter__container .select2-selection--multiple .select2-search--inline .select2-search__field {
      font-size: 20px;
      line-height: 20px; }
    .content__teamoverview_light--header .filter__container .custom-input, .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--single, .select2-container--flat .content__teamoverview_light--header .filter__container .select2-selection--single, .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--multiple, .select2-container--flat .content__teamoverview_light--header .filter__container .select2-selection--multiple, .popUp .content__teamoverview_light--header .filter__container .custom-input, .popUp .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--single, .select2-container--flat .popUp .content__teamoverview_light--header .filter__container .select2-selection--single, .popUp .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--multiple, .select2-container--flat .popUp .content__teamoverview_light--header .filter__container .select2-selection--multiple {
      height: 65px;
      line-height: 65px;
      font-size: 2rem;
      border-width: 0 0 1px 0; }
      .content__teamoverview_light--header .filter__container .custom-input:focus, .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--single:focus, .select2-container--flat .content__teamoverview_light--header .filter__container .select2-selection--single:focus, .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--multiple:focus, .select2-container--flat .content__teamoverview_light--header .filter__container .select2-selection--multiple:focus, .popUp .content__teamoverview_light--header .filter__container .custom-input:focus, .popUp .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--single:focus, .select2-container--flat .popUp .content__teamoverview_light--header .filter__container .select2-selection--single:focus, .popUp .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--multiple:focus, .select2-container--flat .popUp .content__teamoverview_light--header .filter__container .select2-selection--multiple:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-color: #dddddd; }
      .content__teamoverview_light--header .filter__container .custom-input[aria-expanded="true"], .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--single[aria-expanded="true"], .select2-container--flat .content__teamoverview_light--header .filter__container .select2-selection--single[aria-expanded="true"], .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--multiple[aria-expanded="true"], .select2-container--flat .content__teamoverview_light--header .filter__container .select2-selection--multiple[aria-expanded="true"], .popUp .content__teamoverview_light--header .filter__container .custom-input[aria-expanded="true"], .popUp .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--single[aria-expanded="true"], .select2-container--flat .popUp .content__teamoverview_light--header .filter__container .select2-selection--single[aria-expanded="true"], .popUp .content__teamoverview_light--header .filter__container .select2-container--flat .select2-selection--multiple[aria-expanded="true"], .select2-container--flat .popUp .content__teamoverview_light--header .filter__container .select2-selection--multiple[aria-expanded="true"] {
        border-width: 0 0 1px 0; }
  .content__teamoverview_light--item, .popUp .content__teamoverview_light--item {
    margin-bottom: 15px; }
    .content__teamoverview_light--item .md__card--body .headline, .popUp .content__teamoverview_light--item .md__card--body .headline {
      font-size: 2.4rem;
      font-family: inherit;
      margin-bottom: 10px; }
  .content__teamoverview_light .md__card--body, .popUp .content__teamoverview_light .md__card--body {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 1.5rem; }
    .content__teamoverview_light .md__card--body p, .popUp .content__teamoverview_light .md__card--body p {
      margin-bottom: 0;
      font-size: 2.2rem; }
  .content__teamoverview_light .md__card--footer, .popUp .content__teamoverview_light .md__card--footer {
    color: #ff0000;
    padding-top: 20px;
    margin: auto 15px 0;
    border-top: 1px solid #dddddd; }
    .content__teamoverview_light .md__card--footer ul, .popUp .content__teamoverview_light .md__card--footer ul {
      min-height: 30px;
      padding: 0 0.5rem; }
    .content__teamoverview_light .md__card--footer li + li, .popUp .content__teamoverview_light .md__card--footer li + li {
      margin-left: 4.5rem; }
    .content__teamoverview_light .md__card--footer li a svg, .popUp .content__teamoverview_light .md__card--footer li a svg {
      width: 3rem;
      height: 3rem;
      fill: #FF0000;
      -webkit-transition: fill 0.3s ease-in-out;
      -o-transition: fill 0.3s ease-in-out;
      transition: fill 0.3s ease-in-out; }
    .content__teamoverview_light .md__card--footer li a:hover svg, .popUp .content__teamoverview_light .md__card--footer li a:hover svg {
      fill: #b30000; }
  .content__teamoverview_light .team-container > div, .popUp .content__teamoverview_light .team-container > div {
    margin-bottom: 5rem; }
  .content__teamoverview_light .md__card--header.with--image .image--container, .popUp .content__teamoverview_light .md__card--header.with--image .image--container {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    padding-bottom: 75%; }
  .content__teamoverview_light .person__item, .popUp .content__teamoverview_light, .popUp .content__teamoverview_light .person__item, .popUp .popUp .content__teamoverview_light {
    width: 100%;
    min-height: auto;
    height: auto; }
    .content__teamoverview_light .person__item .md__card, .popUp .content__teamoverview_light .md__card, .popUp .content__teamoverview_light .person__item .md__card, .popUp .popUp .content__teamoverview_light .md__card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 3rem 4rem; }
      .content__teamoverview_light .person__item .md__card--header, .popUp .content__teamoverview_light .md__card--header, .popUp .content__teamoverview_light .person__item .md__card--header, .popUp .popUp .content__teamoverview_light .md__card--header {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 260px;
                flex: 0 0 260px; }
        .content__teamoverview_light .person__item .md__card--header > div, .popUp .content__teamoverview_light .md__card--header > div, .popUp .content__teamoverview_light .person__item .md__card--header > div, .popUp .popUp .content__teamoverview_light .md__card--header > div {
          display: block;
          border-radius: 50%;
          overflow: hidden;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .content__teamoverview_light .person__item .md__card--header > div .image--container, .popUp .content__teamoverview_light .md__card--header > div .image--container, .popUp .content__teamoverview_light .person__item .md__card--header > div .image--container, .popUp .popUp .content__teamoverview_light .md__card--header > div .image--container {
            border-radius: 50%;
            padding-top: 50%;
            padding-bottom: 50%; }
      .content__teamoverview_light .person__item .md__card .side__content, .popUp .content__teamoverview_light .md__card .side__content, .popUp .content__teamoverview_light .person__item .md__card .side__content, .popUp .popUp .content__teamoverview_light .md__card .side__content {
        padding-left: 5rem; }
        .content__teamoverview_light .person__item .md__card .side__content .md__card--body, .popUp .content__teamoverview_light .md__card .side__content .md__card--body, .popUp .content__teamoverview_light .person__item .md__card .side__content .md__card--body, .popUp .popUp .content__teamoverview_light .md__card .side__content .md__card--body {
          padding: 5rem 0 2.5rem; }
          .content__teamoverview_light .person__item .md__card .side__content .md__card--body .headline, .popUp .content__teamoverview_light .md__card .side__content .md__card--body .headline, .popUp .content__teamoverview_light .person__item .md__card .side__content .md__card--body .headline, .popUp .popUp .content__teamoverview_light .md__card .side__content .md__card--body .headline {
            font-size: 4rem; }
        .content__teamoverview_light .person__item .md__card .side__content .md__card--footer, .popUp .content__teamoverview_light .md__card .side__content .md__card--footer, .popUp .content__teamoverview_light .person__item .md__card .side__content .md__card--footer, .popUp .popUp .content__teamoverview_light .md__card .side__content .md__card--footer {
          padding-top: 3rem;
          padding-left: 0.5rem;
          margin-left: 0;
          margin-right: 0; }
          .content__teamoverview_light .person__item .md__card .side__content .md__card--footer li + li, .popUp .content__teamoverview_light .md__card .side__content .md__card--footer li + li, .popUp .content__teamoverview_light .person__item .md__card .side__content .md__card--footer li + li, .popUp .popUp .content__teamoverview_light .md__card .side__content .md__card--footer li + li {
            margin-left: 4.5rem; }
  @media (max-width: 768px) {
    .content__teamoverview_light .person__item .md__card--header, .popUp .content__teamoverview_light .person__item .md__card--header {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 190px;
              flex: 0 0 190px; }
    .content__teamoverview_light .person__item .md__card .side__content .md__card--body .headline, .popUp .content__teamoverview_light .person__item .md__card .side__content .md__card--body .headline {
      font-size: 3rem; }
    .content__teamoverview_light .filter__container, .popUp .content__teamoverview_light .filter__container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .content__teamoverview_light .filter__container [class^="input--"], .popUp .content__teamoverview_light .filter__container [class^="input--"] {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
      .content__teamoverview_light .filter__container div + div, .popUp .content__teamoverview_light .filter__container div + div {
        margin-left: 0; } }
  @media (max-width: 576px) {
    .content__teamoverview_light .person__item .md__card, .popUp .content__teamoverview_light .person__item .md__card {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .content__teamoverview_light .person__item .md__card--header, .popUp .content__teamoverview_light .person__item .md__card--header {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 70%;
                flex: 0 0 70%; }
        .content__teamoverview_light .person__item .md__card--header a, .popUp .content__teamoverview_light .person__item .md__card--header a {
          position: static;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
      .content__teamoverview_light .person__item .md__card .side__content, .popUp .content__teamoverview_light .person__item .md__card .side__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-left: 0; }
        .content__teamoverview_light .person__item .md__card .side__content .md__card--body .headline, .popUp .content__teamoverview_light .person__item .md__card .side__content .md__card--body .headline {
          font-size: 2.4rem; } }

.content__ckeditor:empty {
  display: none; }

.content__ckeditor + .content__ckeditor {
  padding-top: 0; }

.content__ckeditor .title, .content__ckeditor h2 {
  color: #000;
  font-size: 2.8rem;
  margin-bottom: 30px; }

.content__ckeditor .lead {
  margin-bottom: 3rem; }

.content__ckeditor p + .ckeditor_h3 {
  margin-top: 1.5rem; }

.content__ckeditor table td {
  border-top: none; }

.content__ckeditor table td {
  vertical-align: top; }

.content__ckeditor .cm-inline-middle {
  max-width: 100%; }

.blog__quicknav {
  padding: 45px 0;
  border-top: 1px solid #f5f5f5; }
  .blog__quicknav--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .blog__quicknav span {
    color: #abafae; }
  .blog__quicknav .title {
    color: #000; }
  .blog__quicknav .icon {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .blog__quicknav .next {
    text-align: right; }
  .blog__quicknav .prev .icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .blog__quicknav .overview {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ff0000;
    font-size: 2rem; }
  .blog__quicknav [class*="col-"] {
    margin: 1rem 0; }
  @media (min-width: 576px) {
    .blog__quicknav [class*="col-"] {
      margin: 0; } }

.events__list.inverted {
  background-color: #f5f5f5; }
  .events__list.inverted .event__item {
    background-color: #fff; }
    .events__list.inverted .event__item--date {
      background-color: #fbfbfb; }

.event__item {
  background-color: #f5f5f5;
  padding: 5px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-right: 5px solid #ff0000; }
  .event__item:hover .day {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    color: #ff0000; }
  .event__item--date {
    width: 110px;
    min-height: 110px;
    min-width: 110px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    color: #000; }
    .event__item--date > span {
      font-weight: bold;
      line-height: 1.3; }
    .event__item--date .month {
      font-size: 1.4rem; }
    .event__item--date .day {
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      font-size: 4rem; }
    .event__item--date .year {
      font-size: 1.4rem; }
  .event__item--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 15px 25px 25px; }
  .event__item--meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 15px; }
    .event__item--meta .time {
      font-weight: bold; }
  .event__item--action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .event__item--action .btn {
      padding: 1.5rem 0 1.5rem 1.5rem; }
      @media (min-width: 768px) {
        .event__item--action .btn {
          padding: 1.5rem 0; } }
  .event__item .title {
    font-weight: bold;
    font-family: 'Merriweather', serif;
    font-size: 1.6rem;
    color: #000; }
  @media (max-width: 768px) {
    .event__item--date {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .event__item--meta {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding: 15px; }
    .event__item--content {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      padding: 30px 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
    .event__item--action {
      width: 100%;
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
      .event__item--action .btn {
        width: 100%;
        text-align: left; } }

.event__registration--cta {
  margin-bottom: 5rem; }
  .event__registration--cta > input + div {
    margin-top: 2.5rem; }

.events-list {
  padding: 50px 0; }
  .events-list__cta-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 25px; }
    .events-list__cta-boxes .cta-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 25px 30px;
      color: #000;
      background-color: #f9f9f9;
      cursor: pointer; }
      .events-list__cta-boxes .cta-box__text {
        position: relative;
        padding: 0 10px 0 40px; }
        .events-list__cta-boxes .cta-box__text .title {
          font-size: 1.5em;
          font-weight: 700; }
        .events-list__cta-boxes .cta-box__text .infos {
          font-size: 1em;
          font-weight: 400; }
        .events-list__cta-boxes .cta-box__text:before, .events-list__cta-boxes .cta-box__text:after {
          position: absolute;
          left: 0;
          content: '';
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #ff0000; }
        .events-list__cta-boxes .cta-box__text:before {
          top: 20px; }
        .events-list__cta-boxes .cta-box__text:after {
          top: 45px; }
      .events-list__cta-boxes .cta-box img {
        width: 30px; }
  .events-list .input--field, .events-list .input--with-icon {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 17.5% !important;
            flex: 1 1 17.5% !important; }
  .events-list__items {
    row-gap: 30px; }
  @media (min-width: 1000px) {
    .events-list {
      padding: 75px 0; }
      .events-list__cta-boxes {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 50px; }
        .events-list__cta-boxes .cta-box {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }

.event-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 40px 30px 30px;
  background-color: #f9f9f9; }
  .event-item__date {
    font-size: 1em;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.5em; }
  .event-item__title {
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.5em; }
  .event-item__data {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 25px; }
    .event-item__data span {
      display: block; }
  .event-item__booked {
    font-size: 1em;
    line-height: 1.5em;
    color: red; }
  .event-item__speakers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .event-item__speakers img {
      position: relative;
      width: 40px;
      height: 40px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      border-radius: 50%;
      overflow: hidden;
      -webkit-box-shadow: 0px 0px 0px 5px #f9f9f9;
              box-shadow: 0px 0px 0px 5px #f9f9f9; }
      .event-item__speakers img:nth-child(1) {
        z-index: 4; }
      .event-item__speakers img:nth-child(2) {
        z-index: 3;
        -webkit-transform: translateX(-10%);
            -ms-transform: translateX(-10%);
                transform: translateX(-10%); }
      .event-item__speakers img:nth-child(3) {
        z-index: 2;
        -webkit-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
                transform: translateX(-20%); }
    .event-item__speakers .overflow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #FFF;
      z-index: 1;
      -webkit-transform: translateX(-30%);
          -ms-transform: translateX(-30%);
              transform: translateX(-30%); }
      .event-item__speakers .overflow span {
        font-size: 0.875em; }
  .event-item footer {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.events__list_light {
  margin: 9rem 0 15rem;
  padding: 0 2rem; }
  .events__list_light > .container.light {
    padding: 0; }
  .events__list_light.inverted {
    background-color: #f5f5f5; }
    .events__list_light.inverted .event__item {
      background-color: #fff; }
      .events__list_light.inverted .event__item--date {
        background-color: #fbfbfb; }
  .events__list_light .headline__dots.light {
    font-size: 4rem;
    color: #000;
    padding: 0;
    margin: 0 10rem 0 0;
    white-space: nowrap; }
    .events__list_light .headline__dots.light:before, .events__list_light .headline__dots.light:after {
      content: none; }
  .events__list_light--item {
    background-color: transparent;
    border-right: 0;
    padding-right: 10rem;
    padding-left: 0;
    margin-bottom: 17rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .events__list_light--item:hover .day {
      color: #000;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .events__list_light--item:last-child {
      margin-bottom: 0; }

.events__list_light .event__item {
  background: none;
  border-right: none; }

.events__list_light .event__item_light {
  background-color: transparent;
  padding: 5px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-right: 5px solid #ff0000; }
  .events__list_light .event__item_light--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 10rem; }
    .events__list_light .event__item_light--content .date, .events__list_light .event__item_light--content .title {
      color: #000;
      font-weight: bold; }
    .events__list_light .event__item_light--content .date {
      font-size: 7rem;
      line-height: 6rem;
      margin-bottom: 5rem; }
    .events__list_light .event__item_light--content .title {
      font-size: 2.8rem;
      font-family: inherit;
      line-height: 4.2rem;
      cursor: pointer; }
    .events__list_light .event__item_light--content .subtitle {
      font-size: 2rem;
      font-family: inherit;
      line-height: 3rem;
      border-bottom: 1px solid #dddddd;
      padding-bottom: 3.5rem;
      margin-bottom: 3rem;
      cursor: pointer; }
    .events__list_light .event__item_light--content .info {
      font-size: 2.3rem;
      line-height: 3.4rem; }
    .events__list_light .event__item_light--content .btn-link {
      position: relative;
      left: 0;
      width: 120px;
      height: 120px;
      padding: 0;
      margin-top: 3rem; }
      .events__list_light .event__item_light--content .btn-link svg {
        position: relative;
        left: 0;
        -webkit-transition: left 0.3s ease-in-out;
        -o-transition: left 0.3s ease-in-out;
        transition: left 0.3s ease-in-out; }
      .events__list_light .event__item_light--content .btn-link .btn-red3 {
        fill: #FF0000;
        stroke: #ffffff;
        -webkit-transition: fill 0.3s ease-in-out;
        -o-transition: fill 0.3s ease-in-out;
        transition: fill 0.3s ease-in-out; }
      .events__list_light .event__item_light--content .btn-link .btn-red0 {
        fill: #FF0000; }
      .events__list_light .event__item_light--content .btn-link:hover svg {
        left: 2rem; }
      .events__list_light .event__item_light--content .btn-link:hover .btn-red3 {
        fill: #ffffff; }
      .events__list_light .event__item_light--content .btn-link:before {
        content: none; }
  .events__list_light .event__item_light--meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px; }
    .events__list_light .event__item_light--meta .image {
      background: none no-repeat center / cover;
      padding-bottom: 72.5%;
      width: 100%;
      height: auto;
      cursor: pointer; }
  .events__list_light .event__item_light .title {
    font-weight: bold;
    font-family: 'Merriweather', serif;
    font-size: 1.6rem;
    color: #000; }

.events__list_light .event__registration--cta {
  margin-bottom: 5rem; }
  .events__list_light .event__registration--cta > input + div {
    margin-top: 2.5rem; }

@media (max-width: 1200px) {
  .events__list_light .event__item_light--content .date {
    font-size: 6rem;
    line-height: 6rem; } }

@media (max-width: 1000px) {
  .events__list_light--item {
    padding-right: 0; }
  .events__list_light .event__item_light--content {
    padding: 0 0 0 5rem; }
    .events__list_light .event__item_light--content .date {
      font-size: 5rem;
      line-height: 5rem;
      margin-bottom: 4rem; } }

@media (max-width: 767px) {
  .events__list_light--item {
    margin-bottom: 7.5rem; }
  .events__list_light .event__item_light--meta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .events__list_light .event__item_light--content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1rem 0 0 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
    .events__list_light .event__item_light--content .date {
      font-size: 4rem;
      line-height: 4rem; }
    .events__list_light .event__item_light--content .title {
      font-size: 2rem;
      line-height: 2.5rem;
      padding-bottom: 2.5rem;
      margin-bottom: 2rem; }
    .events__list_light .event__item_light--content .info {
      font-size: 1.5rem;
      line-height: 2rem; }
    .events__list_light .event__item_light--content .btn-link {
      width: 9rem;
      height: 9rem; } }

@media (max-width: 576px) {
  .events__list_light .event__item_light--meta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .events__list_light .event__item_light--content {
    padding: 1rem 2rem 10rem; }
    .events__list_light .event__item_light--content .date {
      margin: 1.5rem 0; }
    .events__list_light .event__item_light--content .btn-link {
      position: absolute;
      bottom: 0;
      right: 0;
      left: auto; } }

.footer {
  padding-top: 90px;
  margin-top: auto;
  color: #555;
  font-size: 1.4rem; }
  .footer .logo svg {
    width: 100px; }
  .footer table td:nth-child(1) {
    width: 80px; }
  .footer__menu h4 {
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #000; }
  .footer__copyright {
    position: relative; }
    .footer__copyright .container {
      margin-top: 10px;
      padding: 30px 15px;
      border-top: 1px solid #f5f5f5; }
      @media (min-width: 576px) {
        .footer__copyright .container {
          margin-top: 80px; } }
    .footer__copyright b {
      color: #000; }
    .footer__copyright--quicklinks a {
      color: #abafae; }
      .footer__copyright--quicklinks a:hover {
        color: #919695; }
    .footer__copyright--quicklinks ul {
      margin-left: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .footer__copyright--quicklinks ul li + li {
        margin-left: 25px; }
    .footer__copyright--socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  @media (max-width: 768px) {
    .footer__menu [class*="col-"] {
      margin-bottom: 30px; }
    .footer__copyright--quicklinks {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .footer__copyright--quicklinks b {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; }
      .footer__copyright--quicklinks ul {
        padding: 0;
        margin: 15px 0 25px; }
    .footer__copyright--socials {
      padding-bottom: 80px; } }
  .footer__navigation li {
    line-height: 2; }
  .footer__navigation a {
    color: #555; }
    .footer__navigation a:hover {
      color: #ff0000; }

#cookieinfo--container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25); }
  #cookieinfo--container .cookieinfo--text span {
    color: #ff0000; }
  #cookieinfo--container .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
  #cookieinfo--container .action-btn {
    color: #000000;
    border: solid #000000 1px;
    border-radius: 8px;
    margin: 0 10px;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 0.7em;
    text-transform: uppercase;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s; }

.footer_light {
  padding-top: 90px;
  margin-top: auto;
  color: #fff;
  font-size: 1.4rem;
  background-color: #130b0b; }
  .footer_light .logo svg {
    width: 200px; }
  .footer_light .container {
    padding-left: 2rem;
    padding-right: 2rem; }
  .footer_light__menu .content {
    padding-top: 3rem; }
  .footer_light__menu h4 {
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 5.7rem;
    margin-bottom: 3rem;
    letter-spacing: 0.5px; }
  .footer_light__menu table {
    width: 100%;
    font-size: 1rem; }
    .footer_light__menu table tr td {
      font-size: 2em;
      font-weight: 300;
      line-height: 4rem; }
      .footer_light__menu table tr td:last-child {
        width: 1%;
        white-space: nowrap; }
      .footer_light__menu table tr td a {
        text-decoration: underline; }
  .footer_light__copyright {
    position: relative; }
    .footer_light__copyright .container {
      margin-top: 10px;
      padding: 3rem 2rem;
      border-top: 1px solid #494242; }
      @media (min-width: 576px) {
        .footer_light__copyright .container {
          margin-top: 40px; } }
    .footer_light__copyright b {
      color: #abafae;
      font-weight: normal; }
    .footer_light__copyright--quicklinks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer_light__copyright--quicklinks a {
        color: #abafae; }
        .footer_light__copyright--quicklinks a:hover {
          color: #919695; }
      .footer_light__copyright--quicklinks ul {
        margin-left: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        list-style: none;
        margin-bottom: 0; }
        .footer_light__copyright--quicklinks ul li + li {
          margin-left: 4rem; }
    .footer_light__copyright--socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .footer_light .back-to-top:hover .content {
    background-color: #ff0000; }
  .footer_light .back-to-top .content svg {
    position: relative;
    top: 0;
    height: 2.5rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out; }
    .footer_light .back-to-top .content svg path {
      -webkit-transition: fill 0.3s ease-in-out;
      -o-transition: fill 0.3s ease-in-out;
      transition: fill 0.3s ease-in-out;
      fill: transparent; }
  .footer_light .back-to-top .content:hover svg {
    top: -0.5rem; }
    .footer_light .back-to-top .content:hover svg path {
      fill: #ffffff; }
  @media (max-width: 768px) {
    .footer_light__menu [class*="col-"] {
      margin-bottom: 30px; }
    .footer_light__copyright--quicklinks {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .footer_light__copyright--quicklinks b {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; }
      .footer_light__copyright--quicklinks ul {
        padding: 0;
        margin: 15px 0 25px; }
    .footer_light__copyright--socials {
      padding: 0 2px;
      padding-bottom: 2rem; } }
  .footer_light__navigation li {
    line-height: 2; }
  .footer_light__navigation a {
    color: #555; }
    .footer_light__navigation a:hover {
      color: #ff0000; }
  @media (max-width: 576px) {
    .footer_light .logo svg {
      width: 150px; }
    .footer_light__menu h4 {
      font-size: 2.5rem;
      line-height: 4rem; }
    .footer_light__menu table {
      width: 100%;
      font-size: 0.75rem; }
      .footer_light__menu table tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .footer_light__menu table tr {
        display: block; }
        .footer_light__menu table tr td {
          display: block; }
          .footer_light__menu table tr td:last-child {
            text-align: left;
            line-height: 2rem;
            margin-top: 1rem; } }

.content__accordion .accordion + .accordion {
  margin-top: 15px; }

.content__accordion .accordion.is-closed .content__accordion--content {
  padding: 0;
  max-height: 0;
  overflow: hidden; }

.content__accordion .accordion.is-closed .button i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0); }

.content__accordion--header {
  padding: 30px 40px;
  padding-right: 10rem;
  border-bottom: solid #ff0000 5px;
  background: #fbfbfb;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .content__accordion--header .infos .date {
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: block; }
  .content__accordion--header .infos .title {
    color: #000000;
    font-family: 'Merriweather', serif;
    font-size: 1.8rem;
    margin-bottom: 5px;
    padding-right: 5rem; }
  .content__accordion--header .infos .name {
    color: #ff0000; }
  .content__accordion--header .button {
    width: 4rem;
    height: 4rem;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #abafae;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .content__accordion--header .button {
        width: 60px;
        height: 60px; } }
    .content__accordion--header .button i {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .content__accordion--header:hover {
    background: #eeeeee; }
    .content__accordion--header:hover .button {
      border: 1px solid #fff;
      background-color: #fff; }

.content__accordion--content {
  padding: 30px 40px; }

.content__accordion_light {
  padding: 10rem 2rem 12.5rem; }
  .content__accordion_light .headline__dots.light {
    color: #000; }
  .content__accordion_light .container {
    padding: 0; }
  .content__accordion_light .headline__dots {
    margin-left: 0;
    margin-bottom: 10rem; }
  .content__accordion_light .accordion {
    padding: 0 5.5rem;
    overflow: hidden; }
    .content__accordion_light .accordion + .accordion {
      margin-top: 15px; }
    .content__accordion_light .accordion.is-closed .content__accordion_light--content {
      padding: 0;
      max-height: 0;
      overflow: hidden;
      border-bottom: 0; }
    .content__accordion_light .accordion.is-closed .button i, .content__accordion_light .accordion.is-closed .button svg {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  .content__accordion_light--header {
    padding: 5rem 0;
    padding-right: 35rem;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .content__accordion_light--header:hover .button svg polygon {
      fill: #fff; }
    .content__accordion_light--header .infos .date {
      font-size: 1.4rem;
      margin-bottom: 5px;
      display: block; }
    .content__accordion_light--header .infos .title {
      color: #000000;
      font-size: 4.9rem;
      font-weight: bold;
      margin-bottom: 1rem; }
    .content__accordion_light--header .infos .name {
      font-size: 2rem;
      line-height: 3.4rem;
      color: #000; }
    .content__accordion_light--header .button {
      width: 12rem;
      height: 12rem;
      float: right;
      position: absolute;
      border: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: transparent; }
      .content__accordion_light--header .button svg {
        position: absolute;
        border: 0;
        width: 100%;
        height: 100%;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .content__accordion_light--header .button svg polygon {
          fill: #FF0000;
          -webkit-transition: fill 0.15s ease-in-out;
          -o-transition: fill 0.15s ease-in-out;
          transition: fill 0.15s ease-in-out; }
      .content__accordion_light--header .button i, .content__accordion_light--header .button svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        margin-top: -6rem; }
  .content__accordion_light--content {
    padding: 4rem 0 4rem;
    border-bottom: 1px solid #dddddd; }
    .content__accordion_light--content .text:after {
      content: "";
      display: block;
      clear: both; }
    .content__accordion_light--content h3, .content__accordion_light--content h4 {
      font-size: 3.6rem;
      margin-bottom: 3rem;
      margin-left: -0.05em; }
    .content__accordion_light--content strong, .content__accordion_light--content p {
      color: #000; }
  @media (max-width: 1000px) {
    .content__accordion_light .accordion {
      padding: 0; }
    .content__accordion_light--header {
      padding-right: 20rem; } }
  @media (max-width: 768px) {
    .content__accordion_light .headline__dots.light {
      font-size: 13vw;
      margin-bottom: 5rem; }
    .content__accordion_light--header {
      padding-right: 12rem; }
      .content__accordion_light--header .infos .title {
        font-size: 4rem; }
      .content__accordion_light--header .infos .name {
        line-height: 3.5rem;
        margin-right: -12rem;
        padding-top: 3rem; }
      .content__accordion_light--header .button {
        width: 8rem;
        height: 8rem;
        top: 0; }
        .content__accordion_light--header .button i, .content__accordion_light--header .button svg {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          top: 100%;
          margin-top: 0; } }
  @media (max-width: 576px) {
    .content__accordion_light .headline__dots.light {
      margin-bottom: 0rem; }
    .content__accordion_light--header .infos .title {
      font-size: 3.5rem; }
    .content__accordion_light--content h3, .content__accordion_light--content h4 {
      font-size: 3rem; } }

.revealer {
  position: fixed;
  z-index: 5;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #f5f5f5; }

.popUp {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .popUp ul {
    padding-left: 20px; }
    .popUp ul li {
      padding-left: 10px; }
  .popUp .contentWrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden; }
  .popUp_leftContent {
    position: relative;
    width: 100%;
    background: url("/resources/public/dtc/img/background-left.jpg") no-repeat center/cover;
    padding: 0 5% 2rem;
    overflow: hidden; }
    .popUp_leftContent h2 {
      font-size: 2.4rem;
      line-height: 3.5rem;
      color: #FFF;
      margin-bottom: 50px; }
    .popUp_leftContent ul.popUp_details {
      position: relative;
      list-style: none;
      overflow: hidden;
      padding-left: 0;
      margin-top: 3rem; }
      .popUp_leftContent ul.popUp_details li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto;
        margin-right: 1rem;
        color: #fff;
        font-weight: normal;
        line-height: 2.5rem;
        -ms-flex-line-pack: center;
            align-content: center;
        padding-left: 7rem;
        margin-bottom: 1.5rem;
        min-height: 5rem; }
        .popUp_leftContent ul.popUp_details li:last-child {
          margin-right: 0; }
        .popUp_leftContent ul.popUp_details li p, .popUp_leftContent ul.popUp_details li a, .popUp_leftContent ul.popUp_details li span {
          margin-bottom: 0.5rem; }
          .partial .popUp_leftContent ul.popUp_details li p, .partial .popUp_leftContent ul.popUp_details li a, .partial .popUp_leftContent ul.popUp_details li span {
            color: #fff; }
        .popUp_leftContent ul.popUp_details li span {
          padding-right: 0.5rem; }
        .popUp_leftContent ul.popUp_details li a {
          color: #fff;
          text-decoration: underline !important;
          cursor: pointer;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .popUp_leftContent ul.popUp_details li a.maps {
            width: 100%;
            opacity: 0.6; }
            .popUp_leftContent ul.popUp_details li a.maps:hover {
              color: #fff;
              opacity: 1; }
          .popUp_leftContent ul.popUp_details li a:hover {
            color: #abafae; }
        .popUp_leftContent ul.popUp_details li:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 5rem;
          height: 5rem;
          background: transparent no-repeat center center;
          background-size: 2.6rem;
          border: 1px solid rgba(255, 255, 255, 0.3);
          border-radius: 50%; }
        .popUp_leftContent ul.popUp_details li.interactive {
          cursor: pointer;
          padding-left: 0;
          text-decoration: underline;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .popUp_leftContent ul.popUp_details li.interactive .icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 5rem;
            height: 5rem;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 5rem;
                    flex: 0 0 5rem;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border-radius: 50%;
            background-color: #FF0000;
            margin-right: 2rem; }
            .popUp_leftContent ul.popUp_details li.interactive .icon svg {
              width: 2.5rem;
              height: 2.5rem; }
              .popUp_leftContent ul.popUp_details li.interactive .icon svg path {
                fill: transparent;
                stroke: #ffffff;
                -webkit-transition: fill 0.3s ease-in-out;
                -o-transition: fill 0.3s ease-in-out;
                transition: fill 0.3s ease-in-out; }
          .popUp_leftContent ul.popUp_details li.interactive:hover .icon svg path {
            fill: #ffffff; }
          .popUp_leftContent ul.popUp_details li.interactive:before {
            content: none; }
        .popUp_leftContent ul.popUp_details li.phone:before {
          background-image: url("/resources/public/dtc/img/phone-white.svg"); }
        .popUp_leftContent ul.popUp_details li.email:before {
          background-image: url("/resources/public/dtc/img/envelope-white.svg"); }
        .popUp_leftContent ul.popUp_details li.link:before {
          background-image: url("/resources/public/dtc/img/link.svg"); }
        .popUp_leftContent ul.popUp_details li.date:before {
          background-image: url("/resources/public/dtc/img/clock-white.svg"); }
        .popUp_leftContent ul.popUp_details li.author p {
          margin-right: 0.4rem; }
        .popUp_leftContent ul.popUp_details li.author:before {
          background-image: url("/resources/public/dtc/img/avatar-white.svg"); }
        .popUp_leftContent ul.popUp_details li.language:before {
          background-image: url("/resources/public/dtc/img/langauge-white.svg"); }
        .popUp_leftContent ul.popUp_details li.location:before {
          background-image: url("/resources/public/dtc/img/location-white.svg"); }
        .popUp_leftContent ul.popUp_details li.fully_booked {
          font-size: 1.9rem;
          font-weight: bold;
          color: #FF0000; }
          .popUp_leftContent ul.popUp_details li.fully_booked:before {
            background-image: url("/resources/public/dtc/img/important.svg"); }
  .popUp .button {
    position: absolute;
    bottom: 0;
    width: 65px;
    height: 65px; }
    .popUp .button svg {
      position: relative;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .popUp .button svg .arrow {
        fill: #FF0000;
        -webkit-transition: fill 0.3s ease-in-out;
        -o-transition: fill 0.3s ease-in-out;
        transition: fill 0.3s ease-in-out; }
      .popUp .button svg .btn-red0 {
        fill: #FF0000; }
      .popUp .button svg .btn-red3 {
        stroke: #ffffff; }
    .popUp .button:hover svg {
      left: 2rem; }
      .popUp .button:hover svg .arrow {
        fill: #ffffff; }
  .popUp .popUp_rightContent {
    overflow-x: hidden; }
    .popUp .popUp_rightContent .element_boxes {
      position: relative;
      margin-bottom: 50px; }
      .popUp .popUp_rightContent .element_boxes_image {
        position: relative;
        width: 100%; }
        .popUp .popUp_rightContent .element_boxes_image:before {
          content: '';
          left: -1rem;
          top: -1rem;
          position: absolute;
          background-color: #f5f5f5;
          width: 80%;
          height: 80%; }
        .popUp .popUp_rightContent .element_boxes_image img {
          width: 100%;
          position: relative;
          z-index: 1; }
      .popUp .popUp_rightContent .element_boxes_container {
        padding: 40px 30px; }
        .popUp .popUp_rightContent .element_boxes_container_title {
          font-size: 2.8rem; }
        .popUp .popUp_rightContent .element_boxes_container .action {
          margin-top: 5rem; }
    .popUp .popUp_rightContent .element_gallery {
      margin-bottom: 50px; }
      .popUp .popUp_rightContent .element_gallery .content__gallery--item {
        margin-bottom: 25px; }
    .popUp .popUp_rightContent .element_imageboxes_list {
      margin-bottom: 25px; }
      .popUp .popUp_rightContent .element_imageboxes_list_images {
        width: 100%; }
      .popUp .popUp_rightContent .element_imageboxes_list_title {
        font-weight: bold; }
      .popUp .popUp_rightContent .element_imageboxes_list_description {
        font-size: 1.6rem; }
      .popUp .popUp_rightContent .element_imageboxes_list_button {
        padding: 0;
        font-size: 1.6rem; }
    @media (min-width: 1000px) {
      .popUp .popUp_rightContent .element_imageboxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 50px; }
        .popUp .popUp_rightContent .element_imageboxes_list {
          width: 30%;
          margin-bottom: 0; } }
    .popUp .popUp_rightContent .element_text {
      margin-bottom: 50px; }
      .popUp .popUp_rightContent .element_text h3 {
        color: #000;
        font-weight: bold; }
    .popUp .popUp_rightContent .headline, .popUp .popUp_rightContent .content__ckeditor h3, .popUp .popUp_rightContent .content__ckeditor h2, .popUp .popUp_rightContent .content__downloads h3 {
      font-size: 3.4rem;
      border-bottom: 1px solid #dddddd;
      padding: 2rem 0; }
    .popUp .popUp_rightContent .content__ckeditor .ckeditor_h3 br {
      display: none; }
    .popUp .popUp_rightContent .content__ckeditor table tbody tr {
      border-bottom: 1px solid #dddddd; }
      .popUp .popUp_rightContent .content__ckeditor table tbody tr td {
        padding: 2rem 1rem; }
        .popUp .popUp_rightContent .content__ckeditor table tbody tr td:first-child {
          padding-left: 0;
          min-width: 100px; }
        .popUp .popUp_rightContent .content__ckeditor table tbody tr td:last-child {
          padding-right: 0; }
        .popUp .popUp_rightContent .content__ckeditor table tbody tr td > *:last-child {
          margin-bottom: 0; }
    .popUp .popUp_rightContent .content__ckeditor.footer_text h3 {
      padding-top: 6.5rem; }
    .popUp .popUp_rightContent .content__ckeditor.footer_text h3:first-child {
      padding-top: 1rem; }
    .popUp .popUp_rightContent .content__downloads_light {
      margin-bottom: 50px;
      padding: 50px 20px; }
      .popUp .popUp_rightContent .content__downloads_light .headline__dots {
        font-family: inherit;
        font-size: 2.5em;
        color: #FFFFFF; }
      .popUp .popUp_rightContent .content__downloads_light .text-white {
        margin-bottom: 40px; }
      .popUp .popUp_rightContent .content__downloads_light--item {
        margin-bottom: 50px; }
    .popUp .popUp_rightContent .header-image, .popUp .popUp_rightContent .header-image-team {
      position: relative;
      opacity: 0;
      width: 100%;
      -webkit-animation: img-appear 1s ease-in-out 1s 1 normal forwards;
              animation: img-appear 1s ease-in-out 1s 1 normal forwards;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      padding-bottom: 56.25%; }
      .isIE .popUp .popUp_rightContent .header-image, .isIE .popUp .popUp_rightContent .header-image-team {
        -webkit-animation: none;
                animation: none;
        opacity: 1; }
    .popUp .popUp_rightContent .content {
      padding-top: 1rem; }
      .popUp .popUp_rightContent .content p {
        margin-bottom: 0; }
      .popUp .popUp_rightContent .content > ul.list-unstyled {
        line-height: 2.7rem; }
        .popUp .popUp_rightContent .content > ul.list-unstyled > li {
          margin-bottom: 1rem; }
    .popUp .popUp_rightContent .author_list {
      list-style: none;
      padding: 0; }
      .popUp .popUp_rightContent .author_list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 2rem; }
        .popUp .popUp_rightContent .author_list li .profile {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 8rem;
                  flex: 0 0 8rem;
          height: 8rem;
          margin-right: 3.5rem;
          border-radius: 50%;
          background: url("/resources/public/dtc/img/avatar-speaker.svg") no-repeat center center/cover; }
        .popUp .popUp_rightContent .author_list li .content {
          padding-top: 1rem; }
          .popUp .popUp_rightContent .author_list li .content h3 {
            color: #000000;
            font-weight: bold;
            font-size: 1.8rem;
            margin-bottom: 1rem; }
          .popUp .popUp_rightContent .author_list li .content p {
            margin-bottom: 0; }
        .popUp .popUp_rightContent .author_list li.author h3 {
          color: #FF0000; }
          .popUp .popUp_rightContent .author_list li.author h3:hover {
            text-decoration: underline; }
        .popUp .popUp_rightContent .author_list li.author h3, .popUp .popUp_rightContent .author_list li.author .profile {
          cursor: pointer; }
    .popUp .popUp_rightContent .content__teamoverview_light {
      padding: 0;
      margin: 0; }
      .popUp .popUp_rightContent .content__teamoverview_light .person__item .md__card {
        height: auto;
        padding: 2rem;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .popUp .popUp_rightContent .content__teamoverview_light .person__item .md__card .md__card--header {
          -webkit-box-flex: 8rem;
              -ms-flex: 8rem 0 0px;
                  flex: 8rem 0 0; }
          .popUp .popUp_rightContent .content__teamoverview_light .person__item .md__card .md__card--header > div {
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; }
        .popUp .popUp_rightContent .content__teamoverview_light .person__item .md__card .md__card--body {
          margin: 0;
          padding: 0; }
          .popUp .popUp_rightContent .content__teamoverview_light .person__item .md__card .md__card--body .headline {
            font-size: 2rem;
            padding-top: 0;
            border: 0;
            padding-bottom: 0;
            margin-bottom: 0.5rem; }
          .popUp .popUp_rightContent .content__teamoverview_light .person__item .md__card .md__card--body p {
            font-size: 1.6rem;
            line-height: 2.4rem; }
        .popUp .popUp_rightContent .content__teamoverview_light .person__item .md__card .md__card--footer {
          padding-left: 0;
          padding-top: 2rem;
          margin-right: 0; }
          .popUp .popUp_rightContent .content__teamoverview_light .person__item .md__card .md__card--footer li + li {
            margin-left: 3.5rem; }
          .popUp .popUp_rightContent .content__teamoverview_light .person__item .md__card .md__card--footer li a svg {
            width: 2.5rem;
            height: 2.5rem; }
          .popUp .popUp_rightContent .content__teamoverview_light .person__item .md__card .md__card--footer li a i:before {
            width: 25px;
            height: 25px; }
        .popUp .popUp_rightContent .content__teamoverview_light .person__item .md__card .side__content {
          padding-left: 3rem;
          padding-top: 1.5rem;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; }
    .popUp .popUp_rightContent .form-group.bold-description .question > p {
      font-weight: bold; }
  .popUp .mediaController {
    position: absolute; }
    .popUp .mediaController .playButton {
      cursor: pointer;
      width: 75px;
      height: 75px;
      border-radius: 50%;
      background-color: #dc3545;
      cursor: pointer;
      -webkit-animation: pulse 1.5s infinite;
              animation: pulse 1.5s infinite; }
      .popUp .mediaController .playButton svg {
        fill: #FFF;
        width: 15px;
        height: 15px; }
    .popUp .mediaController .pauseButton {
      cursor: pointer;
      width: 75px;
      height: 75px;
      border-radius: 50%;
      background-color: #dc3545;
      cursor: pointer;
      -webkit-animation: pulse 1.5s infinite;
              animation: pulse 1.5s infinite; }
      .popUp .mediaController .pauseButton svg {
        fill: #FFF;
        width: 15px;
        height: 15px; }
    .popUp .mediaController .mp3player {
      display: none; }
  .popUp_bigHeader {
    position: relative;
    left: 0;
    padding-top: 5rem;
    margin: 0 auto 1rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(152, 152, 152, 0.5); }
    .popUp_bigHeader h1 {
      font-size: 3rem;
      line-height: 4rem;
      margin-left: 0;
      margin-bottom: 3rem;
      color: #FFF; }
      .popUp_bigHeader h1.headline__dots:before, .popUp_bigHeader h1.headline__dots:after {
        top: 2rem; }
    .popUp_bigHeader .line {
      position: absolute;
      width: 5px;
      height: 100%; }
    .popUp_bigHeader .social__media.light, .popUp_bigHeader .share__container {
      margin-top: 3rem; }
      .popUp_bigHeader .social__media.light a, .popUp_bigHeader .share__container a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.15);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-right: 1rem;
        color: #ffffff;
        opacity: 0.5; }
        .popUp_bigHeader .social__media.light a:hover, .popUp_bigHeader .share__container a:hover {
          opacity: 1;
          background-color: rgba(0, 0, 0, 0.15);
          color: white; }
        .popUp_bigHeader .social__media.light a i, .popUp_bigHeader .share__container a i {
          font-size: 2rem; }
  .popUp .article {
    padding: 25px 5%; }
    .popUp .article .stroke-popup {
      width: 140px;
      height: 14px; }
    .popUp .article_title {
      margin: 25px 0;
      font-weight: 600; }
      .popUp .article_title span {
        display: block;
        color: #000; }
    .popUp .article_subtitle {
      margin-bottom: 25px;
      font-size: 2em;
      color: #000; }
    .popUp .article .element__lead--description {
      margin-bottom: 2rem; }
    .popUp .article .content {
      color: #000; }
      .popUp .article .content p {
        margin-bottom: 20px; }
      .popUp .article .content h3 {
        margin-bottom: 20px; }
      .popUp .article .content h4 {
        font-size: 1.5em;
        font-family: 'Times New Roman', Times, serif;
        margin: 2em 0 0.5em; }
      .popUp .article .content h5 {
        letter-spacing: 0.1em;
        font-size: 0.75em;
        margin-bottom: 3em; }
      .popUp .article .content iframe {
        max-width: 100%; }
  .popUp_close {
    position: fixed;
    color: #FFF;
    top: 25px;
    right: 50px;
    width: 100px;
    height: 45px;
    cursor: pointer; }
    .popUp_close p {
      margin-bottom: 0;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      .popUp_close p.hide {
        opacity: 0; }
    .popUp_close svg {
      fill: #FFF;
      width: 30px;
      height: 30px;
      margin-left: 2rem; }
    .popUp_close.-popup {
      z-index: 2; }
    .popUp_close.-video svg path {
      fill: #FFF; }
  @media (min-width: 768px) {
    .popUp_leftContent {
      position: fixed;
      z-index: 1;
      width: 50%;
      height: 100%;
      padding-bottom: 0;
      padding-left: 6rem;
      overflow-y: auto; }
      .popUp_leftContent ul.popUp_details {
        max-width: 575px;
        margin: 0 auto; }
        .popUp_leftContent ul.popUp_details li {
          padding-left: 11rem;
          margin-bottom: 2.5rem;
          min-height: 7rem; }
          .popUp_leftContent ul.popUp_details li:before {
            width: 7rem;
            height: 7rem;
            background: transparent no-repeat center center;
            background-size: 3.4rem; }
          .popUp_leftContent ul.popUp_details li.interactive .icon {
            width: 7rem;
            height: 7rem;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 7rem;
                    flex: 0 0 7rem;
            margin-right: 4rem; }
            .popUp_leftContent ul.popUp_details li.interactive .icon svg {
              width: 3.5rem;
              height: 3.5rem; }
    .popUp_bigHeader {
      padding-top: 15rem;
      margin-bottom: 2.5rem;
      padding-bottom: 2.5rem;
      max-width: 575px; }
      .popUp_bigHeader .social__media.light, .popUp_bigHeader .share__container {
        margin-top: 4rem; }
    .popUp .popUp_rightContent {
      position: fixed;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      height: 100%;
      padding: 0 0 0 50%;
      overflow-y: scroll; }
    .popUp .article {
      padding: 50px 25px 50px 25px; }
    .popUp_close {
      right: calc(50% + 30px); } }
  @media (min-width: 1000px) {
    .popUp_leftContent {
      width: 50%; }
    .popUp .popUp_rightContent {
      padding: 0 0 0 50%; }
    .popUp .article {
      padding: 75px 50px 50px 50px; } }
  @media (min-width: 1100px) {
    .popUp_bigHeader h1 {
      font-size: 5.6rem;
      line-height: 6rem;
      margin-left: -4.5rem; }
      .popUp_bigHeader h1.headline__dots:before, .popUp_bigHeader h1.headline__dots:after {
        top: 3rem; } }
  @media (min-width: 1200px) {
    .popUp_bigHeader .line {
      width: 8px; }
    .popUp_leftContent {
      padding-right: 5rem; }
    .popUp .popUp_rightContent {
      padding: 0 0 0 50%; }
    .popUp .article {
      padding: 75px 100px 100px 100px; } }

@-webkit-keyframes img-appear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.content__table .table-content {
  border-collapse: separate;
  border-spacing: 0 .5rem;
  width: 100%;
  margin-bottom: 5px; }
  .content__table .table-content tr {
    height: 55px;
    width: 100%; }
    .content__table .table-content tr p {
      margin: 0; }
  .content__table .table-content .course {
    width: 60%;
    color: #ff0000;
    padding-left: 25px; }
  .content__table .table-content .date {
    width: 20%;
    color: black;
    text-align: center; }
  .content__table .table-content .price {
    width: 20%;
    color: black;
    text-align: center; }

.content__table tr:nth-child(even) {
  background-color: #fbfbfb; }

.content__table tr:nth-child(odd) {
  background-color: #f5f5f5; }

.content__table tr:first-child {
  color: black;
  font-weight: bold; }
  .content__table tr:first-child .course {
    color: black; }

.content__table td {
  padding: 0 1.5rem; }

.team__detail .team__lead + .team__lead {
  padding-bottom: 65px; }

.team__detail .content table td {
  border-top: none; }

.team__detail .content + .headline {
  margin-bottom: 1rem;
  margin-top: 3rem;
  display: inline-block; }
  @media (min-width: 576px) {
    .team__detail .content + .headline {
      margin-bottom: 3rem;
      margin-top: 5rem; } }

.content__search {
  background-color: #fbfbfb; }
  .content__search .search-input-container {
    margin-bottom: 50px; }
    .content__search .search-input-container .form-control {
      height: 50px;
      max-width: 280px;
      width: 100%; }
  .content__search--body .search-item {
    margin-bottom: 30px;
    background-color: #f5f5f5;
    padding: 15px; }
    .content__search--body .search-item h3 {
      margin-bottom: 0; }
    .content__search--body .search-item a {
      text-decoration: none;
      margin-bottom: 10px;
      display: block; }
  .content__search--item {
    background-color: #fff;
    padding: 35px; }
    .content__search--item + .content__search--item {
      margin-top: 10px; }
    .content__search--item .subtitle {
      margin-bottom: 10px;
      color: #abafae; }
    .content__search--item .title {
      font-family: 'Merriweather', serif;
      color: #000; }
      .content__search--item .title h3 {
        font-size: 1.8rem; }
    .content__search--item .meta {
      color: #ff0000;
      font-size: 1.5rem; }
  .content__search .search--navigation {
    margin-top: 50px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .content__search .search--navigation .select2-container {
        display: none; } }
    .content__search .search--navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .content__search .search--navigation a {
      text-align: center;
      background-color: #fff;
      padding: 15px;
      min-width: 120px;
      display: block;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      color: #abafae; }
      .content__search .search--navigation a:hover {
        background-color: #f2f2f2; }
    .content__search .search--navigation li + li {
      margin-left: 10px; }
    .content__search .search--navigation li.active a {
      background-color: #abafae;
      color: #fff; }

.search--input {
  margin-bottom: 50px; }
  .search--input form {
    position: relative;
    max-width: 350px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .search--input input {
    background-color: #fff;
    border: 1px solid #abafae;
    font-size: 1.4rem;
    height: 50px;
    padding: 0 20px;
    width: 100%; }
  .search--input .search-submit,
  .search--input .search-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    z-index: 0;
    border: none; }
  .search--input .search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .search--input .search-icon svg {
      width: 25px;
      height: 25px; }
    .search--input .search-icon path {
      fill: #ff0000; }
  .search--input .search-submit {
    z-index: 1;
    cursor: pointer;
    background-color: transparent; }

.content__error {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 800px; }
  .content__error--title h1 {
    font-size: 20rem; }
  .content__error--text {
    font-size: 1.5rem; }
  @media (min-width: 576px) {
    .content__error--title h1 {
      font-size: 40rem; }
    .content__error--text {
      font-size: 3rem; } }

.pagination {
  margin-top: 5rem; }
  .pagination .page-link, .pagination a {
    color: #abafae;
    border: none;
    min-width: 30px;
    text-align: center; }
  .pagination .page-item.disabled .page-link, .pagination .page-item.disabled a {
    color: #f5f5f5; }
  .pagination li.hidden a {
    color: #e8e8e8; }
  .pagination li:not(.active) a:hover {
    background-color: #f5f5f5; }
  .pagination a {
    background-color: transparent; }
    .pagination a:hover {
      color: #abafae; }

.social__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .social__media a {
    color: #000;
    background-color: #f5f5f5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .social__media a + a {
      margin-left: 5px; }
    .social__media a:hover {
      background-color: #000;
      color: #fff; }
  .social__media.light a {
    background-color: transparent;
    color: #fff; }
    .social__media.light a i {
      font-size: 2.25rem; }
    .social__media.light a:hover {
      color: #FF0000; }

.nav-search-link {
  position: relative;
  z-index: -1;
  padding: 0;
  cursor: pointer;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  min-width: 50px;
  min-height: 30px;
  margin-left: auto; }
  .nav-search-link svg {
    width: 20px;
    height: 20px; }
    .nav-search-link svg path {
      fill: #ff0000; }
  @media (min-width: 768px) {
    .nav-search-link {
      margin-left: 0;
      padding: 2rem 1.5rem;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
      .nav-search-link svg {
        width: 20px;
        height: 20px; } }
  .nav-search-link > span {
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .nav-search-link > span {
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  @media (min-width: 768px) {
    .nav-search-link.search-open, .nav-search-link:hover {
      background-color: #f5f5f5; } }

.search-container {
  background-color: #f5f5f5;
  padding: 1rem 0 1.5rem 0;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: none; }
  .search-container.search-open {
    opacity: 1;
    height: auto;
    z-index: 11;
    pointer-events: all; }
  .search-container .input-wrapper {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 0 auto; }
  .search-container .input-highlight {
    font-size: 1.5rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 70px;
    border-top: 2px solid #ff0000;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    height: 0;
    color: transparent;
    overflow: hidden; }
  .search-container .input-clear {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    font-size: 1rem;
    color: #abafae; }
    .search-container .input-clear svg {
      width: 15px; }
  .search-container input {
    padding: .5rem 5rem .5rem 0;
    border: none;
    background-color: transparent;
    height: 50px;
    width: 100%;
    min-width: 100%;
    border-radius: 0;
    line-height: 50px;
    color: #abafae;
    outline: none;
    border-bottom: 2px solid #abafae; }

#l-locale-switcher {
  margin-right: 10px;
  position: relative; }
  #l-locale-switcher span {
    text-transform: capitalize;
    padding: 5px;
    display: block; }
  #l-locale-switcher > span {
    position: relative;
    padding-right: 25px; }
    #l-locale-switcher > span:after {
      content: "\f0d7";
      font-family: FontAwesome;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  #l-locale-switcher:hover .locale-container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #l-locale-switcher .locale-container-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%; }

.footer #l-locale-switcher .locale-container-wrapper {
  top: auto;
  bottom: 100%; }

.event-filters .select2-results__option {
  font-size: 0.9em !important;
  line-height: 1.25em; }

.event-filters .select2-results__option:not([role=group]) {
  padding: 10px 20px !important; }

.awselect .front_face {
  font-family: DINPro;
  color: #555;
  font-size: 1.4rem; }
  .awselect .front_face > .bg {
    background-color: #ffffff;
    border: 2px solid #f5f5f5; }
  .awselect .front_face .icon {
    -webkit-transform: rotate(0deg) translateY(-50%);
        -ms-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .awselect .front_face .icon svg {
      width: 7px;
      height: 7px; }
  .awselect .front_face .current_value {
    font-family: DINPro;
    color: #555;
    font-size: 1.4rem; }

.awselect.animate2 > .bg {
  -webkit-box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.11); }

.form-control {
  color: #555; }

.filter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  width: 100%; }
  .filter__container > div {
    width: 100%;
    min-width: 190px; }
    @media (min-width: 576px) {
      .filter__container > div {
        width: 190px; } }
  .filter__container > div + div {
    margin-left: 0;
    margin-top: 10px; }
  @media (min-width: 576px) {
    .filter__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 0;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .filter__container div {
        margin-bottom: 10px; }
        .filter__container div + div {
          margin-left: 10px;
          margin-top: 0; } }
  .filter__container .search-btn path {
    fill: #555; }
  .filter__container .input--info {
    min-width: 100px;
    width: 100px; }

.input--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right; }

.custom-input, .select2-container--flat .select2-selection--single, .select2-container--flat .select2-selection--multiple {
  border: 1px solid #dee2e6;
  font-size: 1.4rem;
  padding: 0 20px;
  height: 50px;
  line-height: 50px; }
  .custom-input.custom-select, .select2-container--flat .custom-select.select2-selection--single, .select2-container--flat .custom-select.select2-selection--multiple {
    background-position: right 1.75rem center; }

.formitem .intl-tel-input {
  width: 100%; }

.hide_label .question {
  display: none; }

.input--with-icon {
  position: relative; }
  .input--with-icon input {
    padding-right: 50px; }
  .input--with-icon button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    background: none;
    border: 1px solid transparent;
    color: #ff0000; }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form input {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    height: 50px; }
  .form label {
    color: #000;
    padding: 15px 10px; }
  .form .form-section {
    padding: 35px;
    background-color: #fbfbfb;
    border-radius: 3px; }
    .form .form-section + .form-section {
      margin-top: 15px; }
  .form .required > label {
    position: relative;
    font-weight: bold; }
    .form .required > label:after {
      content: " *";
      color: #ff0000; }

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

.mandatory .text-container > span {
  color: #ff0000; }

.custom-checkbox-label {
  width: 100%; }

.radio-inline .answer-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .radio-inline .answer-options {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.radio-column .answer-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.radio-column .custom-checkbox label {
  height: auto !important; }

.radio-column .custom-checkbox + .custom-checkbox {
  margin-top: 1rem;
  margin-left: 0 !important; }

.answer-options.radio input {
  z-index: -1;
  visibility: hidden;
  position: absolute;
  width: auto;
  opacity: 0;
  height: 0; }

.answer-options .custom-checkbox {
  position: relative;
  padding-left: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem; }
  .answer-options .custom-checkbox + .custom-checkbox {
    margin-left: 2rem; }
    @media (max-width: 768px) {
      .answer-options .custom-checkbox + .custom-checkbox {
        margin-left: 0; } }
  .answer-options .custom-checkbox label {
    position: relative;
    margin-bottom: 0;
    height: 3.5rem; }
    .answer-options .custom-checkbox label:before {
      position: absolute;
      left: -3.5rem;
      pointer-events: none;
      content: "";
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      width: 3.5rem;
      height: 3.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #e0e0e0;
      margin-right: 30px;
      transition: all .3s;
      background-color: #fff; }
    .answer-options .custom-checkbox label:after {
      position: absolute;
      left: -3.5rem;
      display: block;
      width: 3.5rem;
      height: 3.5rem;
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; }
  .answer-options .custom-checkbox input[type="radio"] + label:before {
    border-radius: 50%; }
  .answer-options .custom-checkbox input:checked ~ label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='red' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox span {
  font-family: "DinPro";
  font-weight: normal; }

.custom-checkbox input {
  width: auto;
  visibility: hidden;
  position: absolute;
  z-index: -1; }

.custom-checkbox input:checked + .checkmark svg {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.custom-checkbox label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 3.2rem;
  color: #000;
  position: relative;
  padding-left: 0; }

.custom-checkbox .checkmark {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fbfbfb;
  border-radius: 3px;
  margin-right: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #fff; }
  .custom-checkbox .checkmark svg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    width: 15px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    fill: #ff0000; }

.custom-checkbox.radio .checkmark {
  border-radius: 50%; }

.content_webform label {
  font-family: "DinPro";
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #000; }

.content_webform .webform_invalid {
  left: 0;
  margin-top: 2px;
  font-size: 13px;
  background-color: rgba(255, 0, 0, 0.05);
  color: red;
  padding: 10px 15px;
  border-radius: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 20px; }

.content_webform input, .content_webform textarea {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  height: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%; }
  .content_webform input:focus, .content_webform textarea:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e0e0e0; }

.content_webform textarea {
  padding: 1.5rem; }

.content_webform .formsection {
  padding: 35px;
  background-color: #fbfbfb;
  border-radius: 3px; }
  .content_webform .formsection + .formsection {
    margin-top: 10px; }

.content_webform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .content_webform form button {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end; }

.formitem .mandatory {
  padding-left: 5px; }

.formitem textarea {
  height: 200px; }

.select-white .select2-container--flat {
  background-color: #fff; }

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #fbfbfb;
  border-radius: 0; }

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: 1px solid #abafae; }

.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #fbfbfb;
  color: #555; }
  .select2-container--flat .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #eeeeee; }

.select2-container--flat .select2-results__option[aria-selected=true] {
  background: #ff0000;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .select2-container--flat .select2-results__option[aria-selected=true]:hover {
    background-color: #e60000; }

.select2-container--flat .select2-selection--single, .select2-container--flat .select2-selection--multiple {
  border-radius: 0; }

.select2-container--flat.select2-container--open .select2-selection__arrow b {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }

.select2-results__options > li {
  line-height: 1; }
  .select2-results__options > li + li {
    border-top: 1px solid #e0e0e0; }

.select2-results__option:not([role=group]) {
  padding: 10px 20px; }

.select2-results__option[role="group"] {
  padding: 0; }
  .select2-results__option[role="group"] strong {
    padding: 10px 20px;
    display: block;
    background-color: #FFF; }

.select2-container .select2-choice {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .select2-container .select2-choice div {
    background-clip: padding-box; }
  .select2-container .select2-choice .select2-arrow {
    border: 0;
    border-radius: 0;
    background: transparent;
    background-image: none; }

.select2-container *:focus {
  outline: 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0; }

.select2-drop {
  margin-top: -2px;
  border: 1px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .select2-drop.select2-drop-above {
    margin-top: 2px;
    border-top: 2px solid #dce4ec;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none; }

.select2-search.select2-search--dropdown {
  margin-top: 3px; }
  .select2-search.select2-search--dropdown input {
    height: 26px;
    border: 1px solid #e0e0e0; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #dce4ec;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
  .select2-dropdown-open .select2-choice .select2-choice div {
    background: transparent;
    border-left: none;
    -webkit-filter: none;
            filter: none; }

.select2-dropdown {
  border: 1px solid #e0e0e0; }

.select2-results {
  padding: 0;
  margin: 4px 0 0 0; }
  .select2-results .select2-highlighted {
    background: #abafae;
    color: #ffffff;
    border-radius: 0; }

.select2-container-multi .select2-choices {
  border: 1px solid #dce4ec; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #dce4ec;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  margin-top: 0;
  font-size: 20px;
  line-height: 20px; }
  .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder, .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
    color: #555;
    opacity: 1; }
  .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder, .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
    color: #555;
    opacity: 1; }
  .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder, .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
    color: #555;
    opacity: 1; }
  .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder, .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
    color: #555;
    opacity: 1; }
  .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder, .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
    color: #555;
    opacity: 1; }

.select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden; }

/****** Single SCSS *******/
.select2-container--flat .select2-selection--single, .select2-container--flat .select2-selection--multiple {
  height: 50px; }
  .select2-container--flat .select2-selection--single .select2-selection__rendered, .select2-container--flat .select2-selection--multiple .select2-selection__rendered {
    color: #555;
    font-family: "DINPro";
    height: 50px;
    padding: 0; }
  .select2-container--flat .select2-selection--single .select2-selection__arrow, .select2-container--flat .select2-selection--multiple .select2-selection__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 20px; }
    .select2-container--flat .select2-selection--single .select2-selection__arrow b, .select2-container--flat .select2-selection--multiple .select2-selection__arrow b {
      border-color: #ff0000 transparent transparent transparent;
      top: 60%;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      width: 0; }
  .select2-container--flat .select2-selection--single .select2-selection__clear, .select2-container--flat .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }

/****** Multiple SCSS *******/
.select2-container--flat .select2-selection--multiple {
  border: 1px solid #dee2e6; }
  .select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #abafae;
    cursor: pointer; }
  .select2-container--flat .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--flat .select2-selection--multiple .select2-selection__choice {
    color: #555;
    border-radius: 0;
    cursor: default;
    float: left; }
  .select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
    color: #abafae;
    margin-right: 6px;
    margin-left: 6px;
    float: right; }

/* ---- Light design adjustments ---- */
.mandant-2 .select2-container .select2-dropdown {
  -webkit-box-shadow: 2px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 1px rgba(0, 0, 0, 0.1);
  border-left-width: 0; }
  .mandant-2 .select2-container .select2-dropdown .select2-results__options .select2-results__option {
    padding: 30px 20px;
    font-size: 2rem; }
    .mandant-2 .select2-container .select2-dropdown .select2-results__options .select2-results__option:not([aria-selected=true]) {
      background-color: #fff; }
      .mandant-2 .select2-container .select2-dropdown .select2-results__options .select2-results__option:not([aria-selected=true]):hover {
        background-color: #eeeeee; }
    .mandant-2 .select2-container .select2-dropdown .select2-results__options .select2-results__option[role="group"] {
      padding: 0; }
      .mandant-2 .select2-container .select2-dropdown .select2-results__options .select2-results__option[role="group"] .select2-results__group {
        border-bottom: 1px solid #e0e0e0; }

.mandant-2 .select2-container .select2-results > .select2-results__options {
  max-height: 30rem; }

.mandant-2 .answer-options .custom-checkbox + .custom-checkbox {
  margin-left: 0; }

.mandant-2 .answer-options .custom-checkbox label {
  height: 4rem;
  padding-left: 2rem; }
  .mandant-2 .answer-options .custom-checkbox label:before {
    width: 4rem;
    height: 4rem; }
  .mandant-2 .answer-options .custom-checkbox label:after {
    width: 4rem;
    height: 4rem; }

.mandant-2 .radio-inline .answer-options .custom-checkbox + .custom-checkbox {
  margin-left: 5rem; }

.mandant-2 .content_webform label {
  padding-left: 0;
  margin-bottom: 10px; }

.mandant-2 .content_webform .formsection {
  padding: 0;
  background-color: #fff; }
  .mandant-2 .content_webform .formsection h3.headline__dots {
    font-family: inherit;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 3.4rem;
    border-bottom: 1px solid #dddddd;
    padding: 2rem 0; }
    .mandant-2 .content_webform .formsection h3.headline__dots:before, .mandant-2 .content_webform .formsection h3.headline__dots:after {
      content: none; }

@media (max-width: 768px) {
  .mandant-2 .content_webform .formsection .subscribe_field .answer-options label {
    height: auto; }
  .mandant-2 .answer-options .custom-checkbox {
    margin-bottom: 1rem; }
    .mandant-2 .answer-options .custom-checkbox + .custom-checkbox {
      margin-left: 0rem; }
    .mandant-2 .answer-options .custom-checkbox span {
      line-height: 3.5rem; } }

@media (max-width: 576px) {
  .mandant-2 .content_webform .formsection h3.headline__dots {
    font-size: 3rem; } }

.element__lead--title.with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  .element__lead--title.with-icon .headline {
    margin-bottom: 0; }

.element__lead--description {
  font-size: 2rem; }
  .element__lead--description img {
    max-width: 100%;
    height: auto; }

.element__lead--share {
  padding: 45px 0; }

.element__lead--meta {
  border-top: 1px solid #f5f5f5;
  padding: 35px 0; }
  .element__lead--meta [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: .5rem 0; }
  .element__lead--meta .k {
    color: #abafae; }
  .element__lead--meta .v {
    color: #000; }

@media (min-width: 576px) {
  .element__lead [class*="col-"] {
    margin: 0; } }

.publication__lead .publication__icon {
  width: 100px;
  height: 100px;
  min-width: 100px;
  margin-right: 2rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .publication__lead .publication__icon svg, .publication__lead .publication__icon img {
    width: 35px;
    height: auto; }

h3.title {
  color: #000;
  font-size: 2.375em;
  font-weight: bold;
  margin-bottom: 0.5em; }

p.text-default {
  color: #000;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.5em; }

.btn-arrow-round {
  display: inline-block;
  cursor: pointer; }
  .btn-arrow-round svg {
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btn-arrow-round svg .arrow {
      fill: #FF0000;
      -webkit-transition: fill 0.3s ease-in-out;
      -o-transition: fill 0.3s ease-in-out;
      transition: fill 0.3s ease-in-out; }
    .btn-arrow-round svg .btn-red0 {
      fill: #FF0000; }
    .btn-arrow-round svg .btn-red3 {
      stroke: #ffffff; }
  .btn-arrow-round--sm {
    width: 65px;
    height: 65px; }
  .btn-arrow-round:hover svg {
    left: 2rem; }
    .btn-arrow-round:hover svg .arrow {
      fill: #ffffff; }

.partner-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 200 / 120;
  padding: 20px 50px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.5;
  transition: -webkit-box-shadow 0.5;
  -o-transition: box-shadow 0.5;
  transition: box-shadow 0.5;
  transition: box-shadow 0.5, -webkit-box-shadow 0.5; }
  .partner-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .partner-link:hover {
    -webkit-box-shadow: 0px 0px 15px 2.5px rgba(0, 0, 0, 0.075);
            box-shadow: 0px 0px 15px 2.5px rgba(0, 0, 0, 0.075); }

.modal.right .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 750px;
  height: 100%;
  background-color: #FFF;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  padding: 50px 25px 25px;
  border-radius: 0;
  border: none;
  color: #000; }
  .modal.right .modal-content button {
    position: absolute;
    top: 25px;
    right: 25px;
    outline: none !important;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    .modal.right .modal-content button img {
      width: 30px; }

.modal.right.fade.show .modal-dialog {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

@media (min-width: 768px) {
  .modal.right .modal-content {
    padding: 50px; } }

@media (min-width: 1200px) {
  .modal.right .modal-content {
    padding: 100px; } }

.buttons-class, .buttons-class-darker, .owl-carousel .owl-prev, .owl-carousel .owl-next, .fancybox-prev span, .fancybox-next span {
  width: 60px;
  height: 60px;
  border: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.buttons-class-darker, .owl-carousel .owl-prev, .owl-carousel .owl-next {
  border: 1px solid #abafae;
  color: #abafae; }

body.menu--open, body.fixed {
  overflow: hidden; }

.headline_class, .headline, .headline__dots {
  color: #000;
  font-family: 'Merriweather', serif;
  font-weight: normal; }

.hover-boxshadow {
  -webkit-box-shadow: 0 5px 10px 0 rgba(20, 65, 70, 0.1);
          box-shadow: 0 5px 10px 0 rgba(20, 65, 70, 0.1); }

.headline {
  font-size: 2.2rem;
  margin-bottom: 30px; }
  .headline__dots {
    position: relative;
    padding-left: .8em;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 40px; }
    .headline__dots:before, .headline__dots:after {
      content: "";
      position: absolute;
      width: .25em;
      height: .25em;
      border-radius: 50%;
      background-color: #ff0000;
      top: 50%;
      left: 0; }
    .headline__dots:before {
      -webkit-transform: translateY(-50%) translateY(-0.25em);
          -ms-transform: translateY(-50%) translateY(-0.25em);
              transform: translateY(-50%) translateY(-0.25em); }
    .headline__dots:after {
      -webkit-transform: translateY(-50%) translateY(0.25em);
          -ms-transform: translateY(-50%) translateY(0.25em);
              transform: translateY(-50%) translateY(0.25em); }
    .headline__dots.invert {
      color: #ffffff; }
    .headline__dots.light {
      color: #fff;
      font-family: inherit;
      font-size: 10rem;
      line-height: 10rem;
      padding-left: 0.5em; }
      .headline__dots.light:before, .headline__dots.light:after {
        width: 0.15em;
        height: 0.15em; }
      .headline__dots.light:before {
        -webkit-transform: translateY(-50%) translateY(-0.15em);
            -ms-transform: translateY(-50%) translateY(-0.15em);
                transform: translateY(-50%) translateY(-0.15em); }
      .headline__dots.light:after {
        -webkit-transform: translateY(-50%) translateY(0.25em);
            -ms-transform: translateY(-50%) translateY(0.25em);
                transform: translateY(-50%) translateY(0.25em); }

.white-stripe {
  position: relative; }
  .white-stripe:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: #ffffff;
    height: 50px;
    z-index: 1; }
  .white-stripe.stripe-right:after {
    left: 50%;
    right: 0; }
  .white-stripe.stripe-bigger:after {
    height: 75px; }
  @media (min-width: 576px) {
    .white-stripe:after {
      content: ""; } }

@media (min-width: 576px) {
  .white--stripe-offset {
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px); } }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: none;
  z-index: 100; }
  .back-to-top .content {
    background-color: #ff0000;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #ff0000;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2px; }
  .back-to-top:hover .content {
    background-color: #ffffff; }
    .back-to-top:hover .content i {
      color: #ff0000; }
  .back-to-top i {
    color: #ffffff; }

.owl-carousel .owl-dots {
  margin-top: 45px;
  height: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.owl-carousel .owl-dot {
  width: 30px;
  height: 3px;
  background-color: #abafae;
  border-radius: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .owl-carousel .owl-dot.active {
    background-color: #ff0000;
    height: 5px; }

.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  top: -85px; }

.owl-carousel .owl-prev, .owl-carousel .owl-next {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0.5;
  position: static;
  font-size: 1.5rem;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0); }
  .owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
    opacity: 1; }

.owl-carousel .owl-next {
  margin-left: 5px; }

.owl-nav-bigger-space .owl-nav {
  top: -135px; }

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);
            box-shadow: 0 0 0 45px rgba(255, 0, 0, 0); } }

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);
            box-shadow: 0 0 0 45px rgba(255, 0, 0, 0); } }

.play-button {
  background-color: #ff0000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 45%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  z-index: 1;
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); }
  .play-button:hover {
    -webkit-animation: none;
            animation: none; }
  .play-button i {
    color: white;
    font-size: 4rem; }

.video--preview .play-title {
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 5555;
  text-align: center;
  color: white;
  font-size: 14px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .video--preview .play-button i {
    display: block;
    margin-left: -3px; } }

.btn {
  position: relative; }
  .btn:before {
    content: "\e80d";
    font-family: "fontello";
    padding-right: 20px; }

.btn-link-small {
  padding-left: 15px; }

.content__element {
  padding: 90px 0; }
  .content__element--small {
    padding: 65px 0; }

.col-grid-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-grid-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%;
      max-width: 33.333%; } }
  @media (min-width: 1000px) {
    .col-grid-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; } }

.image--bg-top-left, .image--bg-top-right,
.image--bg-bottom-left,
.image--bg-bottom-right {
  position: relative; }
  .image--bg-top-left:before, .image--bg-top-left:after, .image--bg-top-right:before, .image--bg-top-right:after,
  .image--bg-bottom-left:before,
  .image--bg-bottom-left:after,
  .image--bg-bottom-right:before,
  .image--bg-bottom-right:after {
    position: absolute;
    background-color: #f5f5f5;
    width: 80%;
    height: 80%;
    z-index: -1; }

.image--bg-top-left:before {
  content: "";
  left: -1rem;
  top: -1rem; }

.image--bg-top-right:after {
  content: "";
  top: -1rem;
  right: -1rem; }

.image--bg-bottom-left:before {
  content: "";
  left: -1rem;
  bottom: -1rem; }

.image--bg-bottom-right:after {
  content: "";
  bottom: -1rem;
  right: -1rem; }

.fancybox-close {
  top: 0;
  right: 0;
  background-image: none;
  background-color: #ff0000;
  width: 50px;
  height: 50px; }
  .fancybox-close:before {
    content: "\e802";
    font-family: fontello;
    position: absolute;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }

.fancybox-prev span, .fancybox-next span {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2); }

.fancybox-skin {
  border-radius: 0; }

.fancybox-title-inside-wrap {
  padding: 15px; }

.image-container {
  position: relative; }

.list-styled, .content__map--content ul, .content__map ul {
  padding: 0 1em; }
  .list-styled li, .content__map--content ul li, .content__map ul li {
    position: relative;
    list-style: none; }
    .list-styled li:before, .content__map--content ul li:before, .content__map ul li:before {
      content: "";
      left: -25px;
      top: 15px;
      border-color: transparent #ff0000;
      border-style: solid;
      border-width: 0.30em 0 0.30em 0.45em;
      display: block;
      height: 0;
      width: 0;
      position: relative; }

.page-link, .pagination a {
  font-weight: bold;
  font-size: 1.6rem; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination li + li {
    margin-left: 5px; }
  .light .pagination .page-link, .light .pagination a {
    font-size: 3rem; }
    .light .pagination .page-link.active, .light .pagination a.active, .light .pagination .page-link:hover, .light .pagination a:hover {
      background-color: transparent;
      color: #000; }
    .light .pagination .page-link .icon-left-dir, .light .pagination a .icon-left-dir, .light .pagination .page-link .icon-right-dir, .light .pagination a .icon-right-dir {
      display: none; }

.has--filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px; }
  .has--filter .headline__dots {
    margin-bottom: 10px; }
  @media (max-width: 768px) {
    .has--filter {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.custom-select {
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 13 10' %3E%3Cpath fill='%23ff0000' d='M13 0H0l6.5 10z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; }

.share__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .share__container a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fbfbfb;
    color: #000000;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out; }
    .share__container a + a {
      margin-left: 5px; }
    .share__container a:hover {
      background-color: #fff;
      color: #ff0000; }

@media (min-width: 768px) {
  .px-m.col-md-4 {
    padding-right: 30px; } }

@media (min-width: 1000px) {
  .px-m.col-md-4 {
    padding-right: 80px; } }

.overflow-hide {
  overflow: hidden; }

.block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5; }

.hamburger-container {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
  cursor: pointer; }
  .hamburger-container .hamburger, .hamburger-container .hamburger:after, .hamburger-container .hamburger:before {
    background: #ff0000;
    position: absolute;
    width: 30px;
    height: 2px;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .hamburger-container .hamburger {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms; }
    .hamburger-container .hamburger:before, .hamburger-container .hamburger:after {
      display: block;
      content: ""; }
    .hamburger-container .hamburger:before {
      top: -8px;
      -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
      -o-transition: top 75ms ease .12s,opacity 75ms ease;
      transition: top 75ms ease .12s,opacity 75ms ease; }
    .hamburger-container .hamburger:after {
      bottom: -8px;
      -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger-container.active .hamburger {
    -webkit-transition-delay: .12s;
         -o-transition-delay: .12s;
            transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    .hamburger-container.active .hamburger:before {
      top: 0;
      -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
      -o-transition: top 75ms ease,opacity 75ms ease .12s;
      transition: top 75ms ease,opacity 75ms ease .12s;
      opacity: 0; }
    .hamburger-container.active .hamburger:after {
      bottom: 0;
      -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.hamburger-container {
  display: none; }

@media (max-width: 1000px) {
  .nav-search-link {
    margin-left: auto; }
  .hamburger-container {
    display: block; } }

.frntd #l-locale-switcher {
  z-index: 5;
  cursor: pointer; }
  .frntd #l-locale-switcher span {
    padding: 8px; }
  .frntd #l-locale-switcher > span {
    padding: 8px 35px 8px 8px; }
    .frntd #l-locale-switcher > span:after {
      font-family: Fontello;
      content: "\e818"; }
  .frntd #l-locale-switcher:hover {
    background-color: #f5f5f5; }

.frntd .locale-container-wrapper a {
  display: block;
  background-color: #e8e8e8; }
  .frntd .locale-container-wrapper a span {
    color: #000; }

.frntd .locale-container {
  width: 100%; }

.o_event .column-two, .o_blog .column-two, .o_publication .column-two {
  padding-top: 3rem; }
  @media (min-width: 576px) {
    .o_event .column-two, .o_blog .column-two, .o_publication .column-two {
      padding-top: 9rem; } }

svg {
  height: auto; }

.navigation__bar .sticky_holder.sticky {
  position: fixed;
  top: 0; }

.badge-white {
  background-color: #fff;
  color: #ff0000; }

.element__margin--small {
  margin-top: 4rem; }

.element__margin--medium {
  margin-top: 6rem; }

.element__margin--big {
  margin-top: 8rem; }

.element__preview--image {
  width: 50%;
  margin-bottom: 35px; }
  .element__preview--image img {
    max-width: 100%; }

@media (max-width: 768px) {
  .element__preview--image {
    width: 100%; } }

.dp-layout-element.menu {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.dp-layout-element.main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media (min-width: 768px) {
  .dp-layout-element.menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .dp-layout-element.main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.popUp .mediaController .playButton, .popUp .mediaController .pauseButton, .popUp_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.popUp .article_description, .popUp .article_title, .popUp .article_subtitle, .popUp .article .content h5 {
  text-transform: uppercase; }

.popUp_leftContent h2, .popUp .popUp_rightContent .headline, .popUp .popUp_rightContent .content__ckeditor h3, .popUp .popUp_rightContent .content__ckeditor h2, .popUp .popUp_rightContent .content__downloads h3, .popUp_bigHeader h1 {
  font-family: inherit;
  font-weight: bold;
  font-style: normal; }

.popUp .article .content p {
  font-family: inherit;
  font-weight: normal;
  font-style: normal; }

.mandant-0 .content__text__image,
.mandant-0 .content__imagebox,
.mandant-0 .content__downloads_light,
.mandant-0 .content__gallery,
.mandant-0 .content__text_light {
  display: none; }

.mandant-0 .frontend-preview .content__text__image,
.mandant-0 .frontend-preview .content__imagebox,
.mandant-0 .frontend-preview .content__downloads_light,
.mandant-0 .frontend-preview .content__gallery,
.mandant-0 .frontend-preview .content__text_light {
  display: block; }

.md__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .md__card:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .md__card--header {
    overflow: hidden; }
    .md__card--header.with--image {
      background-size: cover;
      background-position: center;
      position: relative; }
      .md__card--header.with--image .image--container {
        background-size: cover;
        background-position: center;
        position: relative; }
    .md__card--header.with--image .image--container {
      padding-bottom: 56.25%;
      background-size: cover;
      background-position: center;
      position: relative;
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
    .md__card--header.with--image.team .image--container {
      padding-bottom: 75%; }
    .md__card--header img {
      max-width: 100%;
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .md__card:hover .image--container {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .md__card--body {
    padding: 35px 15px 0; }
    .md__card--body .headline {
      font-size: 1.7rem;
      font-weight: bold;
      margin-bottom: 20px; }
  .md__card--footer {
    margin-top: auto; }

.sidebar__person {
  margin-top: 4rem; }
  .sidebar__person .md__card {
    background-color: #f5f5f5; }
  .sidebar__person .md__card--footer {
    padding: 15px; }
    .sidebar__person .md__card--footer ul {
      margin-bottom: 0; }
    .sidebar__person .md__card--footer li + li {
      margin-left: 15px; }

.footer ul, .navigation__sidebar--menu ul, .navigation__bar ul {
  padding-left: 0;
  margin: 0; }
  .footer ul li, .navigation__sidebar--menu ul li, .navigation__bar ul li {
    list-style: none; }

html {
  font-weight: normal;
  font-size: 10px; }

html, body {
  height: 100%; }

a {
  outline: none; }

.dp-layout.column-two .container {
  padding-left: 0;
  padding-right: 0; }

a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.content__ckeditor {
  padding: 45px 0; }

.content__ckeditor + .events__list {
  padding-top: 0; }
/*# sourceMappingURL=layout.css.map */