@charset "UTF-8";
/* Google fonts */
@import '//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css';
@font-face {
  font-family: 'GT-America';
  src: url("../fonts/GT-America-Standard-Regular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'GT-America';
  src: url("../fonts/GT-America-Standard-Medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'GT-America';
  src: url("../fonts/GT-America-Standard-Bold.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: 'GT-America-Mono';
  src: url("../fonts/GT-America-Mono-Regular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'GT-America-Mono';
  src: url("../fonts/GT-America-Mono-Medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'GT-America-Mono';
  src: url("../fonts/GT-America-Mono-Bold.woff") format("woff");
  font-weight: 700; }

/* Bootstrap */
/* Taken from bootstrap-grid.scss */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/*!
 * 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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 460px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 960px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

[tabindex="-1"]:focus {
  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;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

select {
  word-wrap: normal; }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  -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-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-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  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: 1.25rem; }

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 680px; } }
  @media (min-width: 960px) {
    .container {
      max-width: 920px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

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

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

.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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-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%;
  padding-right: 10px;
  padding-left: 10px; }

.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: 100%; }

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

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

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 460px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 960px) {
  .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: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-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;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-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;
    pointer-events: none;
    cursor: default; }

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

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

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

.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);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.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:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .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-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

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

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

.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: 10px; }
  @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: -10px;
      margin-left: -10px; }
      .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: 10px;
        margin-bottom: 0;
        margin-left: 10px; } }

.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: 10px; }
  @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-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 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 {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    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; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

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

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

a.close.disabled {
  pointer-events: none; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-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, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

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

.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% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -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%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -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);
  border-radius: 0;
  outline: 0; }

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

.modal-header {
  display: -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: 25px;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 25px;
    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: 0 50px 50px 50px; }

.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: 0 50px 50px 50px;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .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-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

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

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

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

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

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

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

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

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !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: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !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: #007bff !important; }

.border-secondary {
  border-color: #6c757d !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: #343a40 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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: 460px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-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: 960px) {
  .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.85714%; }

.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: 460px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xs-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: 960px) {
  .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: 460px) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-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: 960px) {
  .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; } }

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

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

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

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

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

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

.position-sticky {
  position: -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; }

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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-n1 {
  margin: -0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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: 460px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 0.25rem !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important; }
  .m-xs-2 {
    margin: 0.5rem !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important; }
  .m-xs-3 {
    margin: 1rem !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important; }
  .m-xs-4 {
    margin: 1.5rem !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important; }
  .m-xs-5 {
    margin: 3rem !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 0.25rem !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important; }
  .p-xs-2 {
    padding: 0.5rem !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important; }
  .p-xs-3 {
    padding: 1rem !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important; }
  .p-xs-4 {
    padding: 1.5rem !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important; }
  .p-xs-5 {
    padding: 3rem !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important; }
  .m-xs-n1 {
    margin: -0.25rem !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important; }
  .m-xs-n2 {
    margin: -0.5rem !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important; }
  .m-xs-n3 {
    margin: -1rem !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important; }
  .m-xs-n4 {
    margin: -1.5rem !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important; }
  .m-xs-n5 {
    margin: -3rem !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 960px) {
  .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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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 !important; }

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

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

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

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

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

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

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

@media (min-width: 460px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-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: 960px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Reset */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0; }

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

a:hover {
  text-decoration: none; }

p {
  margin: 0; }

body {
  line-height: 1; }

input,
textarea {
  border: 0; }

figure {
  margin: 0; }

button {
  border: 0; }

.modal-header {
  padding-bottom: 0; }

/* Settings */
h1, h2, h3 {
  margin-bottom: 0px; }

h1, .h1 {
  font-size: 68px;
  line-height: 72px;
  color: #ddd;
  font-family: 'GT-America', sans-serif;
  font-weight: 500;
  font-style: normal; }
  @media (max-width: 959.98px) {
    h1, .h1 {
      font-size: 64px;
      line-height: 68px; } }
  @media (max-width: 767.98px) {
    h1, .h1 {
      font-size: 40px;
      line-height: 46px; } }

h2, .h2 {
  font-size: 36px;
  color: #000;
  line-height: 40px;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal; }

h3, .h3 {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal; }

h4, .h4 {
  font-size: 20px;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  line-height: 28px; }

h5 {
  font-size: 20px;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  line-height: 28px; }

.ce_hyperlink h2, .ce_hyperlink h3, .ce_hyperlink h4,
.ce_download h2,
.ce_download h3,
.ce_download h4,
.ce_downloads h2,
.ce_downloads h3,
.ce_downloads h4,
.ce_list h2,
.ce_list h3,
.ce_list h4,
.ce_text h2,
.ce_text h3,
.ce_text h4 {
  display: block;
  margin-bottom: 30px;
  max-width: 1000px; }

.h-dev-breakpoint {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: white;
  padding: 5px;
  width: 60px;
  height: 25px;
  border: 1px solid black;
  font-size: 15px; }
  @media (max-width: 459.98px) {
    .h-dev-breakpoint:after {
      content: 'xxs'; } }
  @media (min-width: 460px) and (max-width: 575.98px) {
    .h-dev-breakpoint:after {
      content: 'xs'; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .h-dev-breakpoint:after {
      content: 'sm'; } }
  @media (min-width: 768px) and (max-width: 959.98px) {
    .h-dev-breakpoint:after {
      content: 'md'; } }
  @media (min-width: 960px) and (max-width: 1199.98px) {
    .h-dev-breakpoint:after {
      content: 'lg'; } }
  @media (min-width: 1200px) {
    .h-dev-breakpoint:after {
      content: 'xl'; } }

.h-invisible {
  visibility: hidden; }

.h-hidden {
  display: none; }

.h-center-content {
  text-align: center; }

.h-hide-xs {
  display: block; }
  @media (max-width: 767.98px) {
    .h-hide-xs {
      display: none; } }

.h-skip {
  position: absolute;
  top: -32768px;
  left: -32768px;
  z-index: 100000; }

.h-skip:focus,
.h-skip:active {
  position: static;
  top: 0;
  left: 0; }

.h-skiplinks {
  position: absolute;
  top: 0;
  left: -32768px;
  z-index: 1000000;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  border-bottom: 1px solid black; }

.h-skiplinks .h-skip:focus,
.h-skiplinks .h-skip:active {
  left: 32768px;
  outline: 0 none;
  position: absolute;
  width: 100%; }

.h-skiplinks .h-skip {
  background-color: white;
  padding: 4px 0;
  border-bottom: 1px solid black; }

/* Slick carousel */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "_slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 70px; }

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      padding: 0;
      background: rgba(160, 225, 40, 0.3); }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background: #A0E128; }

/* General definitions */
body {
  background-color: #fff; }

@media (max-width: 575.98px) {
  .container {
    padding: 0 15px; } }

@media (max-width: 767.98px) {
  .col-md-6 {
    margin-bottom: 30px; } }

@media (max-width: 1199.98px) {
  .col-md-spacer-bottom {
    margin-bottom: 45px; } }

.fr-main-content {
  position: relative;
  z-index: 1; }

.fr-container-inside {
  position: relative;
  height: inherit; }

.fr-main-column {
  padding-top: 45px;
  overflow: hidden; }
  @media (min-width: 960px) {
    .fr-main-column {
      padding-right: 50px; } }

.fr-rc-column {
  padding-top: 45px; }

.fr-container__inside > :last-child {
  margin-bottom: 0; }

.fr-container__outside {
  overflow-x: hidden; }

.fr-container-color-standard {
  background-color: #efeff0; }

.fr-container-color-1 {
  background-color: #efeff0; }

.fr-container-color-2 {
  background-color: #efeff0; }

.fr-container__outside--two-colors {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 960px) {
    .fr-container__outside--two-colors {
      background: url("/images/framework/bg_socialmedia.png") repeat-y center center;
      background-size: 100% 1px;
      padding-top: 0;
      padding-bottom: 0; }
      .fr-container__outside--two-colors .col-lg-4 {
        background-color: #63666a; } }

.fr-two-colors-container {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%; }
  @media (max-width: 959.98px) {
    .fr-two-colors-container {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 960px) {
    .fr-two-colors-container--dark {
      background-color: #63666a; } }

.fr-container__outside--padding {
  padding-top: 50px;
  padding-bottom: 50px; }

.fr-container__outside--padding-top {
  padding-top: 50px; }

.fr-container__outside--padding-bottom {
  padding-bottom: 50px; }

.fr-container__outside--padding-top-large {
  padding-top: 70px; }

.fr-container__outside--padding-bottom-large {
  padding-bottom: 70px; }

.fr-container__outside--with-background {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover; }

.fr-row--spacer-bottom {
  margin-bottom: 22.5px; }

.fr-layout-column-padding-left {
  padding-left: 16px; }

.fr-layout-column-padding-right {
  padding-right: 16px; }

.fr-inner-container {
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 959.98px) {
    .fr-inner-container {
      max-width: 680px;
      padding: 0 10px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .fr-inner-container {
      max-width: 540px;
      padding: 0 10px; } }

.fr-content-container {
  padding: 25px; }

.container__article {
  padding-top: 0px;
  padding-bottom: 120px; }
  @media (max-width: 959.98px) {
    .container__article {
      padding-top: 0px;
      padding-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .container__article {
      padding-bottom: 80px; } }

@media (max-width: 767.98px) {
  .container {
    padding-left: 25px;
    padding-right: 25px; } }

#main .mod_article.first {
  padding-top: 120px; }
  @media (max-width: 959.98px) {
    #main .mod_article.first {
      padding-top: 100px; } }
  @media (max-width: 767.98px) {
    #main .mod_article.first {
      padding-top: 80px; } }

.home #main .mod_article.first {
  padding-top: 0px; }

.home #main .mod_article:nth-child(2) {
  padding-top: 60px; }

#main .ce_text p {
  line-height: 30px;
  margin: 30px 0; }
  #main .ce_text p:last-child {
    margin-bottom: 0px; }
  #main .ce_text p:first-of-type {
    margin-top: 0px; }

#main .ce_text {
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  #main .ce_text b, #main .ce_text strong {
    font-weight: 600; }
  #main .ce_text.multi-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 40px;
    max-width: 1150px; }
    #main .ce_text.multi-column p {
      margin: 0 0 30px 0; }
      #main .ce_text.multi-column p:last-child {
        margin-bottom: 0px; }
    @media (max-width: 767.98px) {
      #main .ce_text.multi-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px; } }

.ce_headline,
.ce_text p {
  max-width: 1000px;
  width: 100%; }

.ce_download {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block; }
  .ce_download a {
    max-width: 400px;
    padding-right: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    background-image: url("../img/download.svg");
    background-repeat: no-repeat;
    background-position: bottom 23px right;
    display: block;
    line-height: 30px; }

#main .ce_hyperlink {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px; }
  #main .ce_hyperlink a {
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: top 11px right;
    padding-right: 25px;
    line-height: 25px;
    background-image: url("../img/arrow-right-black.svg"); }
    #main .ce_hyperlink a.externer:before {
      content: '';
      display: inline-block;
      width: 21px;
      height: 24px;
      background-image: url(../img/externer_link.svg);
      background-repeat: no-repeat;
      background-position: bottom left;
      margin-right: 15px;
      font-size: 20px;
      background-size: 18px; }
    #main .ce_hyperlink a.sprungmarke {
      background-image: url(../img/arrow-long-down-black.svg);
      background-repeat: no-repeat;
      background-position: bottom 22px right;
      padding-right: 40px;
      line-height: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid;
      padding-top: 5px;
      display: block;
      width: calc(100% - 40px);
      float: right;
      max-width: 400px; }
      @media (max-width: 959.98px) {
        #main .ce_hyperlink a.sprungmarke {
          width: 100%;
          float: none; } }

.ce_image {
  max-width: 800px;
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  .ce_image img {
    display: block;
    height: auto;
    max-width: 100%; }
  .ce_image figcaption {
    color: #989898;
    font-size: 14px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    margin-top: 20px; }

.ce_list {
  max-width: 1000px;
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.ce_text ul, .ce_list ul {
  padding: 0;
  margin: 0; }
  .ce_text ul li, .ce_list ul li {
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: top 8px left;
    background-image: url("../img/liststyle.svg"); }
    .ce_text ul li:last-child, .ce_list ul li:last-child {
      margin-bottom: 0px; }
    .ce_text ul li ul, .ce_list ul li ul {
      margin-top: 18px; }
      .ce_text ul li ul li, .ce_list ul li ul li {
        margin-bottom: 8px; }

.ce_text ol, .ce_list ol {
  padding: 0 0 0 20px;
  margin: 0; }
  .ce_text ol li, .ce_list ol li {
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 20px; }

.dz_stage {
  position: relative;
  width: 100%;
  height: 460px; }
  @media (max-width: 767.98px) {
    .dz_stage {
      height: auto; } }
  .dz_stage .container, .dz_stage .row {
    height: 100%;
    z-index: 5;
    position: relative; }
  .dz_stage .dz_stage__background {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .dz_stage .dz_stage__background {
        position: relative;
        height: 380px; } }
  .dz_stage .dz_stage__content {
    max-width: 995px;
    width: calc(100% - 20px);
    right: 10px;
    padding: 40px 44px;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    bottom: -50px;
    z-index: 10; }
    @media (max-width: 767.98px) {
      .dz_stage .dz_stage__content {
        padding: 40px 25px;
        position: relative;
        bottom: auto;
        top: -100px;
        left: -25px;
        width: calc(100% + 50px);
        margin-bottom: -100px; } }
  .dz_stage .dz_stage__headline {
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    display: block;
    margin-bottom: 30px; }
    .dz_stage .dz_stage__headline:after {
      content: '';
      display: block;
      height: 10px;
      width: 155px;
      background: #fff;
      margin-top: 15px; }

.ce_accordion {
  color: #000;
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  outline: none; }
  .ce_accordion .toggler {
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 20px 25px 20px 0;
    border-top: 1px solid;
    outline: none;
    background-image: url("../img/arrow-down-black.svg");
    background-repeat: no-repeat;
    background-position: top 23px right; }
    .ce_accordion .toggler.ui-state-active {
      background-image: url("../img/arrow-up-black.svg");
      border-bottom: 1px solid; }
  .ce_accordion:first-child .toggler {
    border-top: none; }
  .ce_accordion .ui-accordion-content {
    padding-top: 22px;
    padding-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
  .ce_accordion.ce_accordionSingle .ui-accordion-content > div {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    .ce_accordion.ce_accordionSingle .ui-accordion-content > div p:first-child {
      margin-top: 0px !important; }

.ce_accordion__farbe .ce_accordion .toggler {
  border-bottom: 1px solid; }

.ce_accordion__farbe .ce_accordion .ui-accordion-content {
  margin: 0; }

.ce_accordion__farbe:last-of-type .ce_accordion .toggler {
  border-bottom: none; }

#main .mod_article .ce_accordion__farbe {
  margin-bottom: -2px; }
  #main .mod_article .ce_accordion__farbe.open.bg-Weiss, #main .mod_article .ce_accordion__farbe.bg-Weiss:hover {
    background: #fff; }
  #main .mod_article .ce_accordion__farbe.open.bg-Schwarz, #main .mod_article .ce_accordion__farbe.bg-Schwarz:hover {
    background: #000;
    color: #fff; }
  #main .mod_article .ce_accordion__farbe.open.bg-Violett, #main .mod_article .ce_accordion__farbe.bg-Violett:hover {
    background: #6E2DC8;
    color: #fff; }
  #main .mod_article .ce_accordion__farbe.open.bg-Pink, #main .mod_article .ce_accordion__farbe.bg-Pink:hover {
    background: #B42DC8;
    color: #fff; }
  #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis, #main .mod_article .ce_accordion__farbe.bg-Tuerkis:hover {
    background: #00D2BE;
    color: #fff; }
  #main .mod_article .ce_accordion__farbe.open.bg-Gruen, #main .mod_article .ce_accordion__farbe.bg-Gruen:hover {
    background: #A0E128;
    color: #fff; }
  #main .mod_article .ce_accordion__farbe.open.bg-Gelb, #main .mod_article .ce_accordion__farbe.bg-Gelb:hover {
    background: #FFF000; }
  #main .mod_article .ce_accordion__farbe.open.bg-Blau, #main .mod_article .ce_accordion__farbe.bg-Blau:hover {
    background: #0000FF;
    color: #fff; }
  #main .mod_article .ce_accordion__farbe:hover .toggler {
    border: none;
    background-image: url(../img/arrow-down-white.svg); }
  #main .mod_article .ce_accordion__farbe.bg-Gelb:hover .toggler {
    background-image: url(../img/arrow-down-black.svg); }
  #main .mod_article .ce_accordion__farbe.open .toggler {
    background-image: url(../img/arrow-up-white.svg); }
  #main .mod_article .ce_accordion__farbe.bg-Gelb.open .toggler {
    background-image: url(../img/arrow-up-black.svg); }
  #main .mod_article .ce_accordion__farbe.open.bg-Gruen, #main .mod_article .ce_accordion__farbe.open.bg-Gruen, #main .mod_article .ce_accordion__farbe.open.bg-Pink, #main .mod_article .ce_accordion__farbe.open.bg-Violett, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis, #main .mod_article .ce_accordion__farbe.open.bg-Blau {
    color: #fff; }
    #main .mod_article .ce_accordion__farbe.open.bg-Gruen *, #main .mod_article .ce_accordion__farbe.open.bg-Gruen *, #main .mod_article .ce_accordion__farbe.open.bg-Pink *, #main .mod_article .ce_accordion__farbe.open.bg-Violett *, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz *, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis *, #main .mod_article .ce_accordion__farbe.open.bg-Blau * {
      color: inherit; }
    #main .mod_article .ce_accordion__farbe.open.bg-Gruen ul li, #main .mod_article .ce_accordion__farbe.open.bg-Gruen ul li, #main .mod_article .ce_accordion__farbe.open.bg-Pink ul li, #main .mod_article .ce_accordion__farbe.open.bg-Violett ul li, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz ul li, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis ul li, #main .mod_article .ce_accordion__farbe.open.bg-Blau ul li {
      background-image: url("../img/liststyle-white.svg"); }
    #main .mod_article .ce_accordion__farbe.open.bg-Gruen .toggler, #main .mod_article .ce_accordion__farbe.open.bg-Gruen .toggler, #main .mod_article .ce_accordion__farbe.open.bg-Pink .toggler, #main .mod_article .ce_accordion__farbe.open.bg-Violett .toggler, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz .toggler, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis .toggler, #main .mod_article .ce_accordion__farbe.open.bg-Blau .toggler {
      background-image: url("../img/arrow-down-white.svg"); }
      #main .mod_article .ce_accordion__farbe.open.bg-Gruen .toggler.ui-state-active, #main .mod_article .ce_accordion__farbe.open.bg-Gruen .toggler.ui-state-active, #main .mod_article .ce_accordion__farbe.open.bg-Pink .toggler.ui-state-active, #main .mod_article .ce_accordion__farbe.open.bg-Violett .toggler.ui-state-active, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz .toggler.ui-state-active, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis .toggler.ui-state-active, #main .mod_article .ce_accordion__farbe.open.bg-Blau .toggler.ui-state-active {
        background-image: url("../img/arrow-up-white.svg"); }
    #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Pink .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Violett .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis .ce_text a, #main .mod_article .ce_accordion__farbe.open.bg-Blau .ce_text a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: top 2px left;
      background-image: url("../img/arrow-right-white.svg");
      display: inline-block;
      line-height: 16px; }
    #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Gruen .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Pink .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Violett .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Schwarz .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Tuerkis .ce_hyperlink a, #main .mod_article .ce_accordion__farbe.open.bg-Blau .ce_hyperlink a {
      background-image: url("../img/arrow-right-white.svg"); }
  #main .mod_article .ce_accordion__farbe .ce_accordion {
    color: inherit; }
  #main .mod_article .ce_accordion__farbe .ce_accordion .toggler {
    padding: 25px 0;
    background-position: top 28px right;
    font-family: 'GT-America', sans-serif;
    font-weight: 400;
    font-style: normal; }
  #main .mod_article .ce_accordion__farbe .ce_accordion .ui-accordion-content {
    padding: 30px 0 60px 0; }
    #main .mod_article .ce_accordion__farbe .ce_accordion .ui-accordion-content > div {
      width: 100%; }
  #main .mod_article .ce_accordion__farbe .ce_accordion .accordion ul li a {
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0; }
  #main .mod_article .ce_accordion__farbe.kontakt .toggler {
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal; }
  #main .mod_article .ce_accordion__farbe.kontakt figure {
    position: absolute;
    left: 0; }
  #main .mod_article .ce_accordion__farbe.kontakt .ui-accordion-content > div {
    padding-left: 350px;
    position: relative; }
    #main .mod_article .ce_accordion__farbe.kontakt .ui-accordion-content > div p {
      margin: 0 0 15px 0; }
      #main .mod_article .ce_accordion__farbe.kontakt .ui-accordion-content > div p a {
        font-family: 'GT-America-Mono', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        padding-left: 25px;
        background-repeat: no-repeat;
        background-position: top 5px left;
        background-image: url(../img/arrow-right-white.svg);
        display: inline-block;
        line-height: 20px;
        margin-bottom: 15px; }
      #main .mod_article .ce_accordion__farbe.kontakt .ui-accordion-content > div p:last-child {
        font-family: 'GT-America-Mono', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
        margin: 0;
        line-height: 1; }
      #main .mod_article .ce_accordion__farbe.kontakt .ui-accordion-content > div p:nth-last-child(2) {
        font-family: 'GT-America', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        margin-bottom: 0px; }

#main .Hoch {
  margin-bottom: 120px; }
  @media (max-width: 959.98px) {
    #main .Hoch {
      margin-bottom: 100px; } }
  @media (max-width: 767.98px) {
    #main .Hoch {
      margin-bottom: 80px; } }

#main .Mittel {
  margin-bottom: 60px; }

#main .Gering {
  margin-bottom: 30px; }

#main .mod_article {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #main .mod_article.color-Weiss {
    color: #fff; }
    #main .mod_article.color-Weiss * {
      color: inherit; }
    #main .mod_article.color-Weiss ul li {
      background-image: url("../img/liststyle-white.svg"); }
    #main .mod_article.color-Weiss .toggler {
      background-image: url("../img/arrow-down-white.svg"); }
      #main .mod_article.color-Weiss .toggler.ui-state-active {
        background-image: url("../img/arrow-up-white.svg"); }
    #main .mod_article.color-Weiss .ce_text a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: top 2px left;
      background-image: url("../img/arrow-right-white.svg");
      display: inline-block;
      line-height: 16px; }
    #main .mod_article.color-Weiss .ce_hyperlink a {
      background-image: url("../img/arrow-right-white.svg"); }
  #main .mod_article.color-Schwarz {
    color: #000; }
    #main .mod_article.color-Schwarz .ce_text a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: top 2px left;
      background-image: url("../img/arrow-right-black.svg");
      display: inline-block;
      line-height: 16px; }
  #main .mod_article.bg-Blau, #main .mod_article.bg-Violett, #main .mod_article.bg-Pink, #main .mod_article.bg-Gruen, #main .mod_article.bg-Schwarz, #main .mod_article.bg-Tuerkis, #main .mod_article.bg-Gelb, #main .mod_article.bg-image, #main .mod_article.bg-Grau, #main .mod_article.bg-Weiss {
    padding: 0;
    padding-bottom: 0px; }
    #main .mod_article.bg-Blau .container__article, #main .mod_article.bg-Violett .container__article, #main .mod_article.bg-Pink .container__article, #main .mod_article.bg-Gruen .container__article, #main .mod_article.bg-Schwarz .container__article, #main .mod_article.bg-Tuerkis .container__article, #main .mod_article.bg-Gelb .container__article, #main .mod_article.bg-image .container__article, #main .mod_article.bg-Grau .container__article, #main .mod_article.bg-Weiss .container__article {
      padding-top: 70px;
      padding-bottom: 70px; }
      @media (max-width: 767.98px) {
        #main .mod_article.bg-Blau .container__article, #main .mod_article.bg-Violett .container__article, #main .mod_article.bg-Pink .container__article, #main .mod_article.bg-Gruen .container__article, #main .mod_article.bg-Schwarz .container__article, #main .mod_article.bg-Tuerkis .container__article, #main .mod_article.bg-Gelb .container__article, #main .mod_article.bg-image .container__article, #main .mod_article.bg-Grau .container__article, #main .mod_article.bg-Weiss .container__article {
          padding-top: 60px;
          padding-bottom: 60px; } }
  #main .mod_article.bg-Weiss {
    background: #fff; }
  #main .mod_article.bg-Schwarz {
    background: #000; }
  #main .mod_article.bg-Violett {
    background: #6E2DC8; }
  #main .mod_article.bg-Pink {
    background: #B42DC8; }
  #main .mod_article.bg-Tuerkis {
    background: #00D2BE; }
  #main .mod_article.bg-Blau {
    background: #0000FF; }
  #main .mod_article.bg-Gruen {
    background: #A0E128; }
  #main .mod_article.bg-Gelb {
    background: #FFF000; }
  #main .mod_article.bg-Grau {
    background: #f5f5f5; }

.link__small {
  width: 26px;
  height: 19px;
  display: inline-block;
  background-image: url("../img/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center; }

.link__small__white {
  background-image: url("../img/arrow-right-white.svg"); }

.c20l {
  position: relative; }

.c33r .ce_download {
  width: calc(100% - 40px);
  float: right;
  margin-bottom: 10px; }
  @media (max-width: 959.98px) {
    .c33r .ce_download {
      float: none; } }
  .c33r .ce_download:last-child {
    margin-bottom: 0px; }

.btn__arrow {
  width: 36px;
  height: 26px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/arrow-right-white.svg");
  background-size: 30px; }

.gradient-border {
  position: relative; }
  .gradient-border:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 7px;
    content: '';
    display: block;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#FFF000), color-stop(#00D2BE), color-stop(#0000FF), color-stop(#6E2DC8), to(#B42DC8));
    background-image: linear-gradient(to right, #FFF000, #00D2BE, #0000FF, #6E2DC8, #B42DC8);
    z-index: 5; }

#main .teaser-link .row {
  position: relative; }

#main .teaser-link .ce_hyperlink {
  position: absolute;
  top: 0;
  right: 15px;
  width: auto; }
  #main .teaser-link .ce_hyperlink a {
    font-size: 0px;
    width: 60px;
    height: 40px;
    background-size: 50px;
    font-size: 0px;
    background-position: top center; }

.image_container {
  overflow: hidden; }

::-moz-selection {
  color: #fff;
  background: #000;
  opacity: 1; }

::selection {
  color: #fff;
  background: #000;
  opacity: 1; }

body {
  font-family: 'GT-America', sans-serif;
  font-weight: 400;
  font-style: normal; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 20px; }
  @media (max-width: 767.98px) {
    html {
      font-size: 18px; } }

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }

a {
  color: #000; }

figure {
  line-height: 0; }

caption {
  caption-side: top;
  color: #000; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 12px; }

::-webkit-scrollbar:horizontal {
  height: 12px; }

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff; }

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff; }

/* Content */
.c-form-row--align-right {
  text-align: right; }

.c-toggle {
  display: none; }

.c-toggle__link {
  display: block;
  width: 100%; }

.c-toggle__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease; }
  .c-toggle__content--active {
    max-height: 1000px; }

.h-toggle-target {
  display: none; }

.header {
  position: absolute;
  padding-top: 60px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  .header .logo,
  .header .logo-black {
    height: 78px; }
    .header .logo img,
    .header .logo-black img {
      height: 78px;
      width: auto; }
  .header .logo-black {
    display: none; }
  .header .row {
    position: relative;
    margin: 0 auto;
    color: #fff; }
  .header .logo {
    float: left; }
    .header .logo a {
      display: block; }

@media (max-width: 959.98px) {
  .header {
    padding-top: 52px; }
    .header .logo img,
    .header .logo-black img {
      height: 62px;
      width: auto; } }

@media (max-width: 767.98px) {
  .header {
    padding-top: 26px; }
    .header .logo img,
    .header .logo-black img {
      height: 52px;
      width: auto; } }

.header.theme-black .logo {
  display: none; }

.header.theme-black .logo-black {
  display: block; }

.header.theme-black .nav-icon span {
  background: #000; }

.header.theme-black .nav-icon.nav-icon--open span {
  background: #fff; }

.header .mod_navigation {
  position: absolute;
  bottom: -29px;
  right: 0;
  overflow: visible; }
  .header .mod_navigation .container {
    padding: 0; }
    @media (max-width: 1199.98px) {
      .header .mod_navigation .container {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 959.98px) {
      .header .mod_navigation .container {
        padding-left: 25px;
        padding-right: 25px; } }
  .header .mod_navigation li {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
  .header .mod_navigation a {
    display: block; }
  .header .mod_navigation .level_1 > li {
    float: left;
    position: relative;
    padding: 30px 40px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
    .header .mod_navigation .level_1 > li.active > a,
    .header .mod_navigation .level_1 > li.active > strong,
    .header .mod_navigation .level_1 > li.active > div > a,
    .header .mod_navigation .level_1 > li.active > div > strong, .header .mod_navigation .level_1 > li.trail > a,
    .header .mod_navigation .level_1 > li.trail > strong,
    .header .mod_navigation .level_1 > li.trail > div > a,
    .header .mod_navigation .level_1 > li.trail > div > strong {
      text-decoration: underline; }
    .header .mod_navigation .level_1 > li a,
    .header .mod_navigation .level_1 > li strong {
      color: inherit;
      position: relative;
      z-index: 20;
      font-weight: 400; }
    .header .mod_navigation .level_1 > li > div > .next {
      display: none;
      visibility: hidden;
      opacity: 0; }
    .header .mod_navigation .level_1 > li:hover {
      background: #000; }
      .header .mod_navigation .level_1 > li:hover > a {
        text-decoration: underline; }
      .header .mod_navigation .level_1 > li:hover .level_2:after {
        opacity: 1; }
  .header .mod_navigation .level_2 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 15;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    padding: 40px 40px 50px 40px;
    left: 0;
    top: 80px;
    width: 100%;
    display: none;
    will-change: opacity; }
    .header .mod_navigation .level_2 strong {
      font-weight: inherit; }
    .header .mod_navigation .level_2:after {
      content: '';
      position: absolute;
      top: -80px;
      left: 0;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      width: 100%;
      height: calc(100% + 80px);
      background: #000;
      z-index: -1; }
    .header .mod_navigation .level_2.open {
      visibility: visible;
      opacity: 1;
      display: block; }
      .header .mod_navigation .level_2.open:after {
        opacity: 1; }
    .header .mod_navigation .level_2 > li {
      padding: 7px 0;
      z-index: 5; }
      .header .mod_navigation .level_2 > li.active, .header .mod_navigation .level_2 > li .trail {
        color: #00d2be; }
      .header .mod_navigation .level_2 > li:hover {
        color: #00d2be; }
      .header .mod_navigation .level_2 > li.open .level_3 {
        opacity: 1;
        width: 100%;
        left: 100%; }
      .header .mod_navigation .level_2 > li.submenu > div > .next {
        visibility: visible;
        display: block;
        opacity: 1;
        position: absolute; }
  .header .mod_navigation .level_3 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 40px 40px 50px 40px;
    overflow: visible;
    opacity: 0;
    z-index: -10; }
    .header .mod_navigation .level_3:before {
      content: '';
      display: block;
      height: calc(100% - 85px);
      width: 1px;
      background: #fff;
      position: absolute;
      top: 50px;
      left: 0; }
    .header .mod_navigation .level_3 > li {
      padding: 6px 0;
      font-size: 16px;
      color: #fff;
      opacity: 0;
      margin-left: -20px; }
      .header .mod_navigation .level_3 > li.active {
        color: #00d2be; }
      .header .mod_navigation .level_3 > li:hover {
        color: #00d2be; }
  .header .mod_navigation .next {
    width: 40px;
    height: 30px;
    background-image: url("../img/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    display: none;
    background-size: 20px; }
    .header .mod_navigation .next:hover {
      background-image: url("../img/arrow-right-green.svg"); }
  .header .mod_navigation .back {
    display: none; }
  @media (max-width: 1199.98px) {
    .header .mod_navigation {
      bottom: 0px; }
      .header .mod_navigation .nav-icon {
        display: block; }
      .header .mod_navigation a.back {
        font-size: 16px;
        font-family: 'GT-America-Mono', sans-serif;
        font-weight: 500;
        font-style: normal;
        padding-left: 25px;
        background-image: url("../img/arrow-left.svg");
        background-repeat: no-repeat;
        background-position: center left;
        margin-top: 55px;
        display: block; }
      .header .mod_navigation .nav__inside {
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.9);
        padding-top: 160px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none; }
      .header .mod_navigation .level_1 {
        width: 100%;
        height: 100%;
        background: transparent; }
        .header .mod_navigation .level_1 li {
          float: none;
          display: block;
          font-size: 24px;
          padding: 15px 0;
          position: initial;
          background: transparent; }
          .header .mod_navigation .level_1 li.submenu > div > .next {
            display: block;
            visibility: visible;
            opacity: 1;
            position: absolute; }
      .header .mod_navigation--open .nav__inside {
        visibility: visible;
        opacity: 1;
        display: block; }
      .header .mod_navigation .level_2 {
        padding: 0;
        top: 0;
        background: transparent;
        height: auto;
        color: #fff; }
        .header .mod_navigation .level_2:after {
          display: none; }
        .header .mod_navigation .level_2 li.open .level_3 {
          left: 0;
          z-index: 99; }
      .header .mod_navigation .level_3 {
        left: 0;
        top: 0;
        padding: 0;
        background: transparent;
        height: auto;
        color: #fff; }
        .header .mod_navigation .level_3:before {
          display: none; } }

.nav-icon {
  position: relative;
  display: block;
  float: right;
  top: -36px;
  z-index: 99;
  cursor: pointer;
  display: none; }
  .nav-icon span {
    width: 44px;
    height: 4px;
    background: #fff;
    display: block;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0; }
    .nav-icon span:nth-child(1) {
      margin-bottom: 12px; }
  .nav-icon--open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 8px; }
  .nav-icon--open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -8px; }

.header.theme-black .mod_navigation .level_1 {
  color: #000; }
  @media (max-width: 1199.98px) {
    .header.theme-black .mod_navigation .level_1 {
      color: #fff; } }

.header.theme-black .mod_navigation .level_1 > li:hover {
  color: #fff; }

.header.theme-black .mod_navigation .level_2 {
  color: #fff; }

.footer {
  padding: 0 0 15px 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  position: relative; }
  .footer:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 7px;
    content: '';
    display: block;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#FFF000), color-stop(#00D2BE), color-stop(#0000FF), color-stop(#6E2DC8), to(#B42DC8));
    background-image: linear-gradient(to right, #FFF000, #00D2BE, #0000FF, #6E2DC8, #B42DC8); }
  .footer .inside {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  .footer .footer-bottom {
    width: 100%;
    border-top: 1px solid #fff;
    padding: 13px 15px 0 15px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal; }
    .footer .footer-bottom .ce_text {
      float: left; }
    .footer .footer-bottom .mod_customnav {
      float: right;
      overflow: visible;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal; }
      .footer .footer-bottom .mod_customnav li {
        float: left;
        color: inherit; }
        .footer .footer-bottom .mod_customnav li:before {
          content: '';
          display: block;
          width: 1px;
          height: 35px;
          margin: 0 61px;
          float: left;
          margin-top: -13px;
          background: #fff; }
        .footer .footer-bottom .mod_customnav li.first:before {
          display: none; }
        .footer .footer-bottom .mod_customnav li a {
          color: inherit; }
  .footer .footer-middle {
    width: 100%;
    padding: 40px 15px 13px 15px;
    border-top: 1px solid #fff; }
    .footer .footer-middle .din {
      color: #fff000;
      display: block;
      margin-top: 65px;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal; }
  .footer .xing,
  .footer .fb,
  .footer .kununu {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 0;
    margin-right: 75px; }
    .footer .xing a,
    .footer .fb a,
    .footer .kununu a {
      background: transparent;
      display: block;
      height: 100%; }
    .footer .xing a:before,
    .footer .fb a:before,
    .footer .kununu a:before {
      display: none; }
  .footer .xing {
    background-image: url("../img/xing.svg"); }
  .footer .fb {
    background-image: url("../img/fb.svg"); }
  .footer .kununu {
    background-image: url("../img/kununu.svg");
    margin-right: 0px; }

.footer-top {
  width: 100%;
  padding: 32px 15px; }
  .footer-top .openform {
    float: right;
    display: block;
    text-align: right; }
    .footer-top .openform a {
      color: inherit;
      padding-right: 35px;
      background-image: url("../img/arrow-down-white.svg");
      background-position: center right;
      display: inline-block;
      background-repeat: no-repeat;
      font-size: 20px;
      line-height: 30px;
      font-family: 'GT-America', sans-serif;
      font-weight: 700;
      font-style: normal; }
    .footer-top .openform--active a {
      background-image: url("../img/arrow-up-white.svg"); }
  .footer-top .toplink {
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/toplink.svg");
    font-size: 0;
    cursor: pointer; }
  .footer-top .ce_form {
    opacity: 0;
    visibility: hidden;
    display: none;
    width: 100%;
    clear: both; }
  .footer-top--open .ce_form {
    display: block;
    opacity: 1;
    visibility: visible; }

@media (max-width: 959.98px) {
  .footer .footer-middle {
    position: relative;
    padding-bottom: 75px; }
    .footer .footer-middle .ce_text {
      margin-bottom: 20px; }
    .footer .footer-middle .col_4 {
      position: absolute;
      right: 15px; }
      .footer .footer-middle .col_4 .ce_hyperlink {
        margin-right: 0px;
        margin-bottom: 20px;
        float: none;
        display: block;
        float: right;
        clear: both; }
    .footer .footer-middle .din {
      float: none;
      clear: both;
      width: 100%;
      position: absolute;
      bottom: -120px;
      left: 30px; }
  .footer .footer-bottom {
    padding-bottom: 65px; }
    .footer .footer-bottom .mod_customnav {
      width: 100%; }
      .footer .footer-bottom .mod_customnav li {
        width: 35%; }
        .footer .footer-bottom .mod_customnav li.last {
          width: 65%; }
          .footer .footer-bottom .mod_customnav li.last:before {
            margin-right: 17px; }
    .footer .footer-bottom .ce_text {
      position: absolute;
      bottom: 20px; } }

/* Elements */
.ce_form {
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  width: 100%; }
  .ce_form .subcl, .ce_form .subcr {
    padding: 0; }
  .ce_form input, .ce_form textarea {
    border: 2px solid;
    background: transparent;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    color: inherit;
    outline: none; }
  .ce_form input {
    -webkit-appearance: none;
    border-radius: 0;
    height: 44px;
    border-bottom: 0; }
  .ce_form textarea {
    -webkit-appearance: none;
    border-radius: 0;
    height: 210px;
    max-height: 210px;
    max-width: 100%; }
  .ce_form .widget-submit {
    position: absolute;
    bottom: 0; }
  .ce_form button.submit {
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/arrow-right-black.svg");
    color: inherit;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .ce_form button.submit:hover {
      background-position: left 7px center; }
  .ce_form .subcr input {
    border-left: 0; }
  .ce_form .c30r {
    padding-left: 65px; }
  .ce_form input.captcha {
    border: 1px solid;
    margin-bottom: 5px; }
  .ce_form .captcha_text,
  .ce_form .error {
    font-size: 16px;
    display: block;
    margin-bottom: 10px; }

.footer input, .footer textarea {
  border-color: #fff; }

.footer .ce_form {
  padding: 60px 0 0 0;
  margin-bottom: 60px;
  position: relative; }

.footer button.submit {
  background-image: url("../img/arrow-right-white.svg"); }

.footer .captcha_text {
  display: block; }

.footer input.captcha {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  display: block; }

.footer.no_contact .openform {
  display: none;
  opacity: 0; }

.mod_Square {
  width: 100%; }

#main .mod_dz_square {
  padding-top: 60px;
  display: block; }
  #main .mod_dz_square .textcontainer {
    opacity: 0;
    visibility: hidden;
    display: none; }
    #main .mod_dz_square .textcontainer.general {
      opacity: 1;
      visibility: visible;
      display: block; }
  #main .mod_dz_square .ce_text {
    padding-right: 25px; }
  #main .mod_dz_square .mod_dz_square__svg {
    position: relative; }
  #main .mod_dz_square .link a {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: top 6px left;
    background-image: url("../img/arrow-right-black.svg");
    display: inline-block; }
  #main .mod_dz_square h3 {
    font-weight: bold;
    line-height: 30px;
    font-size: 28px; }
  #main .mod_dz_square svg {
    max-width: 100%;
    width: calc(100%  - 185px);
    height: auto;
    font-family: 'GT-America', sans-serif;
    font-weight: 400;
    font-style: normal; }
  #main .mod_dz_square .list__container {
    width: 185px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 20px;
    float: right;
    height: 100%; }
    #main .mod_dz_square .list__container div {
      height: 25%;
      position: relative; }
    #main .mod_dz_square .list__container a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      line-height: 16px;
      padding-bottom: 10px;
      border-bottom: 2px solid #000000;
      color: #000000;
      display: block;
      margin-top: 5px;
      background-image: url("../img/arrow-right-black.svg");
      background-repeat: no-repeat;
      background-position: top 5px right; }

#Pfad_294, #Pfad_295, #Pfad_296, #Pfad_297, #Rechteck_1 {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  cursor: pointer; }
  #Pfad_294.active, #Pfad_295.active, #Pfad_296.active, #Pfad_297.active, #Rechteck_1.active {
    fill: #6E2DC8; }
  #Pfad_294.hover, #Pfad_295.hover, #Pfad_296.hover, #Pfad_297.hover, #Rechteck_1.hover {
    fill: #6E2DC8; }

#MANAGE {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }
  #MANAGE.active {
    fill: #fff; }
  #MANAGE.hover {
    fill: #fff; }

@media (max-width: 959.98px) {
  .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l, .c15l, .c16l, .c30l, .c45l, .c55l, .c70l, .c85l,
  .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r, .c15r, .c16r, .c30r, .c45r, .c55r, .c70r, .c85r {
    width: 100%; }
  .ce_form .subcr input {
    border-left: 2px solid; }
  .ce_form .c30r {
    padding-left: 0px;
    padding-top: 35px; }
  .ce_form .widget-submit {
    position: relative; }
  .margin-fix {
    display: block; }
  .mod_Square .mod_dz_square__svg {
    margin-bottom: 60px; } }

@media (max-width: 575.98px) {
  #main .mod_dz_square svg {
    max-width: 100%;
    width: calc(100%  - 120px);
    height: auto; }
  #main .mod_dz_square .list__container {
    width: 120px; }
    #main .mod_dz_square .list__container a {
      font-size: 10px;
      background: transparent;
      padding-bottom: 5px; } }

/*


   Magic Scroll v2.0.41 
   Copyright 2019 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magicscroll/
   License agreement: https://www.magictoolbox.com/license/


*/
.MagicScroll,
.mcs-caption,
.mcs-button,
.mcs-item,
.mcs-item img,
.mcs-item > *,
.mcs-bullet,
.mcs-bullet:before,
.mcs-bullet:after,
.mcs-wrapper,
.mcs-items-container {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.MagicScroll,
.mcs-item,
.mcs-item a,
.mcs-item img,
.mcs-items-container {
  position: relative; }

.MagicScroll,
.mcs-item,
.mcs-wrapper,
.mcs-items-container {
  overflow: hidden;
  direction: ltr; }

.mcs-wrapper,
.mcs-item img {
  line-height: 100%; }

.MagicScroll {
  z-index: 1;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.MagicScroll.mcs-height-auto .mcs-item > a {
  width: 100%; }

.MagicScroll > a {
  height: 100%; }

.MagicScroll > a > img {
  max-height: 100%; }

.MagicScroll.mcs-height-auto {
  height: auto !important; }

.MagicScroll.MagicScroll-horizontal {
  -moz-touch-action: pan-y;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.MagicScroll.MagicScroll-vertical {
  -moz-touch-action: pan-x;
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

body.mcs-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

body.mcs-dragging .MagicScroll,
body.mcs-dragging button.mcs-button.mcs-horizontal.mcs-button-arrow {
  cursor: inherit; }

.mcs-item,
.MagicScroll figure,
.mcs-item .mcs-caption {
  display: inline-block; }

.MagicScroll .mcs-item img {
  pointer-events: none; }

.mcs-item img {
  display: inline-block !important; }

.MagicScroll > * {
  display: inline-block;
  max-width: 100%; }

.MagicScroll > *:first-child {
  visibility: hidden; }

.MagicScroll > *:nth-child(n+2) {
  display: none; }

.MagicScroll > a {
  line-height: 100%; }

.MagicScroll img {
  visibility: hidden; }

.MagicScroll .mcs-item img {
  visibility: visible;
  float: none !important; }

.mcs-button,
.mcs-bullets,
.mcs-wrapper {
  position: absolute; }

.MagicScroll:before,
.MagicScroll figcaption:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  height: 0; }

.mcs-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
  z-index: 100; }

.mcs-items-container {
  text-align: center;
  overflow: visible;
  width: 100%;
  height: 100%; }

.mcs-item {
  top: 0;
  left: 0;
  zoom: 1;
  /*font-size: 9pt !important;*/
  font-size: 0;
  line-height: 100%;
  max-width: 100%; }

.mcs-item:after,
.mcs-item > a:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.MagicScroll-horizontal .mcs-item {
  height: 100%; }

.MagicScroll-vertical .mcs-item {
  display: block;
  width: 100%; }

.mcs-item > a,
.MagicScroll-horizontal .mcs-items-container > * {
  display: inline-block; }

.mcs-item a,
.mcs-item img {
  border: none;
  max-width: 100%;
  max-height: 100%; }

.mcs-item a {
  height: 100%; }

.mcs-item img {
  width: auto;
  height: auto;
  vertical-align: middle; }

.MagicScroll figure {
  position: relative;
  vertical-align: middle;
  font-size: 0;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  line-height: normal; }

.lt-ie9-magic .mcs-item > a > img {
  position: static; }

.lt-ie9-magic figcaption {
  display: block; }

.lt-ie10-magic .mcs-item a img {
  border: none; }

.ie7-magic .mcs-item img,
.ie7-magic .MagicScroll-vertical .mcs-item a {
  display: inline-block; }

.ie7-magic .MagicScroll-horizontal .mcs-item {
  display: inline; }

.mcs-button {
  display: block; }

.MagicScroll .mcs-hidden {
  display: none !important;
  visibility: hidden !important; }

.ie11-magic .MagicScroll[data-mode="scroll"] .mcs-items-container,
.MagicScroll[data-mode="carousel"] .mcs-items-container,
.MagicScroll[data-mode="cover-flow"] .mcs-items-container {
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%; }

.MagicScroll[data-mode="carousel"] .mcs-item,
.MagicScroll[data-mode="cover-flow"] .mcs-item {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.MagicScroll figcaption {
  display: inline-block;
  position: relative;
  left: 0;
  float: left;
  width: 100%;
  line-height: 100%;
  clear: both;
  z-index: 150; }

.MagicScroll figcaption,
.MagicScroll[data-mode="carousel"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="cover-flow"] .mcs-item .mcs-caption {
  left: 50%;
  -webkit-transform: translateZ(1px) translateX(-50%);
  transform: translateZ(1px) translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lt-ie9-magic .MagicScroll figcaption,
.lt-ie9-magic .MagicScroll figure img {
  float: right; }

.MagicScroll .mcs-reflection {
  -webkit-transform: translateZ(-1px);
  position: absolute;
  display: inline-block;
  left: 0px;
  z-index: 1; }

.MagicScroll .mcs-item.mcs-noimg {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAGB0lEQVRIS5WXa2wUVRTH/3dmn2136b5a2u2LsoogEiGGBGnlYUJMiEpi1MSYGNHvoAjfNEQ/iaL4XTAmxkQSE3zFaESQrZIQIxHlaVtK22273Udhtt3nPDx3Zmc7u9ttdZLN7s6ce37nf885995h+G8X+yXUMSho4l4wbTtjiADMZwzV5jQNw0xjvylM+XZHYjrKb67kli1ncBQQHg+GDzKRHW/u74F3QwTNa7rhDPogNrn0oUo2j0JyDgu3JyFd+wcLo+PQFO3Q2WTsBI1XG/lvCI6GOl9mgnjKv3UT2h7fBpudZKSTUKW70HJZaHJJ98noAXM3QfC2gvmD4Ldnz15E+tIVaKqyfzAx9clS8CXBF9rCb7v8vjd7XnwaTocKZWJUh9EUG7AaT+a80pTrQYjd/SgUBYx/9hXy6bl3HpuNvVULrwNHQ+ETnkjvge5n9wBjN6Fm7ulAVsY1mqIKnNLLAxA8q4C+dRg//QPmR8Y/GkzEDlrhVX6iwa53vev6jvTs2wHlxp+AXKwDmqprFXCYXmrlB4QHbA6I6x/G+JnzyNwYe28gOXnEHFcB85y62gKn+l94Asr1ywTUdGjt9K6suBwAcTmcexHXb8Ho598jP5uq5Fz3cxoQw6u75f6XnoIYuwGmyBVoOplERpJ0b16vF4Fg0MhzOSLNlEr3UmQrlW09ZOsLBA24aIMSfgCjn36N2MyE7TlqBh0cDYZfDzzy4PFQ2AEtcxdCWWk6nUYmk0H7lxd1WPyZbfB6PAgGAnWFmkylINXYesjW5/NTT5FuTysSsSJSv189NJiMfcDBbKi9S408vxtC7JahVFcE3JmMVaAmSYe3tCDka63AE3N3Ic3PL2nbEw7reefK1fB9GP7iHAbikwK7EFy9w7Om53w44gaoZYQylMPHpuN1zirKm5sQWuVF4p4EaSHb0K63o12vcn0loVaLDeeQuT2+k/FKXj340BGvHDeUWsDpzAIyuVxjuNsNaZnnHrcLPk+LDjZUA5KtHTPRv44x6tto3+6NAw5pSocKes8u9m06m4OULzSEm/m3Jp2nw+N0ItDsLlc2KS7DC95OjP98NcqG2sIza7f3tQsLcxaoATZbKZXLQyqU0HnmUl1R1d6Y2rcVXqcdAVJrKNU7Wv9wuNrsw8ivY3ECdxUiW/wOFPNVas0p11uHtwqBpZKM3u8uN4Tf2bsZXrsNfgLza3GKDTgHw+HC8B/pog5eu8HlYJq6LJg7SpUUSLKKyI9/18GH92yE1yYgYBcXV69KbhfBGhMwci3PweGZ7vud7TaBes2S31rFcyUV84qK9eduNlR8fdc6tIgCWu28N+oV8xmQVYaJW4W4XlxtkeYBp61UDbbsRFxljqCbhkZXzPGVgX64Ce4h9Yvwcp4JXJDtSAxnqbiCXce8fd7DTS5j2zPXYrO4sgTNU3I2X7xTB728rbfhfSe1RxMFYCDL7UQ/s3k37o1ljukLiCu46rzHX6hqJx5CgfJeXAbKnReWeW4nJS6yMQuLf2fSTuST93YaS2Zbl+rpESFSMS7mmRayFZya4BIlr9GMmGCeX4VOJ5kJFT/FJ8TKJuEIOI47fIpFNcNSDvn08lE2y8Ysk1eFHNfCua2NbM3FozgnopgqVjYJfVvsbO+WHR0MgnNRtZlU0yF3ZKxu1buyvkAQnH9bba25VQtAcVrDVNyyLXIDOgjsF9z2k2IbLedUkOaUi/TDxJgr0JKlzc9bluLkm4LCg9ETTL9nqdBypVcHElMn+fiq0HmFo4UdBt/ruZOaKq8bYImg6shjqWJ9GpL0mdeWPvqYPvhhD03CASVIC4rRivplbbOlFFvbxnxOTQExSSOz6vKHPXMAV645cbjkJ3cOQ7n1qvlb99qgH3OLgD1NaSqgSmmtkDoRQ6HOV0jyx3IzUPLQ6cFWH0DtIP1YKxMww2Bb4POtVnJaa1sbfNXzo8YrzGtMYO/LVO2yS4PsMILQzCW1DLMVCZanD1Wvpmpv0CvMhzT+/7/CWCPgAewKdQwwTXySMe1Rmvq1NS9tIxq9tGlM+eZcYnpoOaDp91/hrs4Y2r7FDQAAAABJRU5ErkJggg==") center center no-repeat; }

/*
 * Caption
 */
.mcs-item .mcs-caption {
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  z-index: 150; }

.MagicScroll[data-mode="cover-flow"] .mcs-item figcaption.mcs-caption,
.MagicScroll[data-mode="carousel"] .mcs-item figcaption.mcs-caption {
  top: 100%; }

.MagicScroll[data-mode="scroll"] .mcs-item figure,
.MagicScroll[data-mode="animation"] .mcs-item figure {
  overflow: hidden; }

.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  -webkit-transform: translateY(150%);
  transform: translateY(150%); }

.MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
  bottom: -150%; }

.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {
  bottom: 0%; }

/**
 * Buttons & Arrows
 */
.mcs-button {
  cursor: pointer;
  z-index: 1000;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear; }

.MagicScroll:hover > .mcs-button:hover {
  opacity: 1; }

.mcs-button-arrow {
  z-index: 120; }

.MagicScroll-horizontal .mcs-button-arrow {
  width: 40px;
  height: 100%;
  top: 0; }

.MagicScroll-vertical .mcs-button-arrow {
  width: 100%;
  height: 40px;
  left: 0; }

.MagicScroll-horizontal .mcs-button-arrow-prev {
  left: 0;
  right: auto;
  top: 0;
  bottom: 0; }

.MagicScroll-horizontal .mcs-button-arrow-next {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0; }

.MagicScroll-vertical .mcs-button-arrow-prev {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0; }

.MagicScroll-vertical .mcs-button-arrow-next {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0; }

.MagicScroll[data-mode="carousel"] .mcs-item,
.MagicScroll[data-mode="cover-flow"] .mcs-item {
  overflow: visible; }

/*
 * Bullets
 */
.mcs-bullets {
  text-align: center;
  display: inline-block !important;
  opacity: 0;
  top: 100%; }

.mcs-bullets.show {
  opacity: 1.0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.MagicScroll-horizontal .mcs-bullets {
  width: 100%;
  left: 0; }

.MagicScroll-vertical .mcs-bullets {
  top: 0;
  left: 100%;
  display: inline-block;
  vertical-align: middle; }

.mcs-bullet {
  border-radius: 50%;
  margin: 4px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-indent: 9999px;
  vertical-align: middle;
  font: 0/0 a;
  color: transparent;
  outline: none; }

.mcs-bullet.active {
  cursor: default; }

/**
 * Animation mode
 */
[data-mode="animation"] div[data-action="exit"],
[data-mode="animation"] div[data-action="enter"] {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

[data-mode="animation"] div[data-action="enter"] {
  -webkit-animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1);
  animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1); }

[data-mode="animation"] .mcs-item {
  -webkit-animation-duration: 0;
  -webkit-transform: none;
  -webkit-animation-name: none;
          animation-name: none;
  animation-duration: 0; }

[data-mode="animation"] .mcs-item[data-animation-nth="1"] {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

[data-mode="animation"] .mcs-item[data-animation-nth="2"] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

[data-mode="animation"] .mcs-item[data-animation-nth="3"] {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

[data-mode="animation"] .mcs-item[data-animation-nth="4"] {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

[data-mode="animation"] .mcs-item[data-animation-nth="5"] {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s; }

[data-mode="animation"] .mcs-item[data-animation-nth="6"] {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

[data-mode="animation"] .mcs-item[data-animation-nth="7"] {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s; }

[data-mode="animation"] .mcs-item[data-animation-nth="8"] {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

[data-mode="animation"] .mcs-item[data-animation-nth="9"] {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s; }

[data-mode="animation"] .mcs-item[data-animation-nth="10"] {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-entering],
.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-exited] {
  -webkit-transform: translateX(100000px);
  transform: translateX(100000px); }

.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-entering],
.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-exited] {
  -webkit-transform: translateX(-100000px);
  transform: translateX(-100000px); }

.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering],
.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {
  -webkit-transform: translateY(100000px);
  transform: translateY(100000px); }

.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-entering],
.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-exited] {
  -webkit-transform: translateY(-100000px);
  transform: translateY(-100000px); }

/**
 * SlideIn animation
 */
[data-mode="animation"] .mcs-item[data-action="exit"],
.mcs-slidein[data-mode="animation"] .mcs-item[data-action="exit"] {
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

[data-mode="animation"] .mcs-item[data-action="enter"],
.mcs-slidein[data-mode="animation"] .mcs-item[data-action="enter"] {
  -webkit-animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1);
  animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1);
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s; }

/* Horizontal Forward */
.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
  -webkit-animation-name: h-forward-exit-slidein;
  animation-name: h-forward-exit-slidein; }

.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
  -webkit-animation-name: h-forward-enter-slidein;
  animation-name: h-forward-enter-slidein; }

@-webkit-keyframes h-forward-exit-slidein {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px); } }

@keyframes h-forward-exit-slidein {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px); } }

@-webkit-keyframes h-forward-enter-slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
    transform: translateX(180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes h-forward-enter-slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
    transform: translateX(180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

/* Horizontal Backward */
.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
  -webkit-animation-name: h-backward-exit-slidein;
  animation-name: h-backward-exit-slidein; }

.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
  -webkit-animation-name: h-backward-enter-slidein;
  animation-name: h-backward-enter-slidein; }

@-webkit-keyframes h-backward-exit-slidein {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(600px);
    transform: translateX(600px); } }

@keyframes h-backward-exit-slidein {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(600px);
    transform: translateX(600px); } }

@-webkit-keyframes h-backward-enter-slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes h-backward-enter-slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

/* Vertical Forward */
.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
  -webkit-animation-name: v-forward-exit-slidein;
  animation-name: v-forward-exit-slidein; }

.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
  -webkit-animation-name: v-forward-enter-slidein;
  animation-name: v-forward-enter-slidein; }

@-webkit-keyframes v-forward-exit-slidein {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px); } }

@keyframes v-forward-exit-slidein {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px); } }

@-webkit-keyframes v-forward-enter-slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(180px);
    transform: translateY(180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes v-forward-enter-slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(180px);
    transform: translateY(180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

/* Vertical Backward */
.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
  -webkit-animation-name: v-backward-exit-slidein;
  animation-name: v-backward-exit-slidein; }

.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
  -webkit-animation-name: v-backward-enter-slidein;
  animation-name: v-backward-enter-slidein; }

@-webkit-keyframes v-backward-exit-slidein {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(600px);
    transform: translateY(600px); } }

@keyframes v-backward-exit-slidein {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(600px);
    transform: translateY(600px); } }

@-webkit-keyframes v-backward-enter-slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes v-backward-enter-slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

/**
 * Bounce animation
 */
.mcs-bounce[data-mode="animation"] .mcs-item[data-action="exit"] {
  -webkit-animation-timing-function: cubic-bezier(0.84, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.84, 0, 1, 1);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  /*-webkit-animation-delay: 0s;
            animation-delay: 0s;*/ }

.mcs-bounce[data-mode="animation"] .mcs-item[data-action="enter"] {
  -webkit-animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1);
  animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s; }

/* Horizontal Forward */
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
  -webkit-animation-name: h-forward-exit-bounce;
  animation-name: h-forward-exit-bounce; }

.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
  -webkit-animation-name: h-forward-enter-bounce;
  animation-name: h-forward-enter-bounce; }

@-webkit-keyframes h-forward-exit-bounce {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0) translateZ(-1px); }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px) translateZ(-1px); } }

@keyframes h-forward-exit-bounce {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0) translateZ(-1px); }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px) translateZ(-1px); } }

@-webkit-keyframes h-forward-enter-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3000px);
    transform: translateX(3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  75% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  90% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes h-forward-enter-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3000px);
    transform: translateX(3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  75% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  90% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

/* Horizontal Backward */
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
  -webkit-animation-name: h-backward-exit-bounce;
  animation-name: h-backward-exit-bounce; }

.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
  -webkit-animation-name: h-backward-enter-bounce;
  animation-name: h-backward-enter-bounce; }

@-webkit-keyframes h-backward-exit-bounce {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0) translateZ(-1px); }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px) translateZ(-1px); } }

@keyframes h-backward-exit-bounce {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0) translateZ(-1px); }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px) translateZ(-1px); } }

@-webkit-keyframes h-backward-enter-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3000px);
    transform: translateX(-3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  90% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes h-backward-enter-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3000px);
    transform: translateX(-3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  90% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

/* Vertical Forward */
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="exit"] {
  -webkit-animation-name: v-forward-exit-bounce;
  animation-name: v-forward-exit-bounce; }

.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="enter"] {
  -webkit-animation-name: v-forward-enter-bounce;
  animation-name: v-forward-enter-bounce; }

.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering] {
  -webkit-transform: translateY(100000px);
  transform: translateY(100000px); }

.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {
  -webkit-transform: translateY(100000px);
  transform: translateY(100000px); }

@-webkit-keyframes v-forward-exit-bounce {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes v-forward-exit-bounce {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-webkit-keyframes v-forward-enter-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3000px);
    transform: translateY(3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  90% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes v-forward-enter-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3000px);
    transform: translateY(3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  90% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

/* Vertical Backward */
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="exit"] {
  -webkit-animation-name: v-backward-exit-bounce;
  animation-name: v-backward-exit-bounce; }

.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="enter"] {
  -webkit-animation-name: v-backward-enter-bounce;
  animation-name: v-backward-enter-bounce; }

@-webkit-keyframes v-backward-exit-bounce {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes v-backward-exit-bounce {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-webkit-keyframes v-backward-enter-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3000px);
    transform: translateY(-3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  75% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  90% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes v-backward-enter-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3000px);
    transform: translateY(-3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  75% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  90% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

/*
 * Arrows
 */
.MagicScroll-horizontal .mcs-button-arrow-prev:before,
.MagicScroll-horizontal .mcs-button-arrow-next:before,
.MagicScroll-vertical .mcs-button-arrow-prev:before,
.MagicScroll-vertical .mcs-button-arrow-next:before {
  content: "";
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  border-width: 3px;
  border-color: rgba(49, 51, 61, 0.6);
  border-style: solid;
  border-right: none;
  border-bottom: none;
  -webkit-transition: border-color .15s linear;
  transition: border-color .15s linear; }

.MagicScroll-horizontal .mcs-button-arrow-prev:before {
  left: 62%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg); }

.MagicScroll-horizontal .mcs-button-arrow-next:before {
  left: 40%;
  -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
  transform: translate(-50%, -50%) rotateZ(135deg); }

.MagicScroll-vertical .mcs-button-arrow-prev:before {
  top: 62%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg); }

.MagicScroll-vertical .mcs-button-arrow-next:before {
  top: 40%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-135deg);
  transform: translate(-50%, -50%) rotateZ(-135deg); }

.mcs-button-arrow.mcs-disabled {
  opacity: 0.01 !important; }

.MagicScroll > .mcs-button-arrow {
  /*font-size: 20px;*/
  width: 30px;
  height: 30px;
  margin: auto;
  opacity: 0.6;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.MagicScroll-horizontal .mcs-button-arrow-prev {
  left: 0;
  right: auto;
  top: 0;
  bottom: 0; }

.MagicScroll-horizontal .mcs-button-arrow-next {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0; }

.MagicScroll-vertical .mcs-button-arrow-prev {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0; }

.MagicScroll-vertical .mcs-button-arrow-next {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0; }

.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {
  opacity: 1; }

.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled):before {
  border-color: #31333d; }

.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 1px rgba(153, 153, 153, 0.5);
          box-shadow: 0 0 1px rgba(153, 153, 153, 0.5);
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear; }

.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
  width: 8px;
  height: 8px; }

.MagicScroll-horizontal.MagicScroll-arrows-inside:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {
  background-color: rgba(255, 255, 255, 0.96); }

.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
  left: 5px; }

.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {
  right: 5px; }

.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {
  top: 5px; }

.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {
  bottom: 5px; }

.lt-ie10-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
  border: 1px solid rgba(153, 153, 153, 0.5); }

.lt-ie9-magic .mcs-button-arrow:before {
  border-color: #83858B; }

.lt-ie9-magic .MagicScroll:hover > .mcs-button-arrow:hover:before {
  border-color: #31333D; }

.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
  border-color: #31333D; }

.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
  background: #fff;
  border: 1px solid #999;
  filter: alpha(opacity=60); }

.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {
  filter: alpha(opacity=96); }

.lt-ie9-magic .mcs-button-arrow.mcs-disabled {
  filter: alpha(opacity=0.01) !important; }

/*
 * Bullets
 */
.MagicScroll-horizontal .mcs-bullets {
  margin-top: 10px; }

.MagicScroll-horizontal.MagicScroll-bullets {
  margin-bottom: 35px; }

.MagicScroll-vertical .mcs-bullets {
  margin-left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.MagicScroll-vertical.MagicScroll-bullets {
  margin-right: 35px; }

.mcs-bullet {
  width: 10px;
  height: 10px;
  background-color: #83858B; }

.mcs-bullet:hover {
  background-color: #5a5a5a; }

.mcs-bullet.active {
  background-color: transparent;
  border: 1px solid #5a5a5a; }

/* Caption */
.mcs-item .mcs-caption {
  color: white;
  padding: 5px 0;
  font: normal 9pt/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
  text-rendering: geometricPrecision; }

.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
  background-color: #31333D;
  background-color: rgba(49, 51, 61, 0.7); }

.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
  filter: alpha(opacity=60); }

/* Carousel & Cover Flow */
.MagicScroll[data-mode="carousel"],
.MagicScroll[data-mode="cover-flow"] {
  background: #4f4f4f; }

.MagicScroll[data-mode="carousel"] img,
.MagicScroll[data-mode="cover-flow"] img {
  -webkit-box-shadow: 0px 15px 30px -10px #000;
          box-shadow: 0px 15px 30px -10px #000; }

.MagicScroll[data-mode="carousel"] figcaption,
.MagicScroll[data-mode="cover-flow"] figcaption {
  padding: 4px 0 0;
  font-size: 10pt;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, Helvetica, sans-serif; }

/* Misc */
.MagicScroll.mcs-shadows {
  -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15); }

.MagicScroll.mcs-border .mcs-item {
  background: #fff;
  border: 1px solid #efefef; }

.MagicScroll-horizontal.mcs-border .mcs-item {
  margin: 0 3px; }

.MagicScroll-vertical.mcs-border .mcs-item {
  margin: 3px 0; }

/*
 * Loader
 */
.mcs-loader {
  pointer-events: none;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.mcs-loader .mcs-loader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -35px;
  width: 70px;
  height: 20px; }

.mcs-loader-circles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  opacity: 1;
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

.mcs-loader-circle {
  position: absolute;
  background-color: #ffffff;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  -webkit-animation-name: MagicCircle;
  -webkit-animation-duration: 0.48s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  animation-name: MagicCircle;
  animation-duration: 0.48s;
  animation-iteration-count: infinite;
  animation-direction: linear; }

.mcs-loader-circle_01 {
  left: 0;
  top: 25px;
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s; }

.mcs-loader-circle_02 {
  left: 7px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s; }

.mcs-loader-circle_03 {
  left: 25px;
  top: 0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.mcs-loader-circle_04 {
  right: 7px;
  top: 7px;
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s; }

.mcs-loader-circle_05 {
  right: 0;
  top: 25px;
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s; }

.mcs-loader-circle_06 {
  right: 7px;
  bottom: 7px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s; }

.mcs-loader-circle_07 {
  left: 25px;
  bottom: 0;
  -webkit-animation-delay: 0.54s;
  animation-delay: 0.54s; }

.mcs-loader-circle_08 {
  left: 7px;
  bottom: 7px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes MagicCircle {
  0% {
    background-color: #000000; }
  100% {
    background-color: #ffffff; } }

@keyframes MagicCircle {
  0% {
    background-color: #000000; }
  100% {
    background-color: #ffffff; } }

.mcs-item-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background: url("data:image/gif;base64,R0lGODlhKgAqAOZyAFlWV/X09ERAQS0pKt7d3rKwscjHyJyam3BtboaDhOfm5vf399XV1XNwcdbW1rW0tIOBgcXExGJfYJSSkj46O/b29pGPj+Pj48jHx/39/eDf39vb26Sio7u6uqyqq8rJyfHx8fn5+a2rrO3s7c/Oz+rq6qinp0dEReLi4ltYWbq4ufDw8JCOj/v7+/Pz825sbOjo6IKAgZWTlPj4+NDP0Obl5vX19fz8/Pr6+vz7+9fW1+Hg4Ozs7Le2tuTk5GdlZY2LjNrZ2djX18vKyujn556cnaGgoJaUlb28vMLBwjAsLe/v7+/u7sTDw87Nze7t7eXl5cG/wNLR0d3d3dnY2HVzc398fW9tbdTT06OhorCvrzo3OLSys7a1tWRhYlBNTuLh4dHQ0KKhofLy8rm4uJ2bnMzLy8nIyXl2d5iWlp+dnaakpXx6eoqIiMHAwdzc3M7OziIeH////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgByACwAAAAAKgAqAAAH/4BygoOEhYaHiImKhipxcSqLkZKCAI4Ak5gMPywghZVxl4U4MxmYhRSOLJ6WogEBFaaESo5xF4SfoYIZrgE2sYNFtLlyuIQLvC2/g6iOGIPFgje8sMqCGLQUz6yCFbw31drNggwUFAzRvAuYOidbWYUXtOeHu66lhCsaKCGGVwP/Jz4QUlHFg6IWIXIQqoCCgEMYho78mygBSrUWChxqZGJojMSJ/5D8CqBx4z1DUCSAZPOrREkFyRZ9OPFPyy8XDlFQm/RBR7UQO8EJHUpUTpMGSJM22CA0gIOnUB08ESSgqtWqKYSSMMC1K1eqV61mBbfVa1dBR5UiZQrOadSnU9aLyp2bSUO1FTxMMXgBAECUX2AKFOiQd1EJCH37pvn1QbDgCL4OBfCQOPGQXwocOxaCwxDlyhBKVLMRQXMBIYaAJH4xT5CUMmcUBXFjdxCPDo4FFtLwwkuXQiMQCPeBaMSB4y4KTenRYQWmCcIRsC2hRo1oOTWOH3gwdEP0GINEWLAgYpAJ7TWExojOVo548oOyHzcBLkr0CYTelx/0QDuWamhEN0J+4+0niAvaiVHNegj0UIh+hTgxXzU+lNFDUO4VWEgITnQwIF0Q0pXIG+O9IeKJggQCACH5BAUKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGKnFxKouRkoIAjgCTmDpXR2OFlXGXhCAsPwyYhScDA0eeloUsjhSnhFuqA1CEn6GCF45xSrODWbYSua6Dn3FFwYOpqh/Ix3IYvrLMgh+2J9GggxS+GNeDErbQcgwUFKbTvruRGylfIoVQtjqIDL4XhS02FRmGrAgYmIIGISRstCjyUAXSoBsVAkicYcjIwIsNiFzLsECiRxyGXFi8OLBJsBwePyYi0oBkm2AhUi4AuIhGioFkgrWQWOHGKRobNvoUR7So0UFDIChdCkED0RAKokpVEIASgKtYAbwgioKA169erWa9ulVcV7BfBSVlqtSpOKhT2qNWPUq3LqYNPq4FAHFqQwwECM4EK2HAAAm+i0ZMAAx4TbAghQs7oHioQg/GjKUEexI58oUchi5jnjDi2gwHnQ3sK1SGcYygg6h4CKMIDAkFokhEDmLIRww0UQotSUAcBqIVBZLbKKTADIm5kjgQT7BD0AgTJkrL4ZG8QISiO6bLGPTgwIEHgzp050FUxvTqgsqfH8Q9eQdxH6ZzICQf/aAI3U1xDRDTLcGfef4JYkN3PVzjXgJJFNJfIULYdw0MHiSxgIQIFoKDEB+sYJccE46IiAbmuWXiiIEAACH5BAkKAHIALAEAAQAoACgAAAf/gHKCg4SFg0gDA0iGjI2OhhKJEo+UhhtWRi6FkQOTlZ9yKQICRpuSoJ9fowJEhJyeqI8iqw2up7GUoqM0g6+4lDSrKb23v44Nq7xyOicnOsZyGi9eXYVEqxu/RUoUDIRAAOEv3oNNbWS4GBRx7D+EHuHxECXQFwDs+CyEAfDx4UO/VODLB8JQCQj+0vyqMhDAhUcMXoSL8ssDOwoYQDHQAI1BRmggQ4qUI2WCyZMTfITMsKClywU5EMicKTNGyAoBcurMSZOmTZA4d+osidKkSpAsX7bMMbKp0087YEALUQHUDhkJEoT55YIAARRVHS3hkDUrl18wvHpV0MLQgiRlpstS+RVArVomGQjBjcthCbQWCuwSYPKurIwdhDR0CPKoxJQnhCqgUCt1EAwZQD4UcnGg84hGAQyInlFohQYUIT496HyghqAVHTqsEARCtAEHIGuwNjEoQoECEQaRsF3QmAnWrgX5Bj6otmgSxrCwfkBoefBBDmwr+CWGtabev68LmmHbzK/jB5wUsl7owvNfIzo4SV09fKEcF4IEeMr+aSMFv22HSyAAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZNAgJNi5GSgg2ODZOYGkAeAYWVApeEY0dXOpiFLwAAHp6WhUcDAyenhF6qACWEn6GCULEDW7SDXbcQuq6DEr9ZwoOpqgyDu4Mfv7PNggy3L9LIcie/H9iDELfRchspKRuC1bESmD4xaFGFJbcaiDq/UIVFShTOESqDoGAMdoOGpKmXSAsbJIQwUIhD8YehHgUzThiB7QIAiiBZGKqAMWNBKcJUgAwJAtGICSbXCKuyEsCFSBtiFDwjzANFChhObfCBjUHQcUiTKh1EhYPTpxxgINV265YKQQmyas0qA+nElSCxbtXaddxXsHEENYXqVOo4qlXXAVxdSrcuphocm2W4caqGiQMHgghrESBABb6LXDwADNiNsBmFCy/IgCiEE8aM89HKETkyjkOXMT9wgS3Dgs4BPhfqwNhEDUIKPoBR5KJEp0E3KkSeYWiECTFYCtkoQHxFZQLIWxRqYaMC5UkRiBfgISgACRK3KyAnoCApD+kdBjkwYMDBIBTbKyDtIJ26oPHlB2lHjmLcFOkRCME3P0jBduPN9CCdDfqRx58gLWynmTDsFSBEIfsVwgR92KzwgRCqiWdgIRkwAUMIdskRYYiIPEHeEySmGAgAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZDAABDi5GSghCOEJOYPmU9FYWVAJeELkZWG5iFMQgIPZ6WhUYCAimnhGiqCCOEn6GCRLECX7SDUbcTuq6DDb8iwoOpqqaUyHI0v7PNghu3MYO7gym/NNiDE7fRGi8vGoLVsQ2YMDJAH4Ujtz6IG79EhVlbJzoMeUhAUMYOQlLWnFFEpk0TQh9ODJh4xVASghg5LMEGRcLEj0cMLbiIkSAVYUg+ghyDaAmHklyEsVEpAUqkHTIIhhGmZeIJeph2wMCmA+i4o0iTCtLwoKnTB7nGMXBE1ZEKQQeyas1q4iiFOGDDgsW6VWvXcV/Fhl361GlUbFPTq1pVSrfuKR4r4GK426FAATDCPIClsHeRjQh+/ZIQ9kMsgAuIcAhJnFiBMBVq47AAYWgy5Qg2sF0AoJaFoQ+JO/Ag9CRICUUtQuQghCFtnB+GVnToMaXQDAPAAyDKEKB4hkJFlFBggMkBcAOc5YRAgSKEoBvFAyxACuL5YkEKCBCwLKhC9htHSTyPLif8+EHYi3fCpuC5A0LuyQtakL0FNjPPzYCfePrJQVxxoTWjngGQDfgeITjIh00AQVwwm4MFCoLDDMfZlZ9digQgnnAglihHIAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYNSCAhShoyNjoYTiROPlIYwHkkLhZEIk4QBHkAalYYyCQlJm5KFHgAAL6SFQKcJS4ScnoIlrgBesYQftBy3q4MQvF2/hKanO4O4gwy8sMqDO7Qyz8VyL7wM1YQctM5yPjExPoLSrhCkIyZiWIVLtDCNGrwlhSJfKRuEHQ4INFGDEBUuYR5FSTOEEI0UAiJaIeREoMUHLsAJItIgokcjhEJUtChwVLUmHj9mLOTiAUk34NqkbEDkUQ0TAoOAIxMxBY1YNUZolLPh59CjSJPKURChqdMIK5DqkEC1qgQkBbJqzdoB6YkBYMOC3bq169GvYsMyfdo06tGpVq6pIlFKty4pEAHsOgJBwoABfXoJzXDg1++UwIJyXChc+AliOYsZO5jxWE6QwiRAfIKxspGHKipiBSBhRkGhFgRSh2jEII7rC0gVpCZQQVCGChUyCMLgOg6AoxVmoxi0IEAATYIo9MYwFMXs2oKKHx/E2zUFjStmmyZuHLkgAL2LgNMwuwUh6d4h91YCzjkBJoXQF2JhHVwIGEx0n+9eCASLH9/UJV9lg+RgXA7gBAIAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZUCQlUi5GSghyOHJOYIx1OIYWVCZeEFT1lPpiFJgcHTp6WhT0ICDGnhGKqBy6En6GCI7EIaLSDWLcPuq6DE79RwoOpqjWDu4Mbv7PNgjW3JtLIcjG/G9iDD7fRcjAyMjCC1bETmCsdPVOFLrcjiD6/+YRdXi80GPpQoGAHHoQ0uAmi6MwaKYQYvABAEYghIQUzRrCBrQQEiiA9GMKBMWNBBcKGgAwZAJGNCCZJCEuzEkKJSDw6FAQjLArFFwxO8ViBTUPQcUiTKh30xIHTpw5ajtvQoKrVBk0EGdjKdavMcSkEiB0rVmtXrl+xhSU7VlBTqE7apWKjerVq1qV482Kq0KmZjg+nKqAgQCAXLS0DBpwAvKiFAsKEb9K6kjixBCiIMjCBDFkuJiSVKx8ZY2gzZwUtsEGREHrAEUMwIKOoQCjHjNSJPFRRQejDicpXDIVAoYEooQwBkmdAxCCO8wuFsmw5oQPTguQBbghiQIHCUQzO4wBIegM7bUEAnI8XRCE8BqQVsGtHr34QeOcUxrXAvoBQevH+hVcENjZgt9wg/60nyAXhKYFNfAHgUEiChbCAHzYZzCDhhPURAgILPxyVF4V6JaKCc7yVqKIcgQAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYaBwcai5GSgg+OD5OYKx9COIWVB5eEC0keMJiFHQUFQp6WhUkJCTKnhD2qBTaEn6GCS7EJQLSDU7cRuq6DHL8fwoOpqjyDu4M7v7PNgjy3HdLIcjK/O9iDEbfRciMmJiOC1bEcmAEkZgqFNrcriDC/S4VRaDF8GApioCAJEIQUkACjKAwXKoQ2xEBAsYyhCwUzOpiBbcQEiiB7GMqBMWPBJ8KkgAxZAdEMByanCFuzcgK7RSBIFCwh7AzFGBtOgQiAzUfQcUiTKh0UQIHTpwpCINUAoapVCEMEEdjKdSsKpC8AiB0rVmtXrl/HhSU7VlBTqE7cpY6jerVq1qV482K6kQHbBhqnblQIEKCFMDICBKQAvCjDAsKE5Z6ykjhxAyKJcECGnENYk8qVjbgwpHnzgr7NiDQALcCIoRmQK9wgpOKHB0Va2CAhRCNFZSuGMlSwYZjQhTjIGSDSMaA5lEIivqQ4KgkA8jgYBDGgQEG5nA/NB0hIiuE6hUHW4wAYdCI8s3EUrmcXlH69IPDNT4wrct0+feT+ySFBeFlgo8R1FxBSHyFQhLcFNvHFwUIhCxJyRH7YMPADCwgpCGAhYxxxhQ56yVFhiYeogJwKKLYYCAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYMKBQUKhoyNjoYRiRGPlIYBQRc5hZEFk4QhTh0jlYYkBgYXm5KFTgcHJqSFZqcGM4ScnoIurgdisYQKtA63q4MPvFi/hKanIIO4gzW8sMqDILQkz8VyJrw11YQOtM5yKx0dK4LSrg+kISga6YQztAGNI7wuhR9AMjCEMAgIRFGB0JMpJR4FcaOB0A4ZCSJ6IMREoEUFLcAJWsIhosckhDJUtCjQXjUqHj8uMNRCAcmE1bik5LDkUQUUAvVVCxNRxo5YFUJolAPj59CjSJPKybGgqdMFGZD6mEC16gQpAbJqzVrwaAwEYMOC3bq169CvYsMyfdo06tGpVqapSlFKty4pDAyGash7l0KcOBOrRQEA4AXfRhcA/P1bBRwQwoQhwCQEgsXixSrADYEM2YNJQZYvA0ilsQQEzgACC/qxmAKGamTaNCHE4AVkILQpKCkCboOA30QKdfHyoqFGHSdO6BBE47eABnYFSRgwQMKgFM5pRJ9efVDz3ym2U7c+qIFzEXa5kxdExPmX9OMLGQEPvzshF0asbKi/PnohJNQhAU4gACH5BAkKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGTwYGT4uRkoIOjg6TmCEwTBmFlQaXhDhCHyuYhSgEBEyeloVCBQUdp4QaqgQthJ+hgjaxBT20gyu3CrqugxG/U8KDqaoVg7uDPL+zzYIVtyjSyHIdvzzYgwq30XIBJCQBgtWxEZgZFTa5hC23IYgrvzaFWGImRhiaEaBghRuEApRwoQgMCWODapg4QPGaqIIYF3Rq5uIBxY9ODuHAiDGHMA0fQeY7lGEByZWn3KR8wHDRjQoF650KQtFEjVM3Ngob8XOc0aNIB6kAwLQpAAZGS4iYSlXEG0FxsmrNSsGoGgtgw4LFulVr13FfxYYVtNQpU6jj06RWnXo1qd27mDDAFVbiwikMFLJ6EMYArBq/iy4A2FpFGBexIkAgAsGibBwVwt6otYBhhqHKWwEgFgZChFoMhn6YRT0IyRUtiqKkGULoQloLXAwxoKCkSCEoA4LrQKShaYlCcNKoOT5JQvABHwRtSJFigyAGTSEc/fD8xKAGAgQ0GPSi6d5mJ55HFwRe/CDsTF+My/JcAqH24wdBaNoF25bnUNwXXn6ClNCUF9ikN8ARheBXiAfxYaPDFUeM0eCAhQTgARAa4CWHgx4i0kR4TYRoYiAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYBBAQBi5GSggqOCpOYGTM4hpUEl4Q5F0GQmIQVAQGchJ6ggxcGBiSmhDapARmsloQzsQZmtIMttwu6n4QOvq7BqKk3g62DIL6zwYM3txXQu4IkviDWhAu3z3IhKCghgtOxDpgMFEpFhRm3uYcBvjOFUz0dK4Z+xBlIAUOoEC0UlZjyhBCPDgUifjDEYqBFABfC2YgQsaMQQyAqWhyoIpiCjh5XGboAYGSVYCRQRrARCQOFgR6CgYnYgYcpDAzCrfAZrqjRo4dUAFjKFEDQoiMeSJ36QIOgkSMpGDVxoKvXrlexEtz69asgpU2XPg0XlapUq0jV48oN9kFHOBg7TH04MWCAlmBhEiSQkXcRFAl9+7IJ5kGwYA5LEI05kjgxkmBUHDtOUqwQ5coSoIRbwkFzgiSGriQ+MXFQEytkFJ1ZI4XQDhmOcxbScWJLlkJEBAjfgMgHguMjCn0AIgMGpgbCBdAQpOHFC7gbjiOYcJRG9BSDICyFMCiGduJFU0SfLkg8APKCsh+PUVRE9AaE3MMXNEF7lHBfREdEfuMRMoJ2aISjngBGFKJfIT3MF84GVhjhgoMFntJDGT7M1V6GHiIyxFJDhGiiIIEAACH5BAUKAHIALAEAAQAoACgAAAf/gHKCg4SFgzkBATmGjI2OhguJC4+Uhgw/LCCFkQGThBlMMCGVhhRxcSybkoVMBAQopIVKp3EXhJyegi2uBBqxhEW0ALergwq8K7+EpqcYg7iDFbywyoMYtBTPxXIovBXVhAC0znIZFRUZgtKuCuCEF7QMjSG8LYUKZiQBsSpVHo8uSuwbBIKEgYNB3JGa4eCgQ1sKHz1x+HBRREdTKDqYcZFSiYMkNHWsFEDkyJMoKSGRwLKlBB0XV0SYSTOCggE4c+I8cbFDgZ9Af+rUyTOiz6BAV7pkCTOizJoz26WcSnUQjQ0KR9SIRSOFAAFkwAU5cMDEVkdEGnz92gZcB7JkrR+4MOTCyNq1TcBpgAvXyahBdu82IKLQxQO+B5wQsrI2BQ1CQ4BEeRSGCxVCNUzA7UBoQ4ovIgqVAEDaFyMYCVIvKYRFjIkRpCCQBiBPjo8YMXwI2pE6AYeIDGa/GDQBAYIJg2T03qHwxezacoofH8Q7tQx3XWZDICQd+SAOvT+A8zK7BHfj3gUt6Q0EnHMA/85PJ5TEul4gHgYSR78piQcYKXVXlSFSGCcFOIEAADs=") no-repeat center center; }

.MagicScroll.mcs-rounded {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  overflow: hidden !important; }

.MagicScroll.mcs-rounded.MagicScroll-arrows-inside {
  overflow: hidden !important; }

.MagicScroll.mcs-rounded.MagicScroll-arrows-outside {
  overflow: visible !important; }

.MagicScroll.mcs-rounded .mcs-button-arrow {
  color: rgba(49, 51, 61, 0.6);
  -webkit-transition: color .15s linear, background-color .15s linear;
  transition: color .15s linear, background-color .15s linear; }

.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow {
  width: 30px;
  height: 100%; }

.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow {
  width: 100%;
  height: 30px; }

.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-prev {
  left: 0;
  border-radius: 10px 0 0 10px; }

.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-next {
  right: 0;
  border-radius: 0 10px 10px 0; }

.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-prev {
  top: 0;
  border-radius: 10px 10px 0 0; }

.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-next {
  bottom: 0;
  border-radius: 0 0 10px 10px; }

.MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {
  opacity: 1 !important;
  color: rgba(49, 51, 61, 0.1);
  text-shadow: none !important; }

.MagicScroll.mcs-rounded.MagicScroll-arrows-outside .mcs-button-arrow {
  background: #efefef;
  opacity: 1;
  -webkit-box-shadow: 0 0 1px rgba(153, 153, 153, 0.5);
          box-shadow: 0 0 1px rgba(153, 153, 153, 0.5); }

.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow:hover:not(.mcs-disabled) {
  background-color: rgba(255, 255, 255, 0.96);
  color: #31333d; }

.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 1px rgba(153, 153, 153, 0.5);
          box-shadow: 0 0 1px rgba(153, 153, 153, 0.5); }

.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
  border-width: 0 1px 0 0; }

.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {
  border-width: 0 0 0 1px; }

.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {
  border-width: 0 0 1px 0; }

.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {
  border-width: 1px 0 0 0; }

.lt-ie9-magic .mcs-rounded.MagicScroll .mcs-button-arrow {
  color: #83858B; }

.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
  background: #fff;
  filter: alpha(opacity=75); }

.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {
  filter: alpha(opacity=96); }

.lt-ie9-magic .MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {
  filter: alpha(opacity=75) !important;
  color: #ccc; }

.mod_dz_stage {
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3 s ease-in;
  transition: all 0.3 s ease-in; }
  .mod_dz_stage .container {
    width: 100%;
    position: relative; }
    .mod_dz_stage .container .row {
      width: 100%; }
  .mod_dz_stage .container .d-flex {
    position: relative;
    padding-top: 200px;
    padding-bottom: 30px;
    height: calc(100vh - 52px);
    max-height: 1240px; }
  .mod_dz_stage .label {
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal; }
  .mod_dz_stage .mod_dz_stage__item {
    font-size: 50px;
    font-weight: 500;
    margin: 0;
    padding: 7px 0;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    text-align: left;
    cursor: pointer; }
    .mod_dz_stage .mod_dz_stage__item span {
      opacity: 0.65; }
    .mod_dz_stage .mod_dz_stage__item.active span {
      opacity: 1; }
  .mod_dz_stage .mod_dz_stage__textblock {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 55px 45px;
    color: #000;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
    .mod_dz_stage .mod_dz_stage__textblock .headline {
      display: block;
      font-size: 28px;
      font-weight: 700;
      line-height: 34px; }
    .mod_dz_stage .mod_dz_stage__textblock .text {
      font-size: 18px;
      line-height: 28px;
      position: absolute;
      bottom: 80px;
      left: 0;
      padding: 0 45px; }
    .mod_dz_stage .mod_dz_stage__textblock .link {
      width: 50px;
      height: 36px;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      background-image: url("../img/arrow-right-black.svg");
      background-size: 46px;
      bottom: 34px;
      right: 34px;
      position: absolute;
      display: none; }
  @media (max-width: 1355px) {
    .mod_dz_stage .mod_dz_stage__item {
      font-size: 49px; } }

.mod_dz_stage__wrapper {
  height: 450px;
  max-height: calc(100vh - 325px);
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow-x: hidden; }

.mod_dz_stage__wrapper::-webkit-scrollbar {
  width: 0; }

.mod_dz_stage__inside {
  -webkit-transition: all 1.15s ease-in-out;
  transition: all 1.15s ease-in-out;
  height: 100%;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left 50%, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: transparent;
  position: relative; }

.firefox .mod_dz_stage__inside {
  -webkit-mask-image: none; }

.mod_dz_stage__background {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .mod_dz_stage__background .mod_dz_stage__image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0; }
    .mod_dz_stage__background .mod_dz_stage__image.next {
      top: 10%; }
    .mod_dz_stage__background .mod_dz_stage__image.active {
      top: 0;
      z-index: 5;
      opacity: 1; }

.mod_dz_stage.theme-black {
  color: #000; }
  .mod_dz_stage.theme-black span {
    color: #000; }

.stage_scroll__wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: none;
  transition: none; }

@media (max-width: 1199.98px) {
  .col-xl-6,
  .col-lg-6 {
    position: unset; }
  .arrow-up {
    display: block;
    width: 30px;
    height: 30px;
    right: -10px;
    z-index: 10;
    top: 25%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-home-up.svg);
    background-position: center;
    background-size: 30px; }
  .arrow-down {
    display: block;
    width: 30px;
    height: 30px;
    right: -10px;
    z-index: 10;
    top: calc(25% + 50px);
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-home-down.svg);
    background-position: center;
    background-size: 30px; }
  .mod_dz_stage .mod_dz_stage__textblock {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    width: 600px;
    left: 50%;
    margin-left: -300px; }
  .mod_dz_stage .container .row {
    width: 100%;
    position: relative; }
  .mod_dz_stage .container .d-flex {
    padding-top: 160px; }
  .mod_dz_stage__close {
    position: absolute;
    top: 23px;
    right: 18px;
    display: block;
    width: 18px;
    height: 18px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/close.svg"); } }

@media (max-width: 959.98px) {
  .mod_dz_stage .mod_dz_stage__wrapper {
    max-height: auto; }
  .mod_dz_stage .mod_dz_stage__item {
    font-size: 55px; } }

@media (max-width: 767.98px) {
  .mod_dz_stage .mod_dz_stage__item {
    font-size: 30px; }
  .mod_dz_stage .container .row {
    width: 100%; }
  .mod_dz_stage .mod_dz_stage__textblock {
    padding: 50px 20px 65px 20px;
    font-size: 16px;
    line-height: 24px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 54px);
    z-index: 99999;
    margin-left: 0px;
    min-height: auto; }
    .mod_dz_stage .mod_dz_stage__textblock .headline {
      font-size: 24px;
      line-height: 30px; }
    .mod_dz_stage .mod_dz_stage__textblock .text {
      padding: 0 25px;
      font-size: 16px;
      line-height: 24px;
      bottom: 65px; }
    .mod_dz_stage .mod_dz_stage__textblock .link {
      background-image: url("../img/arrow-right-black.svg");
      background-size: 32px;
      bottom: 25px;
      right: 25px;
      width: 30px;
      height: 30px;
      position: absolute;
      display: none; } }

.mod_Question {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .mod_Question--open {
    background: #0000FF; }
    .mod_Question--open .question__wrapper {
      height: auto; }
    .mod_Question--open .question__more:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.question__label {
  padding: 16px 0;
  display: block;
  cursor: pointer;
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal; }

.question__wrapper {
  height: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  overflow: hidden; }

.question__item {
  padding: 16px 0;
  font-family: 'GT-America', sans-serif;
  font-weight: 500;
  font-style: normal;
  border-top: 1px solid #fff; }
  .question__item a {
    color: inherit;
    display: block; }
    .question__item a:after {
      background-image: url("../img/arrow-right-white.svg");
      background-position: right center;
      background-repeat: no-repeat;
      content: '';
      display: block;
      float: right;
      width: 26px;
      height: 20px;
      background-size: 20px; }

.question__more {
  margin: 0;
  float: right; }
  .question__more:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("../img/arrow-down-white.svg");
    float: right;
    width: 22px;
    height: 20px;
    margin-left: 15px; }

@media (max-width: 959.98px) {
  .question__more {
    font-size: 0; }
  .question__item a {
    width: 100%;
    font-size: 18px;
    line-height: 26px; }
    .question__item a:after {
      width: 100%; } }

.row .ce_ContentQuestion {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  height: 0;
  overflow: hidden; }
  .row .ce_ContentQuestion:nth-child(1), .row .ce_ContentQuestion.firstQuestion {
    height: auto; }
    .row .ce_ContentQuestion:nth-child(1) .question__item, .row .ce_ContentQuestion.firstQuestion .question__item {
      border-top: 1px solid;
      height: auto;
      padding-right: 245px; }
      .row .ce_ContentQuestion:nth-child(1) .question__item a:after, .row .ce_ContentQuestion.firstQuestion .question__item a:after {
        content: 'alle Fragen anzeigen';
        font-size: 20px;
        font-family: 'GT-America', sans-serif;
        font-weight: 700;
        font-style: normal;
        background-image: url("../img/arrow-down-black.svg");
        width: 235px; }
      .row .ce_ContentQuestion:nth-child(1) .question__item.question__item--open a:after, .row .ce_ContentQuestion.firstQuestion .question__item.question__item--open a:after {
        content: '';
        font-size: 20px;
        font-family: 'GT-America', sans-serif;
        font-weight: 700;
        font-style: normal;
        background-image: url("../img/arrow-up-black.svg");
        width: 235px; }
  .row .ce_ContentQuestion .question__item {
    border-bottom: 1px solid;
    color: #000;
    position: relative; }
    .row .ce_ContentQuestion .question__item a {
      font-size: 20px;
      font-family: 'GT-America', sans-serif;
      font-weight: 700;
      font-style: normal; }
      .row .ce_ContentQuestion .question__item a:after {
        position: absolute;
        right: 0px;
        top: 16px;
        background-image: url("../img/arrow-right-black.svg"); }
  @media (max-width: 959.98px) {
    .row .ce_ContentQuestion:nth-child(1), .row .ce_ContentQuestion.firstQuestion {
      height: auto; }
      .row .ce_ContentQuestion:nth-child(1) .question__item, .row .ce_ContentQuestion.firstQuestion .question__item {
        padding-right: 40px; }
        .row .ce_ContentQuestion:nth-child(1) .question__item a:after, .row .ce_ContentQuestion.firstQuestion .question__item a:after {
          content: ''; }
    .row .ce_ContentQuestion .question__item {
      padding-right: 40px; }
      .row .ce_ContentQuestion .question__item a:after {
        content: '';
        width: 40px; } }

.mod_Square {
  width: 100%; }

#main .mod_dz_square {
  padding-top: 60px;
  display: block; }
  #main .mod_dz_square .textcontainer {
    opacity: 0;
    visibility: hidden;
    display: none; }
    #main .mod_dz_square .textcontainer.general {
      opacity: 1;
      visibility: visible;
      display: block; }
  #main .mod_dz_square .ce_text {
    padding-right: 25px; }
  #main .mod_dz_square .mod_dz_square__svg {
    position: relative; }
  #main .mod_dz_square .link a {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: top 6px left;
    background-image: url("../img/arrow-right-black.svg");
    display: inline-block; }
  #main .mod_dz_square h3 {
    font-weight: bold;
    line-height: 30px;
    font-size: 28px; }
  #main .mod_dz_square svg {
    max-width: 100%;
    width: calc(100%  - 185px);
    height: auto;
    font-family: 'GT-America', sans-serif;
    font-weight: 400;
    font-style: normal; }
  #main .mod_dz_square .list__container {
    width: 185px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 20px;
    float: right;
    height: 100%; }
    #main .mod_dz_square .list__container div {
      height: 25%;
      position: relative; }
    #main .mod_dz_square .list__container a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      line-height: 16px;
      padding-bottom: 10px;
      border-bottom: 2px solid #000000;
      color: #000000;
      display: block;
      margin-top: 5px;
      background-image: url("../img/arrow-right-black.svg");
      background-repeat: no-repeat;
      background-position: top 5px right; }

#Pfad_294, #Pfad_295, #Pfad_296, #Pfad_297, #Rechteck_1 {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  cursor: pointer; }
  #Pfad_294.active, #Pfad_295.active, #Pfad_296.active, #Pfad_297.active, #Rechteck_1.active {
    fill: #6E2DC8; }
  #Pfad_294.hover, #Pfad_295.hover, #Pfad_296.hover, #Pfad_297.hover, #Rechteck_1.hover {
    fill: #6E2DC8; }

#MANAGE {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }
  #MANAGE.active {
    fill: #fff; }
  #MANAGE.hover {
    fill: #fff; }

@media (max-width: 959.98px) {
  .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l, .c15l, .c16l, .c30l, .c45l, .c55l, .c70l, .c85l,
  .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r, .c15r, .c16r, .c30r, .c45r, .c55r, .c70r, .c85r {
    width: 100%; }
  .ce_form .subcr input {
    border-left: 2px solid; }
  .ce_form .c30r {
    padding-left: 0px;
    padding-top: 35px; }
  .ce_form .widget-submit {
    position: relative; }
  .margin-fix {
    display: block; }
  .mod_Square .mod_dz_square__svg {
    margin-bottom: 60px; } }

@media (max-width: 575.98px) {
  #main .mod_dz_square svg {
    max-width: 100%;
    width: calc(100%  - 120px);
    height: auto; }
  #main .mod_dz_square .list__container {
    width: 120px; }
    #main .mod_dz_square .list__container a {
      font-size: 10px;
      background: transparent;
      padding-bottom: 5px; } }

#main .ce_text.zitat {
  overflow: visible; }
  #main .ce_text.zitat .zitat-wrapper {
    width: 100%;
    position: relative;
    padding-right: 475px; }
    @media (max-width: 959.98px) {
      #main .ce_text.zitat .zitat-wrapper {
        padding-right: 0px; } }
  #main .ce_text.zitat p {
    font-size: 28px;
    line-height: 40px; }
    @media (max-width: 767.98px) {
      #main .ce_text.zitat p {
        font-size: 18px;
        line-height: 28px; } }
  #main .ce_text.zitat .zitat_noimage p {
    font-size: 30px;
    color: #000;
    line-height: 35px;
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal; }
  #main .ce_text.zitat p:first-of-type {
    margin: 0; }
    #main .ce_text.zitat p:first-of-type::before {
      position: relative;
      content: '\00BB';
      font-size: 70px;
      font-family: 'GT-America', sans-serif;
      font-weight: 500;
      font-style: normal;
      color: #DDDDDD;
      margin-top: -10px;
      margin-bottom: 30px;
      display: block; }
  #main .ce_text.zitat .image_container {
    position: absolute;
    right: 0px; }
    @media (max-width: 959.98px) {
      #main .ce_text.zitat .image_container {
        display: block;
        position: relative;
        right: auto;
        float: none;
        margin: 0 0 60px 0; }
        #main .ce_text.zitat .image_container img {
          display: block;
          width: 100%;
          height: auto; } }
    @media (max-width: 767.98px) {
      #main .ce_text.zitat .image_container {
        position: relative;
        margin-left: -25px;
        width: calc(100% + 50px); } }
  #main .ce_text.zitat sub {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #989898;
    bottom: auto;
    line-height: 22px;
    display: block; }
  @media (max-width: 959.98px) {
    #main .ce_text.zitat {
      max-width: 510px;
      margin-left: auto;
      margin-right: auto; } }

.mod_navigation_leistungen {
  width: 100%;
  display: table;
  min-height: 500px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url("../img/L+L.jpg"); }
  .mod_navigation_leistungen .label {
    font-size: 16px;
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal; }
  .mod_navigation_leistungen .level_1 {
    display: table;
    width: 100%;
    table-layout: fixed;
    min-height: 500px;
    height: 500px; }
    .mod_navigation_leistungen .level_1 > li {
      display: table-cell;
      padding: 32px 44px 32px 44px;
      vertical-align: bottom;
      position: relative;
      color: #fff;
      border-left: 1px solid #fff;
      cursor: pointer; }
      @media (max-width: 1199.98px) {
        .mod_navigation_leistungen .level_1 > li {
          padding: 32px 20px 32px 20px; } }
      .mod_navigation_leistungen .level_1 > li:first-child {
        border-left: none; }
      .mod_navigation_leistungen .level_1 > li > a, .mod_navigation_leistungen .level_1 > li > span, .mod_navigation_leistungen .level_1 > li > strong {
        font-family: 'GT-America', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 28px;
        margin-bottom: 25px;
        display: block;
        position: absolute;
        bottom: 30px;
        color: inherit;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        text-transform: uppercase; }
      .mod_navigation_leistungen .level_1 > li.open > a, .mod_navigation_leistungen .level_1 > li.open > span, .mod_navigation_leistungen .level_1 > li.open > strong {
        bottom: 250px; }
      .mod_navigation_leistungen .level_1 > li.open .level_2 {
        opacity: 1;
        visibility: visible;
        display: block; }
  .mod_navigation_leistungen .level_2 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 250px;
    -webkit-transition: all .1s;
    transition: all .1s;
    display: none; }
    .mod_navigation_leistungen .level_2 li {
      font-family: 'GT-America', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      margin-top: 10px;
      display: block;
      opacity: 0; }
      .mod_navigation_leistungen .level_2 li > a, .mod_navigation_leistungen .level_2 li > span, .mod_navigation_leistungen .level_2 li > strong {
        color: #fff;
        padding-left: 25px;
        display: block;
        background-repeat: no-repeat;
        background-position: top 3px left;
        background-image: url("../img/arrow-right-white.svg"); }
        .mod_navigation_leistungen .level_2 li > a:hover, .mod_navigation_leistungen .level_2 li > span:hover, .mod_navigation_leistungen .level_2 li > strong:hover {
          text-decoration: underline; }
        .mod_navigation_leistungen .level_2 li > a span, .mod_navigation_leistungen .level_2 li > a strong, .mod_navigation_leistungen .level_2 li > span span, .mod_navigation_leistungen .level_2 li > span strong, .mod_navigation_leistungen .level_2 li > strong span, .mod_navigation_leistungen .level_2 li > strong strong {
          display: block;
          padding-right: 10px; }
  @media (max-width: 959.98px) {
    .mod_navigation_leistungen {
      min-height: 725px;
      height: 725px;
      position: relative;
      background-image: url("../img/leistungs_navigation_tablet.jpg"); }
      .mod_navigation_leistungen .level_1 {
        position: absolute;
        min-height: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto; }
        .mod_navigation_leistungen .level_1 > li {
          width: 100%;
          display: block;
          padding: 22px 40px;
          margin: 0;
          border-left: none;
          border-bottom: 1px solid #fff;
          height: 70px; }
          .mod_navigation_leistungen .level_1 > li > a, .mod_navigation_leistungen .level_1 > li > span, .mod_navigation_leistungen .level_1 > li > strong {
            position: relative;
            bottom: auto;
            margin: 0;
            display: block;
            background-image: url("../img/arrow-down-white.svg");
            background-repeat: no-repeat;
            background-position: right center; }
          .mod_navigation_leistungen .level_1 > li.open {
            height: auto;
            padding: 30px 40px; }
            .mod_navigation_leistungen .level_1 > li.open > a, .mod_navigation_leistungen .level_1 > li.open > span, .mod_navigation_leistungen .level_1 > li.open > strong {
              bottom: auto;
              background-image: url("../img/arrow-up-white.svg"); }
      .mod_navigation_leistungen .level_2 {
        position: relative;
        top: auto;
        margin-top: 30px; } }

.mod_News {
  position: relative;
  background: #F5F5F5;
  font-size: 20px;
  line-height: 30px; }
  .mod_News .slick-list {
    overflow: visible; }
  .mod_News .row > .col-lg-12 > a {
    display: inline-block; }
  .mod_News h2 {
    background: #A0E128;
    display: inline-block;
    line-height: 1;
    padding: 20px 80px 20px 35px;
    font-size: 32px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    background-image: url(../img/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 34px; }
    @media (max-width: 767.98px) {
      .mod_News h2 {
        font-size: 16px;
        position: relative;
        left: -25px;
        padding: 15px 60px 15px 35px;
        background-size: 20px; } }
  .mod_News .slick-dots {
    position: absolute;
    bottom: 45px;
    z-index: 10;
    width: auto;
    right: 45px; }
  .mod_News .news__text {
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s; }
  .mod_News .slick-current .news__text {
    opacity: 1; }

.news__wrapper {
  margin: 35px 0 70px 0;
  width: 100%;
  position: relative; }

.news__image {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .news__image img {
    display: block;
    width: 100%; }

.news__text {
  background: #fff;
  height: 100%;
  padding: 45px 44px; }
  @media (max-width: 959.98px) {
    .news__text {
      background: transparent;
      padding: 44px 0 0 0;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; } }
  .news__text h3 {
    margin-bottom: 28px;
    display: block; }

.news__info {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #989898;
  line-height: 22px; }
  @media (max-width: 767.98px) {
    .news__info {
      margin-bottom: 10px; } }

.news__link {
  position: absolute;
  bottom: 45px;
  font-size: 16px;
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("../img/arrow-right-black.svg"); }
  @media (max-width: 959.98px) {
    .news__link {
      position: relative;
      bottom: 0;
      margin-top: 30px;
      display: block; } }

.mod_newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .mod_newslist .layout_latest {
    max-width: 1100px;
    width: 100%;
    margin-bottom: 30px; }
    .mod_newslist .layout_latest figure a, .mod_newslist .layout_latest figure img {
      display: block;
      width: 100%;
      height: auto; }
    @media (max-width: 959.98px) {
      .mod_newslist .layout_latest figure {
        margin-bottom: 30px; } }
    .mod_newslist .layout_latest .text {
      padding-left: 40px;
      font-size: 16px;
      line-height: 24px;
      margin-top: 0px; }
      @media (max-width: 959.98px) {
        .mod_newslist .layout_latest .text {
          width: 100%;
          padding-left: 0px; } }
    .mod_newslist .layout_latest .block {
      margin-top: 30px; }
    .mod_newslist .layout_latest .info {
      font-size: 14px;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 400;
      font-style: normal;
      display: block;
      margin-bottom: 10px; }
    .mod_newslist .layout_latest .more {
      border-bottom: 1px solid #000;
      padding-bottom: 15px;
      display: block;
      font-size: 16px;
      margin-top: 30px;
      background-image: url("../img/arrow-right-black.svg");
      background-repeat: no-repeat;
      background-position: top 7px left;
      padding-left: 25px;
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal; }
      @media (max-width: 959.98px) {
        .mod_newslist .layout_latest .more {
          padding-bottom: 30px; } }

.mod_newslist {
  width: 100%; }

.layout_stories {
  margin-bottom: 10px; }
  .layout_stories img {
    display: block;
    width: 100%;
    height: auto; }
  .layout_stories .col-lg-5 {
    padding-right: 0px; }
  .layout_stories .col-lg-7 {
    padding: 12px 15px;
    background: #F5F5F5; }
    .layout_stories .col-lg-7 h3 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
    .layout_stories .col-lg-7 .more a {
      position: absolute;
      bottom: 15px;
      right: 15px;
      font-size: 0;
      display: block;
      width: 26px;
      height: 19px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../img/arrow-right-black.svg"); }

.mod_newsreader {
  width: 100%; }
  .mod_newsreader .back {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }

.layout_full .news__header {
  margin-bottom: 30px; }
  .layout_full .news__header h1 {
    margin-bottom: 80px; }
    @media (max-width: 767.98px) {
      .layout_full .news__header h1 {
        margin-bottom: 60px; } }
  .layout_full .news__header .info {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000; }

.layout_full .ce_text:nth-child(2) {
  font-family: 'GT-America', sans-serif;
  font-weight: 700;
  font-style: normal; }

.back {
  display: block; }
  .back a {
    border: 1px solid #000;
    padding: 7px 20px 8px 45px;
    display: inline-block;
    font-size: 16px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    background-image: url("../img/arrow-left-black.svg");
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 18px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    letter-spacing: 0.5px; }
    .back a:hover {
      background-color: #000;
      background-image: url("../img/arrow-left.svg");
      color: #fff; }

.ce_ContentBack,
.ce_ContentDate {
  display: block;
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  .ce_ContentBack .date,
  .ce_ContentDate .date {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000; }

.ce_ContentContact {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 959.98px) {
    .ce_ContentContact {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 60px; }
      .ce_ContentContact:last-child {
        margin-bottom: 0px; } }
  @media (max-width: 959.98px) and (max-width: 767.98px) {
    .ce_ContentContact {
      margin-bottom: 30px; } }
  .ce_ContentContact .content {
    padding: 0 0 0 20px; }
    @media (max-width: 767.98px) {
      .ce_ContentContact .content {
        padding: 0; } }
  .ce_ContentContact .position {
    display: block;
    margin-top: 25px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px; }
    .ce_ContentContact .position:after {
      content: '';
      display: block;
      width: 65%;
      max-width: 155px;
      height: 10px;
      background: #000;
      margin-bottom: 30px;
      margin-top: 15px; }
  .ce_ContentContact img {
    display: block;
    width: 100%;
    height: auto; }
  .ce_ContentContact a {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px; }

.subcl {
  position: relative; }

.ce_ContentHeadlineIcon {
  position: absolute;
  -webkit-transform: rotate(-90deg) translate(0, -100%);
          transform: rotate(-90deg) translate(0, -100%);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  right: calc(100% - 80px);
  height: 73px;
  min-width: 270px; }
  .ce_ContentHeadlineIcon > h2, .ce_ContentHeadlineIcon > h3 {
    padding-right: 88px;
    text-align: right;
    font-size: 32px;
    line-height: 36px;
    display: block;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal; }
  .ce_ContentHeadlineIcon .icon {
    position: absolute;
    right: 0;
    top: 4px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media (max-width: 959.98px) {
    .ce_ContentHeadlineIcon {
      position: relative;
      -webkit-transform: none;
              transform: none;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      right: auto;
      width: 100%;
      position: relative;
      width: 100%;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 20px; }
      .ce_ContentHeadlineIcon > h2, .ce_ContentHeadlineIcon > h3 {
        max-width: 100%;
        padding-left: 85px;
        padding-right: 0px;
        text-align: left; }
      .ce_ContentHeadlineIcon .icon {
        position: absolute;
        left: 10px;
        right: auto;
        -webkit-transform: none;
                transform: none; } }

#main .ce_ContentPricing {
  font-size: 16px;
  width: 100%;
  padding: 120px 20px; }
  #main .ce_ContentPricing .col-lg-4 {
    padding: 0 2px; }
  #main .ce_ContentPricing .price__header {
    background: #F5F5F5;
    padding: 25px 40px 30px 40px;
    margin-bottom: 4px;
    text-transform: uppercase; }
  #main .ce_ContentPricing .price__headline {
    font-size: 28px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal; }
  #main .ce_ContentPricing .price__content {
    background: #F5F5F5;
    padding: 25px 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 4px; }
    #main .ce_ContentPricing .price__content strong {
      font-size: 20px; }
    #main .ce_ContentPricing .price__content p {
      margin: 17px 0;
      display: block;
      line-height: 24px; }
      #main .ce_ContentPricing .price__content p:first-child {
        margin-top: 0px; }
    #main .ce_ContentPricing .price__content ul li {
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 24px;
      background-position: top 7px left;
      padding-left: 25px;
      background-size: 8px; }
  #main .ce_ContentPricing .price__footer {
    background: #00D2BE;
    padding: 30px 40px;
    color: #fff; }
    #main .ce_ContentPricing .price__footer .price__price {
      font-size: 52px;
      font-family: 'GT-America', sans-serif;
      font-weight: 500;
      font-style: normal;
      display: block; }
      #main .ce_ContentPricing .price__footer .price__price em {
        font-family: 'GT-America-Mono', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 18px;
        margin-left: 20px; }
  #main .ce_ContentPricing .price__stars {
    margin-bottom: 10px; }
    #main .ce_ContentPricing .price__stars span {
      display: inline-block;
      width: 18px;
      height: 18px;
      background-image: url("../img/star-green.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 18px; }
  @media (max-width: 959.98px) {
    #main .ce_ContentPricing .row {
      display: block;
      overflow: visible; }
    #main .ce_ContentPricing .col-md-12 {
      opacity: 0.3;
      -webkit-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in; }
    #main .ce_ContentPricing .slick-current .col-md-12 {
      opacity: 1; }
    #main .ce_ContentPricing .container {
      max-width: 400px; }
    #main .ce_ContentPricing .slick-list {
      overflow: visible; } }

#main .mod_article.bg-Grau .ce_ContentPricing .price__header,
#main .mod_article.bg-Grau .ce_ContentPricing .price__content {
  background: #fff; }

#main .ContentService .ContentService__header {
  background: #000;
  padding: 32px 0;
  color: #fff;
  position: relative; }
  #main .ContentService .ContentService__header h2 {
    color: inherit;
    max-width: 975px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0; }
  #main .ContentService .ContentService__header .label {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    display: block;
    margin-bottom: 15px; }
  #main .ContentService .ContentService__header:after {
    content: '';
    display: block;
    width: 150px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: -29px;
    background-image: url(../img/arrow-bg-down.svg); }

#main .ContentService .ContentService__content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0; }
  #main .ContentService .ContentService__content .row {
    margin-left: -30px;
    margin-right: -30px; }
  #main .ContentService .ContentService__content .ce_text {
    font-size: 16px;
    padding: 0 30px;
    border-left: 1px solid #000; }
    #main .ContentService .ContentService__content .ce_text p {
      position: relative;
      line-height: 24px; }
    #main .ContentService .ContentService__content .ce_text:first-of-type p:after {
      display: none; }
  #main .ContentService .ContentService__content .slick-current .ce_text {
    border-left: none; }
  #main .ContentService .ContentService__content .slick-next {
    width: 40px;
    height: 30px;
    background-image: url("../img/arrow-slide-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    top: 50%;
    right: -35px; }
    #main .ContentService .ContentService__content .slick-next:before {
      display: none; }
    @media (max-width: 1199.98px) {
      #main .ContentService .ContentService__content .slick-next {
        right: -20px; } }
  #main .ContentService .ContentService__content .slick-prev {
    width: 40px;
    height: 30px;
    background-image: url("../img/arrow_slide_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    top: 55%;
    left: -35px; }
    #main .ContentService .ContentService__content .slick-prev:before {
      display: none; }
    @media (max-width: 1199.98px) {
      #main .ContentService .ContentService__content .slick-prev {
        left: -20px; } }
  #main .ContentService .ContentService__content .slick-disabled {
    opacity: 0.15; }
  #main .ContentService .ContentService__content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #main .ContentService .ContentService__content .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; }
      #main .ContentService .ContentService__content .slick-track .slick-slide .ce_text {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }

.ce_ContentThemen {
  width: 100%;
  display: block;
  position: relative;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -175px; }
  .ce_ContentThemen .ce_ContentThemen__background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    top: 2px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 180px); }
  .ce_ContentThemen h2 {
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 70px;
    line-height: 72px;
    color: #DDDDDD;
    height: 100%;
    background: #fff;
    position: relative;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    left: -2px;
    top: -2pX; }
    @media (max-width: 1199.98px) {
      .ce_ContentThemen h2 {
        font-size: 62px;
        line-height: 64px; } }
    @media (max-width: 959.98px) {
      .ce_ContentThemen h2 {
        display: block;
        padding-bottom: 60px;
        font-size: 64px;
        margin-bottom: -5px; } }
    @media (max-width: 767.98px) {
      .ce_ContentThemen h2 {
        font-size: 48px;
        line-height: 52px;
        padding-bottom: 30px; } }
  .ce_ContentThemen .themen {
    position: relative;
    padding: 30px 27px;
    height: 100%;
    min-height: 175px; }
    .ce_ContentThemen .themen:hover .themen__content {
      opacity: 1;
      visibility: visible; }
  .ce_ContentThemen .themen__title {
    font-family: 'GT-America', sans-serif;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    bottom: 30px;
    left: 27px; }
  .ce_ContentThemen .themen__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 20px 27px;
    font-size: 16px;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    z-index: 10; }
    .ce_ContentThemen .themen__content .link__small {
      position: absolute;
      bottom: 25px;
      right: 22px; }
  .ce_ContentThemen .col-lg-4 {
    padding: 0;
    border: 1px solid #fff; }
    .ce_ContentThemen .col-lg-4.bg-white {
      position: relative; }
      .ce_ContentThemen .col-lg-4.bg-white:after {
        position: absolute;
        content: '';
        display: block;
        top: -2px;
        left: -1px;
        width: calc(100% + 3px);
        height: calc(100% + 3px); }
      @media (max-width: 1199.98px) {
        .ce_ContentThemen .col-lg-4.bg-white {
          display: none; } }
    @media (max-width: 959.98px) {
      .ce_ContentThemen .col-lg-4 {
        margin: 0; } }

.ContentTab {
  width: 100%;
  position: relative;
  counter-reset: tab; }
  .ContentTab .tab-navigation {
    width: 100%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    .ContentTab .tab-navigation .tab-navigation__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding: 2px;
      position: relative; }
      @media (max-width: 959.98px) {
        .ContentTab .tab-navigation .tab-navigation__item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 767.98px) {
        .ContentTab .tab-navigation .tab-navigation__item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .ContentTab .tab-navigation .tab-navigation__item .tab-navigation__inside {
        padding: 25px 30px;
        background: #DDDDDD;
        color: #fff;
        font-family: 'GT-America', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 28px;
        line-height: 32px;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        cursor: pointer; }
      .ContentTab .tab-navigation .tab-navigation__item .tab-navigation__icon {
        width: 56px;
        height: 56px;
        display: inline-block;
        margin-right: 25px;
        line-height: 56px; }
      .ContentTab .tab-navigation .tab-navigation__item .tab-navigation__num {
        font-family: 'GT-America', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 70px;
        line-height: 70px;
        margin-right: 15px;
        display: inline-block; }
        .ContentTab .tab-navigation .tab-navigation__item .tab-navigation__num:before {
          counter-increment: tab;
          content: "0" counter(tab);
          display: block; }
      .ContentTab .tab-navigation .tab-navigation__item--active .tab-navigation__inside {
        background-color: #B42DC8; }
  .ContentTab .tab-content {
    width: 100%;
    position: relative;
    margin-top: 30px; }
    .ContentTab .tab-content .tab-navigation__item {
      display: none; }
    .ContentTab .tab-content .tab-content__item {
      position: absolute;
      opacity: 0;
      z-index: -1;
      top: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in; }
      .ContentTab .tab-content .tab-content__item--active {
        opacity: 1;
        z-index: 5;
        visibility: visible;
        position: relative; }

.ContentTeaser .teaser-item__grid {
  width: 50%; }
  @media (max-width: 959.98px) {
    .ContentTeaser .teaser-item__grid {
      width: 100%; } }

.ContentTeaser .teaser-wrapper__headline {
  padding-bottom: 25px;
  margin-bottom: 30px;
  display: block;
  border-bottom: 1px solid; }

.ContentTeaser .teaser-item__wrapper {
  padding: 0 7px; }

.ContentTeaser .teaser__item {
  padding: 3px; }

.ContentTeaser .teaser__inside {
  background-color: #F5F5F5;
  padding: 25px 30px 45px 30px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  background-image: url("../img/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px; }
  .ContentTeaser .teaser__inside p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px; }
    .ContentTeaser .teaser__inside p a {
      font-family: 'GT-America-Mono', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: top 5px left;
      background-image: url(../img/arrow-right-black.svg);
      display: inline-block;
      line-height: 20px; }
  .ContentTeaser .teaser__inside--active {
    background-color: #FFF000;
    background-image: url("../img/arrow-up-black.svg"); }
    .ContentTeaser .teaser__inside--active p {
      max-height: none; }
      .ContentTeaser .teaser__inside--active p:before {
        display: none; }

.mod_SuccessStories {
  position: relative;
  font-size: 20px;
  line-height: 30px; }
  .mod_SuccessStories .slick-list {
    overflow: visible; }
  @media (max-width: 767.98px) {
    .mod_SuccessStories .col-lg-6 {
      padding-right: 5px;
      padding-left: 5px; } }
  .mod_SuccessStories h2 {
    background: #6E2DC8;
    display: inline-block;
    line-height: 1;
    padding: 20px 35px;
    font-size: 32px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff; }
    @media (max-width: 767.98px) {
      .mod_SuccessStories h2 {
        font-size: 16px;
        position: relative;
        left: -25px;
        padding: 15px 35px; } }
  .mod_SuccessStories .slick-dots {
    position: absolute;
    bottom: 60px;
    z-index: 10;
    width: auto;
    right: 45px; }
    .mod_SuccessStories .slick-dots li.slick-active button {
      background: #6E2DC8; }
    .mod_SuccessStories .slick-dots li button {
      background: rgba(110, 45, 200, 0.3); }
    @media (max-width: 959.98px) {
      .mod_SuccessStories .slick-dots {
        bottom: -35px;
        width: 200px;
        right: 50%;
        margin-right: -100px; } }
  .mod_SuccessStories .SuccessStories__text {
    -webkit-transition: all .6s;
    transition: all .6s; }
  .mod_SuccessStories .slick-current .SuccessStories__text {
    opacity: 1; }

.SuccessStories__text {
  background: #fff;
  height: 100%;
  padding: 45px 44px 100px 44px;
  min-height: 485px; }
  @media (max-width: 959.98px) {
    .SuccessStories__text {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 959.98px) {
    .SuccessStories__text {
      padding: 20px 20px 80px 20px;
      font-size: 16px;
      line-height: 24px; } }
  .SuccessStories__text h3 {
    margin-bottom: 28px;
    display: block; }

.SuccessStories__link {
  position: absolute;
  bottom: 45px;
  font-size: 16px;
  margin-top: 30px;
  display: inline-block;
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("../img/arrow-right-black.svg"); }

.SuccessStories__wrapper {
  margin: 35px 0 70px 0;
  width: 100%;
  position: relative; }

.SuccessStories__info {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'GT-America-Mono', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 22px; }
  @media (max-width: 767.98px) {
    .SuccessStories__info {
      margin-bottom: 10px; } }

.SuccessStories__quote {
  font-family: 'GT-America', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 70px;
  display: block;
  line-height: 75px;
  color: #989898;
  margin-bottom: 10px; }

.SuccessStories__image {
  position: absolute;
  bottom: 30px; }
  @media (max-width: 959.98px) {
    .SuccessStories__image {
      display: none; } }

#main .ContentCareer .ContentCareer__header {
  background: #000;
  padding: 50px 0 55px 0;
  color: #fff;
  position: relative; }
  #main .ContentCareer .ContentCareer__header h2 {
    color: inherit;
    max-width: 975px;
    font-family: 'GT-America', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0px; }
    #main .ContentCareer .ContentCareer__header h2 a {
      display: inline-block;
      background-image: url("../img/arrow-right-white.svg");
      padding-right: 40px;
      background-position: right top 11px;
      background-repeat: no-repeat;
      background-size: 20px; }
  #main .ContentCareer .ContentCareer__header .label {
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    display: block;
    padding-top: 6px;
    line-height: 18px; }
  #main .ContentCareer .ContentCareer__header:after {
    content: '';
    display: block;
    width: 150px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 50%;
    margin-left: -94px;
    bottom: -29px;
    z-index: 5;
    background-image: url(../img/arrow-bg-down.svg); }

.Career_element {
  height: 550px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 16.66%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  float: left;
  opacity: .65; }
  @media (max-width: 959.98px) {
    .Career_element {
      width: 100%;
      height: 165px; } }
  .Career_element.active {
    bottom: 0; }
  .Career_element:hover {
    opacity: 1; }
    @media (max-width: 959.98px) {
      .Career_element:hover {
        height: 365px; } }
    .Career_element:hover .Career_element__content {
      bottom: 0;
      opacity: 1; }
  .Career_element .Career_element__content {
    background: rgba(180, 45, 200, 0.9);
    padding: 30px 32px;
    height: 400px;
    color: #fff;
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    bottom: -100%;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    width: 100%; }
    .Career_element .Career_element__content .btn__arrow {
      position: absolute;
      bottom: 28px;
      right: 26px; }
    @media (max-width: 959.98px) {
      .Career_element .Career_element__content {
        height: 100%; } }
    .Career_element .Career_element__content .h3 {
      color: inherit;
      display: block;
      margin-bottom: 30px; }

#main .inside .mod_article.karriere-slider {
  padding: 0;
  background-color: #eaeaea; }
  #main .inside .mod_article.karriere-slider .slick-slider {
    margin-bottom: 0px;
    position: relative;
    bottom: -5px; }
  #main .inside .mod_article.karriere-slider .slick-dots {
    position: absolute;
    bottom: 110px;
    width: 250px;
    left: 50%; }
    #main .inside .mod_article.karriere-slider .slick-dots li {
      margin: 0 20px 0 0; }
      #main .inside .mod_article.karriere-slider .slick-dots li.slick-active button {
        background: #0000FF; }
    #main .inside .mod_article.karriere-slider .slick-dots button {
      background: rgba(0, 0, 255, 0.3); }
    @media (max-width: 959.98px) {
      #main .inside .mod_article.karriere-slider .slick-dots {
        bottom: 35px;
        margin-left: -125px; } }
  #main .inside .mod_article.karriere-slider .container {
    padding: 0; }
  #main .inside .mod_article.karriere-slider .ce_text {
    position: relative;
    padding: 325px 0 175px 50%;
    height: 750px; }
    @media (max-width: 959.98px) {
      #main .inside .mod_article.karriere-slider .ce_text {
        display: block;
        padding: 0; }
        #main .inside .mod_article.karriere-slider .ce_text .ce_text__content {
          padding: 40px 40px 100px 40px;
          background: #fff;
          position: relative;
          z-index: 5; }
          #main .inside .mod_article.karriere-slider .ce_text .ce_text__content strong {
            color: #000;
            font-size: 36px;
            line-height: 38px;
            font-family: 'GT-America', sans-serif;
            font-weight: 500;
            font-style: normal; } }
  #main .inside .mod_article.karriere-slider .image_container {
    bottom: -50px;
    left: 0;
    position: absolute;
    width: 50%;
    height: calc(100% - 125px);
    overflow: visible; }
    #main .inside .mod_article.karriere-slider .image_container img {
      height: 100%;
      width: auto;
      position: relative; }
    @media (max-width: 959.98px) {
      #main .inside .mod_article.karriere-slider .image_container {
        display: block;
        width: 100%;
        position: relative;
        bottom: auto;
        margin-bottom: -35%;
        padding-top: 50px;
        height: 700px; }
        #main .inside .mod_article.karriere-slider .image_container img {
          left: auto; } }
  #main .inside .mod_article.karriere-slider p, #main .inside .mod_article.karriere-slider a, #main .inside .mod_article.karriere-slider strong {
    position: relative;
    z-index: 5; }
  #main .inside .mod_article.karriere-slider strong {
    font-size: 63px;
    font-family: 'GT-America-Mono', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    line-height: 65px; }
  #main .inside .mod_article.karriere-slider a {
    margin-top: 30px; }

.c-image-container__copyright-layer {
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 12px 30px 12px 10px;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: 'GT-America', sans-serif;
  font-weight: 400;
  font-style: normal; }
  .c-image-container__copyright-layer--active {
    -webkit-transform: translate(0);
            transform: translate(0);
    cursor: pointer; }

.c-image-container__copyright-layer-close {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1; }
  .c-image-container__copyright-layer-close svg {
    width: 12px;
    height: 12px;
    fill: white; }

.c-image-container__copyright-link {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  text-align: center;
  line-height: 0;
  width: 26px;
  height: 26px;
  font-family: 'GT-America', sans-serif;
  font-weight: 400;
  font-style: normal; }
  .c-image-container__copyright-link--active {
    opacity: 0; }
  .c-image-container__copyright-link i {
    font-size: 13px;
    display: inline-block; }

.icon-Copyright:before {
  content: "©";
  font-style: normal;
  color: #fff;
  display: block;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  line-height: 26px; }

/* ... */
/* Print */
@media print {
  @page {
    margin: 1.5cm 1.5cm; }
  html {
    font-size: 80%; }
  * {
    color: black !important; }
  body {
    color: black;
    background-color: white; }
  .fr-header-stage-type-3 {
    background: none; }
  .fr-main-navigation__header {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .fr-main-navigation--sticky {
    position: static !important; }
  .container {
    max-width: none;
    padding-right: 0;
    padding-left: 0; }
  .row {
    display: block; }
  .fr-main-content > .container > .row > .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none; }
  .fr-top-navigation,
  .fr-header-search-layer,
  .fr-main-navigation__bar {
    display: none; }
  .fr-main-navigation__header {
    margin-bottom: 0.5cm; }
  .fr-main-navigation__header-inside {
    padding-top: 0 !important; }
  .fr-main-navigation__logo {
    position: static !important; }
  .fr-header-stage-type-3__inside {
    min-height: 1px !important;
    padding-top: 0;
    padding-bottom: 0; }
  .fr-header-stage-type-4__inside {
    padding-bottom: 0; }
  .fr-header-stage-type-4__headline {
    margin: 1cm 0 0 0; }
  .fr-footer-social-links,
  .fr-footer-sitemap {
    display: none; }
  .c-popup {
    display: none; }
  .fr-main-column {
    padding-right: 0 !important;
    padding-top: 0.8cm; }
  .fr-rc-column {
    display: none; }
  .fr-content-footer {
    display: none; }
  .fr-footer {
    padding: 0 !important;
    background: none !important;
    border-top: 1px solid black; } }

@media print {
  .c-content-slider-container {
    display: none; }
  .collapse {
    display: block !important; }
  .c-anchor-links {
    display: none; }
  .c-accentuation-box,
  .c-accordion__body {
    background: none;
    padding-left: 0;
    padding-right: 0; }
  .c-accordion__header-link {
    background: none !important;
    padding-left: 0;
    padding-right: 0; }
    .c-accordion__header-link:before {
      display: none !important; }
  .c-content-container__image--landscape {
    max-width: 7cm !important;
    float: left !important;
    margin-right: 1cm !important; }
  .c-content-container__image--portrait {
    max-width: 5cm !important;
    float: left !important;
    margin-right: 1cm !important;
    width: 5cm;
    display: block; }
  .c-teaser-extended__toggle-link {
    display: none; }
  .c-teaser-extended__toggle-content {
    display: block !important; }
  .c-teaser-extended__link-box {
    display: none; }
  .c-image-container__copyright-link {
    display: none !important; }
  [data-toggle='lightbox']:before {
    display: none; }
  .c-quote__image {
    display: none; }
  .c-quote__text {
    margin-left: 0 !important; }
  .c-quote__caption {
    margin-left: 1cm !important; } }

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