@charset "UTF-8";
: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: #ff6600;
  --secondary: #535d62;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --tertiary: #535d62;
  --red: #c42d34;
  --blue: #0090df;
  --orange: #e3663a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1600px;
  --font-family-sans-serif: "Amsi Pro Regular", sans-serif;
  --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: "Amsi Pro Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #575656;
  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: #ff6600;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #535d62;
    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; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Amsi Pro Regular", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #ff6600; }

h1, .h1 {
  font-size: 38px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 28px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 16px; }

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

.display-1, .mmtheo-module-m35__slider-content-container h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2, .mmtheo-module-m35__slider-content-container h2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3, .mmtheo-module-m35__slider-content-container h3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4, .mmtheo-module-m35__slider-content-container h4 {
  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"; }

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

.container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text {
      max-width: 1240px; } }
  @media (min-width: 1600px) {
    .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text {
      max-width: 1400px; } }

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 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: 768px) {
  .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: 992px) {
  .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: 1280px) {
  .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: 1600px) {
  .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%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0 solid #bdc6d0; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 0 solid #bdc6d0; }
  .table tbody + tbody {
    border-top: 0 solid #bdc6d0; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 0 solid #bdc6d0; }
  .table-bordered th,
  .table-bordered td {
    border: 0 solid #bdc6d0; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 0; }

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa; }

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ffaf7a; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a6abad; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #cfd2d3; }

.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: #a6abad; }

.table-hover .table-tertiary:hover {
  background-color: #c2c6c7; }
  .table-hover .table-tertiary:hover > td,
  .table-hover .table-tertiary:hover > th {
    background-color: #c2c6c7; }

.table-red,
.table-red > th,
.table-red > td {
  background-color: #eec4c6; }

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #e09295; }

.table-hover .table-red:hover {
  background-color: #e8b0b3; }
  .table-hover .table-red:hover > td,
  .table-hover .table-red:hover > th {
    background-color: #e8b0b3; }

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #b8e0f6; }

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #7ac5ee; }

.table-hover .table-blue:hover {
  background-color: #a1d6f3; }
  .table-hover .table-blue:hover > td,
  .table-hover .table-blue:hover > th {
    background-color: #a1d6f3; }

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #f7d4c8; }

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f0af99; }

.table-hover .table-orange:hover {
  background-color: #f4c3b2; }
  .table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #f4c3b2; }

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #bdc6d0; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa; }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

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

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

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

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

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #575656;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.1rem 1.65rem;
  font-size: 1.125rem;
  line-height: 1.4;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #575656;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #ff6600;
  border-color: #ff6600; }
  .btn-primary:hover {
    color: #fff;
    background-color: #d95700;
    border-color: #cc5200; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc5200;
    border-color: #bf4d00; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #535d62;
  border-color: #535d62; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #41494d;
    border-color: #3c4346; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 117, 122, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(109, 117, 122, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #535d62;
    border-color: #535d62; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #3c4346;
    border-color: #363c3f; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 117, 122, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(109, 117, 122, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-tertiary {
  color: #fff;
  background-color: #535d62;
  border-color: #535d62; }
  .btn-tertiary:hover {
    color: #fff;
    background-color: #41494d;
    border-color: #3c4346; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 117, 122, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(109, 117, 122, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #fff;
    background-color: #535d62;
    border-color: #535d62; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #3c4346;
    border-color: #363c3f; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 117, 122, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(109, 117, 122, 0.5); }

.btn-red {
  color: #fff;
  background-color: #c42d34;
  border-color: #c42d34; }
  .btn-red:hover {
    color: #fff;
    background-color: #a5262c;
    border-color: #9b2329; }
  .btn-red:focus, .btn-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 77, 82, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(205, 77, 82, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #c42d34;
    border-color: #c42d34; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #9b2329;
    border-color: #902126; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 77, 82, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(205, 77, 82, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #0090df;
  border-color: #0090df; }
  .btn-blue:hover {
    color: #fff;
    background-color: #0077b9;
    border-color: #006fac; }
  .btn-blue:focus, .btn-blue.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 161, 228, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 161, 228, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #0090df;
    border-color: #0090df; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #006fac;
    border-color: #00679f; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 161, 228, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 161, 228, 0.5); }

.btn-orange {
  color: #fff;
  background-color: #e3663a;
  border-color: #e3663a; }
  .btn-orange:hover {
    color: #fff;
    background-color: #d84f1f;
    border-color: #cd4b1d; }
  .btn-orange:focus, .btn-orange.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 125, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(231, 125, 88, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #fff;
    background-color: #e3663a;
    border-color: #e3663a; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #cd4b1d;
    border-color: #c2471c; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 125, 88, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(231, 125, 88, 0.5); }

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

.btn-outline-secondary {
  color: #535d62;
  border-color: #535d62; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #535d62;
    border-color: #535d62; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 93, 98, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(83, 93, 98, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #535d62;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #535d62;
    border-color: #535d62; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 93, 98, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(83, 93, 98, 0.5); }

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

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

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

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

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

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-tertiary {
  color: #535d62;
  border-color: #535d62; }
  .btn-outline-tertiary:hover {
    color: #fff;
    background-color: #535d62;
    border-color: #535d62; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 93, 98, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(83, 93, 98, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #535d62;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #535d62;
    border-color: #535d62; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 93, 98, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(83, 93, 98, 0.5); }

.btn-outline-red {
  color: #c42d34;
  border-color: #c42d34; }
  .btn-outline-red:hover {
    color: #fff;
    background-color: #c42d34;
    border-color: #c42d34; }
  .btn-outline-red:focus, .btn-outline-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 45, 52, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(196, 45, 52, 0.5); }
  .btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #c42d34;
    background-color: transparent; }
  .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #c42d34;
    border-color: #c42d34; }
    .btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 45, 52, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(196, 45, 52, 0.5); }

.btn-outline-blue {
  color: #0090df;
  border-color: #0090df; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #0090df;
    border-color: #0090df; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 144, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 144, 223, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #0090df;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #0090df;
    border-color: #0090df; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 144, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 144, 223, 0.5); }

.btn-outline-orange {
  color: #e3663a;
  border-color: #e3663a; }
  .btn-outline-orange:hover {
    color: #fff;
    background-color: #e3663a;
    border-color: #e3663a; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 102, 58, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(227, 102, 58, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #e3663a;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #fff;
    background-color: #e3663a;
    border-color: #e3663a; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 102, 58, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(227, 102, 58, 0.5); }

.btn-link {
  font-weight: 400;
  color: #ff6600; }
  .btn-link:hover {
    color: #535d62;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

.btn-sm, .btn-group-sm > .btn {
  padding: 1.1rem 1.65rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1280px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1600px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

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

@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; } }

@media (min-width: 992px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; } }

@media (min-width: 1280px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; } }

@media (min-width: 1600px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

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

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

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

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

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px); }

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px); }

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.1875rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.1875rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

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

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.1875rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    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; }

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

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

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

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

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

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

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

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .navbar-expand-sm > .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .navbar-expand-sm > .mmtheo-module-m01a__text,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 991.98px) {
  .navbar-expand-md > .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .navbar-expand-md > .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .navbar-expand-md > .mmtheo-module-m01a__text,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 1279.98px) {
  .navbar-expand-lg > .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .navbar-expand-lg > .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .navbar-expand-lg > .mmtheo-module-m01a__text,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 1599.98px) {
  .navbar-expand-xl > .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .navbar-expand-xl > .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .navbar-expand-xl > .mmtheo-module-m01a__text,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  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;
  color: inherit;
  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: 15px; }
  @media (min-width: 768px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .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:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

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

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-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; }

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

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

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

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

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

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

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

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

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

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

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #ff6600; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #cc5200; }

.badge-secondary {
  color: #fff;
  background-color: #535d62; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #3c4346; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }

.badge-tertiary {
  color: #fff;
  background-color: #535d62; }
  a.badge-tertiary:hover, a.badge-tertiary:focus {
    color: #fff;
    background-color: #3c4346; }

.badge-red {
  color: #fff;
  background-color: #c42d34; }
  a.badge-red:hover, a.badge-red:focus {
    color: #fff;
    background-color: #9b2329; }

.badge-blue {
  color: #fff;
  background-color: #0090df; }
  a.badge-blue:hover, a.badge-blue:focus {
    color: #fff;
    background-color: #006fac; }

.badge-orange {
  color: #fff;
  background-color: #e3663a; }
  a.badge-orange:hover, a.badge-orange:focus {
    color: #fff;
    background-color: #cd4b1d; }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #853500;
  background-color: #ffe0cc;
  border-color: #ffd4b8; }
  .alert-primary hr {
    border-top-color: #ffc59f; }
  .alert-primary .alert-link {
    color: #522100; }

.alert-secondary {
  color: #2b3033;
  background-color: #dddfe0;
  border-color: #cfd2d3; }
  .alert-secondary hr {
    border-top-color: #c2c6c7; }
  .alert-secondary .alert-link {
    color: #141617; }

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

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

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

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

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

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-tertiary {
  color: #2b3033;
  background-color: #dddfe0;
  border-color: #cfd2d3; }
  .alert-tertiary hr {
    border-top-color: #c2c6c7; }
  .alert-tertiary .alert-link {
    color: #141617; }

.alert-red {
  color: #66171b;
  background-color: #f3d5d6;
  border-color: #eec4c6; }
  .alert-red hr {
    border-top-color: #e8b0b3; }
  .alert-red .alert-link {
    color: #3c0e10; }

.alert-blue {
  color: #004b74;
  background-color: #cce9f9;
  border-color: #b8e0f6; }
  .alert-blue hr {
    border-top-color: #a1d6f3; }
  .alert-blue .alert-link {
    color: #002a41; }

.alert-orange {
  color: #76351e;
  background-color: #f9e0d8;
  border-color: #f7d4c8; }
  .alert-orange hr {
    border-top-color: #f4c3b2; }
  .alert-orange .alert-link {
    color: #4d2314; }

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

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

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

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

.list-group-item-primary {
  color: #853500;
  background-color: #ffd4b8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #853500;
    background-color: #ffc59f; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #853500;
    border-color: #853500; }

.list-group-item-secondary {
  color: #2b3033;
  background-color: #cfd2d3; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #2b3033;
    background-color: #c2c6c7; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #2b3033;
    border-color: #2b3033; }

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

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

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

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

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-tertiary {
  color: #2b3033;
  background-color: #cfd2d3; }
  .list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
    color: #2b3033;
    background-color: #c2c6c7; }
  .list-group-item-tertiary.list-group-item-action.active {
    color: #ffffff;
    background-color: #2b3033;
    border-color: #2b3033; }

.list-group-item-red {
  color: #66171b;
  background-color: #eec4c6; }
  .list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
    color: #66171b;
    background-color: #e8b0b3; }
  .list-group-item-red.list-group-item-action.active {
    color: #ffffff;
    background-color: #66171b;
    border-color: #66171b; }

.list-group-item-blue {
  color: #004b74;
  background-color: #b8e0f6; }
  .list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #004b74;
    background-color: #a1d6f3; }
  .list-group-item-blue.list-group-item-action.active {
    color: #ffffff;
    background-color: #004b74;
    border-color: #004b74; }

.list-group-item-orange {
  color: #76351e;
  background-color: #f7d4c8; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #76351e;
    background-color: #f4c3b2; }
  .list-group-item-orange.list-group-item-action.active {
    color: #ffffff;
    background-color: #76351e;
    border-color: #76351e; }

.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) {
    cursor: pointer; }
    .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; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.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;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

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

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

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

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .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: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3c4346 !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-tertiary {
  background-color: #535d62 !important; }

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #3c4346 !important; }

.bg-red {
  background-color: #c42d34 !important; }

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #9b2329 !important; }

.bg-blue {
  background-color: #0090df !important; }

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #006fac !important; }

.bg-orange {
  background-color: #e3663a !important; }

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

.bg-white {
  background-color: #ffffff !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: #ff6600 !important; }

.border-secondary {
  border-color: #535d62 !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-tertiary {
  border-color: #535d62 !important; }

.border-red {
  border-color: #c42d34 !important; }

.border-blue {
  border-color: #0090df !important; }

.border-orange {
  border-color: #e3663a !important; }

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

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

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

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

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

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

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

.rounded-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: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -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: 992px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -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: 1280px) {
  .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: 1600px) {
  .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-3by4::before {
  padding-top: 133.33333%; }

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

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

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

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

.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: 768px) {
  .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: 992px) {
  .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: 1280px) {
  .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: 1600px) {
  .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: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

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

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

@media (min-width: 1600px) {
  .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; }

.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: 768px) {
  .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: 992px) {
  .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: 1280px) {
  .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: 1600px) {
  .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; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .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: #ffffff !important; }

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

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #303639 !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-tertiary {
  color: #535d62 !important; }

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

.text-red {
  color: #c42d34 !important; }

a.text-red:hover, a.text-red:focus {
  color: #861f23 !important; }

.text-blue {
  color: #0090df !important; }

a.text-blue:hover, a.text-blue:focus {
  color: #005f93 !important; }

.text-orange {
  color: #e3663a !important; }

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

.text-body {
  color: #575656 !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-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; } }

.btn-0 {
  color: #ffffff;
  font-weight: 700;
  background-color: #ff6600;
  border-color: #ff6600;
  padding: 1.1rem 1.65rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-0:hover, .btn-0:focus, .btn-0:active {
    color: #ffffff;
    background-color: #535d62;
    border-color: #535d62; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #535d62;
  border-color: #535d62; }

.btn-1 {
  color: #ffffff;
  font-weight: 700;
  background-color: #535d62;
  border-color: #535d62;
  padding: 1.1rem 1.65rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-1:hover, .btn-1:focus, .btn-1:active {
    color: #ffffff;
    background-color: #ff6600;
    border-color: #ff6600; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff6600; }

.btn-2 {
  color: #444444;
  font-weight: 700;
  background-color: #f0f1f1;
  border-color: #f0f1f1;
  padding: 1.1rem 1.65rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-2:hover, .btn-2:focus, .btn-2:active {
    color: #ffffff;
    background-color: #bbc0c0;
    border-color: #bbc0c0; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #bbc0c0;
  border-color: #bbc0c0; }

.btn-3 {
  color: #ff6600;
  font-weight: 700;
  background-color: transparent;
  border-color: #ff6600;
  padding: 1.1rem 1.65rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-3:hover, .btn-3:focus, .btn-3:active {
    color: #ffffff;
    background-color: #ff6600;
    border-color: #ff6600; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff6600; }

.btn-4 {
  color: #535d62;
  font-weight: 700;
  background-color: transparent;
  border-color: #535d62;
  padding: 1.1rem 1.65rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-4:hover, .btn-4:focus, .btn-4:active {
    color: #ffffff;
    background-color: #535d62;
    border-color: #535d62; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #535d62;
  border-color: #535d62; }

.btn-5 {
  color: #444444;
  font-weight: 700;
  background-color: transparent;
  border-color: #535d62;
  padding: 1.1rem 1.65rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-5:hover, .btn-5:focus, .btn-5:active {
    color: #444444;
    background-color: #f0f1f1;
    border-color: #f0f1f1; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #444444;
  background-color: #f0f1f1;
  border-color: #f0f1f1; }

.btn-6 {
  color: #ffffff;
  font-weight: 700;
  background-color: transparent;
  border-color: #ffffff;
  padding: 1.1rem 1.65rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-6:hover, .btn-6:focus, .btn-6:active {
    color: #ff6600;
    background-color: #ffffff;
    border-color: #ffffff; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #ff6600;
  background-color: #ffffff;
  border-color: #ffffff; }

.btn-7 {
  color: #535d62;
  font-weight: 700;
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 1.1rem 1.65rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-7:hover, .btn-7:focus, .btn-7:active {
    color: #ffffff;
    background-color: #cccccc;
    border-color: #cccccc; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc; }

.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.animate, .btn, .btn-fill-horz-o:before, .btn-fill-horz-o:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn {
  position: relative;
  opacity: 0.999;
  font-weight: 600; }

.btn-fill-horz-o {
  overflow: hidden; }
  .btn-fill-horz-o:before, .btn-fill-horz-o:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .btn-fill-horz-o:before {
    left: 50%; }
  .btn-fill-horz-o:after {
    right: 50%; }
  .btn-fill-horz-o:hover:before, .btn-fill-horz-o:hover:after {
    width: 50%;
    opacity: 1; }
  .btn-fill-horz-o.btn-0:before, .btn-fill-horz-o.btn-0:after {
    background-color: #535d62; }
  .btn-fill-horz-o.btn-0:hover {
    border-color: #535d62; }
  .btn-fill-horz-o.btn-1:before, .btn-fill-horz-o.btn-1:after {
    background-color: #ff6600; }
  .btn-fill-horz-o.btn-1:hover {
    border-color: #ff6600; }
  .btn-fill-horz-o.btn-2:before, .btn-fill-horz-o.btn-2:after {
    background-color: #bbc0c0; }
  .btn-fill-horz-o.btn-2:hover {
    border-color: #bbc0c0; }
  .btn-fill-horz-o.btn-3:before, .btn-fill-horz-o.btn-3:after {
    background-color: #ff6600; }
  .btn-fill-horz-o.btn-3:hover {
    border-color: #ff6600; }
  .btn-fill-horz-o.btn-4:before, .btn-fill-horz-o.btn-4:after {
    background-color: #535d62; }
  .btn-fill-horz-o.btn-4:hover {
    border-color: #535d62; }
  .btn-fill-horz-o.btn-5:before, .btn-fill-horz-o.btn-5:after {
    background-color: #f0f1f1; }
  .btn-fill-horz-o.btn-5:hover {
    border-color: #f0f1f1; }
  .btn-fill-horz-o.btn-6:before, .btn-fill-horz-o.btn-6:after {
    background-color: #ffffff; }
  .btn-fill-horz-o.btn-6:hover {
    border-color: #ffffff; }
  .btn-fill-horz-o.btn-7:before, .btn-fill-horz-o.btn-7:after {
    background-color: #cccccc; }
  .btn-fill-horz-o.btn-7:hover {
    border-color: #cccccc; }

.ios .btn-fill-horz-o:before, .ios .btn-fill-horz-o:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1; }

/* Tablet Landscape and above */
@media (min-width: 992px) {
  .btn-0 {
    padding: 1.1rem 1.65rem;
    font-size: 1.125rem;
    line-height: 1.4;
    border-radius: 0; }
  .btn-1 {
    padding: 1.1rem 1.65rem;
    font-size: 1.125rem;
    line-height: 1.4;
    border-radius: 0; }
  .btn-2 {
    padding: 1.1rem 1.65rem;
    font-size: 1.125rem;
    line-height: 1.4;
    border-radius: 0; }
  .btn-3 {
    padding: 1.1rem 1.65rem;
    font-size: 1.125rem;
    line-height: 1.4;
    border-radius: 0; }
  .btn-4 {
    padding: 1.1rem 1.65rem;
    font-size: 1.125rem;
    line-height: 1.4;
    border-radius: 0; }
  .btn-5 {
    padding: 1.1rem 1.65rem;
    font-size: 1.125rem;
    line-height: 1.4;
    border-radius: 0; }
  .btn-6 {
    padding: 1.1rem 1.65rem;
    font-size: 1.125rem;
    line-height: 1.4;
    border-radius: 0; } }

div.cookiefirst-root div[data-cookiefirst-widget="modal"] {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%) !important;
      -ms-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important; }

.cookiefirst-root [data-cookiefirst-button="secondary"], [data-cookiefirst-button="primary"] {
  outline: transparent !important; }

@media (min-width: 992px) {
  div.cookiefirst-root div[data-cookiefirst-widget="modal"] {
    left: 10%;
    right: 10%; } }

@media (min-width: 1280px) {
  div.cookiefirst-root div[data-cookiefirst-widget="modal"] {
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important; } }

/* Amsi Pro Regular */
@font-face {
  font-family: 'Amsi Pro Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../Assets/Font/amsi-pro-normal-regular.otf"), local("Amsi Pro Regular"), local("AmsiPro-Regular"); }

/* Amsi Pro Italic */
@font-face {
  font-family: 'Amsi Pro Italic';
  font-style: italic;
  font-weight: 400;
  src: url("../Assets/Font/amsi-pro-normal-italic.otf"), local("Amsi Pro Italic"), local("AmsiPro-Italic"); }

/* Amsi Pro Ultra Italic */
@font-face {
  font-family: 'Amsi Pro Ultra Italic';
  font-style: italic;
  font-weight: 400;
  src: url("../Assets/Font/amsi-pro-normal-ultra-italic.otf"), local("Amsi Pro Ultra Italic"), local("AmsiPro-UltraITalic"); }

/* Amsi Pro SemiBold */
@font-face {
  font-family: 'Amsi Pro SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url("../Assets/Font/amsi-pro-normal-semibold.otf") format("opentype"), local("Amsi Pro SemiBold"), local("AmsiPro-SemiBold"); }

/* Amsi Pro SemiBold Italic */
@font-face {
  font-family: 'Amsi Pro SemiBold Italic';
  font-style: normal;
  font-weight: 600;
  src: url("../Assets/Font/amsi-pro-normal-semibold-italic.otf") format("opentype"), local("Amsi Pro SemiBold Italic"), local("AmsiPro-SemiBoldItalic"); }

/* Amsi Pro Bold Italic */
@font-face {
  font-family: 'Amsi Pro Bold Italic';
  font-style: normal;
  font-weight: 700;
  src: url("../Assets/Font/amsi-pro-normal-bold-italic.otf") format("opentype"), local("Amsi Pro Bold Italic"), local("AmsiPro-BoldItalic"); }

/* Amsi Pro Bold*/
@font-face {
  font-family: 'Amsi Pro Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../Assets/Font/amsi-pro-normal-bold.otf") format("opentype"), local("Amsi Pro Bold"), local("AmsiPro-Bold"); }

html {
  scroll-padding-top: 350px; }

@font-face {
  font-family: "minitec";
  src: url("../Assets/Font//minitec.ttf?acq4z9") format("truetype"), url("../Assets/Font//minitec.woff?acq4z9") format("woff"), url("../Assets/Font//minitec.svg?acq4z9#minitec") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "minitec" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-times-circle:before {
  content: ""; }

.icon-times-solid:before {
  content: ""; }

.icon-trash-alt:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-user-circle:before {
  content: ""; }

.icon-minus-circle-solid:before {
  content: ""; }

.icon-minus-solid:before {
  content: ""; }

.icon-minus-square:before {
  content: ""; }

.icon-phone-solid:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-play-solid:before {
  content: ""; }

.icon-plus-circle-solid:before {
  content: ""; }

.icon-plus-solid:before {
  content: ""; }

.icon-plus-square:before {
  content: ""; }

.icon-search-solid:before {
  content: ""; }

.icon-search-minus-solid:before {
  content: ""; }

.icon-search-plus-solid:before {
  content: ""; }

.icon-globe-solid:before {
  content: ""; }

.icon-production-sites:before {
  content: ""; }

.icon-map-marker-filled:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-map-marker-solid:before {
  content: ""; }

.icon-info-circle-solid:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-list-solid:before {
  content: ""; }

.icon-lock-open-solid:before {
  content: ""; }

.icon-lock-solid:before {
  content: ""; }

.icon-long-arrow-alt-down-solid:before {
  content: ""; }

.icon-long-arrow-alt-left-solid:before {
  content: ""; }

.icon-long-arrow-alt-right-solid:before {
  content: ""; }

.icon-long-arrow-alt-up-solid:before {
  content: ""; }

.icon-expand-arrows-alt-solid:before {
  content: ""; }

.icon-compress-arrows-alt-solid:before {
  content: ""; }

.icon-external-link-alt-solid:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-alt:before {
  content: ""; }

.icon-check-solid:before {
  content: ""; }

.icon-check-square:before {
  content: ""; }

.icon-check-square-solid:before {
  content: ""; }

.icon-download-solid:before {
  content: ""; }

.icon-envelope-open:before {
  content: ""; }

.icon-envelope-solid:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-bars-solid:before {
  content: ""; }

.icon-arrow-up-solid:before {
  content: ""; }

.icon-arrow-down-solid:before {
  content: ""; }

.icon-arrow-left-solid:before {
  content: ""; }

.icon-arrow-link:before {
  content: ""; }

.icon-arrow-right-solid:before {
  content: ""; }

.icon-angle-double-down-solid:before {
  content: ""; }

.icon-angle-double-left-solid:before {
  content: ""; }

.icon-angle-double-right-solid:before {
  content: ""; }

.icon-angle-double-up-solid:before {
  content: ""; }

.icon-angle-down-solid:before {
  content: ""; }

.icon-angle-left-solid:before {
  content: ""; }

.icon-angle-right-solid:before {
  content: ""; }

.icon-angle-up-solid:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-linkedin-in:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-kununu:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-home-solid:before {
  content: ""; }

.icon-quote-left-solid:before {
  content: ""; }

.icon-quote-right-solid:before {
  content: ""; }

.icon-shopping-bag-solid:before {
  content: ""; }

.icon-shopping-cart-solid:before {
  content: ""; }

.icon-sliders-h-solid:before {
  content: ""; }

.icon-world-map-solid:before {
  content: ""; }

.icon-tile-view:before {
  content: ""; }

.icon-durchbiegung-solid:before {
  content: ""; }

.icon-airpaln:before {
  content: ""; }

.icon-anfrageliste_icon:before {
  content: ""; }

.icon-reload_solid:before {
  content: ""; }

.icon-pdf_solid:before {
  content: ""; }

.icon-open_link_solid:before {
  content: ""; }

.icon-edit_solid:before {
  content: ""; }

.icon-download-CSV_solid:before {
  content: ""; }

.mmtheo-module .module-padding-large {
  padding-top: 60px;
  padding-bottom: 60px; }

.mmtheo-module .module-padding-medium {
  padding-top: 40px;
  padding-bottom: 40px; }

.mmtheo-module .module-padding-small {
  padding-top: 20px;
  padding-bottom: 20px; }

.mmtheo-module .module-padding-large-top {
  padding-top: 60px;
  padding-bottom: 0; }

.mmtheo-module .module-padding-medium-top {
  padding-top: 40px;
  padding-bottom: 0; }

.mmtheo-module .module-padding-small-top {
  padding-top: 20px;
  padding-bottom: 0; }

.mmtheo-module .module-padding-large-bottom {
  padding-top: 0;
  padding-bottom: 60px; }

.mmtheo-module .module-padding-medium-bottom {
  padding-top: 0;
  padding-bottom: 40px; }

.mmtheo-module .module-padding-small-bottom {
  padding-top: 0;
  padding-bottom: 20px; }

.mmtheo-module .module-padding-large-all-sides {
  padding: 48px; }

.mmtheo-module .module-padding-medium-all-sides {
  padding: 32px; }

.mmtheo-module .module-padding-small-all-sides {
  padding: 15px; }

@media (min-width: 992px) {
  .mmtheo-module .module-padding-large {
    padding-top: 100px;
    padding-bottom: 100px; }
  .mmtheo-module .module-padding-medium {
    padding-top: 80px;
    padding-bottom: 80px; }
  .mmtheo-module .module-padding-small {
    padding-top: 40px;
    padding-bottom: 40px; }
  .mmtheo-module .module-padding-large-top {
    padding-top: 100px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-medium-top {
    padding-top: 80px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-small-top {
    padding-top: 40px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-large-bottom {
    padding-top: 0;
    padding-bottom: 100px; }
  .mmtheo-module .module-padding-medium-bottom {
    padding-top: 0;
    padding-bottom: 80px; }
  .mmtheo-module .module-padding-small-bottom {
    padding-top: 0;
    padding-bottom: 40px; } }

@media (min-width: 1280px) {
  .mmtheo-module .module-padding-large {
    padding-top: 100px;
    padding-bottom: 100px; }
  .mmtheo-module .module-padding-medium {
    padding-top: 80px;
    padding-bottom: 80px; }
  .mmtheo-module .module-padding-small {
    padding-top: 40px;
    padding-bottom: 40px; }
  .mmtheo-module .module-padding-large-top {
    padding-top: 100px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-medium-top {
    padding-top: 80px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-small-top {
    padding-top: 40px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-large-bottom {
    padding-top: 0;
    padding-bottom: 100px; }
  .mmtheo-module .module-padding-medium-bottom {
    padding-top: 0;
    padding-bottom: 80px; }
  .mmtheo-module .module-padding-small-bottom {
    padding-top: 0;
    padding-bottom: 40px; } }

.news__slider-view.mmtheo-module.mmtheo-module-bg-0 {
  /* white*/ }
  .news__slider-view.mmtheo-module.mmtheo-module-bg-0 .p01-slider__slide .slide__textbox .article__content {
    padding-inline: 0; }
  .news__slider-view.mmtheo-module.mmtheo-module-bg-0 .p01-slider__slide .slide__footer {
    padding-inline: 0; }

.news__slider-view.news__filter--category {
  -webkit-padding-before: 70px;
          padding-block-start: 70px; }
  .news__slider-view.news__filter--category .news-menu-view__dropdown-menu {
    background: white;
    margin-inline: 1.5rem; }
  .news__slider-view.news__filter--category .category-menu-view {
    display: none;
    margin-inline: 1.5rem; }
    .news__slider-view.news__filter--category .category-menu-view a.list-item {
      font-size: 20px;
      line-height: 1.3;
      height: 1.8rem;
      color: #535d62;
      margin-inline: 50px; }
      .news__slider-view.news__filter--category .category-menu-view a.list-item--active {
        color: #ff6600;
        border-bottom: 2px solid #ff6600; }
      .news__slider-view.news__filter--category .category-menu-view a.list-item:hover {
        color: #ff6600;
        text-decoration: none;
        border-bottom: 2px solid #ff6600; }

.news__list-view {
  clear: both; }
  .news__list-view.news__filter {
    clear: none; }
    .news__list-view.news__filter--category .news-menu-view {
      padding-block: 1.5rem; }
    .news__list-view.news__filter--date {
      -webkit-padding-before: 70px;
              padding-block-start: 70px; }

.news-list-view--list-layout .article {
  border-bottom: 1px solid black;
  padding-block: 30px; }
  .news-list-view--list-layout .article__image .news-img-wrap {
    display: none; }
  .news-list-view--list-layout .article__content .header .news-list-date {
    color: #535d62; }
  .news-list-view--list-layout .article__content .header .news-list__headline {
    font-size: 20px; }
    .news-list-view--list-layout .article__content .header .news-list__headline a {
      color: #000; }
      .news-list-view--list-layout .article__content .header .news-list__headline a:hover {
        text-decoration: none;
        color: #ff6600; }
  .news-list-view--list-layout .article__content .teaser-text {
    font-size: 15px; }
    .news-list-view--list-layout .article__content .teaser-text a.link-arrow--primary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .news-list-view--list-layout .article__content .teaser-text a.link-arrow--primary i {
        font-size: 30px;
        font-weight: 700;
        -webkit-padding-start: 10px;
                padding-inline-start: 10px; }
      .news-list-view--list-layout .article__content .teaser-text a.link-arrow--primary:hover {
        text-decoration: none; }

.news-list-view--slider-layout {
  padding-block: 30px; }
  .news-list-view--slider-layout .p01-slider__slick-wrapper {
    padding-inline: 15px;
    opacity: 0; }
    .news-list-view--slider-layout .p01-slider__slick-wrapper.slick-initialized {
      opacity: 1; }
  .news-list-view--slider-layout .p01-slider__arrow {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    z-index: 2;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    margin-inline: -7px; }
    .news-list-view--slider-layout .p01-slider__arrow--next {
      right: 0; }
      .news-list-view--slider-layout .p01-slider__arrow--next:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "minitec" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 35px;
        color: #535d62;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
    .news-list-view--slider-layout .p01-slider__arrow--prev {
      left: 0; }
      .news-list-view--slider-layout .p01-slider__arrow--prev:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "minitec" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 35px;
        color: #535d62;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
  .news-list-view--slider-layout .p01-slider__slide {
    margin-inline: 15px;
    background-color: #ffffff; }
    .news-list-view--slider-layout .p01-slider__slide .slide__image {
      height: 230px; }
      .news-list-view--slider-layout .p01-slider__slide .slide__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        max-width: 300px; }
    .news-list-view--slider-layout .p01-slider__slide .slide__textbox {
      height: 100%; }
      .news-list-view--slider-layout .p01-slider__slide .slide__textbox .article__content {
        padding-inline: 20px;
        -webkit-padding-before: 20px;
                padding-block-start: 20px;
        height: 100%; }
        .news-list-view--slider-layout .p01-slider__slide .slide__textbox .article__content .news-list-date {
          font-size: 13px; }
        .news-list-view--slider-layout .p01-slider__slide .slide__textbox .article__content .news-list__headline {
          font-size: 20px;
          line-height: 1.3; }
          .news-list-view--slider-layout .p01-slider__slide .slide__textbox .article__content .news-list__headline a {
            color: #000; }
            .news-list-view--slider-layout .p01-slider__slide .slide__textbox .article__content .news-list__headline a:hover {
              text-decoration: none;
              color: #ff6600; }
        .news-list-view--slider-layout .p01-slider__slide .slide__textbox .article__content .teaser-text {
          font-size: 15px; }
    .news-list-view--slider-layout .p01-slider__slide .slide__footer {
      padding-inline: 20px;
      -webkit-padding-before: 10px;
              padding-block-start: 10px;
      -webkit-padding-after: 20px;
              padding-block-end: 20px; }
      .news-list-view--slider-layout .p01-slider__slide .slide__footer a.link-arrow--primary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .news-list-view--slider-layout .p01-slider__slide .slide__footer a.link-arrow--primary i {
          font-size: 30px;
          font-weight: 700;
          -webkit-padding-start: 10px;
                  padding-inline-start: 10px; }
        .news-list-view--slider-layout .p01-slider__slide .slide__footer a.link-arrow--primary:hover {
          text-decoration: none; }

.news-list-item {
  -webkit-margin-after: 15px;
          margin-block-end: 15px; }
  .news-list-item__headline {
    font-size: 1rem;
    line-height: 1.3; }
    .news-list-item__headline:hover, .news-list-item__headline a {
      text-decoration: none; }

.news-menu-view__dropdown-menu .dropdown .btn.dropdown-toggle {
  border: 1px solid black;
  width: 100%;
  text-align: left;
  line-height: 1.3;
  font-size: 20px; }
  .news-menu-view__dropdown-menu .dropdown .btn.dropdown-toggle:after {
    border: unset; }
  .news-menu-view__dropdown-menu .dropdown .btn.dropdown-toggle i {
    font-size: 30px;
    float: right; }

.news-menu-view__dropdown-menu .dropdown-menu.show {
  width: 100%; }

.news-category-view {
  -webkit-padding-before: 70px;
          padding-block-start: 70px;
  list-style: none; }
  .news-category-view ul, .news-category-view li {
    list-style: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0; }
  .news-category-view li {
    -webkit-margin-before: 2px;
            margin-block-start: 2px; }
  .news-category-view__category-label {
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-transform: uppercase;
    font-size: 1.1em; }
  .news-category-view__checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #7f7f7f;
    background-color: white;
    -webkit-margin-after: -5px;
            margin-block-end: -5px;
    position: relative; }
    .news-category-view__checkbox--checked:before {
      display: block;
      position: absolute;
      content: "";
      left: 5px;
      top: 0px;
      width: 8px;
      height: 15px;
      border: solid #bd0020;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .news-category-view__category-selection-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-margin-after: 1em;
            margin-block-end: 1em; }
  .news-category-view__remove-button {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #7f7f7f;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
    text-decoration: none;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
    background-color: white; }
    .news-category-view__remove-button:active, .news-category-view__remove-button:focus, .news-category-view__remove-button:hover {
      text-decoration: none;
      cursor: pointer; }
    .news-category-view__remove-button-label {
      margin-right: 30px; }
    .news-category-view__remove-button i {
      font-size: 20px;
      color: #ff6600; }
    .news-category-view__remove-button--all {
      display: none;
      background-color: transparent;
      border: none;
      color: #ff6600; }
      .news-category-view__remove-button--all .news-category-view__remove-button-label {
        text-transform: uppercase;
        -webkit-padding-start: 5px;
                padding-inline-start: 5px; }
    .news-category-view__remove-button + .news-category-view__remove-button--all {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .news-category-view__result-count {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 1rem; }

ul.pagination li {
  height: 35px;
  width: 35px;
  border: 1px solid darkgray;
  background-color: lightgrey;
  text-align: center;
  line-height: 2;
  margin: 4px; }
  ul.pagination li.active {
    background-color: #ff6600;
    color: white; }

.mmtheo-module[class*="mmtheo-module-"] .page-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-block: 30px; }
  .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination {
    margin-left: 0;
    margin-bottom: 0; }
    .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li {
      display: inline-block;
      cursor: pointer;
      font-size: 16px;
      font-weight: 600;
      color: #575656;
      background-color: #ffffff;
      border-color: #000;
      height: 35px;
      width: 35px;
      margin: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li.last, .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li.previous, .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li.first {
        background-color: #f0f1f1;
        border-color: #f0f1f1; }
      .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li.first {
        -webkit-margin-start: 0;
                margin-inline-start: 0; }
      .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li:hover {
        background-color: #ff6600;
        border-color: #ff6600; }
        .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li:hover a {
          color: #ffffff; }
      .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li.active {
        background-color: #ff6600;
        border-color: #ff6600;
        color: #ffffff; }
        .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li.active:hover {
          background-color: #993d00;
          border-color: #993d00; }
      .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li .news-pagination__button {
        display: inherit; }
      .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li a {
        width: 100%;
        height: 100%;
        color: #000;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }

.news-detail-view__headline {
  font-size: 22px;
  color: #575656; }

.news-detail-view__social-media-header {
  text-transform: uppercase;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  font-weight: bold; }

.news-detail-view__social-media-icon {
  background-color: #ff6600;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
  -webkit-padding-before: 3px;
          padding-block-start: 3px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  text-decoration: none; }
  .news-detail-view__social-media-icon i {
    color: white;
    font-size: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news-detail-view__social-media-icon:hover {
    text-decoration: none; }

.news-detail-view__back-to-overview {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  background-color: #ff6600;
  color: #ffffff; }
  .news-detail-view__back-to-overview:hover {
    background-color: #993d00;
    color: #ffffff; }

.news-single {
  padding-top: 60px;
  background-color: white; }
  .news-single .news-related {
    -webkit-margin-before: 30px;
            margin-block-start: 30px; }
  .news-single hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #575656; }
  .news-single .slick-track {
    margin-left: unset;
    margin-right: unset; }
  .news-single .mmtheo-grid .mmtheo-module-m01a__text {
    margin: 0; }
  .news-single .mmtheo-module-m05 .gradient {
    border: none; }
  .news-single .mmtheo-module-m05 .slider .item .item-wrap {
    padding-left: 0;
    padding-right: 0; }
  .news-single .mmtheo-module-m05 ul.slick-dots {
    display: none !important; }

.news-social-media {
  margin-top: 4rem; }

.news-back-to-overview {
  margin-bottom: 4rem; }

.news-related-news h1, .news-related-news h2, .news-related-news h3, .news-related-news h4, .news-related-news h5, .news-related-news h6 {
  text-transform: uppercase;
  color: #575656; }

.news-related-news .news-list-item__info-box {
  background-color: #ffffff; }

@media (min-width: 768px) {
  .news__list-view.news__filter {
    float: left;
    width: 50%;
    padding-block: 1.5rem; }
    .news__list-view.news__filter--category {
      -webkit-padding-before: 70px;
              padding-block-start: 70px; }
      .news__list-view.news__filter--category .news-menu-view {
        padding-block: 0; }
        .news__list-view.news__filter--category .news-menu-view__dropdown-menu .dropdown {
          float: left;
          width: 300px; }
    .news__list-view.news__filter--date {
      -webkit-padding-before: 70px;
              padding-block-start: 70px; }
      .news__list-view.news__filter--date .news-menu-view__dropdown-menu .dropdown {
        float: right;
        width: 300px; }
  .news__slider-view.news__filter--category .news-menu-view__dropdown-menu {
    display: none; }
  .news__slider-view.news__filter--category .category-menu-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .news-list-view--list-layout {
    clear: both; }
    .news-list-view--list-layout .article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .news-list-view--list-layout .article__image .news-img-wrap {
        display: block;
        width: 230px;
        height: 140px;
        -webkit-margin-end: 50px;
                margin-inline-end: 50px; }
        .news-list-view--list-layout .article__image .news-img-wrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
  .news-list-view--slider-layout .p01-slider__slick-wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news-list-view--slider-layout .p01-slider__slick-wrapper .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: unset; }
  .news-list-view--slider-layout .p01-slider__arrow {
    width: 50px;
    height: 50px;
    margin-inline: -20px; }
    .news-list-view--slider-layout .p01-slider__arrow--next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 50px;
      color: #535d62;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
    .news-list-view--slider-layout .p01-slider__arrow--prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 50px;
      color: #535d62;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
  .news-list-view--slider-layout .p01-slider__slide .slide__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .news-list-view--slider-layout .p01-slider__slide .slide__textbox .article__content .news-list-date {
    font-size: 13px; }
  .news-list-view--slider-layout .p01-slider__slide .slide__textbox .article__content .news-list__headline {
    font-size: 20px; }
  .news-list-view--slider-layout .p01-slider__slide .slide__textbox .article__content .teaser-text {
    font-size: 15px; }
    .news-list-view--slider-layout .p01-slider__slide .slide__textbox .article__content .teaser-text a.link-arrow--primary i {
      font-size: 30px; }
  .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li {
    height: 42px;
    width: 48px;
    font-size: 16px; } }

@media (min-width: 992px) {
  .news-list-item {
    max-width: 270px; }
  .news-list-view--list-layout .article__content .header .news-list__headline {
    font-size: 30px; }
  .news-list-view--list-layout .article__content .teaser-text {
    font-size: 18px; }
    .news-list-view--list-layout .article__content .teaser-text a.link-arrow--primary {
      font-size: 19px; }
  .news-list-view--slider-layout .p01-slider__slide .slide__image img {
    max-width: 270px; }
  .news-category-view__category-selector > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #d1d2d2;
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
    -webkit-padding-after: 10px;
            padding-block-end: 10px; }
  .news-category-view__category-selector > ul > li {
    -webkit-margin-before: 0;
            margin-block-start: 0; }
    .news-category-view__category-selector > ul > li a:hover {
      text-decoration: none; }
  .news-category-view__category-label {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-padding-end: 15px;
            padding-inline-end: 15px; }
  .news-category-view__result-count {
    font-size: 1.2em;
    font-weight: bold; }
  .news-single .container, .news-single .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .news-single .mmtheo-module-m01a__text, .news-single .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .news-single .mmtheo-module-m01a__text {
    padding-left: 10%;
    padding-right: 10%; }
    .news-single .container .container, .news-single .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .news-single .mmtheo-module-m01a__text .container, .news-single .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .news-single .mmtheo-module-m01a__text .container, .news-single .container .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .news-single .container .mmtheo-module-m01a__text, .news-single .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .news-single .mmtheo-module-m01a__text .mmtheo-module-m01a__text, .news-single .container .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .news-single .container .mmtheo-module-m01a__text, .news-single .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .news-single .mmtheo-module-m01a__text .mmtheo-module-m01a__text, .news-single .container.news-related, .news-single .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .news-related.mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .news-single .news-related.mmtheo-module-m01a__text, .news-single .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .news-related.mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .news-single .news-related.mmtheo-module-m01a__text {
      padding-left: unset;
      padding-right: unset; }
  .news-single .mmtheo-grid .container .grid-col, .news-single .mmtheo-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .grid-col, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .news-single .mmtheo-grid .mmtheo-module-m01a__text .grid-col, .news-single .mmtheo-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .grid-col, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .news-single .mmtheo-grid .mmtheo-module-m01a__text .grid-col {
    padding-right: 15px;
    padding-left: 15px; }
  .news-list-item__show-more {
    font-size: 1.375rem; }
  .news-detail-view__headline {
    font-size: 34px; }
  .news-detail-view__back-to-overview {
    -webkit-margin-before: 10px;
            margin-block-start: 10px; }
  .mmtheo-module[class*="mmtheo-module-"] .page-navigation ul.pagination li {
    font-size: 24px;
    height: 65px;
    width: 74px;
    margin: 10px; } }

@media (min-width: 1280px) {
  .news-list-item {
    max-width: 365px; }
  .news-list-view--slider-layout .p01-slider__slide .slide__image img {
    max-width: 365px; } }

@media (min-width: 1600px) {
  .news-list-item {
    max-width: 420px; }
  .news-list-view--slider-layout .p01-slider__slide .slide__image img {
    max-width: 420px; } }

@media print {
  .mmtheo-module {
    page-break-inside: avoid; }
  .mmtheo-header-h01 {
    visibility: hidden; }
  .mmtheo-footer-f01 {
    display: none; }
  .noprint {
    display: none; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.tx-solr-search-form-wrap {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .tx-solr-search-form-wrap {
    margin-bottom: 50px; } }

#tx-solr-search-form-pi-results {
  -webkit-margin-after: unset;
          margin-block-end: unset; }

.h3.solr-search__info-header {
  display: none; }

@media (min-width: 992px) {
  .h3.solr-search__info-header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #575656;
    margin-bottom: 50px; } }

.solr-search {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: "Amsi Pro Regular", sans-serif; }
  .solr-search .results-highlight {
    color: #ff6600;
    font-weight: 700;
    background: none;
    padding: 2px 4px; }
  .solr-search__info-hits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #f0f1f1;
    background-color: #f0f1f1;
    color: #575656;
    padding: 20px;
    margin-bottom: 20px; }
  .solr-search__options-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
    border: 1px solid #ff6600;
    color: #ff6600;
    margin-bottom: 20px;
    font-size: 1.125rem;
    font-weight: 600; }
    .solr-search__options-header span {
      padding: 5px; }
  .solr-search__options-box {
    border-right: 1px solid #f0f1f1;
    border-bottom: 1px solid #f0f1f1;
    border-left: 1px solid #f0f1f1;
    margin-bottom: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
            box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    max-height: 300px;
    overflow: auto; }
    .solr-search__options-box--filter-reset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .solr-search__options-box--filter-reset a {
        color: #ff6600;
        text-decoration: underline;
        padding: 10px; }
    .solr-search__options-box--option-first, .solr-search__options-box--option-second {
      max-width: 100%; }
      .solr-search__options-box--option-first a, .solr-search__options-box--option-second a {
        color: #575656;
        font-weight: normal;
        text-decoration: none; }
      .solr-search__options-box--option-first span, .solr-search__options-box--option-second span {
        color: #575656;
        font-weight: normal; }
    .solr-search__options-box--option-first {
      padding: 20px 15px;
      border-top: 1px solid #f0f1f1; }
    .solr-search__options-box--option-second {
      margin: 0 20px 0 60px;
      padding: 0 0 20px 0; }
    .solr-search__options-box--option-second-show, .solr-search__options-box--option-second-hide {
      cursor: pointer; }
    .solr-search__options-box--checkbox-first, .solr-search__options-box--checkbox-second {
      height: 26px;
      width: 26px;
      float: left; }
    .solr-search__options-box--checkbox-unchecked {
      background-color: white;
      border: 1px solid #f0f1f1; }
    .solr-search__options-box--checkbox-checked {
      background-color: white;
      border: 1px solid #ff6600; }
    .solr-search__options-box--checkbox-checked::before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #ff6600;
      font-size: 26px;
      margin-left: 0;
      margin-top: -2px;
      line-height: 0.9; }
    .solr-search__options-box--partition, .solr-search__options-box--partition-border {
      margin: 2px 0 0 45px; }
    .solr-search__options-box--value-row {
      border: 1px solid #ffffff;
      padding: 0 0 15px; }
      .solr-search__options-box--value-row:last-of-type {
        padding: 0; }
      .solr-search__options-box--value-row-item {
        margin: 2px 0 0 45px; }
    .solr-search__options-box--last {
      display: none; }

@media (min-width: 992px) {
  .solr-search__options-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    border-top: 1px solid #f0f1f1;
    background-color: #f0f1f1;
    color: #ff6600;
    margin-bottom: unset; }
    .solr-search__options-header i {
      display: none; }
    .solr-search__options-header span {
      font-family: "Amsi Pro Bold Italic", sans-serif;
      font-size: 36px;
      padding: 8px; }
  .solr-search__options-box {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    max-height: unset; } }

.solr-pagination:first-of-type {
  display: none; }

.solr-pagination ul.pagination {
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .solr-pagination ul.pagination li {
    border: unset;
    background: unset; }
    .solr-pagination ul.pagination li.active {
      border: unset;
      background: unset; }
      .solr-pagination ul.pagination li.active a {
        text-decoration: underline; }

.tx-solr-autosuggest {
  width: 100% !important;
  max-width: 212px;
  background-color: #ffffff;
  border-width: 1px;
  border-color: #f0f1f1;
  border-style: solid; }

.autocomplete-suggestion {
  padding: 5px 10px;
  cursor: pointer; }
  .autocomplete-suggestion strong {
    color: #ff6600; }

.autocomplete-group {
  font-weight: 700;
  margin-top: 5px;
  padding: 10px 25px 5px;
  border-top: 1px solid #f0f1f1; }

.autocomplete-selected {
  background-color: #f0f1f1; }

@media (min-width: 768px) {
  .tx-solr-autosuggest {
    max-width: 513px; } }

@media (min-width: 992px) {
  .tx-solr-autosuggest {
    max-width: 243px; } }

.list-group-item {
  --color-1: #ff686b;
  --color-2: #ffd670;
  --color-3: #60d394;
  --color-4: #ffffff;
  --layer-1: 1;
  border: unset;
  border-bottom: 1px solid #f0f1f1;
  padding: 1.25rem 0; }
  .list-group-item .focus {
    --font-size-label: 12px;
    --size-label: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: var(--size-label);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--font-size-label);
    font-weight: 700;
    height: var(--size-label);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 0;
    width: var(--size-label);
    z-index: var(--layer-1); }
    .list-group-item .focus.new {
      background: var(--color-3);
      border-radius: 3px;
      color: var(--color-4);
      text-transform: uppercase; }
      .list-group-item .focus.new:after, .list-group-item .focus.new:before {
        background: var(--color-3);
        border-radius: 3px;
        content: "";
        height: var(--size-label);
        left: 0;
        position: absolute;
        top: 0;
        width: var(--size-label);
        z-index: -1; }
      .list-group-item .focus.new:after {
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg); }
      .list-group-item .focus.new:before {
        -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
                transform: rotate(60deg); }
    .list-group-item .focus.expiring {
      background: var(--color-2);
      border-radius: 3px;
      color: var(--color-1); }
      .list-group-item .focus.expiring:after, .list-group-item .focus.expiring:before {
        background: var(--color-2);
        border-radius: 3px;
        content: "";
        height: var(--size-label);
        left: 0;
        position: absolute;
        top: 0;
        width: var(--size-label);
        z-index: -1; }
      .list-group-item .focus.expiring:after {
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg); }
      .list-group-item .focus.expiring:before {
        -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
                transform: rotate(60deg); }
    .list-group-item .focus.expidred {
      background: var(--color-1);
      border-radius: 3px;
      color: var(--color-1); }
      .list-group-item .focus.expidred:after, .list-group-item .focus.expidred:before {
        background: var(--color-1);
        border-radius: 3px;
        content: "";
        height: var(--size-label);
        left: 0;
        position: absolute;
        top: 0;
        width: var(--size-label);
        z-index: -1; }
      .list-group-item .focus.expidred:after {
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg); }
      .list-group-item .focus.expidred:before {
        -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
                transform: rotate(60deg); }
  .list-group-item img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    max-width: 200px; }
  .list-group-item .results-date {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600; }
  .list-group-item .results-subheadline {
    color: #575656;
    font-style: italic; }
  .list-group-item .results-action {
    margin-bottom: unset; }
    .list-group-item .results-action a {
      display: block;
      line-height: 1.5rem; }
      .list-group-item .results-action a i {
        margin-right: 0.5rem; }
  .list-group-item .results-content__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px; }
    .list-group-item .results-content__link .info-box__lock-icon {
      border-radius: 50%;
      width: 28px;
      height: 28px;
      color: #ffffff;
      background-color: #ff6600;
      font-size: 18px;
      bottom: 15px;
      position: relative;
      margin-left: 20px; }
      .list-group-item .results-content__link .info-box__lock-icon:before {
        display: inline-block;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 18px;
        height: 18px;
        position: absolute; }
  .list-group-item .results-content__embed {
    margin-top: 1rem; }

@media (min-width: 992px) {
  .list-group-item {
    padding: 1.75rem 1.25rem; }
    .list-group-item img {
      min-height: 200px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 200px; }
    .list-group-item .results-action a {
      display: inline-block;
      margin: 0 20px 0 0; }
    .list-group-item .results-teaser {
      margin-top: 1.5rem; }
      .list-group-item .results-teaser p:last-of-type {
        margin-bottom: unset; }
    .list-group-item .results-content__link .info-box__lock-icon {
      bottom: 5px; } }

.tableresp {
  overflow: auto; }

.dataTables_filter input {
  border: 1px solid #ff6600;
  padding: 0.375rem 0.75rem; }
  .dataTables_filter input::-webkit-input-placeholder {
    font-family: "Amsi Pro Italic", sans-serif; }
  .dataTables_filter input:-ms-input-placeholder {
    font-family: "Amsi Pro Italic", sans-serif; }
  .dataTables_filter input::-ms-input-placeholder {
    font-family: "Amsi Pro Italic", sans-serif; }
  .dataTables_filter input::placeholder {
    font-family: "Amsi Pro Italic", sans-serif; }

.dataTableDateOrder {
  display: none; }

table {
  width: 100%; }
  table th, table td {
    padding: 0.5rem;
    font-size: 0.9rem;
    font-weight: 400; }
  table thead th, table thead td {
    background: #575656;
    color: #ffffff;
    border: unset;
    border-right: 1px solid #ffffff; }
    table thead th:first-child, table thead td:first-child {
      border-left: 1px solid #575656; }
    table thead th:last-child, table thead td:last-child {
      border-right: 1px solid #575656; }
    table thead th a, table thead th a:hover, table thead td a, table thead td a:hover {
      color: #ffffff; }
  table tbody td {
    border: unset;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    background: #ffffff; }
  table tbody tr:nth-child(odd) td {
    background: #f0f1f1; }
  table td .download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    cursor: unset; }
    table td .download a {
      color: #575656;
      text-decoration: underline; }
    table td .download:before {
      display: none; }
  table.table-style-primary tbody td {
    border: unset;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    background: #ffffff; }
  table.table-style-primary tbody tr:nth-child(odd) td {
    background: #f0f1f1; }
  table.table-style-primary tbody tr:first-child th, table.table-style-primary tbody tr:first-child td {
    background: #ff6600;
    color: #ffffff;
    border: unset;
    border-right: 1px solid #d3d3d3; }
    table.table-style-primary tbody tr:first-child th:first-child, table.table-style-primary tbody tr:first-child td:first-child {
      border-left: 1px solid #ff6600; }
    table.table-style-primary tbody tr:first-child th:last-child, table.table-style-primary tbody tr:first-child td:last-child {
      border-right: 1px solid #ff6600; }
    table.table-style-primary tbody tr:first-child th a, table.table-style-primary tbody tr:first-child th a:hover, table.table-style-primary tbody tr:first-child td a, table.table-style-primary tbody tr:first-child td a:hover {
      color: #ffffff; }
  table.table-style-body tbody td {
    border: unset;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    background: #ffffff; }
  table.table-style-body tbody tr:nth-child(odd) td {
    background: #f0f1f1; }
  table.table-style-body tbody tr:first-child th, table.table-style-body tbody tr:first-child td {
    background: #575656;
    color: #ffffff;
    border: unset;
    border-right: 1px solid #ffffff; }
    table.table-style-body tbody tr:first-child th:first-child, table.table-style-body tbody tr:first-child td:first-child {
      border-left: 1px solid #575656; }
    table.table-style-body tbody tr:first-child th:last-child, table.table-style-body tbody tr:first-child td:last-child {
      border-right: 1px solid #575656; }
    table.table-style-body tbody tr:first-child th a, table.table-style-body tbody tr:first-child th a:hover, table.table-style-body tbody tr:first-child td a, table.table-style-body tbody tr:first-child td a:hover {
      color: #ffffff; }

.products table tbody td {
  border: unset; }

.products table tbody tr:nth-child(odd) td {
  background: unset; }

.mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-primary td a, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-body td a {
  padding-right: unset;
  color: #575656;
  text-decoration: underline; }
  .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-primary td a:before, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-primary td a:after, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-body td a:before, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-body td a:after {
    display: none; }
  .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-primary td a:hover, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-body td a:hover {
    color: #575656;
    text-transform: unset;
    background: unset; }
    .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-primary td a:hover:before, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-primary td a:hover:after, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-body td a:hover:before, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text table.table-style-body td a:hover:after {
      display: none; }

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc {
  cursor: pointer;
  position: relative;
  padding-right: 26px; }

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after {
  position: absolute;
  display: block;
  right: 10px;
  line-height: 9px;
  font-size: .8em; }

table.dataTable thead > tr > th.sorting:before {
  bottom: 50%;
  content: "▲";
  color: #ffffff; }

table.dataTable thead > tr > th.sorting:after {
  top: 50%;
  content: "▼";
  color: #ffffff; }

table.dataTable thead > tr > th.sorting_asc:before {
  bottom: 50%;
  content: "▲";
  color: #ff6600; }

table.dataTable thead > tr > th.sorting_asc:after {
  top: 50%;
  content: "▼";
  color: #ffffff; }

table.dataTable thead > tr > th.sorting_desc:before {
  bottom: 50%;
  content: "▲";
  color: #ffffff; }

table.dataTable thead > tr > th.sorting_desc:after {
  top: 50%;
  content: "▼";
  color: #ff6600; }

h1, .h1 {
  font-family: "Amsi Pro Bold Italic", sans-serif;
  font-size: 38px;
  line-height: 44px;
  display: block; }

h2, .h2 {
  font-family: "Amsi Pro Bold Italic", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  display: block; }

h3, .h3 {
  font-family: "Amsi Pro Bold Italic", sans-serif;
  font-size: 32px;
  line-height: 40px;
  display: block; }

h4, .h4 {
  font-family: "Amsi Pro Bold", sans-serif;
  font-size: 28px;
  line-height: 34px;
  display: block; }

h5, .h5 {
  font-family: "Amsi Pro Bold", sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: block; }

h6, .h6 {
  font-family: "Amsi Pro Bold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  display: block; }

body {
  font-family: "Amsi Pro Regular", sans-serif; }

/* Tablet Landscape and above */
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
    line-height: 1.4; }
  h1, .h1 {
    font-size: 48px;
    line-height: 1; }
  h2, .h2 {
    font-size: 42px;
    line-height: 1.1; }
  h3, .h3 {
    font-size: 36px;
    line-height: 1.1; }
  h4, .h4 {
    font-size: 30px;
    line-height: 1.1; }
  h5, .h5 {
    font-size: 22px;
    line-height: 1.2; }
  h6, .h6 {
    font-size: 18px;
    line-height: 1.2; } }

.verstelleinheit-configurator {
  position: relative; }
  .verstelleinheit-configurator .loader {
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.35);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11; }
    .verstelleinheit-configurator .loader .lds-default {
      --size: 80px;
      display: inline-block;
      height: var(--size);
      position: absolute;
      width: var(--size); }
      .verstelleinheit-configurator .loader .lds-default > div {
        -webkit-animation: lds-default 1.2s linear infinite;
                animation: lds-default 1.2s linear infinite;
        background: #fff;
        border-radius: 50%;
        height: 8px;
        position: absolute;
        width: 8px;
        border: 1px solid #F5F5F5; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(1) {
          -webkit-animation-delay: 0s;
                  animation-delay: 0s;
          left: 66px;
          top: 37px; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(2) {
          -webkit-animation-delay: -0.1s;
                  animation-delay: -0.1s;
          left: 62px;
          top: 22px; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(3) {
          -webkit-animation-delay: -0.2s;
                  animation-delay: -0.2s;
          left: 52px;
          top: 11px; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(4) {
          -webkit-animation-delay: -0.3s;
                  animation-delay: -0.3s;
          left: 37px;
          top: 7px; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(5) {
          -webkit-animation-delay: -0.4s;
                  animation-delay: -0.4s;
          left: 22px;
          top: 11px; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(6) {
          -webkit-animation-delay: -0.5s;
                  animation-delay: -0.5s;
          left: 11px;
          top: 22px; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(7) {
          -webkit-animation-delay: -0.6s;
                  animation-delay: -0.6s;
          left: 7px;
          top: 37px; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(8) {
          -webkit-animation-delay: -0.7s;
                  animation-delay: -0.7s;
          left: 11px;
          top: 52px; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(9) {
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s;
          left: 22px;
          top: 62px; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(10) {
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
          left: 37px;
          top: 66px; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(11) {
          -webkit-animation-delay: -1s;
                  animation-delay: -1s;
          left: 52px;
          top: 62px; }
        .verstelleinheit-configurator .loader .lds-default > div:nth-child(12) {
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s;
          left: 62px;
          top: 52px; }

@-webkit-keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #f0f1f1; }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    background: #ff6600; } }

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #f0f1f1; }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    background: #ff6600; } }
  .verstelleinheit-configurator .pos-rel {
    position: relative; }
  .verstelleinheit-configurator input, .verstelleinheit-configurator select {
    border: 1px solid var(--color-3); }
  .verstelleinheit-configurator select {
    display: grid;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1.1;
    outline: none;
    height: 50px;
    grid-template-areas: "select";
    padding: 0 35px 0 10px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .verstelleinheit-configurator select:focus + .focus {
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      border: 2px solid;
      border-radius: inherit; }
    .verstelleinheit-configurator select + i {
      color: #ff6600;
      position: absolute;
      pointer-events: none;
      font-size: 24px;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .verstelleinheit-configurator .component-loader {
    display: none; }
  .verstelleinheit-configurator .component-loader.show {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1; }
    .verstelleinheit-configurator .component-loader.show .loader {
      width: 104%;
      height: 104%;
      position: absolute;
      background: rgba(47, 72, 88, 0.2);
      z-index: 99;
      left: -2%;
      top: -2%;
      border-radius: 7px; }
  .verstelleinheit-configurator .field {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
    margin: 10px 0; }

@media (min-width: 768px) {
  .verstelleinheit-configurator .field {
    grid-template-columns: 1fr 2fr; } }

@media (min-width: 992px) {
  .verstelleinheit-configurator .field {
    grid-template-columns: 1fr; } }

@media (min-width: 1280px) {
  .verstelleinheit-configurator .field {
    grid-template-columns: 1fr 2fr; } }

svg {
  -ms-touch-action: none;
      touch-action: none; }

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  background-color: white !important; }

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px; }

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); }

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center; }

.jvectormap-legend-cnt {
  position: absolute; }

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0; }

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0; }

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left; }

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle; }

.jvectormap-legend-tick-text {
  font-size: 12px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px; }

.accordion.open .accordion__toggle .icon-minus-solid {
  display: block; }

.accordion.open .accordion__toggle .icon-plus-solid {
  display: none; }

.accordion .accordion__toggle {
  cursor: pointer; }
  .accordion .accordion__toggle .icon-minus-solid {
    display: none; }
  .accordion .accordion__toggle .icon-plus-solid {
    display: block; }

.accordion .accordion__body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375; }

h1, .h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 44px; }

h2, .h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px; }

h3, .h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px; }

h4, .h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px; }

h5, .h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; }

h6, .h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px; }

.display-1, .mmtheo-module-m35__slider-content-container h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2, .mmtheo-module-m35__slider-content-container h2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3, .mmtheo-module-m35__slider-content-container h3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4, .mmtheo-module-m35__slider-content-container h4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 768px) {
  .display-1, .mmtheo-module-m35__slider-content-container h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-2, .mmtheo-module-m35__slider-content-container h2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-3, .mmtheo-module-m35__slider-content-container h3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-4, .mmtheo-module-m35__slider-content-container h4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; } }

@media (min-width: 992px) {
  .display-1, .mmtheo-module-m35__slider-content-container h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-2, .mmtheo-module-m35__slider-content-container h2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-3, .mmtheo-module-m35__slider-content-container h3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-4, .mmtheo-module-m35__slider-content-container h4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; } }

@media (min-width: 1280px) {
  body {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4; }
  h1, .h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1; }
  h2, .h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1; }
  h3, .h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1; }
  h4, .h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1; }
  h5, .h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2; }
  h6, .h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2; }
  .display-1, .mmtheo-module-m35__slider-content-container h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-2, .mmtheo-module-m35__slider-content-container h2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-3, .mmtheo-module-m35__slider-content-container h3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-4, .mmtheo-module-m35__slider-content-container h4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; } }

* {
  outline: 0; }

html, body {
  height: auto; }

html.reveal-open {
  overflow: hidden;
  position: relative;
  height: 100%; }

body.reveal-open {
  overflow: hidden;
  position: relative;
  height: 100%; }

pre,
code,
kbd,
samp {
  font-family: "Amsi Pro Regular", sans-serif; }

.mmtheo-grid .container .grid-col, .mmtheo-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .grid-col, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-grid .mmtheo-module-m01a__text .grid-col, .mmtheo-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .grid-col, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-grid .mmtheo-module-m01a__text .grid-col {
  padding-right: 0;
  padding-left: 0; }

.mmtheo-grid--25-25-50 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--25-25-50 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--25-25-50 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--25-75 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--25-75 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--25-75 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--33-33-33 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--33-33-33 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--33-33-33 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--33-66 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--33-66 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--33-66 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--50-25-25 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--50-25-25 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--50-25-25 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--50-50 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--50-50 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--50-50 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--66-33 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--66-33 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--66-33 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--75-25 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--75-25 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--75-25 .grid-col section.mmtheo-module-bg-2 {
  margin: 0 15px; }

.mmtheo-grid.mmtheo-module-bg-primary {
  background-color: #ff6600; }

.mmtheo-grid.mmtheo-module-bg-1 {
  background-color: #f0f1f1; }

.mmtheo-grid.mmtheo-module-bg-2 {
  background-color: #adb5bd; }
  .mmtheo-grid.mmtheo-module-bg-2 h1, .mmtheo-grid.mmtheo-module-bg-2 h2, .mmtheo-grid.mmtheo-module-bg-2 h3, .mmtheo-grid.mmtheo-module-bg-2 h4, .mmtheo-grid.mmtheo-module-bg-2 h5, .mmtheo-grid.mmtheo-module-bg-2 h6, .mmtheo-grid.mmtheo-module-bg-2 .h1, .mmtheo-grid.mmtheo-module-bg-2 .h2, .mmtheo-grid.mmtheo-module-bg-2 .h3, .mmtheo-grid.mmtheo-module-bg-2 .h4, .mmtheo-grid.mmtheo-module-bg-2 .h5, .mmtheo-grid.mmtheo-module-bg-2 .h6, .mmtheo-grid.mmtheo-module-bg-2 p, .mmtheo-grid.mmtheo-module-bg-2 li {
    color: #ffffff; }

.mmtheo-module .bg-1 {
  background-color: #f0f1f1; }

.mmtheo-module .bg-2 {
  background-color: #adb5bd; }
  .mmtheo-module .bg-2 h1, .mmtheo-module .bg-2 h2, .mmtheo-module .bg-2 h3, .mmtheo-module .bg-2 h4, .mmtheo-module .bg-2 h5, .mmtheo-module .bg-2 h6, .mmtheo-module .bg-2 .h1, .mmtheo-module .bg-2 .h2, .mmtheo-module .bg-2 .h3, .mmtheo-module .bg-2 .h4, .mmtheo-module .bg-2 .h5, .mmtheo-module .bg-2 .h6, .mmtheo-module .bg-2 p, .mmtheo-module .bg-2 li {
    color: #ffffff; }

.mmtheo-module h1, .mmtheo-module h2, .mmtheo-module h3, .mmtheo-module h4, .mmtheo-module h5, .mmtheo-module h6, .mmtheo-module p {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.mmtheo-module .headlines {
  margin-bottom: 24px; }
  .mmtheo-module .headlines h1, .mmtheo-module .headlines h2, .mmtheo-module .headlines h3, .mmtheo-module .headlines h4, .mmtheo-module .headlines h5, .mmtheo-module .headlines h6 {
    margin-bottom: 0; }

.mmtheo-module .btn:focus, .mmtheo-module .btn.focus {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent; }

.mmtheo-module a:not(.btn):before {
  background: none; }

.mmtheo-module a:not(.btn):hover {
  color: #993d00; }

.mmtheo-module .indent-25 {
  padding-left: 25px;
  display: block; }

.mmtheo-module ul {
  padding-left: 0; }
  .mmtheo-module ul.check-list {
    padding-left: 0;
    list-style-type: none; }
    .mmtheo-module ul.check-list li {
      position: relative; }
      .mmtheo-module ul.check-list li:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "minitec" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 18px;
        color: #ff6600;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
  .mmtheo-module ul.download-list {
    list-style-type: none;
    display: inline-block; }
    .mmtheo-module ul.download-list li {
      margin-left: -1.5rem; }
      .mmtheo-module ul.download-list li:before {
        display: none; }
      .mmtheo-module ul.download-list li a {
        position: relative;
        background: none; }
        .mmtheo-module ul.download-list li a:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "minitec" !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          font-size: "inherit";
          color: #ff6600;
          margin-right: 8px;
          position: relative;
          top: 2px;
          left: 0; }
        .mmtheo-module ul.download-list li a:hover:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "minitec" !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          font-size: "inherit";
          color: #535d62;
          margin-right: 8px;
          position: relative;
          top: 2px;
          left: 0; }
        .mmtheo-module ul.download-list li a:before {
          background: none; }

.mmtheo-module .image.noscale img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mmtheo-module.mmtheo-module-bg-primary {
  background-color: #ff6600; }
  .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a {
    background: none; }
    .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: "inherit";
      color: #ff6600;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: "inherit";
      color: #993d00;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a:before {
      background: none; }

.mmtheo-module.mmtheo-module-bg-1 {
  background-color: #f0f1f1; }
  .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a {
    background: none; }
    .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: "inherit";
      color: #ff6600;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: "inherit";
      color: #993d00;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a:before {
      background: none; }

.mmtheo-module.mmtheo-module-bg-2 {
  background-color: #adb5bd; }
  .mmtheo-module.mmtheo-module-bg-2 h1, .mmtheo-module.mmtheo-module-bg-2 h2, .mmtheo-module.mmtheo-module-bg-2 h3, .mmtheo-module.mmtheo-module-bg-2 h4, .mmtheo-module.mmtheo-module-bg-2 h5, .mmtheo-module.mmtheo-module-bg-2 h6, .mmtheo-module.mmtheo-module-bg-2 .h1, .mmtheo-module.mmtheo-module-bg-2 .h2, .mmtheo-module.mmtheo-module-bg-2 .h3, .mmtheo-module.mmtheo-module-bg-2 .h4, .mmtheo-module.mmtheo-module-bg-2 .h5, .mmtheo-module.mmtheo-module-bg-2 .h6, .mmtheo-module.mmtheo-module-bg-2 p, .mmtheo-module.mmtheo-module-bg-2 li, .mmtheo-module.mmtheo-module-bg-2 .mmtheo-module--headline, .mmtheo-module.mmtheo-module-bg-2 .mmtheo-module--subheadline {
    color: #ffffff; }
  .mmtheo-module.mmtheo-module-bg-2 a:not(.btn):before {
    background: #ffa366; }
  .mmtheo-module.mmtheo-module-bg-2 a:not(.btn):hover {
    color: #ffa366; }
  .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a {
    background: none; }
    .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: "inherit";
      color: #ff6600;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: "inherit";
      color: #ffa366;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a:before {
      background: none; }

.mmtheo-module.mmtheo-module-bg-3 {
  background-color: #535d62; }
  .mmtheo-module.mmtheo-module-bg-3 h1, .mmtheo-module.mmtheo-module-bg-3 h2, .mmtheo-module.mmtheo-module-bg-3 h3, .mmtheo-module.mmtheo-module-bg-3 h4, .mmtheo-module.mmtheo-module-bg-3 h5, .mmtheo-module.mmtheo-module-bg-3 h6, .mmtheo-module.mmtheo-module-bg-3 .h1, .mmtheo-module.mmtheo-module-bg-3 .h2, .mmtheo-module.mmtheo-module-bg-3 .h3, .mmtheo-module.mmtheo-module-bg-3 .h4, .mmtheo-module.mmtheo-module-bg-3 .h5, .mmtheo-module.mmtheo-module-bg-3 .h6, .mmtheo-module.mmtheo-module-bg-3 p, .mmtheo-module.mmtheo-module-bg-3 li, .mmtheo-module.mmtheo-module-bg-3 .mmtheo-module--headline, .mmtheo-module.mmtheo-module-bg-3 .mmtheo-module--subheadline {
    color: #ffffff; }
  .mmtheo-module.mmtheo-module-bg-3 a:not(.btn):before {
    background: #ffa366; }
  .mmtheo-module.mmtheo-module-bg-3 a:not(.btn):hover {
    color: #ffa366; }
  .mmtheo-module.mmtheo-module-bg-3 ul.download-list li a {
    background: none; }
    .mmtheo-module.mmtheo-module-bg-3 ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: "inherit";
      color: #ff6600;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-3 ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: "inherit";
      color: #ffa366;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-3 ul.download-list li a:before {
      background: none; }

.mmtheo-module .slick-prev, .mmtheo-module .slick-next {
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.mmtheo-module .active {
  color: #ff6600; }

.mmtheo-module--headline {
  font-family: "Amsi Pro Regular", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #ff6600;
  line-height: 44px;
  display: block; }

.mmtheo-module--subheadline {
  font-family: "Amsi Pro Regular", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #ff6600;
  line-height: 34px;
  display: block;
  word-wrap: break-word; }

.headlines h1, .headlines .h1 {
  font-size: 38px;
  line-height: 44px;
  display: block; }

.headlines h2, .headlines .h2 {
  font-size: 36px;
  line-height: 44px;
  display: block; }

.headlines h3, .headlines .h3 {
  font-size: 32px;
  line-height: 40px; }

.headlines h4, .headlines .h4 {
  font-size: 28px;
  line-height: 34px;
  display: block; }

.headlines h5, .headlines .h5 {
  font-size: 20px;
  line-height: 28px; }

.headlines h6, .headlines .h6 {
  font-size: 16px;
  line-height: 22px;
  display: block; }

color {
  color: #ff6600; }

.image {
  position: relative;
  overflow: hidden; }
  .image img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

.image-caption {
  display: none;
  font-size: 0.8rem; }

.container-fluid .img-fluid {
  width: 100%; }

.container .image-grid .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .image-grid .container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .image-grid .container, .container .image-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .container .image-grid .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .image-grid .mmtheo-module-m01a__text, .container .image-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .container .image-grid .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .image-grid .mmtheo-module-m01a__text {
  padding: 0; }

.image-grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }
  .image-grid .container, .image-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .image-grid .mmtheo-module-m01a__text, .image-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .image-grid .mmtheo-module-m01a__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .image-grid .container .image-grid-container, .image-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .image-grid-container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .image-grid .mmtheo-module-m01a__text .image-grid-container, .image-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .image-grid-container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .image-grid .mmtheo-module-m01a__text .image-grid-container {
      width: 100%; }

.image-grid-empty {
  background: rgba(0, 0, 0, 0.5);
  border-right: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.image-grid-text {
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 240px; }
  .image-grid-text .mmtheo-module--headline, .image-grid-text .mmtheo-module--subheadline, .image-grid-text p {
    color: #ffffff;
    opacity: 100%; }
  .image-grid-text .btn-6 {
    background: transparent; }
  .image-grid-text .btn:last-child {
    margin-top: 1rem;
    margin-bottom: 0; }

.image-grid-spacer {
  background: rgba(0, 0, 0, 0.5); }

.download:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "minitec" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: "20px";
  color: #ff6600;
  margin-right: 5px;
  position: relative;
  top: 2px;
  left: 0; }

.cookie-accept-category {
  color: #ffffff;
  background-color: #ff6600;
  cursor: pointer;
  border: 0; }
  .cookie-accept-category:hover {
    background-color: #993d00; }

iframe:not([src]) {
  display: none; }

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: -.02rem; }
  blockquote p {
    display: inline; }

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
  .pager .btn {
    margin: 0 5px;
    margin-bottom: 10px;
    border: 1px solid gray;
    background-color: inherit; }
    .pager .btn.start, .pager .btn.end {
      border: 1px solid gray;
      background-color: lightgray; }
  .pager__go-to {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    color: #575656;
    background-color: #e9ecef;
    height: 43px;
    width: 48px;
    margin: 3px;
    padding-top: 10px;
    padding-left: 14px; }
    .pager__go-to:hover {
      background-color: #dee2e6; }
  .pager__page-browser {
    max-width: 160px; }
    .pager__page-browser .page-browser__item {
      width: 60px; }
      .pager__page-browser .page-browser__item .btn {
        padding: 13px 0;
        width: 90%;
        margin: 0 5%; }
        .pager__page-browser .page-browser__item .btn:hover {
          background-color: #dee2e6; }
      .pager__page-browser .page-browser__item .btn-2 {
        background-color: #535d62;
        color: white; }
  .pager--not-slicked .pager__go-to {
    display: none !important; }
  .pager--not-slicked .pager__page-browser {
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pager--not-slicked .pager__page-browser .page-browser__item {
      display: inline-block;
      width: 60px; }

.table {
  color: #575656; }

.download {
  cursor: pointer;
  height: 20px;
  width: 20px;
  overflow: visible; }
  .download .arrow, .download .line {
    fill: #ff6600; }
  .download:hover .arrow {
    -webkit-animation: bounce 1s both ease-out 1;
            animation: bounce 1s both ease-out 1; }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.gradient {
  border-bottom: 4px solid #ff6600;
  border-left-width: 0;
  border-right-width: 0;
  -o-border-image: -o-linear-gradient(left, #535d62, #ff6600) 1 stretch;
     border-image: -webkit-gradient(linear, left top, right top, from(#535d62), to(#ff6600)) 1 stretch;
     border-image: linear-gradient(to right, #535d62, #ff6600) 1 stretch; }
  .gradient .decoration--for--headlines {
    display: none; }

.modal {
  z-index: 999999; }
  .modal .mmtheo-modal-lg {
    max-width: 100%; }
  .modal .modal-dialog {
    height: 80%; }
  .modal .modal-content {
    height: 80%;
    border-radius: 0; }
    .modal .modal-content .modal-header {
      border-bottom: none;
      padding: 2rem; }
      .modal .modal-content .modal-header button:focus {
        outline: none; }
      .modal .modal-content .modal-header .close {
        padding: 0.5rem 0.5rem;
        margin: -3.5rem -2.5rem -1rem auto;
        border-radius: 50%;
        background-color: #ff6600;
        color: #ffffff;
        font-size: 2rem;
        text-shadow: none;
        opacity: 1; }
        .modal .modal-content .modal-header .close:hover {
          opacity: 1;
          background-color: #993d00; }
      .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):hover, .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):focus {
        opacity: 1; }
    .modal .modal-content .modal-body {
      max-height: calc(100% - 120px);
      padding: 0 2rem 2rem 2rem;
      overflow-y: auto; }
      .modal .modal-content .modal-body p {
        color: #575656; }
      .modal .modal-content .modal-body h5 {
        color: #ff6600; }
    .modal .modal-content.modal-directory {
      height: auto;
      width: auto; }
      .modal .modal-content.modal-directory .modal-body {
        overflow-y: auto; }

@media (min-width: 768px) {
  .image-grid .container .image-grid-container, .image-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .image-grid-container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .image-grid .mmtheo-module-m01a__text .image-grid-container, .image-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .image-grid-container, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .image-grid .mmtheo-module-m01a__text .image-grid-container {
    width: 100%;
    margin: 0; }
  .image-grid-container {
    height: 100%; }
  .modal .mmtheo-modal-lg {
    max-width: 650px; }
  .image-grid-border-left {
    border-left: 1px solid #ffffff; }
  .image-grid-border-right {
    border-right: 1px solid #ffffff; }
  .pager__go-to {
    height: 42px;
    width: 48px;
    font-size: 22px;
    padding-top: 7px; }
  .pager__page-browser {
    max-width: 300px; }
    .pager__page-browser .page-browser__item {
      padding: 15px 0; } }

@media (min-width: 992px) {
  .mmtheo-module .headlines {
    margin-bottom: 24px; }
  .mmtheo-module ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: "inherit";
    color: #ff6600;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: "inherit";
    color: #535d62;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: "inherit";
    color: #ff6600;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: "inherit";
    color: #ffa366;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: "inherit";
    color: #ff6600;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: "inherit";
    color: #993d00;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: "inherit";
    color: #ff6600;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: "inherit";
    color: #ffa366;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module--headline {
    font-size: 42px;
    line-height: 1.1; }
  .headlines h1, .headlines .h1 {
    font-size: 48px;
    line-height: 1;
    display: block; }
  .headlines h2, .headlines .h2 {
    font-size: 42px;
    line-height: 1.1;
    display: block; }
  .headlines h3, .headlines .h3 {
    font-size: 36px;
    line-height: 1.1; }
  .headlines h4, .headlines .h4 {
    font-size: 30px;
    line-height: 1.1;
    display: block; }
  .headlines h5, .headlines .h5 {
    font-size: 22px;
    line-height: 1.2; }
  .headlines h6, .headlines .h6 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    display: block; }
  .mmtheo-module--subheadline {
    font-size: 30px;
    line-height: 1.1; }
  .gradient {
    border-bottom: 16px solid #ff6600; }
  .modal .mmtheo-modal-lg {
    max-width: 950px; }
  .modal .modal-content .modal-header .close {
    padding: 0.5rem 0.5rem;
    margin: -3.5rem -3rem -1rem auto; }
  .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):hover, .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):focus {
    opacity: 1; }
  ul {
    padding-left: 1.5rem; }
  .pager__go-to {
    font-size: 40px;
    height: 65px;
    width: 74px;
    margin: 10px;
    padding-top: 10px; }
  .pager__page-browser {
    max-width: 400px; }
    .pager__page-browser .page-browser__item .btn {
      padding: 20px 0;
      width: 90%; }
  .pager--not-slicked .pager__page-browser .page-browser__item {
    width: 90px; } }

@media (min-width: 1280px) {
  .mmtheo-module .headlines {
    margin-bottom: 40px; }
  .pager__go-to {
    font-size: 50px;
    padding-top: 2px; } }

.tx-indexedsearch-res {
  margin: 20px 0;
  border-top: 1px solid #ccc;
  padding: 20px 0 0 0; }
  .tx-indexedsearch-res a:not(.btn) {
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .tx-indexedsearch-res a:not(.btn):before, .tx-indexedsearch-res a:not(.btn):after {
      content: "";
      position: absolute;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .tx-indexedsearch-res a:not(.btn):before {
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background: #535d62;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    .tx-indexedsearch-res a:not(.btn):hover {
      color: #535d62; }
    .tx-indexedsearch-res a:not(.btn):hover:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }

.indexed-search-form-field {
  margin-bottom: 20px;
  position: relative;
  width: 30%; }
  @media (max-width: 1279.98px) {
    .indexed-search-form-field {
      width: 100%; } }

.indexed-search-container {
  margin-top: 40px; }

.tx-indexedsearch-percent {
  font-size: 24px; }

#tx-indexedsearch-searchbox-sword {
  width: 100%; }

.tx-indexedsearch-search-submit {
  position: absolute;
  width: 50px;
  top: 0;
  right: -30px; }
  .tx-indexedsearch-search-submit .search--button {
    border: none;
    background: transparent;
    padding: 0;
    margin: 10px 0 20%; }

.tx-indexedsearch-info-noresult {
  margin-bottom: 50px; }

ul.tx-indexedsearch-browsebox {
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px; }
  ul.tx-indexedsearch-browsebox li {
    float: left;
    margin-right: 20px; }
    ul.tx-indexedsearch-browsebox li a:not(.btn) {
      text-decoration: none;
      position: relative;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      ul.tx-indexedsearch-browsebox li a:not(.btn):before, ul.tx-indexedsearch-browsebox li a:not(.btn):after {
        content: "";
        position: absolute;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      ul.tx-indexedsearch-browsebox li a:not(.btn):before {
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background: #535d62;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0); }
      ul.tx-indexedsearch-browsebox li a:not(.btn):hover {
        color: #535d62; }
      ul.tx-indexedsearch-browsebox li a:not(.btn):hover:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }

.indexed-search-container {
  margin-bottom: 50px; }

.share-icons .icon {
  font-family: "minitec";
  font-size: 16px; }
  .share-icons .icon:before {
    color: white;
    background: green;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin: 0 10px 10px 10px; }
  .share-icons .icon.twitter:before {
    content: ""; }
  .share-icons .icon.facebook:before {
    content: ""; }
  .share-icons .icon.xing:before {
    content: ""; }
  .share-icons .icon.linked-in:before {
    content: ""; }

.mmtheo-footer-f01 .footer-visit {
  padding-block: 1.5em; }
  .mmtheo-footer-f01 .footer-visit__title {
    text-align: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    -webkit-padding-after: 1em;
            padding-block-end: 1em;
    color: #535d62; }
  .mmtheo-footer-f01 .footer-visit__link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .mmtheo-footer-f01 .footer-visit__link {
    font-size: 40px;
    border-radius: 50%;
    border: 1px solid;
    height: 56px;
    width: 56px;
    text-align: center;
    display: inline-block;
    margin: 10px;
    -webkit-padding-before: 4px;
            padding-block-start: 4px;
    text-decoration: none; }
    .mmtheo-footer-f01 .footer-visit__link:hover {
      text-decoration: none; }

.mmtheo-footer-f01 .footer-sitemap {
  background-color: #f0f1f1;
  -webkit-padding-before: 1em;
          padding-block-start: 1em; }
  .mmtheo-footer-f01 .footer-sitemap__menu-2 .footer-sitemap__top-menu:last-child {
    -webkit-border-after: 1px solid #575656;
            border-block-end: 1px solid #575656; }
  .mmtheo-footer-f01 .footer-sitemap__top-menu {
    list-style: none;
    margin: 0; }
  .mmtheo-footer-f01 .footer-sitemap__top-item {
    list-style: none;
    position: relative;
    -webkit-border-before: 1px solid #575656;
            border-block-start: 1px solid #575656; }
  .mmtheo-footer-f01 .footer-sitemap__top-link {
    display: inline-block;
    padding: 12px 10px;
    color: #575656;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    z-index: 1;
    text-transform: uppercase; }
  .mmtheo-footer-f01 .footer-sitemap__submenu-toggle {
    position: absolute;
    width: 100%;
    height: 3em;
    left: 0; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-toggle:before {
      content: "";
      position: absolute;
      top: 24px;
      left: auto;
      right: 0;
      width: 19px;
      height: 3px;
      margin-right: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #575656;
      -webkit-transition: background .13s linear;
      -o-transition: background .13s linear;
      transition: background .13s linear; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-toggle:after {
      content: "";
      position: absolute;
      top: 24px;
      right: 0;
      width: 19px;
      height: 3px;
      margin-right: 20px;
      -webkit-transform: translateY(-50%) rotate(90deg);
          -ms-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg);
      background: #575656;
      -webkit-transition: background .13s linear, -webkit-transform .13s linear;
      transition: background .13s linear, -webkit-transform .13s linear;
      -o-transition: background .13s linear, transform .13s linear;
      transition: background .13s linear, transform .13s linear;
      transition: background .13s linear, transform .13s linear, -webkit-transform .13s linear; }
  .mmtheo-footer-f01 .footer-sitemap__submenu {
    list-style: none;
    display: none;
    margin: 0; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-item {
      padding: 4px 10px; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-link {
      color: #575656; }
  .mmtheo-footer-f01 .footer-sitemap__top-item--submenu-active .footer-sitemap__submenu {
    display: block;
    -webkit-padding-after: 1em;
            padding-block-end: 1em; }
  .mmtheo-footer-f01 .footer-sitemap__top-item--submenu-active .footer-sitemap__submenu-toggle:after {
    -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0); }
  .mmtheo-footer-f01 .footer-sitemap__contact-text {
    -webkit-padding-start: 5px;
            padding-inline-start: 5px; }

.mmtheo-footer-f01 .footer-meta {
  background-color: #f0f1f1; }
  .mmtheo-footer-f01 .footer-meta__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-after: 1px solid;
            border-block-end: 1px solid;
    padding-block: 1em; }
  .mmtheo-footer-f01 .footer-meta__navigation {
    font-size: .9375em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none; }
    .mmtheo-footer-f01 .footer-meta__navigation-wrapper {
      padding-block: 1em; }
    .mmtheo-footer-f01 .footer-meta__navigation-item {
      display: inline;
      padding-inline: 1em; }
    .mmtheo-footer-f01 .footer-meta__navigation-link {
      color: #535d62; }

@media (min-width: 768px) {
  .mmtheo-footer-f01 .footer-sitemap__top-menu {
    display: inline-block; }
  .mmtheo-footer-f01 .footer-sitemap__top-item {
    border: none; }
  .mmtheo-footer-f01 .footer-sitemap__top-link {
    padding-inline: 0;
    font-size: 16px; }
  .mmtheo-footer-f01 .footer-sitemap__submenu {
    display: block; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-toggle {
      display: none; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-item {
      -webkit-padding-start: 0;
              padding-inline-start: 0;
      -webkit-padding-end: 20px;
              padding-inline-end: 20px; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-link {
      font-size: 14px; }
  .mmtheo-footer-f01 .footer-sitemap__menu-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-padding-after: 2em;
            padding-block-end: 2em;
    -webkit-border-after: 1px solid;
            border-block-end: 1px solid;
    padding-inline: 0; }
  .mmtheo-footer-f01 .footer-sitemap__menu-2 {
    -webkit-padding-before: 1em;
            padding-block-start: 1em;
    padding-inline: 0;
    -webkit-padding-after: 2em;
            padding-block-end: 2em;
    padding-inline: 0; }
    .mmtheo-footer-f01 .footer-sitemap__menu-2 .footer-sitemap__top-menu:last-child {
      border: none; }
  .mmtheo-footer-f01 .footer-sitemap__divider-bottom {
    height: 0;
    -webkit-border-after: 1px solid;
            border-block-end: 1px solid;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .mmtheo-footer-f01 .footer-meta {
    font-size: 14px; }
    .mmtheo-footer-f01 .footer-meta__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-inline: 0; }
    .mmtheo-footer-f01 .footer-meta__copyright {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-block: .5em;
      -webkit-border-after: none;
              border-block-end: none; }
    .mmtheo-footer-f01 .footer-meta__navigation {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .mmtheo-footer-f01 .footer-meta__navigation-wrapper {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-block: .5em; }
      .mmtheo-footer-f01 .footer-meta__navigation-item {
        padding-inline: .5em; }
      .mmtheo-footer-f01 .footer-meta__navigation-item:last-child {
        -webkit-padding-end: 0;
                padding-inline-end: 0; } }

@media (min-width: 992px) {
  .mmtheo-footer-f01 .footer-sitemap__menu-1 {
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-border-after: none;
            border-block-end: none; }
  .mmtheo-footer-f01 .footer-sitemap__menu-2 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-end: 15px;
            padding-inline-end: 15px; }
  .mmtheo-footer-f01 .footer-sitemap__divider-bottom {
    margin-inline: 15px; }
  .mmtheo-footer-f01 .footer-meta__wrapper {
    padding-inline: 15px; }
  .mmtheo-footer-f01 .footer-meta__title {
    font-size: 1.5em; } }

@media (min-width: 1280px) {
  .mmtheo-footer-f01 .footer-visit__title {
    font-size: 2em; }
  .mmtheo-footer-f01 .footer-visit__link {
    font-size: 44px;
    height: 64px;
    width: 64px; }
  .mmtheo-footer-f01 .footer-sitemap__top-link {
    font-size: 1em; }
  .mmtheo-footer-f01 .footer-sitemap__submenu-link {
    font-size: .875em; }
  .mmtheo-footer-f01 .footer-meta {
    font-size: .75em;
    padding-block: 1.5em; } }

.mmtheo-header-h02 {
  z-index: 9000; }
  .mmtheo-header-h02 .menu-desktop {
    display: none; }
  .mmtheo-header-h02 .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    padding-top: 20px;
    background-color: #f8f9fa;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 9201;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-bottom: 1px solid #575656; }
    .mmtheo-header-h02 .header-wrapper--sticky {
      position: fixed;
      -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
      z-index: 9101;
      height: 80px;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      padding-top: 34px; }
    .mmtheo-header-h02 .header-wrapper--hidden {
      position: fixed;
      top: 0;
      left: 0;
      height: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      margin: 0;
      padding: 0; }
  .mmtheo-header-h02 .header-logo {
    margin-right: auto;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding: 10px 0; }
    .mmtheo-header-h02 .header-logo img {
      -o-object-fit: contain;
         object-fit: contain;
      background-color: transparent;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      height: 100%;
      width: 80%; }

.body--no-overflow {
  overflow-y: hidden;
  height: 100vh; }

@media (min-width: 768px) {
  .mmtheo-header-h02 .header-logo img {
    width: auto; } }

@media (min-width: 992px) {
  .mmtheo-header-h02 .header-logo {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .mmtheo-header-h02 .header-logo img {
      height: 100%;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
  .mmtheo-header-h02 .mobile-menu {
    display: none; }
  .mmtheo-header-h02 .menu-desktop {
    display: block; }
  .mmtheo-header-h02 .header-wrapper {
    height: 125px;
    padding-top: 27px;
    padding-right: 30px;
    padding-left: 30px; }
    .mmtheo-header-h02 .header-wrapper .header-logo {
      padding: 15px 0; }
    .mmtheo-header-h02 .header-wrapper--sticky {
      height: 70px;
      padding-top: 5px; }
      .mmtheo-header-h02 .header-wrapper--sticky .header-logo {
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear; } }

@media (min-width: 1280px) {
  .mmtheo-header-h02 .header-wrapper .header-logo {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .mmtheo-header-h02 .header-wrapper .header-logo img {
      height: 100%;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
  .mmtheo-header-h02 .header-wrapper {
    height: 140px;
    padding-top: 25px;
    padding-right: 40px;
    padding-left: 40px;
    border-bottom: 1px solid #575656; }
    .mmtheo-header-h02 .header-wrapper--sticky {
      height: 80px;
      padding-top: 0px; } }

@media (max-width: 991.98px) {
  .mmtheo-header-h02 .header-wrapper--scroll-down {
    height: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin: 0; } }

.mmtheo-header-h02 .header-back-to-top {
  position: fixed;
  bottom: 5%;
  display: none;
  z-index: 999999;
  color: white;
  right: 0;
  background-color: gray;
  border-color: black;
  color: white;
  padding: 10px 10px 6px 10px;
  font-size: 8px; }
  .mmtheo-header-h02 .header-back-to-top:hover {
    color: black;
    background-color: white;
    border-color: gray; }
  .mmtheo-header-h02 .header-back-to-top i {
    font-size: 40px !important; }
  .mmtheo-header-h02 .header-back-to-top--active {
    display: block; }
  .mmtheo-header-h02 .header-back-to-top:hover {
    text-decoration: none;
    color: red !important; }

@media (min-width: 992px) {
  .mmtheo-header-h02 .header-back-to-top {
    padding: 15px 15px 10px 15px;
    font-size: 12px; } }

.mmtheo-header-h02 .menu-desktop {
  padding-right: 0; }

.mmtheo-header-h02-navmain {
  z-index: 100;
  height: 100%;
  font-size: 20px;
  font-weight: 700; }
  .mmtheo-header-h02-navmain a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #adb5bd; }
    .mmtheo-header-h02-navmain a:hover, .mmtheo-header-h02-navmain a:focus, .mmtheo-header-h02-navmain a.active {
      color: #ff6600; }
  .mmtheo-header-h02-navmain ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mmtheo-header-h02-navmain > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .mmtheo-header-h02-navmain > ul > li {
      position: relative;
      margin: 0 10px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .mmtheo-header-h02-navmain > ul > li > a {
        padding: 10px;
        text-transform: uppercase;
        text-decoration: underline; }
        .mmtheo-header-h02-navmain > ul > li > a:hover, .mmtheo-header-h02-navmain > ul > li > a:focus, .mmtheo-header-h02-navmain > ul > li > a.active {
          border-bottom-color: #ff6600; }
      .mmtheo-header-h02-navmain > ul > li:hover a {
        color: gray; }
      .mmtheo-header-h02-navmain > ul > li:hover .navmain__submenu {
        display: block; }

.mmtheo-header-h02 .navmain__submenu {
  display: none;
  position: absolute;
  top: calc(140px - 25px);
  text-align: left;
  width: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #575656; }
  .mmtheo-header-h02 .navmain__submenu > ul {
    background-color: #f8f9fa;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
    padding: 15px 0; }

.mmtheo-header-h02 .navmain__level2 > li {
  border-bottom: 1px solid #575656;
  font-size: 20px;
  line-height: 25px;
  margin: 0 20px;
  overflow-x: hidden; }
  .mmtheo-header-h02 .navmain__level2 > li:last-child {
    border-bottom: none; }
  .mmtheo-header-h02 .navmain__level2 > li:hover {
    background-color: #cbd3da; }
  .mmtheo-header-h02 .navmain__level2 > li > a {
    padding: 15px 10px; }

.mmtheo-header-h02 .navmain__level2--sub > a {
  position: relative; }
  .mmtheo-header-h02 .navmain__level2--sub > a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e911';
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.mmtheo-header-h02 .navmain__level2--sub .navmain__level3 {
  display: none; }

.mmtheo-header-h02 .navmain__level2--sub.open {
  background-color: #343a40; }
  .mmtheo-header-h02 .navmain__level2--sub.open > a:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }
  .mmtheo-header-h02 .navmain__level2--sub.open .navmain__level3 {
    display: block; }

.mmtheo-header-h02 .navmain__level3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400; }
  .mmtheo-header-h02 .navmain__level3 li {
    margin: 5px 0; }

.mmtheo-header-h02 .header-wrapper--sticky .navmain__submenu {
  top: calc(80px - 0px); }

@media (min-width: 992px) {
  .mmtheo-header-h02 .header-wrapper .navmain__submenu {
    top: calc(125px - 27px); }
  .mmtheo-header-h02 .header-wrapper--sticky .navmain__submenu {
    top: calc(70px - 5px - 1px); } }

@media (min-width: 1280px) {
  .mmtheo-header-h02 .menu-desktop {
    padding-right: 0; }
  .mmtheo-header-h02 .header-wrapper .navmain__submenu {
    top: calc(140px - 25px);
    border: none; }
  .mmtheo-header-h02 .header-wrapper--sticky .navmain__submenu {
    top: calc(80px - 0px); }
  .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li > a {
    font-size: 28px;
    line-height: 34px; } }

.mmtheo-header-h02 .meta-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ff6600;
  width: 100%;
  height: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 10px;
  z-index: 9201;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .mmtheo-header-h02 .meta-header-wrapper .meta-header-settings {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 20px; }
  .mmtheo-header-h02 .meta-header-wrapper .meta-menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mmtheo-header-h02 .meta-header-wrapper .meta-menu__item {
      margin-top: 2px;
      margin-right: 20px;
      margin-bottom: 2px;
      margin-left: 0; }
    .mmtheo-header-h02 .meta-header-wrapper .meta-menu__nav-item {
      color: #ffffff;
      padding-left: 0; }
      .mmtheo-header-h02 .meta-header-wrapper .meta-menu__nav-item--active {
        color: #f8f9fa; }
      .mmtheo-header-h02 .meta-header-wrapper .meta-menu__nav-item:hover {
        color: #f8f9fa;
        text-decoration: none !important; }
        .mmtheo-header-h02 .meta-header-wrapper .meta-menu__nav-item:hover > i {
          color: #f8f9fa; }
    .mmtheo-header-h02 .meta-header-wrapper .meta-menu__icon {
      color: #ffffff; }
      .mmtheo-header-h02 .meta-header-wrapper .meta-menu__icon--active {
        color: #f8f9fa; }
  .mmtheo-header-h02 .meta-header-wrapper .lang-switch {
    color: #ffffff;
    z-index: 9102; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch--active {
      color: #ffffff;
      background-color: #535d62; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__current-item {
      text-transform: uppercase;
      margin: 0;
      padding-top: 2px;
      padding-right: 5px;
      padding-bottom: 2px;
      padding-left: 10px;
      height: 20px; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__current-item a span {
        color: #ffffff;
        text-decoration: none;
        padding-right: 5px; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__current-item a:hover {
        text-decoration: none; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list {
      visibility: hidden;
      position: absolute;
      top: 20px; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list--active {
        visibility: visible; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item {
      text-transform: uppercase;
      background-color: #535d62;
      padding: 10px 21px 10px 11px; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item a span {
        color: #ffffff; }
        .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item a span:hover {
          color: #ff6600; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item a:hover {
        text-decoration: none; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item div span {
        text-transform: uppercase;
        color: #ffffff; }

@media (min-width: 768px) {
  .mmtheo-header-h02 .meta-header-wrapper {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 992px) {
  .mmtheo-header-h02 .meta-header-wrapper {
    height: 25px;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px; }
    .mmtheo-header-h02 .meta-header-wrapper .meta-header-settings {
      height: 25px; }
    .mmtheo-header-h02 .meta-header-wrapper .meta-menu__item {
      margin-top: 2px;
      margin-right: 40px;
      margin-bottom: 2px;
      margin-left: 0; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__current-item {
      padding-top: 2px;
      padding-right: 5px;
      padding-bottom: 2px;
      padding-left: 10px;
      height: 25px; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list {
      top: 25px; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item {
      padding: 10px 22px 10px 12px; }
  .mmtheo-header-h02 .header-wrapper--sticky .meta-header-wrapper {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; } }

@media (min-width: 1280px) {
  .mmtheo-header-h02 .meta-header-wrapper {
    height: 25px;
    font-size: 14px;
    padding-right: 30px;
    padding-left: 40px; }
  .mmtheo-header-h02 .header-wrapper--sticky .meta-header-wrapper {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; } }

@media (max-width: 991.98px) {
  .mmtheo-header-h02 .header-wrapper--scroll-down .meta-header-wrapper {
    height: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden; } }

.mmtheo-header-h02 .mobile-menu__wrapper {
  position: absolute;
  z-index: 9200;
  top: 80px;
  right: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: none;
  height: calc(100vh - 80px);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #f8f9fa;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .mmtheo-header-h02 .mobile-menu__wrapper::-webkit-scrollbar {
    display: none; }
  .mmtheo-header-h02 .mobile-menu__wrapper--active {
    width: 90%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.2); }

.mmtheo-header-h02 .mobile-menu__overlay {
  display: none; }
  .mmtheo-header-h02 .mobile-menu__overlay--active {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9190; }

.mmtheo-header-h02 .mobile-menu__top-level {
  display: inline-block;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px; }
  .mmtheo-header-h02 .mobile-menu__top-level > .mobile-menu__item {
    border-bottom: 1px solid #575656; }
  .mmtheo-header-h02 .mobile-menu__top-level .mobile-menu__nav-item {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700; }

.mmtheo-header-h02 .mobile-menu__first-level {
  display: none;
  margin-bottom: 20px;
  padding-left: 33px; }
  .mmtheo-header-h02 .mobile-menu__first-level .mobile-menu__nav-item {
    font-size: 24px;
    text-transform: none;
    font-weight: normal; }

.mmtheo-header-h02 .mobile-menu__sub-level {
  display: none;
  margin-bottom: 20px; }
  .mmtheo-header-h02 .mobile-menu__sub-level .mobile-menu__nav-item {
    border: none;
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
    padding-left: 5%; }

.mmtheo-header-h02 .mobile-menu__item {
  padding: 10px 0; }
  .mmtheo-header-h02 .mobile-menu__item > a > .mobile-menu__icon {
    display: inline-block;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 700;
    font-size: 24px;
    margin-right: 5px; }
  .mmtheo-header-h02 .mobile-menu__item--active > a > .mobile-menu__icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .mmtheo-header-h02 .mobile-menu__item--sub-level {
    padding-top: 2%; }

.mmtheo-header-h02 .mobile-menu__nav-item {
  color: #575656;
  padding-left: 0;
  text-transform: uppercase; }
  .mmtheo-header-h02 .mobile-menu__nav-item--active {
    color: #ff6600 !important; }
  .mmtheo-header-h02 .mobile-menu__nav-item:hover {
    color: #ff6600 !important;
    text-decoration: none !important; }
    .mmtheo-header-h02 .mobile-menu__nav-item:hover > i {
      color: #ff6600 !important; }

.mmtheo-header-h02 .mobile-menu__icon {
  color: #575656; }
  .mmtheo-header-h02 .mobile-menu__icon--active {
    color: #ff6600; }

.mmtheo-header-h02 .mobile-menu__level {
  list-style: none; }
  .mmtheo-header-h02 .mobile-menu__level--active {
    display: block; }

.mmtheo-header-h02 .mobile-menu__divider {
  border-top: 1px solid #575656;
  margin: 0; }

.mmtheo-header-h02 .mobile-menu__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  margin-right: 10px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mmtheo-header-h02 .mobile-menu__burger i {
    font-size: 1.5rem; }

@media (min-width: 768px) {
  .mmtheo-header-h02 .mobile-menu__wrapper--active {
    width: 75%; }
  .mmtheo-header-h02 .mobile-menu__first-level .mobile-menu__nav-item {
    font-size: 18px; }
  .mmtheo-header-h02 .mobile-menu__sub-level .mobile-menu__nav-item {
    font-size: 16px; } }

body.layout-l01 {
  -webkit-padding-before: 60px;
          padding-block-start: 60px; }

body.main-menu--active {
  overflow: hidden; }

body.layout-l02 .mmtheo-header-h01 .header-wrapper {
  background-color: transparent;
  border-bottom: none; }
  body.layout-l02 .mmtheo-header-h01 .header-wrapper--sticky {
    background-color: #ffffff; }
    body.layout-l02 .mmtheo-header-h01 .header-wrapper--sticky .main-menu__button.main-menu__button--burger {
      color: #535d62; }
  body.layout-l02 .mmtheo-header-h01 .header-wrapper .main-menu__button--burger {
    color: #ffffff; }

body.layout-l03 .mmtheo-header-h01 .header-wrapper {
  background-color: transparent;
  border-bottom: none; }
  body.layout-l03 .mmtheo-header-h01 .header-wrapper--sticky {
    background-color: #ffffff; }

@media (min-width: 768px) {
  body.layout-l01 {
    -webkit-padding-before: 60px;
            padding-block-start: 60px; } }

@media (min-width: 992px) {
  body.layout-l01 {
    -webkit-padding-before: 150px;
            padding-block-start: 150px; } }

@media (min-width: 1280px) {
  body.layout-l01 {
    -webkit-padding-before: 150px;
            padding-block-start: 150px; } }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-handle:after, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #ffffff;
  position: absolute;
  z-index: 30; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label, .mmtheo-module-m01a .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label, .mmtheo-module-m01a .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-after-label:before {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-after-label:before, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-after-label:before, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.mmtheo-module-m01a .twentytwenty-left-arrow, .mmtheo-module-m01a .twentytwenty-right-arrow, .mmtheo-module-m01a .twentytwenty-up-arrow, .mmtheo-module-m01a .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.mmtheo-module-m01a .twentytwenty-left-arrow, .mmtheo-module-m01a .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.mmtheo-module-m01a .twentytwenty-up-arrow, .mmtheo-module-m01a .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.mmtheo-module-m01a .twentytwenty-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .mmtheo-module-m01a .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .mmtheo-module-m01a .twentytwenty-container.active .twentytwenty-overlay,
  .mmtheo-module-m01a .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .mmtheo-module-m01a .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .mmtheo-module-m01a .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .mmtheo-module-m01a .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .mmtheo-module-m01a .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .mmtheo-module-m01a .twentytwenty-container * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }

.mmtheo-module-m01a .twentytwenty-before-label {
  opacity: 0; }
  .mmtheo-module-m01a .twentytwenty-before-label:before {
    content: attr(data-content); }

.mmtheo-module-m01a .twentytwenty-after-label {
  opacity: 0; }
  .mmtheo-module-m01a .twentytwenty-after-label:before {
    content: attr(data-content); }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.mmtheo-module-m01a .twentytwenty-overlay {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .mmtheo-module-m01a .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .mmtheo-module-m01a .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .mmtheo-module-m01a .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.mmtheo-module-m01a .twentytwenty-before {
  z-index: 20; }

.mmtheo-module-m01a .twentytwenty-after {
  z-index: 10; }

.mmtheo-module-m01a .twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #ffffff;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: 0px 0px 12px rgba(222, 226, 230, 0.5);
  z-index: 40;
  cursor: pointer; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5); }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5); }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5); }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5); }

.mmtheo-module-m01a .twentytwenty-left-arrow {
  border-right: 6px solid #ffffff;
  left: 50%;
  margin-left: -17px; }

.mmtheo-module-m01a .twentytwenty-right-arrow {
  border-left: 6px solid #ffffff;
  right: 50%;
  margin-right: -17px; }

.mmtheo-module-m01a .twentytwenty-up-arrow {
  border-bottom: 6px solid #ffffff;
  top: 50%;
  margin-top: -17px; }

.mmtheo-module-m01a .twentytwenty-down-arrow {
  border-top: 6px solid #ffffff;
  bottom: 50%;
  margin-bottom: -17px; }

.mmtheo-module-m01a .mmtheo-module-bg-1 {
  background-color: #f0f1f1; }
  .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a {
    background: none; }
    .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: "inherit";
      color: #ff6600;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: "inherit";
      color: #993d00;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a:before {
      background: none; }

.mmtheo-module-m01a .mmtheo-module-bg-2 {
  background-color: #adb5bd; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 h1, .mmtheo-module-m01a .mmtheo-module-bg-2 h2, .mmtheo-module-m01a .mmtheo-module-bg-2 h3, .mmtheo-module-m01a .mmtheo-module-bg-2 h4, .mmtheo-module-m01a .mmtheo-module-bg-2 h5, .mmtheo-module-m01a .mmtheo-module-bg-2 h6, .mmtheo-module-m01a .mmtheo-module-bg-2 .h1, .mmtheo-module-m01a .mmtheo-module-bg-2 .h2, .mmtheo-module-m01a .mmtheo-module-bg-2 .h3, .mmtheo-module-m01a .mmtheo-module-bg-2 .h4, .mmtheo-module-m01a .mmtheo-module-bg-2 .h5, .mmtheo-module-m01a .mmtheo-module-bg-2 .h6, .mmtheo-module-m01a .mmtheo-module-bg-2 p, .mmtheo-module-m01a .mmtheo-module-bg-2 li, .mmtheo-module-m01a .mmtheo-module-bg-2 .mmtheo-module--headline, .mmtheo-module-m01a .mmtheo-module-bg-2 .mmtheo-module--subheadline {
    color: #ffffff; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 a:not(.btn):before {
    background: #ffa366; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 a:not(.btn):hover {
    color: #ffa366; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a {
    background: none; }
    .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: "inherit";
      color: #ff6600;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: "inherit";
      color: #ffa366;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a:before {
      background: none; }

.mmtheo-module-m01a .mmtheo-module-primary {
  background-color: #ff6600; }
  .mmtheo-module-m01a .mmtheo-module-primary ul.download-list li a {
    background: none; }
    .mmtheo-module-m01a .mmtheo-module-primary ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: "inherit";
      color: #ff6600;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-primary ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: "inherit";
      color: #993d00;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-primary ul.download-list li a:before {
      background: none; }

.mmtheo-module-m01a .media {
  display: block; }

.mmtheo-module-m01a ul li {
  display: block; }
  .mmtheo-module-m01a ul li:before {
    content: "\2022";
    color: #ff6600;
    font-weight: 600;
    display: inline-block;
    width: 1em; }

.mmtheo-module-m01a a:not(.btn) {
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .mmtheo-module-m01a a:not(.btn):before, .mmtheo-module-m01a a:not(.btn):after {
    content: "";
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .mmtheo-module-m01a a:not(.btn):before {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #535d62;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }
  .mmtheo-module-m01a a:not(.btn):hover {
    color: #535d62; }
  .mmtheo-module-m01a a:not(.btn):hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }

.mmtheo-module-m01a .btn:last-child {
  margin-bottom: 0; }

.mmtheo-module-m01a .mb-first {
  margin-bottom: 1rem; }

.mmtheo-module-m01a .quote {
  font-weight: 300;
  display: block;
  text-align: center;
  font-size: 28px; }

.mmtheo-module-m01a .quote-author {
  font-weight: 300;
  display: block;
  text-align: center; }

.mmtheo-module-m01a picture .img-fluid:not([src$=".svg"]) {
  min-height: 240px; }

.mmtheo-module-m01a__text {
  margin-top: 20px; }
  .mmtheo-module-m01a__text--brand-image img {
    max-width: 50%;
    height: auto; }

.mmtheo-module-m01a .stoerer__image {
  display: none;
  overflow: hidden; }

.mmtheo-module-m01a__container-fluid--full-width .headlines {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .mmtheo-module-m01a__text {
    margin-top: 0; }
    .mmtheo-module-m01a__text--has-stoerer {
      padding-top: 35px; }
    .mmtheo-module-m01a__text--brand-image img {
      max-width: 33%; }
  .mmtheo-module-m01a .stoerer__image {
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    max-height: 150px;
    max-width: 150px; }
    .mmtheo-module-m01a .stoerer__image.stoerer--left {
      left: 0;
      -webkit-transform: translate(-10%, -90%);
          -ms-transform: translate(-10%, -90%);
              transform: translate(-10%, -90%); }
    .mmtheo-module-m01a .stoerer__image.stoerer--right {
      right: 0;
      -webkit-transform: translate(10%, -90%);
          -ms-transform: translate(10%, -90%);
              transform: translate(10%, -90%); }
    .mmtheo-module-m01a .stoerer__image img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
    .mmtheo-module-m01a .stoerer__image .stoerer__text {
      left: 0%;
      position: absolute;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%; }
      .mmtheo-module-m01a .stoerer__image .stoerer__text * {
        margin: 0; } }

@media (min-width: 992px) {
  .mmtheo-module-m01a .mmtheo-module-bg-primary ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: "inherit";
    color: #ff6600;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m01a .mmtheo-module-bg-primary ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: "inherit";
    color: #ffa366;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: "inherit";
    color: #ff6600;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: "inherit";
    color: #993d00;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: "inherit";
    color: #ff6600;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: "inherit";
    color: #ffa366;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m01a .mb-first {
    margin-bottom: 0; }
  .mmtheo-module-m01a .quote {
    font-size: 42px; }
  .mmtheo-module-m01a picture .img-fluid:not([src$=".svg"]) {
    min-height: 340px; }
  .mmtheo-module-m01a .stoerer__image {
    max-height: 250px;
    max-width: 250px; } }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:after, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #ffffff;
  position: absolute;
  z-index: 30; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label, .mmtheo-module-m01a .twentytwenty-overlay, .twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label, .mmtheo-module-m01a .twentytwenty-overlay, .twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label, .twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-after-label:before, .twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-after-label:before, .twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-after-label:before, .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-after-label:before, .twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.mmtheo-module-m01a .twentytwenty-left-arrow, .mmtheo-module-m01a .twentytwenty-right-arrow, .mmtheo-module-m01a .twentytwenty-up-arrow, .mmtheo-module-m01a .twentytwenty-down-arrow, .twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.mmtheo-module-m01a .twentytwenty-left-arrow, .mmtheo-module-m01a .twentytwenty-right-arrow, .twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.mmtheo-module-m01a .twentytwenty-up-arrow, .mmtheo-module-m01a .twentytwenty-down-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #ffffff;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: 0px 0px 12px rgba(222, 226, 230, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(222, 226, 230, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid #ffffff;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid #ffffff;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid #ffffff;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid #ffffff;
  bottom: 50%;
  margin-bottom: -17px; }

.mmtheo-module-m02 {
  position: relative; }
  .mmtheo-module-m02.mmtheo-module-bg-primary [class^="mmtheo-module-m02__"], .mmtheo-module-m02.mmtheo-module-bg-secondary [class^="mmtheo-module-m02__"] {
    color: #ffffff; }
    .mmtheo-module-m02.mmtheo-module-bg-primary [class^="mmtheo-module-m02__"] svg, .mmtheo-module-m02.mmtheo-module-bg-secondary [class^="mmtheo-module-m02__"] svg {
      fill: #ffffff; }
  .mmtheo-module-m02.mmtheo-module-bg-primary .slick-prev::before, .mmtheo-module-m02.mmtheo-module-bg-secondary .slick-prev::before {
    color: #ffffff; }
  .mmtheo-module-m02.mmtheo-module-bg-primary .slick-next::before, .mmtheo-module-m02.mmtheo-module-bg-secondary .slick-next::before {
    color: #ffffff; }
  .mmtheo-module-m02 .row--overflow-hidden {
    overflow: hidden; }
  .mmtheo-module-m02__item-inner {
    text-align: center; }
  .mmtheo-module-m02__item-outer {
    padding-block: 10px; }
  .mmtheo-module-m02__headline {
    display: block;
    color: #575656;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 30px;
    line-height: 1.3; }
  .mmtheo-module-m02__subheadline {
    display: block;
    color: #575656;
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font-size: 16px;
    line-height: 1.3; }
  .mmtheo-module-m02__counter {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .mmtheo-module-m02 .img-fluid {
    display: block;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    margin-inline: auto;
    -webkit-margin-after: 0.5rem;
            margin-block-end: 0.5rem;
    -o-object-fit: contain;
       object-fit: contain; }
  .mmtheo-module-m02 svg {
    fill: #575656;
    max-height: 45px; }
  .mmtheo-module-m02 [class^="mmtheo-module-m02__icon--"], .mmtheo-module-m02 [class*=" mmtheo-module-m02__icon--"] {
    display: block;
    font-size: 0;
    line-height: 0;
    -webkit-margin-after: 0.5rem;
            margin-block-end: 0.5rem; }
  .mmtheo-module-m02__icon--1:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 45px;
    color: #ff6600;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }
  .mmtheo-module-m02__icon--2:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 45px;
    color: #ff6600;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }
  .mmtheo-module-m02__icon--3:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 45px;
    color: #ff6600;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }
  .mmtheo-module-m02__icon--4:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 45px;
    color: #ff6600;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }
  .mmtheo-module-m02 .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    line-height: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mmtheo-module-m02 .slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000;
    -webkit-transform: translate(-15px, -50%);
        -ms-transform: translate(-15px, -50%);
            transform: translate(-15px, -50%); }
    .mmtheo-module-m02 .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 30px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m02 .slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1000;
    -webkit-transform: translate(15px, -50%);
        -ms-transform: translate(15px, -50%);
            transform: translate(15px, -50%); }
    .mmtheo-module-m02 .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 30px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }

@media (min-width: 768px) {
  .mmtheo-module-m02__headline {
    font-size: 40px;
    line-height: 1.25;
    -webkit-margin-before: 30px;
            margin-block-start: 30px; }
  .mmtheo-module-m02__subheadline {
    font-size: 20px;
    line-height: 1.3;
    -webkit-margin-before: 10px;
            margin-block-start: 10px; }
  .mmtheo-module-m02__item-outer {
    padding: 0; }
  .mmtheo-module-m02 .slick-prev:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 50px;
    color: #535d62;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }
  .mmtheo-module-m02 .slick-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 50px;
    color: #535d62;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; } }

@media (min-width: 992px) {
  .mmtheo-module-m02__subheadline {
    font-size: 24px;
    line-height: 1.3; }
  .mmtheo-module-m02 .img-fluid, .mmtheo-module-m02 svg {
    max-height: 56px; }
  .mmtheo-module-m02__icon--1:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 56px;
    color: #ff6600;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }
  .mmtheo-module-m02__icon--2:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 56px;
    color: #ff6600;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }
  .mmtheo-module-m02__icon--3:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 56px;
    color: #ff6600;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }
  .mmtheo-module-m02__icon--4:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 56px;
    color: #ff6600;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; } }

.mmtheo-module-m05 .tiles {
  display: grid;
  -webkit-column-gap: 2rem;
          column-gap: 2rem; }
  .mmtheo-module-m05 .tiles .mmtheo-module--headline {
    font-size: 22px; }
  .mmtheo-module-m05 .tiles .item {
    -webkit-margin-after: 30px;
            margin-block-end: 30px; }
    .mmtheo-module-m05 .tiles .item .button {
      -webkit-margin-before: 20px;
              margin-block-start: 20px; }

@media (min-width: 768px) {
  .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-33-33-33, .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-50-50, .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-25-25-25-25 {
    grid-template-columns: repeat(1, 1fr); } }

@media (min-width: 992px) {
  .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-33-33-33, .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-50-50, .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-25-25-25-25 {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 1280px) {
  .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-33-33-33 {
    grid-template-columns: repeat(3, 1fr); }
  .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-50-50 {
    grid-template-columns: repeat(2, 1fr); }
  .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-25-25-25-25 {
    grid-template-columns: repeat(4, 1fr); } }

.mmtheo-module-m05 {
  --bootstrap-margin: 15px;
  overflow: hidden; }
  .mmtheo-module-m05.mmtheo-module-bg-1 .item-wrap {
    -webkit-padding-before: 25px;
            padding-block-start: 25px;
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
    padding-inline: 15px; }
  .mmtheo-module-m05 .item-wrap {
    background-color: transparent;
    margin-inline: 0;
    -webkit-padding-before: 15px;
            padding-block-start: 15px;
    -webkit-padding-after: 40px;
            padding-block-end: 40px; }
    .mmtheo-module-m05 .item-wrap .headlines {
      word-break: break-word;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      margin-block: 5px; }
      .mmtheo-module-m05 .item-wrap .headlines .h3 {
        font-family: "Amsi Pro Bold", sans-serif;
        font-size: 2rem;
        line-height: 1.2; }
    .mmtheo-module-m05 .item-wrap .link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .mmtheo-module-m05 .item-wrap .link a {
        line-height: 30px; }
        .mmtheo-module-m05 .item-wrap .link a:after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "minitec" !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          font-size: 30px;
          color: #ff6600;
          margin-left: 20px;
          top: 0;
          position: absolute; }
        .mmtheo-module-m05 .item-wrap .link a:after {
          -webkit-transition: color 0.3s ease-in-out;
          -o-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
        .mmtheo-module-m05 .item-wrap .link a:focus, .mmtheo-module-m05 .item-wrap .link a:hover, .mmtheo-module-m05 .item-wrap .link a:active {
          text-decoration: none;
          position: relative;
          -webkit-transition: color 0.3s ease-in-out;
          -o-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out;
          color: #535d62; }
          .mmtheo-module-m05 .item-wrap .link a:focus:after, .mmtheo-module-m05 .item-wrap .link a:hover:after, .mmtheo-module-m05 .item-wrap .link a:active:after {
            color: #535d62;
            -webkit-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
  .mmtheo-module-m05 .item a {
    cursor: pointer; }
    .mmtheo-module-m05 .item a:not(.btn) {
      color: #ff6600; }
      .mmtheo-module-m05 .item a:not(.btn):hover {
        text-decoration: none;
        position: relative;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
        color: #535d62; }
  .mmtheo-module-m05.mmtheo-module-bg-1 .slider .item, .mmtheo-module-m05.mmtheo-module-bg-2 .slider .item {
    background: #ffffff; }
  .mmtheo-module-m05 .mmtheo-module-m05-slider .item .item-wrap {
    margin-inline: var(--bootstrap-margin); }
  .mmtheo-module-m05 .tiles .mmtheo-module--headline {
    font-size: 22px; }
  .mmtheo-module-m05 .tiles .item {
    -webkit-margin-after: 30px;
            margin-block-end: 30px; }
  .mmtheo-module-m05 .slider {
    padding-left: var(--bootstrap-margin);
    padding-right: var(--bootstrap-margin);
    padding-inline: var(--bootstrap-margin); }
    .mmtheo-module-m05 .slider .item-wrap {
      margin: 0; }
      .mmtheo-module-m05 .slider .item-wrap .headlines.color--default .h1, .mmtheo-module-m05 .slider .item-wrap .headlines.color--default .h2, .mmtheo-module-m05 .slider .item-wrap .headlines.color--default .h3, .mmtheo-module-m05 .slider .item-wrap .headlines.color--default .h4, .mmtheo-module-m05 .slider .item-wrap .headlines.color--default .h5, .mmtheo-module-m05 .slider .item-wrap .headlines.color--default .h6 {
        color: inherit; }
      .mmtheo-module-m05 .slider .item-wrap .headlines.color--primary .h1, .mmtheo-module-m05 .slider .item-wrap .headlines.color--primary .h2, .mmtheo-module-m05 .slider .item-wrap .headlines.color--primary .h3, .mmtheo-module-m05 .slider .item-wrap .headlines.color--primary .h4, .mmtheo-module-m05 .slider .item-wrap .headlines.color--primary .h5, .mmtheo-module-m05 .slider .item-wrap .headlines.color--primary .h6 {
        color: #ff6600; }
      .mmtheo-module-m05 .slider .item-wrap .headlines.color--secondary .h1, .mmtheo-module-m05 .slider .item-wrap .headlines.color--secondary .h2, .mmtheo-module-m05 .slider .item-wrap .headlines.color--secondary .h3, .mmtheo-module-m05 .slider .item-wrap .headlines.color--secondary .h4, .mmtheo-module-m05 .slider .item-wrap .headlines.color--secondary .h5, .mmtheo-module-m05 .slider .item-wrap .headlines.color--secondary .h6 {
        color: #535d62; }
    .mmtheo-module-m05 .slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .mmtheo-module-m05 .slider .slick-track .item {
        height: inherit; }
        .mmtheo-module-m05 .slider .slick-track .item .link {
          position: absolute;
          bottom: 20px; }
        .mmtheo-module-m05 .slider .slick-track .item .image picture {
          position: relative;
          padding-bottom: 56.2%;
          width: 100%;
          display: block; }
          .mmtheo-module-m05 .slider .slick-track .item .image picture * {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
  .mmtheo-module-m05 .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    -webkit-margin-before: -54px;
            margin-block-start: -54px;
    top: 0; }
    .mmtheo-module-m05 .slick-dots li button {
      font-size: 0;
      background: #6c757d;
      border: 0;
      width: 50px;
      margin-inline: 2px;
      height: 4px;
      outline: 0;
      cursor: pointer;
      max-width: 20px; }
    .mmtheo-module-m05 .slick-dots li.slick-active button {
      background: #f8f9fa; }
  .mmtheo-module-m05 .link {
    -webkit-margin-before: 20px;
            margin-block-start: 20px; }
  .mmtheo-module-m05 a:not(.btn) {
    color: #535d62;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .mmtheo-module-m05 a:not(.btn):hover {
      color: #993d00; }
    .mmtheo-module-m05 a:not(.btn).more {
      font-size: 1.2rem;
      font-weight: 400; }
      .mmtheo-module-m05 a:not(.btn).more:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "minitec" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: inherit;
        color: inherit;
        margin-left: 5px;
        top: 2px;
        position: relative; }
  .mmtheo-module-m05 .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    line-height: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mmtheo-module-m05 .slick-prev {
    left: -15px; }
    .mmtheo-module-m05 .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 30px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m05 .slick-next {
    right: -15px; }
    .mmtheo-module-m05 .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 30px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }

@media (min-width: 768px) {
  .mmtheo-module-m05 .slider {
    margin-inline: calc(var(--bootstrap-margin) * -1);
    padding-inline: 0; }
    .mmtheo-module-m05 .slider .item {
      margin-inline: var(--bootstrap-margin); }
    .mmtheo-module-m05 .slider .slick-prev {
      left: calc(var(--bootstrap-margin) * -1 - 5px); }
    .mmtheo-module-m05 .slider .slick-next {
      right: calc(var(--bootstrap-margin) * -1 - 5px); } }

@media (min-width: 992px) {
  .mmtheo-module-m05 .tiles .mmtheo-module--headline {
    font-size: 32px; }
  .mmtheo-module-m05 .tiles .item .item-wrap {
    padding: 20px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m05 .slider .slick-prev {
    left: calc(var(--bootstrap-margin) * -1 - 10px); }
    .mmtheo-module-m05 .slider .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 50px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m05 .slider .slick-next {
    right: calc(var(--bootstrap-margin) * -1 - 10px); }
    .mmtheo-module-m05 .slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 50px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m05.mmtheo-module-bg-1 {
    padding-inline: 0; } }

.mmtheo-module-m07 .container-fluid .col-12 {
  padding-inline: 0; }

.mmtheo-module-m07 .m07-slider__arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  z-index: 2;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5); }
  .mmtheo-module-m07 .m07-slider__arrow--prev {
    left: 0; }
    .mmtheo-module-m07 .m07-slider__arrow--prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 35px;
      color: #ff6600;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m07 .m07-slider__arrow--next {
    right: 0; }
    .mmtheo-module-m07 .m07-slider__arrow--next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 35px;
      color: #ff6600;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }

.mmtheo-module-m07 .m07-slider__slide {
  width: 100%;
  position: relative;
  margin: 0 1px; }
  .mmtheo-module-m07 .m07-slider__slide .slide__image {
    width: 100%;
    height: auto;
    position: relative; }
    .mmtheo-module-m07 .m07-slider__slide .slide__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox {
    position: relative;
    width: 100%;
    top: 0; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox--left {
      left: 0; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox--right {
      right: 0; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox .bodytext {
      padding: 20px 30px; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-0 {
    background-color: transparent; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-1 {
    background-color: rgba(83, 93, 98, 0.9); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-primary {
    background-color: rgba(255, 102, 0, 0.32); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-secondary {
    background-color: rgba(83, 93, 98, 0.32); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-tertiary {
    background-color: rgba(83, 93, 98, 0.32); }

.mmtheo-module-m07 .m07-slider .slick-dots {
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  z-index: 1; }
  .mmtheo-module-m07 .m07-slider .slick-dots li > button {
    background-color: #f8f9fa;
    height: 1rem;
    margin: 0 4px;
    padding: 0;
    font-size: 0;
    width: 1rem;
    cursor: pointer;
    border-radius: 100%;
    color: transparent;
    border: none; }
  .mmtheo-module-m07 .m07-slider .slick-dots li.slick-active > button {
    background: #ff6600;
    border: 1px solid #ffffff; }

.mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--background-0 {
    background-color: transparent; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--background-1 {
    background-color: rgba(83, 93, 98, 0.9); }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--background-primary {
    background-color: rgba(255, 102, 0, 0.32); }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--background-secondary {
    background-color: rgba(83, 93, 98, 0.32); }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--background-tertiary {
    background-color: rgba(83, 93, 98, 0.32); }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image {
    width: 100%; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image-container--outer {
      width: 150px;
      height: 0;
      -webkit-padding-before: 150px;
              padding-block-start: 150px;
      position: relative;
      margin-inline: auto; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image-container--inner {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      margin-block: auto;
      border-radius: 50%; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox .bodytext {
    -webkit-padding-after: 40px;
            padding-block-end: 40px; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox blockquote {
    padding-block: 30px; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox blockquote p {
      display: block; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox blockquote:before {
      font-size: 34px;
      -webkit-margin-start: -30px;
              margin-inline-start: -30px; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox blockquote:after {
      right: 0;
      top: unset;
      bottom: 0;
      font-size: 34px;
      -webkit-margin-end: -30px;
              margin-inline-end: -30px; }

.mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__arrow {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-inline: -15px;
  background: transparent; }

@media (min-width: 768px) {
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox {
    position: absolute;
    width: 50%;
    height: auto;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #575656;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: 86%;
    overflow-y: auto; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox--left {
      left: 5%; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox--right {
      right: 5%; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-0 {
    background-color: transparent; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-1 {
    background-color: rgba(83, 93, 98, 0.9); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-primary {
    background-color: rgba(255, 102, 0, 0.32); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-secondary {
    background-color: rgba(83, 93, 98, 0.32); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-tertiary {
    background-color: rgba(83, 93, 98, 0.32); }
  .mmtheo-module-m07 .m07-slider__arrow {
    height: 50px;
    width: 50px; }
    .mmtheo-module-m07 .m07-slider__arrow--prev {
      left: 0; }
      .mmtheo-module-m07 .m07-slider__arrow--prev:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "minitec" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 50px;
        color: #ff6600;
        margin-right: 0;
        position: relative;
        top: 0;
        left: 2px; }
    .mmtheo-module-m07 .m07-slider__arrow--next {
      right: 0; }
      .mmtheo-module-m07 .m07-slider__arrow--next:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "minitec" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 50px;
        color: #ff6600;
        margin-right: 0;
        position: relative;
        top: 0;
        left: -2px; }
  .mmtheo-module-m07 .m07-slider .slick-dots {
    position: absolute; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slick-wrapper.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__arrow {
    margin-inline: -5%; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide {
    height: 100%; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image {
      width: 25%;
      position: relative;
      display: inline-block; }
      .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image-container--outer {
        width: 100%;
        -webkit-padding-before: 100%;
                padding-block-start: 100%; }
      .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image-container--inner {
        padding: 12.5%; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox {
      position: relative;
      width: 75%;
      display: inline-block;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      max-height: unset; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--textbox-align-left .slide__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--textbox-align-left .slide__textbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.mmtheo-module-m08 {
  --color-bg-1: #f0f1f1;
  --color-primary: #ff6600;
  --font-size-body: 16px;
  --font-size-subject: 20px;
  --line-height-body: 1.25;
  --line-height-subject: 1.4; }
  .mmtheo-module-m08 .mmtheo-module-m08-teaser-text {
    margin-bottom: 2.5em; }
    .mmtheo-module-m08 .mmtheo-module-m08-teaser-text p {
      margin-bottom: 0; }
  .mmtheo-module-m08.mmtheo-module-bg-1 {
    background: var(--color-bg-1); }
  .mmtheo-module-m08 .accordion {
    -webkit-margin-after: 30px;
            margin-block-end: 30px; }
  .mmtheo-module-m08 .panel {
    -webkit-border-before: 1px solid rgba(0, 0, 0, 0.5);
            border-block-start: 1px solid rgba(0, 0, 0, 0.5);
    position: relative; }
    .mmtheo-module-m08 .panel:last-child {
      -webkit-border-after: 1px solid rgba(0, 0, 0, 0.5);
              border-block-end: 1px solid rgba(0, 0, 0, 0.5); }
  .mmtheo-module-m08 .panel__subject {
    position: relative;
    color: #ff6600;
    cursor: pointer;
    font-size: var(--font-size-subject);
    font-weight: 700;
    line-height: var(--line-height-subject);
    padding-block: 15px;
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
    -webkit-padding-end: 20px;
            padding-inline-end: 20px; }
    .mmtheo-module-m08 .panel__subject:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 22px;
      color: var(--color-primary);
      margin-right: 0;
      position: absolute;
      top: 50%;
      left: 0; }
    .mmtheo-module-m08 .panel__subject.show:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 22px;
      color: var(--color-primary);
      margin-right: 0;
      position: absolute;
      top: 50%;
      left: 0; }
    .mmtheo-module-m08 .panel__subject::before, .mmtheo-module-m08 .panel__subject.show::before {
      display: inline-block;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .mmtheo-module-m08 .panel__body {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
    font-size: var(--font-size-body);
    line-height: var(--line-height-body); }
    .mmtheo-module-m08 .panel__body table {
      display: block;
      overflow-x: auto;
      white-space: nowrap; }

@media (min-width: 992px) {
  .mmtheo-module-m08 {
    --font-size-body: 22px;
    --font-size-subject: 30px;
    --line-height-body: 1.2;
    --line-height-subject: 1.375; }
    .mmtheo-module-m08 .panel__subject {
      padding-block: 20px;
      -webkit-padding-start: 35px;
              padding-inline-start: 35px; }
      .mmtheo-module-m08 .panel__subject:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "minitec" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 28px;
        color: var(--color-primary);
        margin-right: 0;
        position: absolute;
        top: 50%;
        left: 0; }
      .mmtheo-module-m08 .panel__subject.show:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "minitec" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 28px;
        color: var(--color-primary);
        margin-right: 0;
        position: absolute;
        top: 50%;
        left: 0; }
    .mmtheo-module-m08 .panel__body {
      -webkit-padding-start: 35px;
              padding-inline-start: 35px;
      -webkit-padding-after: 20px;
              padding-block-end: 20px; } }

.mmtheo-module-m09b {
  --margin-top-info-box: 140px;
  --height-links: 70px; }
  .mmtheo-module-m09b .m09b-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: var(--margin-top-info-box) 10px;
    margin-bottom: var(--height-links); }
  .mmtheo-module-m09b .m09b-item__thumbnail {
    height: 215px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: calc(var(--margin-top-info-box) * -1); }
    .mmtheo-module-m09b .m09b-item__thumbnail img {
      height: 100%;
      width: auto;
      -o-object-fit: cover;
         object-fit: cover;
      max-width: calc(100% - 50px);
      border: 1px solid #575656; }
  .mmtheo-module-m09b .m09b-item__info-box {
    --bootstrap-p-4: 1.5em;
    background-color: #f0f1f1;
    -webkit-margin-before: var(--margin-top-info-box);
            margin-block-start: var(--margin-top-info-box);
    -webkit-padding-before: 95px;
            padding-block-start: 95px;
    padding-inline: var(--bootstrap-p-4);
    position: relative; }
    .mmtheo-module-m09b .m09b-item__info-box .info-box__links {
      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%;
      left: 0;
      padding: 10px var(--bootstrap-p-4);
      position: absolute;
      top: 100%;
      background: #f0f1f1;
      height: var(--height-links);
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .mmtheo-module-m09b .m09b-item__info-box .info-box__lock-icon {
      border-radius: 50%;
      width: 28px;
      height: 28px;
      color: #ffffff;
      background-color: #ff6600;
      font-size: 18px;
      position: absolute;
      bottom: 10px;
      right: 10px; }
      .mmtheo-module-m09b .m09b-item__info-box .info-box__lock-icon:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 18px;
        height: 18px; }
  .mmtheo-module-m09b .m09b-video-modal {
    width: 100%;
    height: auto; }
    .mmtheo-module-m09b .m09b-video-modal.show {
      top: 50%;
      overflow-x: visible;
      overflow-y: visible; }
    .mmtheo-module-m09b .m09b-video-modal .modal-dialog {
      max-width: unset;
      height: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .mmtheo-module-m09b .m09b-video-modal .modal-content .modal-header .close {
      position: absolute;
      top: -20px;
      right: 35px;
      padding: 6px 12px;
      margin: 0; }

@media (min-width: 768px) {
  .mmtheo-module-m09b .m09b-wrapper {
    grid-template-columns: repeat(2, 1fr); }
  .mmtheo-module-m09b .m09b-item__info-box {
    height: auto; }
  .mmtheo-module-m09b .m09b-video-modal .modal-dialog {
    width: 576px; } }

@media (min-width: 992px) {
  .mmtheo-module-m09b .m09b-wrapper {
    grid-template-columns: repeat(3, 1fr); }
  .mmtheo-module-m09b .m09b-login-modal .modal-dialog, .mmtheo-module-m09b .m09b-video-modal .modal-dialog {
    width: 768px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m09b .m09b-wrapper {
    grid-template-columns: repeat(4, 1fr); }
  .mmtheo-module-m09b .m09b-video-modal .modal-dialog {
    width: 992px; } }

@media (min-width: 1600px) {
  .mmtheo-module-m09b .m09b-video-modal .modal-dialog {
    width: 1120px; } }

/* Computed Variables */
.mmtheo-module-m18 .mmtheo-module--headline {
  word-break: break-all; }

.mmtheo-module-m18 form, .mmtheo-module-m18 .tx-indexedsearch-form {
  color: #575656; }
  .mmtheo-module-m18 form input[type='checkbox'], .mmtheo-module-m18 form input[type='radio'], .mmtheo-module-m18 .tx-indexedsearch-form input[type='checkbox'], .mmtheo-module-m18 .tx-indexedsearch-form input[type='radio'] {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0; }
  .mmtheo-module-m18 form .add-on, .mmtheo-module-m18 .tx-indexedsearch-form .add-on {
    display: none; }
  .mmtheo-module-m18 form .help-block, .mmtheo-module-m18 .tx-indexedsearch-form .help-block {
    color: gray; }
  .mmtheo-module-m18 form .focused label:not(.form-check-label), .mmtheo-module-m18 .tx-indexedsearch-form .focused label:not(.form-check-label) {
    font-size: 12px;
    -webkit-transform: translateY(-170%);
        -ms-transform: translateY(-170%);
            transform: translateY(-170%); }
  .mmtheo-module-m18 form .focused.textarea label, .mmtheo-module-m18 .tx-indexedsearch-form .focused.textarea label {
    font-size: 12px;
    -webkit-transform: translateY(-170%);
        -ms-transform: translateY(-170%);
            transform: translateY(-170%); }

@-moz-document url-prefix() {
  .mmtheo-module-m18 form .focused.textarea label, .mmtheo-module-m18 .tx-indexedsearch-form .focused.textarea label {
    font-size: 12px;
    transform: translateY(-170%); } }
  .mmtheo-module-m18 form .form-navigation, .mmtheo-module-m18 .tx-indexedsearch-form .form-navigation {
    -webkit-padding-before: 15px;
            padding-block-start: 15px; }
  .mmtheo-module-m18 form a:not(.btn), .mmtheo-module-m18 .tx-indexedsearch-form a:not(.btn) {
    color: #ff6600;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .mmtheo-module-m18 form a:not(.btn):hover, .mmtheo-module-m18 .tx-indexedsearch-form a:not(.btn):hover {
      color: #535d62; }
  .mmtheo-module-m18 form .clearfix h1, .mmtheo-module-m18 form .clearfix .h1, .mmtheo-module-m18 form .clearfix h2, .mmtheo-module-m18 form .clearfix .h2, .mmtheo-module-m18 form .clearfix h3, .mmtheo-module-m18 form .clearfix .h3, .mmtheo-module-m18 form .clearfix h4, .mmtheo-module-m18 form .clearfix .h4, .mmtheo-module-m18 form .clearfix h5, .mmtheo-module-m18 form .clearfix .h5, .mmtheo-module-m18 form .clearfix h6, .mmtheo-module-m18 form .clearfix .h6, .mmtheo-module-m18 form .clearfix p, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h1, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h1, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h2, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h2, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h3, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h3, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h4, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h4, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h5, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h5, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h6, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h6, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix p {
    color: #575656; }
  .mmtheo-module-m18 form .clearfix:nth-last-child(2) p, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix:nth-last-child(2) p {
    font-size: 0.8rem; }
  .mmtheo-module-m18 form .checkbox input + span, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input + span {
    margin: 0;
    -webkit-padding-start: 45px;
            padding-inline-start: 45px; }
    .mmtheo-module-m18 form .checkbox input + span:before, .mmtheo-module-m18 form .checkbox input + span:after, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input + span:before, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input + span:after {
      position: absolute;
      content: '';
      width: 30px;
      height: 30px;
      left: 0;
      top: 0;
      font-size: 30px;
      line-height: 1;
      border-radius: 0;
      pointer-events: none;
      background-color: #fff;
      border: #6c757d solid 1px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .mmtheo-module-m18 form .checkbox input:checked + span, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input:checked + span {
    background: #ffffff; }
    .mmtheo-module-m18 form .checkbox input:checked + span:after, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input:checked + span:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 30px;
      color: #ff6600;
      margin-left: 0;
      top: 0;
      position: absolute; }
    .mmtheo-module-m18 form .checkbox input:checked + span:before, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input:checked + span:before {
      background-color: inherit;
      border-color: #6c757d; }
    .mmtheo-module-m18 form .checkbox input:checked + span:after, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input:checked + span:after {
      background: none;
      line-height: 1; }
  .mmtheo-module-m18 form .checkbox .help-block, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox .help-block {
    -webkit-padding-start: 45px;
            padding-inline-start: 45px;
    display: block; }
  .mmtheo-module-m18 form input, .mmtheo-module-m18 form textarea, .mmtheo-module-m18 .tx-indexedsearch-form input, .mmtheo-module-m18 .tx-indexedsearch-form textarea {
    font-family: "Amsi Pro Regular", sans-serif; }
  .mmtheo-module-m18 form textarea, .mmtheo-module-m18 .tx-indexedsearch-form textarea {
    resize: none; }
  .mmtheo-module-m18 form input:-webkit-autofill,
  .mmtheo-module-m18 form input:-webkit-autofill:hover,
  .mmtheo-module-m18 form input:-webkit-autofill:focus,
  .mmtheo-module-m18 form input:-webkit-autofill:active, .mmtheo-module-m18 .tx-indexedsearch-form input:-webkit-autofill,
  .mmtheo-module-m18 .tx-indexedsearch-form input:-webkit-autofill:hover,
  .mmtheo-module-m18 .tx-indexedsearch-form input:-webkit-autofill:focus,
  .mmtheo-module-m18 .tx-indexedsearch-form input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s; }
  .mmtheo-module-m18 form .form-group, .mmtheo-module-m18 .tx-indexedsearch-form .form-group {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-block: 2rem; }
    .mmtheo-module-m18 form .form-group .form-group, .mmtheo-module-m18 .tx-indexedsearch-form .form-group .form-group {
      margin: unset; }
    .mmtheo-module-m18 form .form-group .radio, .mmtheo-module-m18 .tx-indexedsearch-form .form-group .radio {
      margin-bottom: 10px; }
      .mmtheo-module-m18 form .form-group .radio:first-child, .mmtheo-module-m18 .tx-indexedsearch-form .form-group .radio:first-child {
        padding-top: 30px; }
      .mmtheo-module-m18 form .form-group .radio span, .mmtheo-module-m18 .tx-indexedsearch-form .form-group .radio span {
        -webkit-padding-start: 45px;
                padding-inline-start: 45px; }
  .mmtheo-module-m18 form label, .mmtheo-module-m18 .tx-indexedsearch-form label {
    background: none;
    color: #575656;
    position: absolute;
    margin-bottom: 0;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    -o-transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out; }
    .mmtheo-module-m18 form label.select-label, .mmtheo-module-m18 .tx-indexedsearch-form label.select-label {
      position: relative; }
    .mmtheo-module-m18 form label .required, .mmtheo-module-m18 .tx-indexedsearch-form label .required {
      color: #dc3545; }
  .mmtheo-module-m18 form label[for*="checkbox"], .mmtheo-module-m18 form label[for*="radio"], .mmtheo-module-m18 .tx-indexedsearch-form label[for*="checkbox"], .mmtheo-module-m18 .tx-indexedsearch-form label[for*="radio"] {
    position: relative;
    cursor: pointer; }
  .mmtheo-module-m18 form label[for*="multicheckbox"], .mmtheo-module-m18 form label[for*="multiradio"], .mmtheo-module-m18 .tx-indexedsearch-form label[for*="multicheckbox"], .mmtheo-module-m18 .tx-indexedsearch-form label[for*="multiradio"] {
    position: relative;
    font-weight: 600; }
  .mmtheo-module-m18 form label[for*="multicheckbox"] span, .mmtheo-module-m18 form label[for*="multiradio"] span, .mmtheo-module-m18 .tx-indexedsearch-form label[for*="multicheckbox"] span, .mmtheo-module-m18 .tx-indexedsearch-form label[for*="multiradio"] span {
    font-weight: 400; }
  .mmtheo-module-m18 form label[for*="checkbox"], .mmtheo-module-m18 form form label[for*="radio"], .mmtheo-module-m18 .tx-indexedsearch-form label[for*="checkbox"], .mmtheo-module-m18 .tx-indexedsearch-form form label[for*="radio"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .mmtheo-module-m18 form .inputs-list label, .mmtheo-module-m18 .tx-indexedsearch-form .inputs-list label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mmtheo-module-m18 form .inputs-list label input[type='checkbox'], .mmtheo-module-m18 .tx-indexedsearch-form .inputs-list label input[type='checkbox'] {
      display: none; }
    .mmtheo-module-m18 form .inputs-list label input[type='radio'], .mmtheo-module-m18 .tx-indexedsearch-form .inputs-list label input[type='radio'] {
      -webkit-margin-before: 0;
              margin-block-start: 0;
      width: 30px;
      height: 30px; }
  .mmtheo-module-m18 form .form-control, .mmtheo-module-m18 .tx-indexedsearch-form .form-control {
    background: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #575656;
    border-left: 0;
    border-radius: 0;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .mmtheo-module-m18 form .form-control:focus, .mmtheo-module-m18 .tx-indexedsearch-form .form-control:focus {
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #575656;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: none; }
  .mmtheo-module-m18 form .form-check, .mmtheo-module-m18 .tx-indexedsearch-form .form-check {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin: 10px 0; }
  .mmtheo-module-m18 form .select-wrapper, .mmtheo-module-m18 .tx-indexedsearch-form .select-wrapper {
    position: relative; }
    .mmtheo-module-m18 form .select-wrapper:after, .mmtheo-module-m18 .tx-indexedsearch-form .select-wrapper:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 30px;
      color: #ff6600;
      margin-left: 0;
      top: 0;
      position: relative; }
    .mmtheo-module-m18 form .select-wrapper:after, .mmtheo-module-m18 .tx-indexedsearch-form .select-wrapper:after {
      vertical-align: middle;
      position: absolute;
      padding-right: 3px;
      right: 5px;
      z-index: 1; }
  .mmtheo-module-m18 form .onclic, .mmtheo-module-m18 .tx-indexedsearch-form .onclic {
    width: 40px;
    border-color: #535d62;
    border-width: 3px;
    font-size: 0;
    border-left-color: #ff6600;
    -webkit-animation: rotating 2s 0.25s linear infinite;
            animation: rotating 2s 0.25s linear infinite; }
    .mmtheo-module-m18 form .onclic:after, .mmtheo-module-m18 .tx-indexedsearch-form .onclic:after {
      content: ""; }
    .mmtheo-module-m18 form .onclic:hover, .mmtheo-module-m18 .tx-indexedsearch-form .onclic:hover {
      color: #ff6600;
      background: #ffffff; }
  .mmtheo-module-m18 form .action .btn, .mmtheo-module-m18 .tx-indexedsearch-form .action .btn {
    margin: 0; }
  .mmtheo-module-m18 form .btn, .mmtheo-module-m18 .tx-indexedsearch-form .btn {
    margin: 0;
    cursor: pointer; }
  .mmtheo-module-m18 form .validate, .mmtheo-module-m18 .tx-indexedsearch-form .validate {
    color: #ffffff;
    background: #ff6600; }
    .mmtheo-module-m18 form .validate:after, .mmtheo-module-m18 .tx-indexedsearch-form .validate:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: inherit;
      color: inherit;
      margin-left: 0;
      top: 0;
      position: relative; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .mmtheo-module-m18 form .custom-select, .mmtheo-module-m18 .tx-indexedsearch-form .custom-select {
    background: transparent;
    font-size: inherit;
    font-weight: 700;
    padding-block: 10px;
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    border-color: #575656;
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 0;
    position: relative;
    z-index: 10; }
    .mmtheo-module-m18 form .custom-select:focus, .mmtheo-module-m18 .tx-indexedsearch-form .custom-select:focus {
      border-color: #575656;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .mmtheo-module-m18 form .custom-select:hover, .mmtheo-module-m18 .tx-indexedsearch-form .custom-select:hover {
      cursor: pointer; }
  .mmtheo-module-m18 form [type="submit"], .mmtheo-module-m18 .tx-indexedsearch-form [type="submit"] {
    background: #ff6600;
    color: #ffffff;
    border-color: #ff6600; }
    .mmtheo-module-m18 form [type="submit"]:hover, .mmtheo-module-m18 .tx-indexedsearch-form [type="submit"]:hover {
      background: #535d62;
      border-color: #535d62; }

@media (min-width: 992px) {
  .mmtheo-module-m18 form, .mmtheo-module-m18 .tx-indexedsearch-form {
    max-width: 690px;
    margin-inline: auto; }
    .mmtheo-module-m18 form .form-group, .mmtheo-module-m18 .tx-indexedsearch-form .form-group {
      margin-top: 4rem;
      margin-bottom: 4rem;
      margin-block: 4rem; }
    .mmtheo-module-m18 form .focused label:not(.form-check-label), .mmtheo-module-m18 .tx-indexedsearch-form .focused label:not(.form-check-label) {
      -webkit-transform: translateY(-200%);
          -ms-transform: translateY(-200%);
              transform: translateY(-200%); }
    .mmtheo-module-m18 form .focused.textarea label, .mmtheo-module-m18 .tx-indexedsearch-form .focused.textarea label {
      -webkit-transform: translateY(-200%);
          -ms-transform: translateY(-200%);
              transform: translateY(-200%); }
  @-moz-document url-prefix() {
    .mmtheo-module-m18 form .focused.textarea label, .mmtheo-module-m18 .tx-indexedsearch-form .focused.textarea label {
      transform: translateY(-200%); } } }

.mmtheo-module-m22 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .mmtheo-module-m22 .spacer-background-color-1 {
    background-color: #f0f1f1; }
  .mmtheo-module-m22 .decoration--left {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .mmtheo-module-m22 .decoration--center {
    -ms-flex-item-align: center;
        align-self: center; }
  .mmtheo-module-m22 .decoration--right {
    -ms-flex-item-align: end;
        align-self: flex-end; }

.mmtheo-module-m24 .container, .mmtheo-module-m24 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m24 .mmtheo-module-m01a__text, .mmtheo-module-m24 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m24 .mmtheo-module-m01a__text {
  -webkit-margin-after: 50px;
          margin-block-end: 50px; }
  .mmtheo-module-m24 .container .media-gallery__wrapper, .mmtheo-module-m24 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .media-gallery__wrapper, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m24 .mmtheo-module-m01a__text .media-gallery__wrapper, .mmtheo-module-m24 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .media-gallery__wrapper, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m24 .mmtheo-module-m01a__text .media-gallery__wrapper {
    margin-inline: 0; }
  .mmtheo-module-m24 .container .media-gallery__thumbnails, .mmtheo-module-m24 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .media-gallery__thumbnails, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m24 .mmtheo-module-m01a__text .media-gallery__thumbnails, .mmtheo-module-m24 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .media-gallery__thumbnails, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m24 .mmtheo-module-m01a__text .media-gallery__thumbnails {
    margin-inline: -10px; }

.mmtheo-module-m24 .media-gallery {
  position: relative; }
  .mmtheo-module-m24 .media-gallery__wrapper {
    display: block;
    margin-inline: -15px; }
  .mmtheo-module-m24 .media-gallery .slider-item__description,
  .mmtheo-module-m24 .media-gallery .thumbnail-item__description {
    display: none; }
  .mmtheo-module-m24 .media-gallery .slider-item__slider-wrap,
  .mmtheo-module-m24 .media-gallery .thumbnail-item__slider-wrap {
    width: 100%; }
  .mmtheo-module-m24 .media-gallery .slider-item__image-wrap,
  .mmtheo-module-m24 .media-gallery .thumbnail-item__image-wrap {
    width: 100%;
    position: relative; }
    .mmtheo-module-m24 .media-gallery .slider-item__image-wrap img,
    .mmtheo-module-m24 .media-gallery .thumbnail-item__image-wrap img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -o-object-fit: cover;
         object-fit: cover; }
  .mmtheo-module-m24 .media-gallery .slider-item__image-wrap {
    -webkit-padding-before: 50%;
            padding-block-start: 50%; }
  .mmtheo-module-m24 .media-gallery .thumbnail-item__image-wrap {
    -webkit-padding-before: 75%;
            padding-block-start: 75%; }
  .mmtheo-module-m24 .media-gallery__slider {
    -webkit-margin-after: 20px;
            margin-block-end: 20px; }
  .mmtheo-module-m24 .media-gallery__thumbnails {
    margin-inline: 5px; }
    .mmtheo-module-m24 .media-gallery__thumbnails .thumbnail-item {
      padding-inline: 10px; }
    .mmtheo-module-m24 .media-gallery__thumbnails .slick-active {
      opacity: 0.5; }
    .mmtheo-module-m24 .media-gallery__thumbnails .slick-current {
      opacity: 1; }
  .mmtheo-module-m24 .media-gallery .slick-prev {
    left: 0; }
    .mmtheo-module-m24 .media-gallery .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 30px;
      color: #ffffff;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m24 .media-gallery .slick-next {
    right: 0; }
    .mmtheo-module-m24 .media-gallery .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 30px;
      color: #ffffff;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m24 .media-gallery .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5); }
    .mmtheo-module-m24 .media-gallery .slick-arrow:before {
      font-weight: 700;
      -webkit-transition: color 0.256s ease-in-out;
      -o-transition: color 0.256s ease-in-out;
      transition: color 0.256s ease-in-out; }
  .mmtheo-module-m24 .media-gallery--modal .media-gallery__close {
    right: 0;
    z-index: 20000;
    height: 56px;
    width: 57px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mmtheo-module-m24 .media-gallery--modal .media-gallery__close .icon-times-solid {
      -ms-flex-item-align: center;
          align-self: center;
      font-size: 2rem;
      color: #ffffff;
      font-weight: bolder; }
    .mmtheo-module-m24 .media-gallery--modal .media-gallery__close:hover {
      cursor: pointer; }
      .mmtheo-module-m24 .media-gallery--modal .media-gallery__close:hover .icon-times-solid {
        color: #c42d34; }
  .mmtheo-module-m24 .media-gallery--modal .media-gallery__slider {
    z-index: 10000;
    padding: 0; }
    .mmtheo-module-m24 .media-gallery--modal .media-gallery__slider .slider-item__image-wrap {
      height: calc(100% - 60px); }
    .mmtheo-module-m24 .media-gallery--modal .media-gallery__slider .slider-item__description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 60px;
      background-color: #f8f9fa; }
      .mmtheo-module-m24 .media-gallery--modal .media-gallery__slider .slider-item__description .name {
        padding-top: 10px;
        padding-left: 20px; }
      .mmtheo-module-m24 .media-gallery--modal .media-gallery__slider .slider-item__description .download-wrap {
        padding-top: 10px;
        padding-right: 30px; }
        .mmtheo-module-m24 .media-gallery--modal .media-gallery__slider .slider-item__description .download-wrap a {
          font-size: 26px;
          text-decoration: none; }
  .mmtheo-module-m24 .media-gallery__overlay {
    display: none; }
    .mmtheo-module-m24 .media-gallery__overlay--active {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 20;
      width: 100vw;
      height: 100vh;
      background-color: #ced4da;
      opacity: 0.5; }
  .mmtheo-module-m24 .media-gallery__close {
    display: none; }

@media (min-width: 768px) {
  .mmtheo-module-m24 .container .media-gallery__wrapper, .mmtheo-module-m24 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .media-gallery__wrapper, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m24 .mmtheo-module-m01a__text .media-gallery__wrapper, .mmtheo-module-m24 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .media-gallery__wrapper, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m24 .mmtheo-module-m01a__text .media-gallery__wrapper {
    margin-inline: 0; }
  .mmtheo-module-m24 .container-fluid .media-gallery__thumbnails {
    max-width: 710px;
    margin-inline: auto; } }

@media (min-width: 992px) {
  .mmtheo-module-m24 .container-fluid .media-gallery__thumbnails {
    max-width: 950px;
    margin-inline: auto; } }

@media (min-width: 1280px) {
  .mmtheo-module-m24 .container-fluid .media-gallery__thumbnails {
    max-width: 1230px;
    margin-inline: auto; }
  .mmtheo-module-m24 .media-gallery .slick-arrow {
    height: 50px;
    width: 50px; }
    .mmtheo-module-m24 .media-gallery .slick-arrow:before {
      font-size: 40px; }
    .mmtheo-module-m24 .media-gallery .slick-arrow:hover {
      cursor: pointer; }
      .mmtheo-module-m24 .media-gallery .slick-arrow:hover:before {
        color: #ff6600;
        -webkit-transition: color 0.256s ease-in-out;
        -o-transition: color 0.256s ease-in-out;
        transition: color 0.256s ease-in-out; } }

@media (min-width: 1600px) {
  .mmtheo-module-m24 .container-fluid .media-gallery__thumbnails {
    max-width: 1390px;
    margin-inline: auto; } }

/* Computed Variables */
.mmtheo-module-m26 .quickbar {
  position: fixed;
  right: 0;
  z-index: 9199; }
  .mmtheo-module-m26 .quickbar .quickbar__item {
    margin: 5px 0;
    text-align: right; }
    .mmtheo-module-m26 .quickbar .quickbar__item:hover .icon.active_color--primary {
      background-color: #ff6600; }
    .mmtheo-module-m26 .quickbar .quickbar__item:hover .icon.active_color--secondary {
      background-color: #ff6600; }
    .mmtheo-module-m26 .quickbar .quickbar__item.border {
      border-color: gray;
      border-style: solid;
      border-width: 1px; }
    .mmtheo-module-m26 .quickbar .quickbar__item .icon, .mmtheo-module-m26 .quickbar .quickbar__item .label {
      display: inline-block;
      vertical-align: top; }
    .mmtheo-module-m26 .quickbar .quickbar__item .icon {
      height: 52px;
      padding: 5px;
      width: 52px; }
      .mmtheo-module-m26 .quickbar .quickbar__item .icon picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .mmtheo-module-m26 .quickbar .quickbar__item .icon picture .img-fluid {
          height: 42px;
          max-width: 42px; }
      .mmtheo-module-m26 .quickbar .quickbar__item .icon svg {
        fill: #ffffff;
        max-height: 52px; }
      .mmtheo-module-m26 .quickbar .quickbar__item .icon.default_color--primary {
        background-color: #ff6600; }
      .mmtheo-module-m26 .quickbar .quickbar__item .icon.default_color--secondary {
        background-color: #ff6600; }
    .mmtheo-module-m26 .quickbar .quickbar__item .label {
      background-color: #f1f1f1;
      color: #575656;
      line-height: 1.5;
      overflow: hidden;
      text-align: initial;
      vertical-align: middle; }
      .mmtheo-module-m26 .quickbar .quickbar__item .label p:last-child {
        margin: 0 20px; }
    .mmtheo-module-m26 .quickbar .quickbar__item.not-initialized {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
  .mmtheo-module-m26 .quickbar--contacts .quickbar__item .icon {
    color: white;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height: auto; }
    .mmtheo-module-m26 .quickbar--contacts .quickbar__item .icon .grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr;
      grid-gap: 0; }
      .mmtheo-module-m26 .quickbar--contacts .quickbar__item .icon .grid span {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 22px;
        margin: 0; }
      .mmtheo-module-m26 .quickbar--contacts .quickbar__item .icon .grid > span:first-child {
        border-bottom: 1px solid #ffffff;
        padding: 5px 0 10px; }
      .mmtheo-module-m26 .quickbar--contacts .quickbar__item .icon .grid > span:last-child {
        border-top: 1px solid #ffffff;
        padding: 10px 0 5px; }
  .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label {
    vertical-align: unset;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }
    .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .content {
      padding: 15px;
      width: 230px;
      max-height: 500px;
      overflow-y: auto;
      word-break: break-all; }
    .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .customer-service {
      font-size: 1.5rem;
      font-style: italic;
      font-weight: bold; }
    .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .contact-form {
      font-weight: bold; }
      .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .contact-form a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .contact-form a:hover {
          text-decoration: none; }
        .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .contact-form a i {
          font-size: 22px;
          font-weight: bold;
          margin-left: 5px; }
    .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .contact {
      margin: 15px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .contact .name {
        margin-bottom: 15px;
        font-weight: bold; }
    .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .contact__photo {
      display: none; }

@media screen and (min-width: 768px) {
  .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .content {
    padding: 30px;
    width: 300px; } }

@media screen and (min-width: 992px) {
  .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .content {
    width: 450px; }
  .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .contact__photo {
    display: block;
    width: 100px;
    margin-right: 10px; }
    .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .contact__photo img {
      width: 100%;
      height: auto; } }

@media screen and (min-width: 992px) {
  .mmtheo-module-m26 .quickbar--contacts .quickbar__item .label .content {
    width: 550px; } }

.mmtheo-module-m28__headline {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  padding: 15px 1rem;
  text-align: center;
  display: block;
  width: 100%; }
  .mmtheo-module-m28__headline .headlines {
    margin-bottom: 0; }

.mmtheo-module-m28__slide {
  position: relative;
  height: 100%; }
  .mmtheo-module-m28__slide.slick-slide.slick-cloned .mmtheo-module-m28__bubble {
    display: none; }
  .mmtheo-module-m28__slide .image {
    height: 100%; }
    .mmtheo-module-m28__slide .image img {
      height: 100%; }

.mmtheo-module-m28__thumb-container {
  margin-top: -2.5rem;
  z-index: 1; }

.mmtheo-module-m28__thumb-slider {
  padding: 0 20px; }
  .mmtheo-module-m28__thumb-slider--with-text .mmtheo-module-m28__thumb-icon.mmtheo-module-m28__thumb-text {
    display: block;
    /*fallback*/
    display: -webkit-box;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    text-align: center; }

.mmtheo-module-m28__thumb span {
  color: #ff6600 !important; }

.mmtheo-module-m28__thumb svg path {
  fill: #ff6600 !important; }

.mmtheo-module-m28__thumb-slide.slick-current.slick-active .mmtheo-module-m28__thumb-text.mmtheo-module-m28__thumb-icon {
  color: #ffffff; }

.mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb {
  background-color: #ff6600;
  border-color: #ff6600; }
  .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb span {
    color: #ffffff !important; }
  .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb svg path {
    fill: #ffffff !important; }
  .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-icon-container {
    color: #ffffff;
    background-color: #535d62;
    border-color: #535d62; }
    .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-icon-container .mmtheo-module-m28__thumb-icon:before {
      color: #ffffff; }
    .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-icon-container img.svg {
      -webkit-filter: none;
              filter: none; }
    .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-icon-container img.inline {
      display: inline; }
  .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb svg path {
    fill: #ffffff; }

.mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-arrow {
  border-bottom-color: #ff6600; }
  .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-arrow--icon {
    border-bottom-color: #535d62; }

.mmtheo-module-m28__thumb-arrow {
  margin: 0 auto;
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 17px solid transparent; }

.mmtheo-module-m28__thumb-link {
  display: block;
  padding: 1rem;
  margin: -1rem; }

.mmtheo-module-m28__thumb {
  padding: 1rem;
  margin: 0 0.5rem;
  height: 100%;
  background-color: #f0f1f1;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center; }
  .mmtheo-module-m28__thumb .img-fluid {
    width: 50px;
    margin: 0 auto; }
  .mmtheo-module-m28__thumb svg {
    height: 50px;
    width: 50px; }
    .mmtheo-module-m28__thumb svg path {
      fill: #ff6600; }
  .mmtheo-module-m28__thumb:hover {
    background-color: #fdfdfd; }
  .mmtheo-module-m28__thumb-icon-container {
    padding: 0.75rem 0.5rem 0.5rem;
    font-size: 14px;
    color: #495057;
    text-align: center; }
    .mmtheo-module-m28__thumb-icon-container:hover {
      color: #ffffff;
      background-color: #535d62; }
      .mmtheo-module-m28__thumb-icon-container:hover .mmtheo-module-m28__thumb-icon:before {
        color: #ffffff; }
      .mmtheo-module-m28__thumb-icon-container:hover img.svg {
        -webkit-filter: none;
                filter: none; }
      .mmtheo-module-m28__thumb-icon-container:hover img.inline {
        display: inline; }
  .mmtheo-module-m28__thumb-icon {
    display: block;
    max-width: 100%; }
    .mmtheo-module-m28__thumb-icon.mmtheo-module-m28__thumb-text {
      display: none;
      color: #ff6600;
      font-size: 14px;
      line-height: 1.3;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .mmtheo-module-m28__thumb-icon:before {
      display: block;
      margin-top: 0.25rem;
      margin-bottom: 0.5rem; }
    .mmtheo-module-m28__thumb-icon--image {
      height: 60px; }
      .mmtheo-module-m28__thumb-icon--image.inline {
        display: inline; }
      .mmtheo-module-m28__thumb-icon--image:hover {
        -webkit-filter: none;
                filter: none; }
    .mmtheo-module-m28__thumb-icon--1:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 40px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
    .mmtheo-module-m28__thumb-icon--2:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 40px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
    .mmtheo-module-m28__thumb-icon--3:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 40px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
    .mmtheo-module-m28__thumb-icon--4:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 40px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
    .mmtheo-module-m28__thumb-icon--5:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 40px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
    .mmtheo-module-m28__thumb-icon--6:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 40px;
      color: #535d62;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }

.mmtheo-module-m28__bubble {
  position: absolute;
  -webkit-transform: translate(-20px, -20px);
      -ms-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px);
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1; }
  .mmtheo-module-m28__bubble:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 40px;
    color: #ff6600;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }
  .mmtheo-module-m28__bubble:before {
    display: block;
    z-index: 1;
    -webkit-transition: -webkit-transform 300ms ease-in;
    transition: -webkit-transform 300ms ease-in;
    -o-transition: transform 300ms ease-in;
    transition: transform 300ms ease-in;
    transition: transform 300ms ease-in, -webkit-transform 300ms ease-in; }
  .mmtheo-module-m28__bubble-active {
    z-index: 2; }
    .mmtheo-module-m28__bubble-active:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .mmtheo-module-m28__bubble-active .mmtheo-module-m28__bubble-content {
      opacity: 1; }

.mmtheo-module-m28__bubble-content {
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
  opacity: 0;
  width: calc(90vw - 20px);
  max-width: calc(90vw - 20px);
  overflow: auto;
  background-color: #ffffff;
  padding: 1.5rem 1rem;
  font-size: 80%;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  cursor: default; }
  .mmtheo-module-m28__bubble-content > *:last-child {
    margin-bottom: 0; }

.mmtheo-module-m28 .m28-slider__arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  z-index: 2;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  margin-inline: -7px; }
  .mmtheo-module-m28 .m28-slider__arrow--prev {
    left: 0; }
    .mmtheo-module-m28 .m28-slider__arrow--prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 35px;
      color: #535d62;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
  .mmtheo-module-m28 .m28-slider__arrow--next {
    right: 0; }
    .mmtheo-module-m28 .m28-slider__arrow--next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 35px;
      color: #535d62;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }

.mmtheo-module-m28 .slick-slider .slick-slide {
  height: inherit; }

.mmtheo-module-m28 .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 768px) {
  .mmtheo-module-m28__bubble-content {
    width: 33vw; }
  .mmtheo-module-m28__thumb-slider {
    padding: 0 30px; }
  .mmtheo-module-m28__thumb-icon.mmtheo-module-m28__thumb-text {
    font-size: 16px; } }

@media (min-width: 992px) {
  .mmtheo-module-m28__thumb-slider {
    padding: 0 60px; }
  .mmtheo-module-m28 .m28-slider__arrow {
    width: 50px;
    height: 50px; }
    .mmtheo-module-m28 .m28-slider__arrow--prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 50px;
      color: #535d62;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m28 .m28-slider__arrow--next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 50px;
      color: #535d62;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; } }

.mmtheo-module-m35__slider-wrapper {
  position: relative; }

.mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item {
  display: none; }

.mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item:first-child {
  display: block; }

.mmtheo-module-m35__slider-container.slick-initialized .mmtheo-module-m35__slider-item {
  display: block; }

.mmtheo-module-m35__slider-item {
  position: relative;
  max-height: 100vh; }
  .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox {
    top: 1rem; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-1 {
      top: 1%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-2 {
      top: 2%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-3 {
      top: 3%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-4 {
      top: 4%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-5 {
      top: 5%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-6 {
      top: 6%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-7 {
      top: 7%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-8 {
      top: 8%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-9 {
      top: 9%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-10 {
      top: 10%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-11 {
      top: 11%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-12 {
      top: 12%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-13 {
      top: 13%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-14 {
      top: 14%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-15 {
      top: 15%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-16 {
      top: 16%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-17 {
      top: 17%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-18 {
      top: 18%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-19 {
      top: 19%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-20 {
      top: 20%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-21 {
      top: 21%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-22 {
      top: 22%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-23 {
      top: 23%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-24 {
      top: 24%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-25 {
      top: 25%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-26 {
      top: 26%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-27 {
      top: 27%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-28 {
      top: 28%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-29 {
      top: 29%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-30 {
      top: 30%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-31 {
      top: 31%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-32 {
      top: 32%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-33 {
      top: 33%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-34 {
      top: 34%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-35 {
      top: 35%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-36 {
      top: 36%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-37 {
      top: 37%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-38 {
      top: 38%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-39 {
      top: 39%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-40 {
      top: 40%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-41 {
      top: 41%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-42 {
      top: 42%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-43 {
      top: 43%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-44 {
      top: 44%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-45 {
      top: 45%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-46 {
      top: 46%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-47 {
      top: 47%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-48 {
      top: 48%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-49 {
      top: 49%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-50 {
      top: 50%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-51 {
      top: 51%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-52 {
      top: 52%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-53 {
      top: 53%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-54 {
      top: 54%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-55 {
      top: 55%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-56 {
      top: 56%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-57 {
      top: 57%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-58 {
      top: 58%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-59 {
      top: 59%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-60 {
      top: 60%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-61 {
      top: 61%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-62 {
      top: 62%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-63 {
      top: 63%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-64 {
      top: 64%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-65 {
      top: 65%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-66 {
      top: 66%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-67 {
      top: 67%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-68 {
      top: 68%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-69 {
      top: 69%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-70 {
      top: 70%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-71 {
      top: 71%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-72 {
      top: 72%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-73 {
      top: 73%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-74 {
      top: 74%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-75 {
      top: 75%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-76 {
      top: 76%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-77 {
      top: 77%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-78 {
      top: 78%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-79 {
      top: 79%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-80 {
      top: 80%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-81 {
      top: 81%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-82 {
      top: 82%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-83 {
      top: 83%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-84 {
      top: 84%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-85 {
      top: 85%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-86 {
      top: 86%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-87 {
      top: 87%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-88 {
      top: 88%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-89 {
      top: 89%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-90 {
      top: 90%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-91 {
      top: 91%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-92 {
      top: 92%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-93 {
      top: 93%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-94 {
      top: 94%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-95 {
      top: 95%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-96 {
      top: 96%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-97 {
      top: 97%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-98 {
      top: 98%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-99 {
      top: 99%; }
  .mmtheo-module-m35__slider-item.position-vertical-center .mmtheo-module-m35__slider-textbox {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox {
    bottom: 1rem; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-1 {
      bottom: 1%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-2 {
      bottom: 2%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-3 {
      bottom: 3%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-4 {
      bottom: 4%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-5 {
      bottom: 5%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-6 {
      bottom: 6%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-7 {
      bottom: 7%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-8 {
      bottom: 8%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-9 {
      bottom: 9%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-10 {
      bottom: 10%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-11 {
      bottom: 11%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-12 {
      bottom: 12%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-13 {
      bottom: 13%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-14 {
      bottom: 14%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-15 {
      bottom: 15%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-16 {
      bottom: 16%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-17 {
      bottom: 17%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-18 {
      bottom: 18%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-19 {
      bottom: 19%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-20 {
      bottom: 20%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-21 {
      bottom: 21%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-22 {
      bottom: 22%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-23 {
      bottom: 23%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-24 {
      bottom: 24%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-25 {
      bottom: 25%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-26 {
      bottom: 26%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-27 {
      bottom: 27%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-28 {
      bottom: 28%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-29 {
      bottom: 29%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-30 {
      bottom: 30%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-31 {
      bottom: 31%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-32 {
      bottom: 32%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-33 {
      bottom: 33%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-34 {
      bottom: 34%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-35 {
      bottom: 35%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-36 {
      bottom: 36%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-37 {
      bottom: 37%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-38 {
      bottom: 38%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-39 {
      bottom: 39%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-40 {
      bottom: 40%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-41 {
      bottom: 41%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-42 {
      bottom: 42%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-43 {
      bottom: 43%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-44 {
      bottom: 44%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-45 {
      bottom: 45%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-46 {
      bottom: 46%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-47 {
      bottom: 47%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-48 {
      bottom: 48%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-49 {
      bottom: 49%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-50 {
      bottom: 50%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-51 {
      bottom: 51%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-52 {
      bottom: 52%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-53 {
      bottom: 53%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-54 {
      bottom: 54%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-55 {
      bottom: 55%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-56 {
      bottom: 56%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-57 {
      bottom: 57%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-58 {
      bottom: 58%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-59 {
      bottom: 59%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-60 {
      bottom: 60%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-61 {
      bottom: 61%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-62 {
      bottom: 62%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-63 {
      bottom: 63%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-64 {
      bottom: 64%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-65 {
      bottom: 65%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-66 {
      bottom: 66%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-67 {
      bottom: 67%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-68 {
      bottom: 68%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-69 {
      bottom: 69%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-70 {
      bottom: 70%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-71 {
      bottom: 71%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-72 {
      bottom: 72%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-73 {
      bottom: 73%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-74 {
      bottom: 74%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-75 {
      bottom: 75%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-76 {
      bottom: 76%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-77 {
      bottom: 77%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-78 {
      bottom: 78%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-79 {
      bottom: 79%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-80 {
      bottom: 80%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-81 {
      bottom: 81%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-82 {
      bottom: 82%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-83 {
      bottom: 83%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-84 {
      bottom: 84%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-85 {
      bottom: 85%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-86 {
      bottom: 86%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-87 {
      bottom: 87%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-88 {
      bottom: 88%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-89 {
      bottom: 89%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-90 {
      bottom: 90%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-91 {
      bottom: 91%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-92 {
      bottom: 92%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-93 {
      bottom: 93%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-94 {
      bottom: 94%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-95 {
      bottom: 95%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-96 {
      bottom: 96%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-97 {
      bottom: 97%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-98 {
      bottom: 98%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-99 {
      bottom: 99%; }
  .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox {
    left: 0; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-1 {
      left: 1%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-2 {
      left: 2%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-3 {
      left: 3%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-4 {
      left: 4%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-5 {
      left: 5%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-6 {
      left: 6%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-7 {
      left: 7%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-8 {
      left: 8%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-9 {
      left: 9%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-10 {
      left: 10%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-11 {
      left: 11%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-12 {
      left: 12%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-13 {
      left: 13%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-14 {
      left: 14%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-15 {
      left: 15%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-16 {
      left: 16%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-17 {
      left: 17%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-18 {
      left: 18%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-19 {
      left: 19%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-20 {
      left: 20%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-21 {
      left: 21%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-22 {
      left: 22%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-23 {
      left: 23%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-24 {
      left: 24%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-25 {
      left: 25%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-26 {
      left: 26%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-27 {
      left: 27%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-28 {
      left: 28%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-29 {
      left: 29%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-30 {
      left: 30%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-31 {
      left: 31%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-32 {
      left: 32%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-33 {
      left: 33%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-34 {
      left: 34%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-35 {
      left: 35%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-36 {
      left: 36%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-37 {
      left: 37%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-38 {
      left: 38%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-39 {
      left: 39%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-40 {
      left: 40%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-41 {
      left: 41%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-42 {
      left: 42%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-43 {
      left: 43%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-44 {
      left: 44%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-45 {
      left: 45%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-46 {
      left: 46%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-47 {
      left: 47%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-48 {
      left: 48%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-49 {
      left: 49%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-50 {
      left: 50%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-51 {
      left: 51%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-52 {
      left: 52%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-53 {
      left: 53%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-54 {
      left: 54%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-55 {
      left: 55%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-56 {
      left: 56%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-57 {
      left: 57%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-58 {
      left: 58%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-59 {
      left: 59%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-60 {
      left: 60%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-61 {
      left: 61%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-62 {
      left: 62%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-63 {
      left: 63%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-64 {
      left: 64%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-65 {
      left: 65%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-66 {
      left: 66%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-67 {
      left: 67%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-68 {
      left: 68%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-69 {
      left: 69%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-70 {
      left: 70%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-71 {
      left: 71%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-72 {
      left: 72%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-73 {
      left: 73%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-74 {
      left: 74%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-75 {
      left: 75%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-76 {
      left: 76%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-77 {
      left: 77%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-78 {
      left: 78%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-79 {
      left: 79%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-80 {
      left: 80%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-81 {
      left: 81%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-82 {
      left: 82%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-83 {
      left: 83%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-84 {
      left: 84%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-85 {
      left: 85%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-86 {
      left: 86%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-87 {
      left: 87%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-88 {
      left: 88%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-89 {
      left: 89%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-90 {
      left: 90%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-91 {
      left: 91%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-92 {
      left: 92%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-93 {
      left: 93%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-94 {
      left: 94%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-95 {
      left: 95%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-96 {
      left: 96%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-97 {
      left: 97%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-98 {
      left: 98%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-99 {
      left: 99%; }
  .mmtheo-module-m35__slider-item.position-horizontal-center .mmtheo-module-m35__slider-textbox {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox {
    right: 0; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-1 {
      right: 1%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-2 {
      right: 2%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-3 {
      right: 3%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-4 {
      right: 4%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-5 {
      right: 5%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-6 {
      right: 6%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-7 {
      right: 7%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-8 {
      right: 8%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-9 {
      right: 9%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-10 {
      right: 10%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-11 {
      right: 11%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-12 {
      right: 12%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-13 {
      right: 13%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-14 {
      right: 14%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-15 {
      right: 15%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-16 {
      right: 16%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-17 {
      right: 17%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-18 {
      right: 18%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-19 {
      right: 19%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-20 {
      right: 20%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-21 {
      right: 21%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-22 {
      right: 22%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-23 {
      right: 23%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-24 {
      right: 24%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-25 {
      right: 25%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-26 {
      right: 26%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-27 {
      right: 27%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-28 {
      right: 28%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-29 {
      right: 29%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-30 {
      right: 30%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-31 {
      right: 31%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-32 {
      right: 32%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-33 {
      right: 33%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-34 {
      right: 34%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-35 {
      right: 35%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-36 {
      right: 36%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-37 {
      right: 37%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-38 {
      right: 38%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-39 {
      right: 39%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-40 {
      right: 40%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-41 {
      right: 41%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-42 {
      right: 42%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-43 {
      right: 43%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-44 {
      right: 44%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-45 {
      right: 45%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-46 {
      right: 46%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-47 {
      right: 47%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-48 {
      right: 48%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-49 {
      right: 49%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-50 {
      right: 50%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-51 {
      right: 51%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-52 {
      right: 52%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-53 {
      right: 53%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-54 {
      right: 54%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-55 {
      right: 55%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-56 {
      right: 56%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-57 {
      right: 57%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-58 {
      right: 58%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-59 {
      right: 59%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-60 {
      right: 60%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-61 {
      right: 61%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-62 {
      right: 62%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-63 {
      right: 63%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-64 {
      right: 64%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-65 {
      right: 65%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-66 {
      right: 66%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-67 {
      right: 67%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-68 {
      right: 68%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-69 {
      right: 69%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-70 {
      right: 70%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-71 {
      right: 71%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-72 {
      right: 72%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-73 {
      right: 73%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-74 {
      right: 74%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-75 {
      right: 75%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-76 {
      right: 76%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-77 {
      right: 77%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-78 {
      right: 78%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-79 {
      right: 79%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-80 {
      right: 80%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-81 {
      right: 81%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-82 {
      right: 82%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-83 {
      right: 83%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-84 {
      right: 84%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-85 {
      right: 85%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-86 {
      right: 86%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-87 {
      right: 87%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-88 {
      right: 88%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-89 {
      right: 89%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-90 {
      right: 90%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-91 {
      right: 91%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-92 {
      right: 92%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-93 {
      right: 93%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-94 {
      right: 94%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-95 {
      right: 95%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-96 {
      right: 96%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-97 {
      right: 97%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-98 {
      right: 98%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-99 {
      right: 99%; }
  .mmtheo-module-m35__slider-item.position-vertical-center.position-horizontal-center .mmtheo-module-m35__slider-textbox {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .mmtheo-module-m35__slider-item .image {
    max-height: 100%; }

.mmtheo-module-m35__slider-content-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .mmtheo-module-m35__slider-content-container {
      max-width: 720px;
      left: calc((100vw - 720px) / 2); } }
  @media (min-width: 992px) {
    .mmtheo-module-m35__slider-content-container {
      max-width: 960px;
      left: calc((100vw - 960px) / 2); } }
  @media (min-width: 1280px) {
    .mmtheo-module-m35__slider-content-container {
      max-width: 1240px;
      left: calc((100vw - 1240px) / 2); } }
  @media (min-width: 1600px) {
    .mmtheo-module-m35__slider-content-container {
      max-width: 1400px;
      left: calc((100vw - 1400px) / 2); } }
  .mmtheo-module-m35__slider-content-container h1 {
    line-height: 1.1; }
  .mmtheo-module-m35__slider-content-container h2 {
    line-height: 1.1; }
  .mmtheo-module-m35__slider-content-container h3 {
    line-height: 1.1; }
  .mmtheo-module-m35__slider-content-container h4 {
    line-height: 1.1; }

.mmtheo-module-m35__slider-textbox {
  position: absolute;
  width: 100%; }
  .mmtheo-module-m35__slider-textbox-background.active {
    padding: 2px 15px;
    background-color: rgba(0, 0, 0, 0.5); }

.mmtheo-module-m35__slider-textbox-inner {
  position: absolute;
  width: 100%; }

.mmtheo-module-m35 .slick-prev,
.mmtheo-module-m35 .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  font-size: 0;
  padding: 0; }
  .mmtheo-module-m35 .slick-prev:active:before, .mmtheo-module-m35 .slick-prev:focus:before, .mmtheo-module-m35 .slick-prev:hover:before,
  .mmtheo-module-m35 .slick-next:active:before,
  .mmtheo-module-m35 .slick-next:focus:before,
  .mmtheo-module-m35 .slick-next:hover:before {
    color: #ff6600; }

.mmtheo-module-m35 .slick-prev {
  left: 0; }
  .mmtheo-module-m35 .slick-prev:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 50px;
    color: #575656;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }

.mmtheo-module-m35 .slick-next {
  right: 0; }
  .mmtheo-module-m35 .slick-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 50px;
    color: #575656;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }

.mmtheo-module-m35 .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  z-index: 1399; }
  .mmtheo-module-m35 .slick-dots li > button {
    border: none;
    border-radius: 100%;
    background-color: #ffffff;
    color: transparent;
    display: inline-block;
    height: 1rem;
    margin: 0 4px;
    outline: none;
    padding: 0;
    font-size: 0;
    width: 1rem;
    cursor: pointer; }
  .mmtheo-module-m35 .slick-dots li.slick-active > button {
    background: #ff6600; }

.mmtheo-module-m35 .m35-slider__arrow--primary {
  color: #ff6600; }
  .mmtheo-module-m35 .m35-slider__arrow--primary:before, .mmtheo-module-m35 .m35-slider__arrow--primary:after {
    color: #ff6600; }
  .mmtheo-module-m35 .m35-slider__arrow--primary:active:before, .mmtheo-module-m35 .m35-slider__arrow--primary:focus:before, .mmtheo-module-m35 .m35-slider__arrow--primary:hover:before {
    color: #535d62; }

.mmtheo-module-m35 .m35-slider__arrow--secondary {
  color: #535d62; }
  .mmtheo-module-m35 .m35-slider__arrow--secondary:before, .mmtheo-module-m35 .m35-slider__arrow--secondary:after {
    color: #535d62; }
  .mmtheo-module-m35 .m35-slider__arrow--secondary:active:before, .mmtheo-module-m35 .m35-slider__arrow--secondary:focus:before, .mmtheo-module-m35 .m35-slider__arrow--secondary:hover:before {
    color: #ff6600; }

.mmtheo-module-m35 .m35-slider__arrow--standard-font {
  color: #575656; }
  .mmtheo-module-m35 .m35-slider__arrow--standard-font:before, .mmtheo-module-m35 .m35-slider__arrow--standard-font:after {
    color: #575656; }
  .mmtheo-module-m35 .m35-slider__arrow--standard-font:active:before, .mmtheo-module-m35 .m35-slider__arrow--standard-font:focus:before, .mmtheo-module-m35 .m35-slider__arrow--standard-font:hover:before {
    color: #ff6600; }

.mmtheo-module-m35 .m35-slider__arrow--white {
  color: white; }
  .mmtheo-module-m35 .m35-slider__arrow--white:before, .mmtheo-module-m35 .m35-slider__arrow--white:after {
    color: white; }
  .mmtheo-module-m35 .m35-slider__arrow--white:active:before, .mmtheo-module-m35 .m35-slider__arrow--white:focus:before, .mmtheo-module-m35 .m35-slider__arrow--white:hover:before {
    color: #ff6600; }

.mmtheo-module-m35 .m35-slider__arrow--black {
  color: black; }
  .mmtheo-module-m35 .m35-slider__arrow--black:before, .mmtheo-module-m35 .m35-slider__arrow--black:after {
    color: black; }
  .mmtheo-module-m35 .m35-slider__arrow--black:active:before, .mmtheo-module-m35 .m35-slider__arrow--black:focus:before, .mmtheo-module-m35 .m35-slider__arrow--black:hover:before {
    color: #ff6600; }

@media (min-width: 768px) {
  .mmtheo-module-m35__slider-content-container {
    margin: unset; } }

@media (min-width: 992px) {
  .mmtheo-module-m35__slider-textbox.max-width-1 {
    width: 1%;
    max-width: 1%; }
  .mmtheo-module-m35__slider-textbox.max-width-2 {
    width: 2%;
    max-width: 2%; }
  .mmtheo-module-m35__slider-textbox.max-width-3 {
    width: 3%;
    max-width: 3%; }
  .mmtheo-module-m35__slider-textbox.max-width-4 {
    width: 4%;
    max-width: 4%; }
  .mmtheo-module-m35__slider-textbox.max-width-5 {
    width: 5%;
    max-width: 5%; }
  .mmtheo-module-m35__slider-textbox.max-width-6 {
    width: 6%;
    max-width: 6%; }
  .mmtheo-module-m35__slider-textbox.max-width-7 {
    width: 7%;
    max-width: 7%; }
  .mmtheo-module-m35__slider-textbox.max-width-8 {
    width: 8%;
    max-width: 8%; }
  .mmtheo-module-m35__slider-textbox.max-width-9 {
    width: 9%;
    max-width: 9%; }
  .mmtheo-module-m35__slider-textbox.max-width-10 {
    width: 10%;
    max-width: 10%; }
  .mmtheo-module-m35__slider-textbox.max-width-11 {
    width: 11%;
    max-width: 11%; }
  .mmtheo-module-m35__slider-textbox.max-width-12 {
    width: 12%;
    max-width: 12%; }
  .mmtheo-module-m35__slider-textbox.max-width-13 {
    width: 13%;
    max-width: 13%; }
  .mmtheo-module-m35__slider-textbox.max-width-14 {
    width: 14%;
    max-width: 14%; }
  .mmtheo-module-m35__slider-textbox.max-width-15 {
    width: 15%;
    max-width: 15%; }
  .mmtheo-module-m35__slider-textbox.max-width-16 {
    width: 16%;
    max-width: 16%; }
  .mmtheo-module-m35__slider-textbox.max-width-17 {
    width: 17%;
    max-width: 17%; }
  .mmtheo-module-m35__slider-textbox.max-width-18 {
    width: 18%;
    max-width: 18%; }
  .mmtheo-module-m35__slider-textbox.max-width-19 {
    width: 19%;
    max-width: 19%; }
  .mmtheo-module-m35__slider-textbox.max-width-20 {
    width: 20%;
    max-width: 20%; }
  .mmtheo-module-m35__slider-textbox.max-width-21 {
    width: 21%;
    max-width: 21%; }
  .mmtheo-module-m35__slider-textbox.max-width-22 {
    width: 22%;
    max-width: 22%; }
  .mmtheo-module-m35__slider-textbox.max-width-23 {
    width: 23%;
    max-width: 23%; }
  .mmtheo-module-m35__slider-textbox.max-width-24 {
    width: 24%;
    max-width: 24%; }
  .mmtheo-module-m35__slider-textbox.max-width-25 {
    width: 25%;
    max-width: 25%; }
  .mmtheo-module-m35__slider-textbox.max-width-26 {
    width: 26%;
    max-width: 26%; }
  .mmtheo-module-m35__slider-textbox.max-width-27 {
    width: 27%;
    max-width: 27%; }
  .mmtheo-module-m35__slider-textbox.max-width-28 {
    width: 28%;
    max-width: 28%; }
  .mmtheo-module-m35__slider-textbox.max-width-29 {
    width: 29%;
    max-width: 29%; }
  .mmtheo-module-m35__slider-textbox.max-width-30 {
    width: 30%;
    max-width: 30%; }
  .mmtheo-module-m35__slider-textbox.max-width-31 {
    width: 31%;
    max-width: 31%; }
  .mmtheo-module-m35__slider-textbox.max-width-32 {
    width: 32%;
    max-width: 32%; }
  .mmtheo-module-m35__slider-textbox.max-width-33 {
    width: 33%;
    max-width: 33%; }
  .mmtheo-module-m35__slider-textbox.max-width-34 {
    width: 34%;
    max-width: 34%; }
  .mmtheo-module-m35__slider-textbox.max-width-35 {
    width: 35%;
    max-width: 35%; }
  .mmtheo-module-m35__slider-textbox.max-width-36 {
    width: 36%;
    max-width: 36%; }
  .mmtheo-module-m35__slider-textbox.max-width-37 {
    width: 37%;
    max-width: 37%; }
  .mmtheo-module-m35__slider-textbox.max-width-38 {
    width: 38%;
    max-width: 38%; }
  .mmtheo-module-m35__slider-textbox.max-width-39 {
    width: 39%;
    max-width: 39%; }
  .mmtheo-module-m35__slider-textbox.max-width-40 {
    width: 40%;
    max-width: 40%; }
  .mmtheo-module-m35__slider-textbox.max-width-41 {
    width: 41%;
    max-width: 41%; }
  .mmtheo-module-m35__slider-textbox.max-width-42 {
    width: 42%;
    max-width: 42%; }
  .mmtheo-module-m35__slider-textbox.max-width-43 {
    width: 43%;
    max-width: 43%; }
  .mmtheo-module-m35__slider-textbox.max-width-44 {
    width: 44%;
    max-width: 44%; }
  .mmtheo-module-m35__slider-textbox.max-width-45 {
    width: 45%;
    max-width: 45%; }
  .mmtheo-module-m35__slider-textbox.max-width-46 {
    width: 46%;
    max-width: 46%; }
  .mmtheo-module-m35__slider-textbox.max-width-47 {
    width: 47%;
    max-width: 47%; }
  .mmtheo-module-m35__slider-textbox.max-width-48 {
    width: 48%;
    max-width: 48%; }
  .mmtheo-module-m35__slider-textbox.max-width-49 {
    width: 49%;
    max-width: 49%; }
  .mmtheo-module-m35__slider-textbox.max-width-50 {
    width: 50%;
    max-width: 50%; }
  .mmtheo-module-m35__slider-textbox.max-width-51 {
    width: 51%;
    max-width: 51%; }
  .mmtheo-module-m35__slider-textbox.max-width-52 {
    width: 52%;
    max-width: 52%; }
  .mmtheo-module-m35__slider-textbox.max-width-53 {
    width: 53%;
    max-width: 53%; }
  .mmtheo-module-m35__slider-textbox.max-width-54 {
    width: 54%;
    max-width: 54%; }
  .mmtheo-module-m35__slider-textbox.max-width-55 {
    width: 55%;
    max-width: 55%; }
  .mmtheo-module-m35__slider-textbox.max-width-56 {
    width: 56%;
    max-width: 56%; }
  .mmtheo-module-m35__slider-textbox.max-width-57 {
    width: 57%;
    max-width: 57%; }
  .mmtheo-module-m35__slider-textbox.max-width-58 {
    width: 58%;
    max-width: 58%; }
  .mmtheo-module-m35__slider-textbox.max-width-59 {
    width: 59%;
    max-width: 59%; }
  .mmtheo-module-m35__slider-textbox.max-width-60 {
    width: 60%;
    max-width: 60%; }
  .mmtheo-module-m35__slider-textbox.max-width-61 {
    width: 61%;
    max-width: 61%; }
  .mmtheo-module-m35__slider-textbox.max-width-62 {
    width: 62%;
    max-width: 62%; }
  .mmtheo-module-m35__slider-textbox.max-width-63 {
    width: 63%;
    max-width: 63%; }
  .mmtheo-module-m35__slider-textbox.max-width-64 {
    width: 64%;
    max-width: 64%; }
  .mmtheo-module-m35__slider-textbox.max-width-65 {
    width: 65%;
    max-width: 65%; }
  .mmtheo-module-m35__slider-textbox.max-width-66 {
    width: 66%;
    max-width: 66%; }
  .mmtheo-module-m35__slider-textbox.max-width-67 {
    width: 67%;
    max-width: 67%; }
  .mmtheo-module-m35__slider-textbox.max-width-68 {
    width: 68%;
    max-width: 68%; }
  .mmtheo-module-m35__slider-textbox.max-width-69 {
    width: 69%;
    max-width: 69%; }
  .mmtheo-module-m35__slider-textbox.max-width-70 {
    width: 70%;
    max-width: 70%; }
  .mmtheo-module-m35__slider-textbox.max-width-71 {
    width: 71%;
    max-width: 71%; }
  .mmtheo-module-m35__slider-textbox.max-width-72 {
    width: 72%;
    max-width: 72%; }
  .mmtheo-module-m35__slider-textbox.max-width-73 {
    width: 73%;
    max-width: 73%; }
  .mmtheo-module-m35__slider-textbox.max-width-74 {
    width: 74%;
    max-width: 74%; }
  .mmtheo-module-m35__slider-textbox.max-width-75 {
    width: 75%;
    max-width: 75%; }
  .mmtheo-module-m35__slider-textbox.max-width-76 {
    width: 76%;
    max-width: 76%; }
  .mmtheo-module-m35__slider-textbox.max-width-77 {
    width: 77%;
    max-width: 77%; }
  .mmtheo-module-m35__slider-textbox.max-width-78 {
    width: 78%;
    max-width: 78%; }
  .mmtheo-module-m35__slider-textbox.max-width-79 {
    width: 79%;
    max-width: 79%; }
  .mmtheo-module-m35__slider-textbox.max-width-80 {
    width: 80%;
    max-width: 80%; }
  .mmtheo-module-m35__slider-textbox.max-width-81 {
    width: 81%;
    max-width: 81%; }
  .mmtheo-module-m35__slider-textbox.max-width-82 {
    width: 82%;
    max-width: 82%; }
  .mmtheo-module-m35__slider-textbox.max-width-83 {
    width: 83%;
    max-width: 83%; }
  .mmtheo-module-m35__slider-textbox.max-width-84 {
    width: 84%;
    max-width: 84%; }
  .mmtheo-module-m35__slider-textbox.max-width-85 {
    width: 85%;
    max-width: 85%; }
  .mmtheo-module-m35__slider-textbox.max-width-86 {
    width: 86%;
    max-width: 86%; }
  .mmtheo-module-m35__slider-textbox.max-width-87 {
    width: 87%;
    max-width: 87%; }
  .mmtheo-module-m35__slider-textbox.max-width-88 {
    width: 88%;
    max-width: 88%; }
  .mmtheo-module-m35__slider-textbox.max-width-89 {
    width: 89%;
    max-width: 89%; }
  .mmtheo-module-m35__slider-textbox.max-width-90 {
    width: 90%;
    max-width: 90%; }
  .mmtheo-module-m35__slider-textbox.max-width-91 {
    width: 91%;
    max-width: 91%; }
  .mmtheo-module-m35__slider-textbox.max-width-92 {
    width: 92%;
    max-width: 92%; }
  .mmtheo-module-m35__slider-textbox.max-width-93 {
    width: 93%;
    max-width: 93%; }
  .mmtheo-module-m35__slider-textbox.max-width-94 {
    width: 94%;
    max-width: 94%; }
  .mmtheo-module-m35__slider-textbox.max-width-95 {
    width: 95%;
    max-width: 95%; }
  .mmtheo-module-m35__slider-textbox.max-width-96 {
    width: 96%;
    max-width: 96%; }
  .mmtheo-module-m35__slider-textbox.max-width-97 {
    width: 97%;
    max-width: 97%; }
  .mmtheo-module-m35__slider-textbox.max-width-98 {
    width: 98%;
    max-width: 98%; }
  .mmtheo-module-m35__slider-textbox.max-width-99 {
    width: 99%;
    max-width: 99%; }
  .mmtheo-module-m35__slider-item .image {
    max-height: 100vh; } }

.mmtheo-module-m36 .m36-slider__nav {
  width: calc(100% - 30px);
  margin-inline: auto;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
  -webkit-border-after: 1px solid #dee2e6;
          border-block-end: 1px solid #dee2e6; }
  .mmtheo-module-m36 .m36-slider__nav-item {
    margin-inline: 5px;
    border: none;
    max-width: calc(100vw - 60px);
    background-color: #f8f9fa;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 1; }
    .mmtheo-module-m36 .m36-slider__nav-item--text {
      color: #535d62;
      font-weight: normal;
      font-size: 1rem;
      word-break: break-word;
      padding-inline: 10px;
      padding-block: 15px;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .mmtheo-module-m36 .m36-slider__nav-item--text.slick-current {
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        opacity: 1;
        background-color: #ff6600;
        border-color: #ff6600;
        color: #fff;
        font-weight: 700; }
    .mmtheo-module-m36 .m36-slider__nav-item--image {
      padding: 5px;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      opacity: 0.65; }
      .mmtheo-module-m36 .m36-slider__nav-item--image:hover:not(.slick-current) {
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        opacity: 0.8; }
      .mmtheo-module-m36 .m36-slider__nav-item--image img {
        max-height: 50px;
        display: inline-block; }
      .mmtheo-module-m36 .m36-slider__nav-item--image.slick-current {
        opacity: 1;
        background: #e9ecef;
        border-color: #e9ecef;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
    .mmtheo-module-m36 .m36-slider__nav-item:hover:not(.slick-current) {
      background: #e9ecef;
      border-color: #e9ecef; }
  .mmtheo-module-m36 .m36-slider__nav--no-arrows {
    width: 100%;
    margin-inline: auto; }
    .mmtheo-module-m36 .m36-slider__nav--no-arrows .slick-arrow {
      display: none !important; }

.mmtheo-module-m36 .m36-slider .slick-arrow {
  position: absolute;
  z-index: 1000;
  top: 50%;
  padding: 0;
  opacity: 1; }
  .mmtheo-module-m36 .m36-slider .slick-arrow:before {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .mmtheo-module-m36 .m36-slider .slick-arrow:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .mmtheo-module-m36 .m36-slider .slick-arrow:hover:before {
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .mmtheo-module-m36 .m36-slider .slick-arrow.slick-disabled {
    opacity: 0.5; }

.mmtheo-module-m36 .m36-slider .slick-prev {
  left: 0;
  right: unset;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%); }
  .mmtheo-module-m36 .m36-slider .slick-prev:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 30px;
    color: #535d62;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }

.mmtheo-module-m36 .m36-slider .slick-next {
  right: 0;
  left: unset;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%); }
  .mmtheo-module-m36 .m36-slider .slick-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 30px;
    color: #535d62;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }

@media (min-width: 768px) {
  .mmtheo-module-m36 .m36-slider__nav {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
    width: 100%; }
    .mmtheo-module-m36 .m36-slider__nav-item {
      max-width: 100%; }
      .mmtheo-module-m36 .m36-slider__nav-item--text {
        font-size: 1.125rem;
        padding: 20px; }
      .mmtheo-module-m36 .m36-slider__nav-item--image {
        padding: 5px; }
  .mmtheo-module-m36 .m36-slider .slick-prev {
    left: -10px;
    -webkit-transform: translate(-75%, -50%);
        -ms-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%); }
  .mmtheo-module-m36 .m36-slider .slick-next {
    right: -10px;
    -webkit-transform: translate(75%, -50%);
        -ms-transform: translate(75%, -50%);
            transform: translate(75%, -50%); } }

@media (min-width: 992px) {
  .mmtheo-module-m36 .m36-slider__nav-item--text {
    padding: 20px 30px; }
  .mmtheo-module-m36 .m36-slider__nav-item--image {
    padding: 10px; }
    .mmtheo-module-m36 .m36-slider__nav-item--image img {
      max-height: 75px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m36 .m36-slider__nav-item--text {
    font-size: 1.25rem; } }

.mmtheo-module-m37 .m37-embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .mmtheo-module-m37 .m37-embed-container.aspect_ratio_16_9 {
    padding-top: 56.25%; }
  .mmtheo-module-m37 .m37-embed-container.aspect_ratio_4_3 {
    padding-top: 75%; }
  .mmtheo-module-m37 .m37-embed-container.aspect_ratio_3_2 {
    padding-top: 66.66%; }
  .mmtheo-module-m37 .m37-embed-container.aspect_ratio_8_5 {
    padding-top: 62.5%; }
  .mmtheo-module-m37 .m37-embed-container.aspect_ratio_1_1 {
    padding-top: 100%; }

.mmtheo-module-m37 .m37-iframe {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.mmtheo-module-m40 .m40-navigation {
  visibility: hidden; }
  .mmtheo-module-m40 .m40-navigation.visible {
    visibility: visible; }
  .mmtheo-module-m40 .m40-navigation__slick-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-after: 0;
            padding-block-end: 0; }
    .mmtheo-module-m40 .m40-navigation__slick-wrapper .slick-list {
      width: 100%; }
  .mmtheo-module-m40 .m40-navigation .m40-item {
    padding: 20px;
    padding-inline: 20px;
    padding-block: 20px;
    text-align: center; }
    .mmtheo-module-m40 .m40-navigation .m40-item__icon {
      height: 50px;
      width: 50px;
      -webkit-margin-end: auto;
              margin-inline-end: auto;
      -webkit-margin-start: auto;
              margin-inline-start: auto;
      -webkit-margin-after: 10px;
              margin-block-end: 10px; }
      .mmtheo-module-m40 .m40-navigation .m40-item__icon svg {
        height: 50px;
        width: 50px; }
    .mmtheo-module-m40 .m40-navigation .m40-item__link-wrapper:hover {
      text-decoration: none; }
  .mmtheo-module-m40 .m40-navigation .m40-slider__arrow--prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .mmtheo-module-m40 .m40-navigation .m40-slider__arrow--prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 40px;
      color: #ff6600;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
  .mmtheo-module-m40 .m40-navigation .m40-slider__arrow--next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .mmtheo-module-m40 .m40-navigation .m40-slider__arrow--next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 40px;
      color: #ff6600;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
  .mmtheo-module-m40 .m40-navigation--primary {
    background-color: transparent; }
    .mmtheo-module-m40 .m40-navigation--primary .m40-item__label {
      color: #ff6600; }
    .mmtheo-module-m40 .m40-navigation--primary .m40-item__icon svg path {
      fill: #ff6600 !important; }
  .mmtheo-module-m40 .m40-navigation--primary-inverted {
    background-color: #ff6600; }
    .mmtheo-module-m40 .m40-navigation--primary-inverted .m40-item__label {
      color: #ffffff; }
    .mmtheo-module-m40 .m40-navigation--primary-inverted .m40-item__icon svg path {
      fill: #ffffff !important; }
    .mmtheo-module-m40 .m40-navigation--primary-inverted .m40-slider__arrow:before {
      color: #ffffff; }
  .mmtheo-module-m40 .m40-navigation--corporate {
    background-color: #535d62; }
    .mmtheo-module-m40 .m40-navigation--corporate .m40-item__label {
      color: #ff6600; }
    .mmtheo-module-m40 .m40-navigation--corporate .m40-item__icon svg path {
      fill: #ff6600 !important; }
    .mmtheo-module-m40 .m40-navigation--corporate .m40-slider__arrow:before {
      color: #ff6600; }
  .mmtheo-module-m40 .m40-navigation--corporate-inverted {
    background-color: #ff6600; }
    .mmtheo-module-m40 .m40-navigation--corporate-inverted .m40-item__label {
      color: #535d62; }
    .mmtheo-module-m40 .m40-navigation--corporate-inverted .m40-item__icon svg path {
      fill: #535d62 !important; }
    .mmtheo-module-m40 .m40-navigation--corporate-inverted .m40-slider__arrow:before {
      color: #535d62; }

@media (min-width: 768px) {
  .mmtheo-module-m40 .m40-navigation__slick-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
    -webkit-padding-after: 10px;
            padding-block-end: 10px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m40 .m40-navigation__slick-wrapper {
    width: 80%;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    -webkit-padding-after: 20px;
            padding-block-end: 20px; } }

@media (min-width: 1600px) {
  .mmtheo-module-m40 .m40-navigation__slick-wrapper {
    width: 70%; } }

.mmtheo-module-m41 {
  margin: 20px 0; }
  .mmtheo-module-m41 .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mmtheo-module-m41 .breadcrumbs .home {
      color: #ff6600;
      font-size: 0; }
      .mmtheo-module-m41 .breadcrumbs .home:after {
        content: "\e202";
        font-size: 1.5rem;
        font-family: "minitec", serif; }
    .mmtheo-module-m41 .breadcrumbs i {
      font-size: 1.3rem; }
    .mmtheo-module-m41 .breadcrumbs a {
      color: #535d62;
      font-size: 1rem;
      margin: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 30px; }
      .mmtheo-module-m41 .breadcrumbs a a:first-child {
        margin-left: 0; }

/* Computed Variables */
.mmtheo-module-m50 .quicklink {
  position: fixed;
  right: 0;
  z-index: 9199; }
  .mmtheo-module-m50 .quicklink .quicklink__item {
    margin: 5px 0;
    text-align: right; }
    .mmtheo-module-m50 .quicklink .quicklink__item.border {
      border-color: gray;
      border-style: solid;
      border-width: 1px; }
    .mmtheo-module-m50 .quicklink .quicklink__item .icon, .mmtheo-module-m50 .quicklink .quicklink__item .label {
      display: inline-block;
      vertical-align: top; }
    .mmtheo-module-m50 .quicklink .quicklink__item .icon {
      height: 52px;
      padding: 5px;
      width: 52px;
      background-color: #ffffff;
      border: 1px solid darkgreen; }
      .mmtheo-module-m50 .quicklink .quicklink__item .icon picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .mmtheo-module-m50 .quicklink .quicklink__item .icon picture .img-fluid {
          height: 42px;
          max-width: 42px; }
      .mmtheo-module-m50 .quicklink .quicklink__item .icon svg {
        fill: #ffffff;
        max-height: 52px; }
    .mmtheo-module-m50 .quicklink .quicklink__item .label {
      background-color: #f1f1f1;
      color: #575656;
      line-height: 50px;
      overflow: hidden;
      text-align: initial;
      vertical-align: unset;
      -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
              box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }
      .mmtheo-module-m50 .quicklink .quicklink__item .label .mmtheo-module--headline {
        font-size: 1.5rem;
        font-style: italic;
        font-weight: bold;
        color: #575656; }
      .mmtheo-module-m50 .quicklink .quicklink__item .label p:last-child {
        margin: 0 20px; }
    .mmtheo-module-m50 .quicklink .quicklink__item.not-initialized {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }

@media screen and (min-width: 768px) {
  .mmtheo-module-m50 .quicklink--contacts .quicklink__item .label .content {
    padding: 30px;
    width: 300px; } }

@media screen and (min-width: 992px) {
  .mmtheo-module-m50 .quicklink--contacts .quicklink__item .label .content {
    width: 450px; } }

@media screen and (min-width: 992px) {
  .mmtheo-module-m50 .quicklink--contacts .quicklink__item .label .content {
    width: 550px; } }

.mm-downloads table[data-layout="default"] th, .mm-downloads table[data-layout="default"] th:first-child {
  background: #575656; }

.mm-downloads table[data-layout="default"].dataTable thead > tr > th.sorting_desc:after,
.mm-downloads table[data-layout="default"].dataTable thead > tr > th.sorting_asc:before {
  color: #ff6600; }

.mm-downloads table[data-layout="primary"] th, .mm-downloads table[data-layout="primary"] th:first-child {
  background: #ff6600; }

.mm-downloads table[data-layout="primary"].dataTable thead > tr > th.sorting_desc:after,
.mm-downloads table[data-layout="primary"].dataTable thead > tr > th.sorting_asc:before {
  color: #575656; }

.checkout-process {
  --border-color-hr: #919191;
  --font-size-btn: 14px;
  --padding-btn: 10px; }
  .checkout-process hr {
    border-bottom: 1px solid var(--border-color-hr);
    height: 0;
    margin: 15px 0; }
  .checkout-process textarea {
    width: 100%;
    border: 1px solid #f0f1f1;
    padding: var(--padding-btn); }
  .checkout-process .btn {
    font-size: var(--font-size-btn);
    padding: var(--padding-btn); }
    .checkout-process .btn[disabled="disabled"] {
      opacity: 0.3; }
  .checkout-process .action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .checkout-process .save {
    margin-left: auto;
    margin-right: 10px; }
    .checkout-process .save.done .save-text {
      display: none; }
    .checkout-process .save.done .done-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .checkout-process .save .done-text {
      display: none; }
      .checkout-process .save .done-text i {
        font-size: 1rem;
        margin-right: 10px; }
  .checkout-process .link-back {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold; }

.cart-details {
  --font-size-actions: 16px;
  --font-size-trash: 24px;
  --width-item-image: 25%;
  --width-item-details: 75%;
  --width-item-other-details: 100%;
  --margin-quantity: 0;
  --margin-actions: 15px;
  --margin-left-details: -90px;
  --font-size-comment-title: 1rem;
  --color-secondary: #535d62;
  --color-inactive: #f0f1f1; }
  .cart-details .actions {
    font-size: var(--font-size-actions);
    color: #ff6600;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: var(--margin-actions) 0; }
    .cart-details .actions span {
      border-right: 1px solid #575656;
      padding-right: 20px; }
    .cart-details .actions .icon-trash-alt {
      font-size: var(--font-size-trash);
      margin-left: -6px; }
  .cart-details .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cart-details .item__image {
      width: var(--width-item-image);
      position: relative; }
      .cart-details .item__image img {
        width: 90%;
        border: 2px solid #575656; }
    .cart-details .item__details {
      width: var(--width-item-details); }
      .cart-details .item__details-links {
        margin-left: var(--margin-left-details); }
    .cart-details .item__other-details {
      width: var(--width-item-other-details);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .cart-details .item__info {
      font-size: var(--font-size-actions); }
      .cart-details .item__info:nth-child(2n+1) {
        margin-left: var(--margin-left-details);
        margin-top: 65px; }
    .cart-details .item__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cart-details .item__link:hover {
        text-decoration: none; }
      .cart-details .item__link:before {
        font-family: "minitec", serif;
        margin-right: 5px;
        font-size: 1.5rem; }
    .cart-details .item__pdf_link:before {
      content: "\e620"; }
    .cart-details .item__quick_link:before {
      content: "\e621"; }
    .cart-details .item__duplicate_link:before {
      content: "\e622"; }
    .cart-details .item__stucklist_link:before {
      content: "\e623"; }
    .cart-details .item__comment {
      margin: 10px 0 10px -5px; }
      .cart-details .item__comment .comment__title {
        font-weight: bold;
        font-size: var(--font-size-comment-title);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer; }
      .cart-details .item__comment .icon-minus-solid,
      .cart-details .item__comment .icon-plus-solid {
        color: #ff6600;
        width: 30px; }
    .cart-details .item .config .key {
      margin-right: 10px;
      font-weight: bold; }
    .cart-details .item .date-of-creation {
      margin-bottom: -20px; }
    .cart-details .item .quantity {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: var(--font-size-actions);
      margin: var(--margin-quantity) 0; }
      .cart-details .item .quantity input {
        width: 80px;
        height: 36px;
        padding: 0 5px;
        margin: 0 15px;
        border: 1px solid #575656;
        -webkit-box-shadow: 3px 5px #f0f1f1;
                box-shadow: 3px 5px #f0f1f1;
        text-align: right; }
  .cart-details .comment__body {
    margin-left: 30px;
    max-height: 200px; }
  .cart-details-check {
    border-top: 1px solid var(--color-secondary);
    margin-bottom: 20px; }
    .cart-details-check .item__check {
      padding: 10px;
      border-bottom: 2px solid var(--color-inactive); }
  .cart-details-comment, .cart-details-terms {
    margin-block: 30px; }
    .cart-details-comment a, .cart-details-terms a {
      cursor: pointer; }
  .cart-details-confirmation .headline {
    -webkit-border-after: 1px solid var(--color-secondary);
            border-block-end: 1px solid var(--color-secondary);
    -webkit-margin-after: 15px;
            margin-block-end: 15px; }

@media (min-width: 768px) {
  .cart-details {
    --font-size-btn: 16px;
    --padding-btn: 10px 20px;
    --width-item-image: 15%;
    --width-item-details: 50%;
    --width-item-other-details: 35%;
    --margin-quantity: 30px;
    --margin-actions: 0; }
    .cart-details .actions {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .cart-details .actions .icon-trash-alt {
        margin-left: 20px; }
    .cart-details .item__details {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .cart-details .item__details-links {
        margin-left: unset; }
    .cart-details .item__info:nth-child(2n+1) {
      margin-left: unset;
      margin-top: unset; }
    .cart-details .item__comment {
      margin: 10px 0; }
      .cart-details .item__comment .icon-minus-solid,
      .cart-details .item__comment .icon-plus-solid {
        text-align: center; }
    .cart-details .item .date-of-creation {
      margin-bottom: 0.4rem; }
    .cart-details .item .quantity {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .cart-details .comment__body {
      max-height: unset;
      overflow-y: hidden; } }

@media (min-width: 1280px) {
  .checkout-process {
    --font-size-btn: 20px;
    --padding-btn: 20px 30px; }
  .cart-details {
    --font-size-trash: 42px;
    --width-item-image: 15%;
    --width-item-details: 55%;
    --width-item-other-details: 30%;
    --font-size-actions: 22px;
    --font-size-comment-title: 1.125rem; } }

.catalog-order {
  -webkit-margin-before: 20px;
          margin-block-start: 20px; }
  .catalog-order__headline {
    font-size: 20px;
    line-height: 1.4;
    padding: 15px 0;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    border-top: 1px solid #575656;
    border-bottom: 1px solid #575656; }
  .catalog-order__form {
    -webkit-margin-after: 20px;
            margin-block-end: 20px; }
    .catalog-order__form--button {
      float: right; }
  .catalog-order__user .headline {
    color: #000;
    font-size: 22px;
    font-style: italic;
    font-weight: bold; }
  .catalog-order__user .user-data--box {
    padding: 10px; }
  .catalog-order__user .user-data--item {
    -webkit-margin-after: 10px;
            margin-block-end: 10px; }
  .catalog-order__user .user-data--label {
    font-weight: bold; }

@media (min-width: 768px) {
  .catalog-order {
    -webkit-margin-before: 50px;
            margin-block-start: 50px; }
    .catalog-order__headline {
      font-size: 28px;
      padding: 20px 0; }
    .catalog-order__user .headline {
      font-size: 26px; }
    .catalog-order__user .user-data--box {
      border-top: 1px solid #000;
      padding: 15px; }
    .catalog-order__user .user-data--item {
      -webkit-margin-after: 15px;
              margin-block-end: 15px; } }

@media (min-width: 992px) {
  .catalog-order {
    -webkit-margin-before: 100px;
            margin-block-start: 100px; }
    .catalog-order__headline {
      font-size: 34px;
      padding: 25px 0;
      -webkit-margin-after: 30px;
              margin-block-end: 30px; }
    .catalog-order__user .headline {
      font-size: 28px; }
    .catalog-order__user .user-data--box {
      padding: 25px; }
    .catalog-order__user .user-data--item {
      -webkit-margin-after: 25px;
              margin-block-end: 25px; } }

.checkout-process {
  --size-bubble: 56px;
  --size-bubble-empty: 30px;
  --size-bubble-border: 7px;
  --size-arrow-box: 52px;
  --size-line: 100px;
  --color-primary: #ff6600;
  --color-inactive: #f0f1f1;
  --color-secondary: #535d62;
  --font-size: 16px;
  --marginv-progress-bar: 60px;
  --font-size-headline: 22px;
  --color-headline: #545E63;
  --font-size-item-name: 18px; }
  .checkout-process .modal-dialog {
    margin: 30px auto; }
  .checkout-process .headline {
    color: var(--color-headline);
    font-size: var(--font-size-headline);
    font-style: italic;
    font-weight: bold; }
    .checkout-process .headline.item__name {
      font-size: var(--font-size-item-name); }
  .checkout-process .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: var(--color-inactive);
    background: white;
    margin: var(--marginv-progress-bar) 0;
    font-size: var(--font-size);
    font-weight: bold; }
  .checkout-process .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .checkout-process .step.active, .checkout-process .step.finished {
      color: var(--color-primary); }
      .checkout-process .step.active .bubble, .checkout-process .step.finished .bubble {
        border: var(--size-bubble-border) solid var(--color-primary); }
      .checkout-process .step.active .arrow_box, .checkout-process .step.finished .arrow_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .checkout-process .step.active .arrow_box:after, .checkout-process .step.finished .arrow_box:after {
          border-left-color: var(--color-primary); }
      .checkout-process .step.active .line, .checkout-process .step.finished .line {
        background: var(--color-primary); }
    .checkout-process .step.finished .step-num {
      display: none; }
    .checkout-process .step.finished .check {
      display: inline; }
  .checkout-process .bubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--size-bubble);
    height: var(--size-bubble);
    background: white;
    border: var(--size-bubble-border) solid var(--color-inactive);
    border-radius: var(--size-bubble);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -15px;
    font-size: 32px;
    z-index: 1; }
    .checkout-process .bubble.empty {
      width: var(--size-bubble-empty);
      height: var(--size-bubble-empty); }
  .checkout-process .check {
    display: none; }
  .checkout-process .arrow_box {
    position: absolute;
    background-color: transparent;
    color: var(--color-primary);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    font-style: italic;
    top: 100%;
    padding: 0 10px;
    width: var(--size-line);
    white-space: normal;
    text-align: center;
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%); }
  .checkout-process .line {
    background: var(--color-inactive);
    width: var(--size-line);
    height: 5px; }
  .checkout-process .tab-content {
    display: none; }
    .checkout-process .tab-content.show {
      display: block; }
  .checkout-process .user-data--box {
    padding: 25px 20px;
    border-block: 1px solid var(--color-secondary);
    font-size: 18px; }
  .checkout-process .user-data--item {
    -webkit-margin-after: 20px;
            margin-block-end: 20px; }
  .checkout-process .user-data--label {
    font-weight: bold; }
  .checkout-process .user-data--value .link {
    cursor: pointer;
    font-weight: bold; }

.modal-page-wrapper .modal-hidden {
  display: none; }

.checkout-login-modal .modal,
.checkout-page-modal .modal {
  top: 61px;
  height: calc(100% - 61px);
  z-index: 1050; }
  .checkout-login-modal .modal .modal-dialog,
  .checkout-page-modal .modal .modal-dialog {
    margin: 30px auto 0;
    height: auto;
    padding-inline: 15px; }
    .checkout-login-modal .modal .modal-dialog .modal-header,
    .checkout-login-modal .modal .modal-dialog .modal-body,
    .checkout-login-modal .modal .modal-dialog .modal-footer,
    .checkout-page-modal .modal .modal-dialog .modal-header,
    .checkout-page-modal .modal .modal-dialog .modal-body,
    .checkout-page-modal .modal .modal-dialog .modal-footer {
      padding-inline: 1rem; }

@media (min-width: 768px) {
  .checkout-process {
    --size-bubble: 76px;
    --size-line: 250px;
    --font-size: 20px;
    --marginv-progress-bar: 70px;
    --font-size-headline: 24px;
    --font-size-item-name: 20px; }
    .checkout-process .arrow_box {
      background: var(--color-inactive);
      display: none;
      color: white;
      font-style: italic;
      left: calc(var(--size-bubble) * 3 / 4);
      padding: 0 calc(var(--size-arrow-box) / 2);
      height: var(--size-arrow-box);
      top: unset;
      width: unset;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset; }
      .checkout-process .arrow_box:after {
        left: 100%;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border: calc(var(--size-arrow-box) / 2) solid transparent;
        border-left-color: var(--color-inactive); }
    .checkout-process .step.active .arrow_box, .checkout-process .step.finished .arrow_box {
      background: var(--color-primary); } }

@media (min-width: 992px) {
  .checkout-login-modal .modal,
  .checkout-page-modal .modal {
    top: 150px;
    height: calc(100% - 150px); }
  .checkout-process {
    --size-line: 350px;
    --font-size: 26px;
    --size-bubble-border: 5px;
    --size-bubble: 90px;
    --size-arrow-box: 70px;
    --size-bubble-empty: 50px;
    --marginv-progress-bar: 100px; } }

@media (min-width: 1280px) {
  .checkout-process {
    --size-line: 400px;
    --font-size-headline: 28px;
    --font-size-item-name: 24px; } }

pre {
  font-size: 0.8rem;
  margin: 1rem 0; }

.mmtheo-module h1, .mmtheo-module h2, .mmtheo-module h3, .mmtheo-module h4, .mmtheo-module h5, .mmtheo-module h6,
.mmtheo-module .h1, .mmtheo-module .h2, .mmtheo-module .h3, .mmtheo-module .h4, .mmtheo-module .h5, .mmtheo-module .h6 {
  color: #535d62; }

.mmtheo-module a:not(.btn):hover {
  color: #535d62; }

.mmtheo-module[class*="mmtheo-module-"] ul:not(.slick-dots):not(.pagination) {
  position: relative;
  margin-left: 1em; }
  .mmtheo-module[class*="mmtheo-module-"] ul:not(.slick-dots):not(.pagination) li {
    margin-left: 1em; }
    .mmtheo-module[class*="mmtheo-module-"] ul:not(.slick-dots):not(.pagination) li::marker {
      color: transparent; }
    .mmtheo-module[class*="mmtheo-module-"] ul:not(.slick-dots):not(.pagination) li:before {
      position: absolute;
      left: 0;
      content: "\2022";
      color: #ff6600;
      font-weight: 600;
      height: 25px;
      font-size: 22px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.mmtheo-module.mmtheo-module-m01a a:not(.btn) {
  text-decoration: none;
  color: #ff6600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -o-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size .5s;
  -o-transition: background-size .5s;
  transition: background-size .5s;
  word-break: break-word; }
  .mmtheo-module.mmtheo-module-m01a a:not(.btn):before {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    background: none;
    height: unset; }
  .mmtheo-module.mmtheo-module-m01a a:not(.btn):hover, .mmtheo-module.mmtheo-module-m01a a:not(.btn):focus {
    color: #535d62; }
    .mmtheo-module.mmtheo-module-m01a a:not(.btn):hover:before, .mmtheo-module.mmtheo-module-m01a a:not(.btn):focus:before {
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset;
      -webkit-transition: unset;
      -o-transition: unset;
      transition: unset; }
  .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--primary {
    color: #ff6600; }
    .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--primary:after {
      color: #ff6600; }
    .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--primary:hover, .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--primary:focus {
      color: #535d62;
      background-size: 100% 1px; }
      .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--primary:hover:after, .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--primary:focus:after {
        color: #535d62; }
      .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--primary:hover:before, .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--primary:focus:before {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset; }
  .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--secondary {
    color: #535d62; }
    .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--secondary:after {
      color: #535d62; }
    .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--secondary:hover, .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--secondary:focus {
      color: #ff6600;
      background-size: 100% 1px; }
      .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--secondary:hover:after, .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--secondary:focus:after {
        color: #ff6600; }
      .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--secondary:hover:before, .mmtheo-module.mmtheo-module-m01a a:not(.btn).link-arrow--secondary:focus:before {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset; }

.mmtheo-module blockquote {
  background: transparent;
  border: none;
  margin: 0 10px;
  padding: 0;
  font-style: normal;
  font-size: unset;
  letter-spacing: unset;
  position: relative; }
  .mmtheo-module blockquote:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 18px;
    color: inherit;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .mmtheo-module blockquote:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 18px;
    color: inherit;
    margin-left: 0;
    top: 0;
    position: absolute; }
  .mmtheo-module blockquote p {
    text-align: center; }

.mmtheo-module .text-primary {
  color: #ff6600 !important;
  /* To overwrite the blue color in app.css*/ }

.mmtheo-module .text-secondary {
  color: #535d62 !important;
  /* To overwrite the blue color in app.css*/ }

.mmtheo-module .text-introduction-body {
  color: inherit;
  font-family: "Amsi Pro Italic", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px; }

.mmtheo-module.mmtheo-module-bg-1 {
  background-color: #f0f1f1; }

.mmtheo-module .text-author {
  color: #575656;
  font-weight: 400;
  font-style: normal;
  font-size: calc(1em - 2px); }

.mmtheo-module.mmtheo-header-h02 .header-settings .main-menu__search form.main-search {
  border: none; }

.mmtheo-module.mmtheo-header-h02 .header-settings .main-menu__button {
  margin-top: 6px; }

.search-group {
  margin-left: 1px;
  border: 1px solid #ff6600;
  border-radius: 0; }
  .search-group .form-control {
    border: none; }
  .search-group .main-menu__search-input {
    border: none;
    border-radius: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    font-size: 16px;
    letter-spacing: 1px; }
    .search-group .main-menu__search-input::-webkit-input-placeholder {
      color: #535d62;
      opacity: 51%;
      font-style: italic; }
    .search-group .main-menu__search-input:-ms-input-placeholder {
      color: #535d62;
      opacity: 51%;
      font-style: italic; }
    .search-group .main-menu__search-input::-ms-input-placeholder {
      color: #535d62;
      opacity: 51%;
      font-style: italic; }
    .search-group .main-menu__search-input::placeholder {
      color: #535d62;
      opacity: 51%;
      font-style: italic; }
  .search-group .input-group-append {
    border: none;
    padding-right: 10px; }
  .search-group .main-menu__search-button {
    border: none;
    background: transparent;
    padding: 5px 0 0 0;
    margin: 0;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    color: #ff6600;
    font-size: 1.3rem;
    cursor: pointer; }
    .search-group .main-menu__search-button:focus, .search-group .main-menu__search-button:active {
      outline: unset; }
    .search-group .main-menu__search-button-icon {
      font-size: 22px;
      font-weight: 700; }
      .search-group .main-menu__search-button-icon:hover {
        color: #ff6600; }

.tx-felogin-pi1 {
  margin: 25px auto; }
  .tx-felogin-pi1 .container, .tx-felogin-pi1 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .tx-felogin-pi1 .mmtheo-module-m01a__text, .tx-felogin-pi1 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .tx-felogin-pi1 .mmtheo-module-m01a__text {
    padding: 0; }
  .tx-felogin-pi1 [name="tx_felogin_pi1[forgot_email]"] {
    width: 100%; }

.modal .full-size-modal {
  max-width: calc(100% - 60px);
  height: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto; }
  .modal .full-size-modal .modal-content {
    height: 100%; }
    .modal .full-size-modal .modal-content .modal-body {
      max-height: unset; }

.modal .modal-content {
  height: auto; }
  .modal .modal-content .modal-header .close {
    position: absolute;
    top: -26px;
    right: 35px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: #ffffff;
    color: #ff6600;
    text-shadow: none;
    opacity: 1;
    height: 50px;
    width: 50px; }
    .modal .modal-content .modal-header .close span {
      display: block;
      height: 100%;
      width: 100%;
      padding: 4px; }
    .modal .modal-content .modal-header .close i {
      display: block;
      position: relative;
      border: 1px solid;
      border-radius: 50%;
      height: 100%;
      width: 100%;
      font-size: 22px; }
      .modal .modal-content .modal-header .close i::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .modal .modal-content .modal-header .close:hover {
      opacity: 1;
      background-color: #ff6600;
      color: #ffffff; }
  .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):hover, .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):focus {
    opacity: 1; }
  .modal .modal-content .modal-body {
    max-height: calc(100% - 120px);
    padding: 0 2rem 2rem 2rem;
    overflow-y: auto; }
    .modal .modal-content .modal-body p {
      color: #575656; }
    .modal .modal-content .modal-body h5 {
      color: #ff6600; }
  .modal .modal-content.modal-directory {
    height: auto;
    width: auto; }
    .modal .modal-content.modal-directory .modal-body {
      overflow-y: auto; }

.crossbase-pim-general .headlines {
  margin: 0 !important; }
  .crossbase-pim-general .headlines .mmtheo-module--headline {
    color: #ff6600 !important; }

@media (min-width: 992px) {
  .mmtheo-module .text-introduction-body {
    font-size: 22px;
    line-height: 1.2; }
  .tx-felogin-pi1 [name="tx_felogin_pi1[forgot_email]"] {
    width: 350px; } }

.body--no-overflow {
  overflow: hidden; }

.mmtheo-module.mmtheo-header-h02 {
  --font-size-1: 25px;
  --font-size-2: 16px;
  --font-size-3: 14px; }
  .mmtheo-module.mmtheo-header-h02 .header-back-to-top {
    cursor: pointer;
    border: none; }
    .mmtheo-module.mmtheo-header-h02 .header-back-to-top:hover {
      color: #ff6600 !important; }
    .mmtheo-module.mmtheo-header-h02 .header-back-to-top:focus {
      border: none;
      outline: none; }
  .mmtheo-module.mmtheo-header-h02 .header-wrapper {
    height: auto; }
  .mmtheo-module.mmtheo-header-h02 .navmain__level3 li {
    margin: 0; }
  .mmtheo-module.mmtheo-header-h02 .icon-user {
    position: relative; }
    .mmtheo-module.mmtheo-header-h02 .icon-user .main-menu__login-icon-overlay {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #535d62;
      border: 1px solid #535d62;
      border-radius: 50%;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: -4px;
      font-weight: bold; }
  .mmtheo-module.mmtheo-header-h02 .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mmtheo-module.mmtheo-header-h02 .header-content .header-nav {
      display: none;
      font-size: var(--font-size-3); }
    .mmtheo-module.mmtheo-header-h02 .header-content .metanav {
      height: 35px;
      text-transform: capitalize;
      font-style: italic;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: var(--font-size-3); }
      .mmtheo-module.mmtheo-header-h02 .header-content .metanav .metanav-item {
        margin: 0 0 0 64px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .mmtheo-module.mmtheo-header-h02 .header-content .metanav .metanav-item > a > i {
          font-size: 18px;
          margin-right: 5px; }
        .mmtheo-module.mmtheo-header-h02 .header-content .metanav .metanav-item:last-child {
          margin-right: 8px; }
    .mmtheo-module.mmtheo-header-h02 .header-content .lang-switch {
      --padding: 20px;
      font-size: var(--font-size-2);
      position: relative;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-inline: var(--padding);
      text-transform: uppercase; }
      .mmtheo-module.mmtheo-header-h02 .header-content .lang-switch__list {
        position: absolute;
        width: 100%;
        padding: var(--padding);
        bottom: 0;
        left: 0;
        -webkit-margin-after: 0;
                margin-block-end: 0;
        list-style: none;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
        z-index: 1;
        background: white;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
                box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        display: none;
        visibility: hidden; }
        .mmtheo-module.mmtheo-header-h02 .header-content .lang-switch__list--active {
          visibility: visible;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .mmtheo-module.mmtheo-header-h02 .header-content .lang-switch__list-item:hover {
          cursor: pointer; }
          .mmtheo-module.mmtheo-header-h02 .header-content .lang-switch__list-item:hover span {
            color: #ff6600; }
      .mmtheo-module.mmtheo-header-h02 .header-content .lang-switch a span {
        color: #535d62;
        font-weight: 700;
        -webkit-margin-end: 5px;
                margin-inline-end: 5px; }
      .mmtheo-module.mmtheo-header-h02 .header-content .lang-switch a:active, .mmtheo-module.mmtheo-header-h02 .header-content .lang-switch a:focus, .mmtheo-module.mmtheo-header-h02 .header-content .lang-switch a:hover {
        text-decoration: none; }
      .mmtheo-module.mmtheo-header-h02 .header-content .lang-switch i {
        color: #ff6600;
        font-weight: 700; }
      .mmtheo-module.mmtheo-header-h02 .header-content .lang-switch:hover .lang-switch__list {
        display: block;
        visibility: visible; }
    .mmtheo-module.mmtheo-header-h02 .header-content .mobile-menu .metanav {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .mmtheo-module.mmtheo-header-h02 .header-content .mobile-menu .metanav .metanav-item {
        margin: 0 32px; }
        .mmtheo-module.mmtheo-header-h02 .header-content .mobile-menu .metanav .metanav-item > a > i {
          font-size: 28px; }
        .mmtheo-module.mmtheo-header-h02 .header-content .mobile-menu .metanav .metanav-item > a > span {
          display: none; }
        .mmtheo-module.mmtheo-header-h02 .header-content .mobile-menu .metanav .metanav-item:last-child {
          margin-right: unset; }
  .mmtheo-module.mmtheo-header-h02 .header-wrapper {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0; }
  .mmtheo-module.mmtheo-header-h02 .header-logo img {
    height: 40px;
    width: auto; }
  .mmtheo-module.mmtheo-header-h02 .header-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mmtheo-module.mmtheo-header-h02 .header-settings .main-menu__button {
      -ms-flex-item-align: center;
          align-self: center;
      font-size: 2rem;
      color: #ff6600;
      -webkit-padding-end: 5px;
              padding-inline-end: 5px; }
      .mmtheo-module.mmtheo-header-h02 .header-settings .main-menu__button a {
        color: #ff6600; }
      .mmtheo-module.mmtheo-header-h02 .header-settings .main-menu__button a:hover {
        text-decoration: none;
        color: #535d62; }
    .mmtheo-module.mmtheo-header-h02 .header-settings .main-menu__search {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      background-color: #ffffff;
      -webkit-padding-end: 40px;
              padding-inline-end: 40px;
      -ms-flex-item-align: center;
          align-self: center; }
      .mmtheo-module.mmtheo-header-h02 .header-settings .main-menu__search .main-search {
        border-bottom: 1px solid #ced4da; }
    .mmtheo-module.mmtheo-header-h02 .header-settings .mini-cart {
      font-size: 2.2rem; }
      .mmtheo-module.mmtheo-header-h02 .header-settings .mini-cart .num-items {
        height: 15px;
        width: 15px;
        font-size: 10px;
        line-height: 1; }

@media (min-width: 768px) {
  .mmtheo-header-h02 .header-content .metanav {
    font-size: var(--font-size-2); }
    .mmtheo-header-h02 .header-content .metanav .metanav-item > a {
      color: #575656; } }

@media (min-width: 992px) {
  .mmtheo-module.mmtheo-header-h02 {
    --font-size-1: 20px;
    --font-size-2: 14px;
    --font-size-3: 12px; }
    .mmtheo-module.mmtheo-header-h02 .header-settings .main-menu__search {
      -webkit-padding-end: 20px;
              padding-inline-end: 20px; }
    .mmtheo-module.mmtheo-header-h02 .header-content .header-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .mmtheo-module.mmtheo-header-h02 .header-content .header-nav .lang-switch {
        padding-right: 0; }
    .mmtheo-module.mmtheo-header-h02 .header-wrapper .header-logo {
      padding: 45px 0; }
      .mmtheo-module.mmtheo-header-h02 .header-wrapper .header-logo img {
        height: 60px; } }

@media (min-width: 1280px) {
  .mmtheo-module.mmtheo-header-h02 {
    --font-size-1: 25px;
    --font-size-2: 16px;
    --font-size-3: 14px; }
    .mmtheo-module.mmtheo-header-h02 .header-settings .main-menu__search {
      -webkit-padding-end: 40px;
              padding-inline-end: 40px; }
    .mmtheo-module.mmtheo-header-h02 .header-content .menu-desktop {
      margin-right: 30px; } }

.mmtheo-header-h02 .header-wrapper {
  border-bottom: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }

.mmtheo-header-h02 .mmtheo-header-h02-navmain {
  font-size: var(--font-size-3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mmtheo-header-h02 .mmtheo-header-h02-navmain a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #3c3c3b;
    font-weight: 700; }
    .mmtheo-header-h02 .mmtheo-header-h02-navmain a:hover, .mmtheo-header-h02 .mmtheo-header-h02-navmain a:focus, .mmtheo-header-h02 .mmtheo-header-h02-navmain a.active {
      color: #ff6600; }
  .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li {
    --border-size: 4px;
    height: 100%;
    margin: 0;
    border-bottom: var(--border-size) solid transparent; }
    .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li > a {
      padding: 10px 20px;
      text-transform: capitalize;
      font-weight: 400;
      text-decoration: none;
      color: #535d62;
      font-size: var(--font-size-1); }
      .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li > a:hover, .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li > a:focus, .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li > a.active {
        border-bottom-color: #ff6600; }
    .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li:hover {
      border-color: #ff6600; }
      .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li:hover > a {
        color: #ff6600; }
      .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li:hover .navmain__submenu {
        display: block; }
  .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__submenu ul {
    padding: 15px 0; }
    .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__submenu ul li {
      padding: 0 15px 0 0; }
  .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__submenu {
    top: calc(100% + var(--border-size));
    border-top: none;
    left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__submenu > ul {
      background-color: #ffffff;
      -webkit-box-shadow: unset;
              box-shadow: unset;
      border: 1px solid #f0f1f1; }
  .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__level2 > li {
    border-bottom: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__level2 > li a {
      padding: 10px;
      -webkit-padding-start: 20px;
              padding-inline-start: 20px;
      -webkit-padding-end: 50px;
              padding-inline-end: 50px;
      text-transform: none;
      font-weight: 400;
      color: #535d62;
      font-size: var(--font-size-2); }
    .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__level2 > li i {
      top: 50%;
      color: #535d62; }
    .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__level2 > li:hover {
      background: #ffffff;
      overflow: unset; }
      .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__level2 > li:hover a {
        color: #ff6600; }
        .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__level2 > li:hover a:before {
          display: none; }
      .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__level2 > li:hover i {
        color: #ff6600; }
      .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__level2 > li:hover ul {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        background: white;
        border: 1px solid #f1f1f1;
        border-left: 0;
        margin: 0; }
        .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__level2 > li:hover ul a {
          color: #535d62; }
          .mmtheo-header-h02 .mmtheo-header-h02-navmain .navmain__level2 > li:hover ul a:hover {
            color: #ff6600; }

.mmtheo-header-h02 .usability-block {
  display: none; }

@media (min-width: 992px) {
  .mmtheo-module.mmtheo-header-h02 .navmain__level2 > li:hover .usability-block {
    display: block;
    position: absolute;
    background: transparent;
    top: 0;
    right: 50px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%;
    height: 100%; }
  .mmtheo-module.mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li > a {
    padding: 10px; }
  .mmtheo-module.mmtheo-header-h02 .mmtheo-header-h02-navmain ul {
    font-size: 16px; } }

@media (min-width: 1280px) {
  .mmtheo-module.mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li > a {
    padding: 20px 20px 10px; } }

.mmtheo-module.mmtheo-header-h02 .header-settings > .main-menu__search {
  display: none; }

.mmtheo-module.mmtheo-header-h02 .mobile-menu {
  -ms-flex-item-align: center;
      align-self: center; }
  .mmtheo-module.mmtheo-header-h02 .mobile-menu__overlay--active {
    background-color: white; }
  .mmtheo-module.mmtheo-header-h02 .mobile-menu__wrapper {
    top: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    padding: 10px 0; }
    .mmtheo-module.mmtheo-header-h02 .mobile-menu__wrapper--active {
      width: 100%;
      height: 92vh; }
      @supports (-webkit-touch-callout: none) {
        .mmtheo-module.mmtheo-header-h02 .mobile-menu__wrapper--active {
          height: 86vh; } }
  .mmtheo-module.mmtheo-header-h02 .mobile-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-padding-end: 15px;
            padding-inline-end: 15px;
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    padding-block: 0; }
    .mmtheo-module.mmtheo-header-h02 .mobile-menu__header .close-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 24px;
      cursor: pointer; }
      .mmtheo-module.mmtheo-header-h02 .mobile-menu__header .close-button i {
        font-weight: 700; }
  .mmtheo-module.mmtheo-header-h02 .mobile-menu__top-level {
    padding-top: 0;
    overflow: scroll; }
  .mmtheo-module.mmtheo-header-h02 .mobile-menu__sub-level {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    -webkit-margin-after: 5px;
            margin-block-end: 5px; }
  .mmtheo-module.mmtheo-header-h02 .mobile-menu__item--first-level {
    padding-block: 0;
    border-color: #dee2e6; }
    .mmtheo-module.mmtheo-header-h02 .mobile-menu__item--first-level .mobile-menu__nav-item {
      display: block;
      position: relative;
      font-size: 24px;
      line-height: 1.5;
      font-weight: 700;
      font-style: italic;
      padding-block: 10px;
      -webkit-padding-start: 30px;
              padding-inline-start: 30px;
      text-transform: unset; }
      .mmtheo-module.mmtheo-header-h02 .mobile-menu__item--first-level .mobile-menu__nav-item i {
        position: absolute;
        top: 50%;
        left: 0;
        vertical-align: middle;
        display: inline-block;
        -webkit-transform: translateY(-50%) rotate(0);
            -ms-transform: translateY(-50%) rotate(0);
                transform: translateY(-50%) rotate(0); }
  .mmtheo-module.mmtheo-header-h02 .mobile-menu__item--sub-level {
    padding-block: 0; }
    .mmtheo-module.mmtheo-header-h02 .mobile-menu__item--sub-level .mobile-menu__nav-item {
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      -webkit-padding-start: 20px;
              padding-inline-start: 20px;
      padding-block: 5px; }
      .mmtheo-module.mmtheo-header-h02 .mobile-menu__item--sub-level .mobile-menu__nav-item i {
        font-size: 0.9em;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
  .mmtheo-module.mmtheo-header-h02 .mobile-menu__item--active > .mobile-menu__nav-item {
    color: #ff6600; }
    .mmtheo-module.mmtheo-header-h02 .mobile-menu__item--active > .mobile-menu__nav-item i {
      color: #ff6600;
      -webkit-transform: translateY(-50%) rotate(90deg);
          -ms-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg); }
  .mmtheo-module.mmtheo-header-h02 .mobile-menu__burger {
    margin: 0; }
  .mmtheo-module.mmtheo-header-h02 .mobile-menu__icon--control {
    color: #ff6600; }

@media (min-width: 768px) {
  .mmtheo-module.mmtheo-header-h02 .mobile-menu__wrapper--active {
    width: 90%; } }

@media (min-width: 992px) {
  .mmtheo-module.mmtheo-header-h02 .header-settings > .main-menu__search {
    display: block; } }

.inquiry {
  --font-size-heading: 32px;
  --font-size-table-heading: 22px;
  --font-size-base: 18px;
  --font-size-action: 16px;
  --font-size-headline: 22px;
  --width-item-details: 75%;
  --width-item-image: 25%;
  --width-toggle-icon: 30px;
  --margin-inquiry-body-contents: 10px;
  --margin-vertical-border: 30px;
  --border-color-hr: #919191;
  --color-headline: #545E63;
  --margin-left-details: -80px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: var(--font-size-base); }
  .inquiry hr {
    border-color: var(--border-color-hr); }
  .inquiry .heading {
    color: #000;
    font-size: var(--font-size-heading);
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px; }
  .inquiry .table-heading {
    color: #000;
    font-size: var(--font-size-table-heading);
    font-weight: bold;
    font-style: italic; }
  .inquiry .inquiry__title {
    color: #ff6600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: var(--font-size-base);
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: var(--margin-inquiry-body-contents); }
    .inquiry .inquiry__title * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .inquiry .inquiry__title i {
      width: var(--width-toggle-icon); }
    .inquiry .inquiry__title .num-items {
      color: #575656;
      margin: 0 15px;
      font-weight: normal;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      margin-left: var(--width-toggle-icon);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
    .inquiry .inquiry__title .repeat-inquiry {
      display: none;
      margin-left: auto;
      text-transform: lowercase;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .inquiry .inquiry__body {
    margin-left: calc(var(--margin-inquiry-body-contents) + var(--width-toggle-icon));
    margin-right: 0; }
    .inquiry .inquiry__body .repeat-inquiry {
      color: #ff6600;
      font-size: var(--font-size-action);
      font-weight: bold;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: auto;
      text-transform: lowercase; }
      .inquiry .inquiry__body .repeat-inquiry:before {
        content: "\e619"; }
      .inquiry .inquiry__body .repeat-inquiry:hover {
        cursor: pointer; }
  .inquiry .accordion.open .inquiry__title .repeat-inquiry {
    display: block; }
  .inquiry .label {
    font-weight: bold; }
  .inquiry dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: var(--margin-inquiry-body-contents);
    margin-bottom: 0; }
    .inquiry dl dt {
      min-width: 120px; }
  .inquiry .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #f0f1f1;
    margin-bottom: 8px; }
    .inquiry .item__image {
      width: var(--width-item-image); }
      .inquiry .item__image img {
        width: 90%;
        border: 2px solid #575656; }
    .inquiry .item__details {
      width: var(--width-item-details); }
      .inquiry .item__details-links {
        margin-left: var(--margin-left-details); }
    .inquiry .item__info {
      font-size: var(--font-size-actions); }
      .inquiry .item__info:nth-child(2n+1) {
        margin-left: var(--margin-left-details);
        margin-top: 58px; }
    .inquiry .item__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .inquiry .item__link:hover {
        text-decoration: none; }
      .inquiry .item__link:before {
        font-family: "minitec", serif;
        margin-right: 5px;
        font-size: 1.5rem; }
    .inquiry .item .item__image {
      min-width: 100px; }
    .inquiry .item .item__image,
    .inquiry .item .item__name {
      margin: var(--margin-inquiry-body-contents);
      position: relative; }
    .inquiry .item__pdf_link:before {
      content: "\e620"; }
    .inquiry .item__quick_link:before {
      content: "\e621"; }
    .inquiry .item__duplicate_link:before {
      content: "\e622"; }
    .inquiry .item__stucklist_link:before {
      content: "\e623"; }
    .inquiry .item .headline {
      color: var(--color-headline);
      font-size: var(--font-size-headline);
      font-style: italic;
      font-weight: bold; }
    .inquiry .item .date-of-creation {
      margin-bottom: -28px; }
    .inquiry .item .detail {
      display: block;
      width: 100%; }
    .inquiry .item .action {
      margin: var(--margin-inquiry-body-contents) var(--margin-inquiry-body-contents) var(--margin-inquiry-body-contents) 0; }

@media (min-width: 768px) {
  .inquiry {
    --font-size-heading: 46px;
    --font-size-table-heading: 28px;
    --font-size-headline: 24px;
    --font-size-base: 20px;
    --font-size-action: 18px;
    --width-toggle-icon: 40px;
    --width-item-details: 50%; }
    .inquiry .inquiry__title {
      font-size: var(--font-size-table-heading); }
      .inquiry .inquiry__title .num-items {
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset;
        width: auto;
        margin-left: 15px; }
      .inquiry .inquiry__title .repeat-inquiry {
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset; }
    .inquiry .item__image {
      max-width: 240px; }
    .inquiry .item__details {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .inquiry .item__details-links {
        margin-left: unset; }
      .inquiry .item__details-content {
        margin-left: unset;
        margin-top: unset; }
    .inquiry .item__info:nth-child(2n+1) {
      margin-left: unset;
      margin-top: unset; }
    .inquiry .item .date-of-creation {
      margin-bottom: 0.4rem; }
    .inquiry .item .action {
      margin: var(--margin-inquiry-body-contents); } }

@media (min-width: 992px) {
  .inquiry {
    --font-size-heading: 54px;
    --font-size-table-heading: 26px;
    --font-size-base: 22px;
    --font-size-action: 18px;
    --width-toggle-icon: 50px; }
    .inquiry dl dt {
      min-width: 150px; }
    .inquiry .item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      padding: 15px 0;
      margin: 3px 0;
      /*.details-1 {
                width: 35%;
                overflow: hidden;
                border-right: 1px solid $gray;
                padding-right: var(--margin-vertical-border);
            }

            .details-2 {
                width: 50%;
                margin-left: var(--margin-vertical-border);
            }*/ }
      .inquiry .item .action {
        width: 15%;
        margin-left: var(--margin-vertical-border); } }

@media (min-width: 1280px) {
  .inquiry {
    --font-size-headline: 28px; } }

@media (min-width: 992px) {
  body.layout-l01 {
    -webkit-padding-before: 150px;
            padding-block-start: 150px; } }

@media (min-width: 1280px) {
  body.layout-l01 {
    -webkit-padding-before: 150px;
            padding-block-start: 150px; } }

.mmtheo-module.mmtheo-module-m01a a:not(.btn) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mmtheo-module.mmtheo-module-m01a a:not(.btn) .icon-arrow-link {
    font-size: unset;
    margin-left: 3px; }

.mmtheo-module.mmtheo-module-m01a p {
  line-height: 1.5; }

.mmtheo-module.mmtheo-module-m01a .headlines {
  -webkit-margin-before: 10px;
          margin-block-start: 10px; }
  .mmtheo-module.mmtheo-module-m01a .headlines span.mmtheo-module--headline {
    color: #535d62;
    font-style: italic;
    font-size: 30px;
    line-height: 1.3; }
  .mmtheo-module.mmtheo-module-m01a .headlines span.mmtheo-module--subheadline {
    color: #575656;
    font-size: 23px;
    line-height: 1.3; }
  .mmtheo-module.mmtheo-module-m01a .headlines--media a:not(.btn) {
    display: block; }

.mmtheo-module.mmtheo-module-m01a.mmtheo-module-bg-2 {
  background-color: #575656; }
  .mmtheo-module.mmtheo-module-m01a.mmtheo-module-bg-2 .headlines span.mmtheo-module--headline {
    color: #ffffff; }

.mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em; }

.mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text h1 a {
  padding-right: 55px; }

.mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text h2 a {
  padding-right: 47px; }

.mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text h3 a {
  padding-right: 40px; }

.mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text h4 a {
  padding-right: 37px; }

.mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text h5 a {
  padding-right: 30px; }

.mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text a {
  padding-right: 25px; }
  .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text a:hover, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text a:focus {
    background-size: 100% 1px; }
  .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__text a:not(.btn):after {
    color: currentColor;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "minitec" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: unset;
    margin-left: 5px;
    right: 3px; }

@media (min-width: 768px) {
  .mmtheo-module.mmtheo-module-m01a .headlines {
    -webkit-margin-before: 0;
            margin-block-start: 0; }
    .mmtheo-module.mmtheo-module-m01a .headlines span.mmtheo-module--headline {
      font-size: 45px; }
    .mmtheo-module.mmtheo-module-m01a .headlines span.mmtheo-module--subheadline {
      font-size: 35px; } }

@media (min-width: 992px) {
  .mmtheo-module.mmtheo-module-m01a .headlines span.mmtheo-module--headline {
    font-size: 60px; }
  .mmtheo-module.mmtheo-module-m01a .headlines span.mmtheo-module--subheadline {
    font-size: 40px; } }

@media only screen and (max-width: 600px) {
  .mmtheo-module.mmtheo-module-m01a table {
    display: block;
    overflow-x: auto; } }

.mmtheo-module-m07 .m07-slider__arrow {
  width: 50px;
  height: 50px; }
  .mmtheo-module-m07 .m07-slider__arrow--prev {
    left: 0; }
    .mmtheo-module-m07 .m07-slider__arrow--prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 50px;
      color: #ff6600;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m07 .m07-slider__arrow--next {
    right: 0; }
    .mmtheo-module-m07 .m07-slider__arrow--next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 50px;
      color: #ff6600;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }

.mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-0 {
  background-color: #535d62; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-0 h1 {
    font-size: 76px;
    line-height: 88px; }

.mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-1 {
  background-color: #535d62; }

.mmtheo-module-m07 .m07-slider .slick-dots li:only-child {
  display: none; }

.mmtheo-module-m07 .m07-slider .slick-dots li > button {
  border: 1px solid #575656; }
  .mmtheo-module-m07 .m07-slider .slick-dots li > button:focus, .mmtheo-module-m07 .m07-slider .slick-dots li > button:active {
    outline: unset; }

.mmtheo-module-m07 .m07-slider .slick-dots li.slick-active > button {
  border: 1px solid #ff6600; }

@media (min-width: 768px) {
  .mmtheo-module-m07 .m07-slider__arrow {
    width: 50px;
    height: 50px; }
    .mmtheo-module-m07 .m07-slider__arrow--prev {
      left: 0; }
      .mmtheo-module-m07 .m07-slider__arrow--prev:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "minitec" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 50px;
        color: #ff6600;
        margin-right: 0;
        position: relative;
        top: 0;
        left: 0; }
    .mmtheo-module-m07 .m07-slider__arrow--next {
      right: 0; }
      .mmtheo-module-m07 .m07-slider__arrow--next:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "minitec" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 50px;
        color: #ff6600;
        margin-right: 0;
        position: relative;
        top: 0;
        left: 0; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox {
    width: 50%; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-0 {
    background-color: transparent; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-0 h1 {
      font-size: 72px;
      line-height: 1.5; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-1 {
    background-color: rgba(83, 93, 98, 0.9); } }

@media (min-width: 992px) {
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox {
    width: 30%; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox--left {
      left: 15%; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox--right {
      right: 15%; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-0 h1 {
    font-size: 96px;
    line-height: 2; } }

.mmtheo-module-m08 {
  --line-height-body: 1.5; }

@media (min-width: 992px) {
  .mmtheo-module-m08 {
    --font-size-body: 18px;
    --font-size-subject: 22px;
    --line-height-body: 1.5;
    --line-height-subject: 1.45; } }

.mmtheo-module-m09b .m09b-video-modal.show {
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.mmtheo-module-m09b .m09b-video-modal .modal-dialog {
  top: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset; }

.mmtheo-module-m09b .m09b-video-modal .modal-content .modal-header .close {
  border: 1px solid #ff6600; }
  .mmtheo-module-m09b .m09b-video-modal .modal-content .modal-header .close span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.mmtheo-module-m18 form textarea, .mmtheo-module-m18 .tx-indexedsearch-form textarea {
  resize: vertical;
  height: 5em; }

.mmtheo-module-m18 form .select-wrapper select, .mmtheo-module-m18 .tx-indexedsearch-form .select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.mmtheo-module-m18 form .select-wrapper::after, .mmtheo-module-m18 .tx-indexedsearch-form .select-wrapper::after {
  z-index: -1; }

.mmtheo-module-m24.modal .modal-content {
  height: auto;
  max-height: 80vh; }

.mmtheo-module-m24.modal .modal-header {
  position: relative;
  padding: 0;
  padding-block: 1rem;
  padding-inline: 2rem; }
  .mmtheo-module-m24.modal .modal-header .close {
    position: absolute;
    margin: 0;
    padding: 5px;
    top: 0;
    right: 0;
    -webkit-transform: translate(30%, -50%);
        -ms-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
    font-size: unset; }
    .mmtheo-module-m24.modal .modal-header .close .icon-times-solid:before {
      font-size: 20px; }

.mmtheo-module-m24.modal .modal-body .slider-item__image-wrap {
  position: relative; }
  .mmtheo-module-m24.modal .modal-body .slider-item__image-wrap img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 60vh; }

.mmtheo-module-m24.modal .modal-body .slider-item__description .name {
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  text-align: center; }

.mmtheo-module-m24.modal .modal-body .slider-item__description .download-wrap {
  display: none; }

.mmtheo-module-m24 .media-gallery .slider-item__image-wrap pre {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: white;
  font-family: "Amsi Pro Regular", sans-serif;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  white-space: pre-wrap; }

@media (min-width: 768px) {
  .mmtheo-module-m24.modal .modal-header .close {
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
    .mmtheo-module-m24.modal .modal-header .close .icon-times-solid:before {
      font-size: 30px; }
  .mmtheo-module-m24.modal .modal-content {
    height: unset;
    max-height: 90%; }
  .mmtheo-module-m24.modal .modal-body {
    overflow: auto;
    max-height: unset; }
    .mmtheo-module-m24.modal .modal-body .slider-item__description .name {
      font-size: 22px; } }

.mmtheo-module-m28 {
  display: none; }
  .mmtheo-module-m28 .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }

@media (min-width: 768px) {
  .mmtheo-module-m28 {
    display: block; } }

.mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container {
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  position: absolute;
  max-width: 100%; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h1 {
    font-size: 41.8px;
    line-height: 44px; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h2 {
    font-size: 39.6px;
    line-height: 44px; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h3 {
    font-size: 35.2px;
    line-height: 40px; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h4 {
    font-size: 30.8px;
    line-height: 34px; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h5 {
    font-size: 22px;
    line-height: 28px; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h6 {
    font-size: 17.6px;
    line-height: 22px; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container .mmtheo-module-m35__slider-textbox {
    padding: 5% 10%;
    width: 100%; }

@media (min-width: 768px) {
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h1 {
    font-size: 40.8px;
    line-height: 1; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h2 {
    font-size: 35.7px;
    line-height: 1.1; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h3 {
    font-size: 30.6px;
    line-height: 1.1; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h4 {
    font-size: 25.5px;
    line-height: 1.1; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h5 {
    font-size: 18.7px;
    line-height: 1.2; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h6 {
    font-size: 15.3px;
    line-height: 1.2; } }

@media (min-width: 1280px) {
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h1 {
    font-size: 72px;
    line-height: 1; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h2 {
    font-size: 63px;
    line-height: 1.1; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h3 {
    font-size: 54px;
    line-height: 1.1; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h4 {
    font-size: 45px;
    line-height: 1.1; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h5 {
    font-size: 33px;
    line-height: 1.2; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h6 {
    font-size: 27px;
    line-height: 1.2; } }

.mmtheo-module-m36 .m36-slider__nav-item.slick-current {
  font-weight: 400; }

.mmtheo-module-m36 .m36-slider .slick-arrow.slick-disabled {
  opacity: 1; }

.mmtheo-module-m36 .m36-slider .slick-arrow.slick-arrow-disabled {
  opacity: 0.5; }

.mini-cart {
  position: relative; }
  .mini-cart .num-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #535d62;
    border: 1px solid #535d62;
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }

.news-single {
  padding-top: 0; }
  .news-single .mmtheo-module-m05 .slider .item .item-wrap {
    padding-inline: 15px; }
  .news-single .mmtheo-grid .container .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .news-single .mmtheo-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .news-single .mmtheo-grid .mmtheo-module-m01a__text .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .news-single .mmtheo-grid .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .news-single .mmtheo-grid .mmtheo-module-m01a__text .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text {
    padding-left: 15px;
    padding-right: 15px; }
  .news-single .mmtheo-module span {
    margin-bottom: 10px; }
  .news-single .mmtheo-module--subheadline, .news-single .mmtheo-module--headline {
    color: #535d62;
    word-break: break-word; }

.news-list-view--slider-layout .p01-slider__slide .slide__image {
  height: auto; }

@media (min-width: 992px) {
  .news-single .container, .news-single .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .news-single .mmtheo-module-m01a__text, .news-single .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .news-single .mmtheo-module-m01a__text {
    padding-left: 15px;
    padding-right: 15px; }
  .news-single .mmtheo-module-m01 .container .row, .news-single .mmtheo-module-m01 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .row, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container-fluid--full-width .mmtheo-module-m01a__row .news-single .mmtheo-module-m01 .mmtheo-module-m01a__text .row, .news-single .mmtheo-module-m01 .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .mmtheo-module-m01a__text .row, .mmtheo-module.mmtheo-module-m01a .mmtheo-module-m01a__container--full-width .mmtheo-module-m01a__row .news-single .mmtheo-module-m01 .mmtheo-module-m01a__text .row {
    margin-inline: -2.5rem; }
  .news-list-date {
    font-size: 15px;
    line-height: 1; }
  .news-list__headline {
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
    -webkit-padding-after: 4px;
            padding-block-end: 4px; }
  .news .teaser-text div {
    color: #000; }
  .news-list-view--slider-layout .p01-slider__slide .slide__image {
    height: 230px; } }

.mmtheo-header-h01 + .tx-felogin-pi1 {
  padding-top: 40px; }

.tx-felogin-pi1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .tx-felogin-pi1 {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .tx-felogin-pi1 {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .tx-felogin-pi1 {
      max-width: 1240px; } }
  @media (min-width: 1600px) {
    .tx-felogin-pi1 {
      max-width: 1400px; } }

.mmtheo-module-p02__login-form .row {
  margin-right: -5px;
  margin-left: -5px; }

.mmtheo-module-p02__login-form .col-12 {
  padding-left: 5px;
  padding-right: 5px; }

.mmtheo-module-p02__login-form button[type=submit] {
  padding: 10px 20px 11px 20px;
  min-width: 200px; }

.mmtheo-module-p02__login-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem; }

.mmtheo-module-p02__login-input-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.mmtheo-module-p02__login-input {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .mmtheo-module-p02__login-input input.form-control {
    border-radius: 0; }

.mmtheo-module-p02__login-submit .mmtheo-module-p02__login-input {
  width: 100%;
  height: 100%;
  -webkit-padding-end: 0;
          padding-inline-end: 0; }

.mmtheo-module-p02__login-input-group, .mmtheo-module-p02__password-input-group {
  position: relative; }
  .mmtheo-module-p02__login-input-group .input-group-prepend, .mmtheo-module-p02__password-input-group .input-group-prepend {
    position: absolute;
    left: 10px;
    z-index: 4;
    top: calc(50% - 3px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ff6600;
    margin-right: 0; }
  .mmtheo-module-p02__login-input-group .form-control, .mmtheo-module-p02__password-input-group .form-control {
    padding-left: 38px; }

.mmtheo-module-p02__forgot-password-link {
  margin: 0; }
  .mmtheo-module-p02__forgot-password-link a {
    color: #575656;
    font-size: 0.875rem; }
    .mmtheo-module-p02__forgot-password-link a:active, .mmtheo-module-p02__forgot-password-link a:focus, .mmtheo-module-p02__forgot-password-link a:hover {
      color: #3d3d3d; }

.modal .modal-dialog .modal-content .modal-body .mmtheo-module-p02__login-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
  -webkit-padding-after: 0;
          padding-block-end: 0; }

.modal .modal-dialog .modal-content .modal-body .mmtheo-module-p02__login-input-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.modal .modal-dialog .modal-content .modal-body .mmtheo-module-p02__login-input {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.modal .modal-dialog .modal-content .modal-body .mmtheo-module-p02__forgot-password-link {
  margin: 0; }

@media (min-width: 992px) {
  .mmtheo-module-p02__login-form .form-control {
    height: unset;
    font-size: 1.375rem; }
  .mmtheo-module-p02__login-input {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .modal .modal-dialog .modal-content .modal-body .mmtheo-module-p02__login-input-fields input {
    max-width: 480px; } }

.word-highlight {
  color: #ff6600; }

.tx-srfeuserregister-pi1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .tx-srfeuserregister-pi1 {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .tx-srfeuserregister-pi1 {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .tx-srfeuserregister-pi1 {
      max-width: 1240px; } }
  @media (min-width: 1600px) {
    .tx-srfeuserregister-pi1 {
      max-width: 1400px; } }

.tx-srfeuserregister-pi1 form:not(.no-form) {
  color: #575656; }
  .tx-srfeuserregister-pi1 form:not(.no-form) a:not(.btn) {
    color: #ff6600;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .tx-srfeuserregister-pi1 form:not(.no-form) a:not(.btn):hover {
      color: #535d62; }
  .tx-srfeuserregister-pi1 form:not(.no-form) .checkbox input + span {
    margin: 0;
    -webkit-padding-start: 45px;
            padding-inline-start: 45px;
    position: absolute; }
    .tx-srfeuserregister-pi1 form:not(.no-form) .checkbox input + span:before, .tx-srfeuserregister-pi1 form:not(.no-form) .checkbox input + span:after {
      position: absolute;
      content: '';
      width: 30px;
      height: 30px;
      left: 0;
      top: 0;
      font-size: 30px;
      line-height: 1;
      border-radius: 0;
      pointer-events: none;
      background-color: #fff;
      border: #6c757d solid 1px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .tx-srfeuserregister-pi1 form:not(.no-form) .checkbox input:checked + span {
    background: #ffffff; }
    .tx-srfeuserregister-pi1 form:not(.no-form) .checkbox input:checked + span:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 30px;
      color: #ff6600;
      margin-left: 0;
      top: 0;
      position: absolute; }
    .tx-srfeuserregister-pi1 form:not(.no-form) .checkbox input:checked + span:before {
      background-color: inherit;
      border-color: #6c757d; }
    .tx-srfeuserregister-pi1 form:not(.no-form) .checkbox input:checked + span:after {
      background: none;
      line-height: 1; }
  .tx-srfeuserregister-pi1 form:not(.no-form) input, .tx-srfeuserregister-pi1 form:not(.no-form) textarea {
    font-family: "Amsi Pro Regular", sans-serif; }
  .tx-srfeuserregister-pi1 form:not(.no-form) textarea {
    resize: none; }
  .tx-srfeuserregister-pi1 form:not(.no-form) label {
    background: none;
    color: #575656;
    position: absolute;
    margin-bottom: 0;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    -o-transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out; }
    .tx-srfeuserregister-pi1 form:not(.no-form) label.select-label {
      position: relative; }
    .tx-srfeuserregister-pi1 form:not(.no-form) label .required {
      color: #dc3545; }
  .tx-srfeuserregister-pi1 form:not(.no-form) .form-control:not(.custom-style) {
    background: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #575656;
    border-left: 0;
    border-radius: 0;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .tx-srfeuserregister-pi1 form:not(.no-form) .form-control:not(.custom-style):focus {
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #575656;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: none; }
  .tx-srfeuserregister-pi1 form:not(.no-form) .form-check {
    -webkit-padding-start: 0;
            padding-inline-start: 0; }
  .tx-srfeuserregister-pi1 form:not(.no-form) .select-wrapper {
    position: relative; }
    .tx-srfeuserregister-pi1 form:not(.no-form) .select-wrapper:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 38px;
      color: #ff6600;
      margin-left: 0;
      top: 0;
      position: relative; }
    .tx-srfeuserregister-pi1 form:not(.no-form) .select-wrapper:after {
      vertical-align: middle;
      position: absolute;
      padding-right: 3px;
      right: 5px;
      z-index: 1; }

.tx-srfeuserregister-pi1 form.no-form .btn {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem; }

.tx-srfeuserregister-pi1 .form-group {
  position: relative;
  margin-block: 2rem; }
  .tx-srfeuserregister-pi1 .form-group label {
    top: 0; }
  .tx-srfeuserregister-pi1 .form-group input.filled + label, .tx-srfeuserregister-pi1 .form-group input.focused + label {
    font-size: 12px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .tx-srfeuserregister-pi1 .form-group.radio label {
    position: relative; }
    .tx-srfeuserregister-pi1 .form-group.radio label.radio__title {
      -webkit-padding-start: 0;
              padding-inline-start: 0;
      font-size: 12px;
      display: block; }
    .tx-srfeuserregister-pi1 .form-group.radio label:not(.radio__title) {
      -webkit-padding-start: 5px;
              padding-inline-start: 5px;
      -webkit-margin-end: 20px;
              margin-inline-end: 20px; }
  .tx-srfeuserregister-pi1 .form-group select.custom-select {
    border-radius: 0;
    border: 1px solid #575656;
    height: auto; }

.tx-srfeuserregister-pi1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-block: 25px; }
  .tx-srfeuserregister-pi1 dl dt {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    padding-block: 10px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px; }
    .tx-srfeuserregister-pi1 dl dt:nth-of-type(2n) {
      background-color: #f0f1f1; }
  .tx-srfeuserregister-pi1 dl dd {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    padding-block: 10px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    margin: 0; }
    .tx-srfeuserregister-pi1 dl dd:nth-of-type(2n) {
      background-color: #f0f1f1; }

.tx-srfeuserregister-pi1 .submit-wrapper {
  padding-block: 20px; }
  .tx-srfeuserregister-pi1 .submit-wrapper .btn {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px; }

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
  padding: 5px 10px;
  font-size: 1rem;
  background-color: #f0f1f1;
  border: 1px solid red; }

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash {
  -webkit-margin-before: 30px;
          margin-block-start: 30px; }

.tx-srfeuserregister-pi1 p.mmtheo-module-p3__register-link:only-child {
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
  margin: 0; }
  .tx-srfeuserregister-pi1 p.mmtheo-module-p3__register-link:only-child a {
    color: #575656;
    font-size: 0.875rem; }
    .tx-srfeuserregister-pi1 p.mmtheo-module-p3__register-link:only-child a:active, .tx-srfeuserregister-pi1 p.mmtheo-module-p3__register-link:only-child a:focus, .tx-srfeuserregister-pi1 p.mmtheo-module-p3__register-link:only-child a:hover {
      color: #3d3d3d; }

.tx-srfeuserregister-pi1-cnum i {
  font-size: 16px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }
  .tx-srfeuserregister-pi1-cnum i .popup {
    font-family: "Amsi Pro Regular", sans-serif;
    color: #535d62;
    display: none;
    background: #f0f1f1;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 25px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 9;
    font-size: 12px; }
    .tx-srfeuserregister-pi1-cnum i .popup .arrow-up {
      width: 0;
      height: 0;
      border-left: 5px solid #f0f1f1;
      border-bottom: 5px solid transparent;
      border-top: 5px solid transparent;
      right: -5px;
      top: 5px;
      position: absolute; }
  .tx-srfeuserregister-pi1-cnum i:hover .popup {
    display: block; }

.mmtheo-module-p03__login-form button[type=submit] {
  padding: 10px 20px 11px 20px;
  min-width: 200px; }

.mmtheo-module-p03__login-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem; }

.mmtheo-module-p03__login-input-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.mmtheo-module-p03__login-input {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .mmtheo-module-p03__login-input input.form-control {
    border-radius: 0; }

.mmtheo-module-p03__login-submit .mmtheo-module-p03__login-input {
  width: 100%;
  height: 100%;
  -webkit-padding-end: 0;
          padding-inline-end: 0; }

.mmtheo-module-p03__input-group {
  position: relative; }
  .mmtheo-module-p03__input-group .input-group-prepend {
    position: absolute;
    left: 10px;
    z-index: 4;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ff6600;
    margin-right: 0; }
  .mmtheo-module-p03__input-group .form-control {
    padding-left: 38px; }

.modal .modal-dialog .modal-content .modal-body .tx-srfeuserregister-pi1 p.mmtheo-module-p3__register-link:only-child {
  -webkit-padding-after: 0;
          padding-block-end: 0; }

@media (min-width: 992px) {
  .tx-srfeuserregister-pi1 form:not(.no-form) {
    max-width: 690px;
    margin-inline: auto; }
    .tx-srfeuserregister-pi1 form:not(.no-form) .form-group {
      margin-block: 3rem; }
  .mmtheo-module-p03__login-text {
    max-width: 690px;
    margin-inline: auto; }
  .mmtheo-module-p03__login-form .form-control {
    height: unset;
    font-size: 1.375rem; }
  .mmtheo-module-p03__login-input {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }

.mmtheo-module-p04 {
  --background-color: #f0f1f1;
  --grid-template-columns-card-high: 1fr;
  --grid-template-columns-card-wide: 120px repeat(auto-fit, minmax(120px, 1fr));
  --grid-template-columns-main: 1fr;
  --grid-gap-main: 25px;
  --grid-template-columns-card: var(--grid-template-columns-card-high);
  --grid-gap-card: 20px; }
  .mmtheo-module-p04 span.label {
    font-weight: bolder; }
  .mmtheo-module-p04 .continent-country-select__country-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .mmtheo-module-p04 .continent-country-select__country-wrap .continent-country-select__country-label {
      color: white;
      margin-right: 1em;
      width: 100%;
      text-align: left; }
  .mmtheo-module-p04__location-list .p04-location-list__searchbar .continent-country-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background: #ff6600;
    padding-block: 2em;
    padding-inline: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mmtheo-module-p04__location-list .p04-location-list__searchbar .continent-country-select__continent-wrap {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      -webkit-padding-after: 20px;
              padding-block-end: 20px; }
    .mmtheo-module-p04__location-list .p04-location-list__searchbar .continent-country-select__continent-option {
      color: white;
      -webkit-margin-end: 20px;
              margin-inline-end: 20px;
      opacity: 0.75;
      cursor: pointer; }
      .mmtheo-module-p04__location-list .p04-location-list__searchbar .continent-country-select__continent-option.active {
        opacity: 1;
        -webkit-border-after: 2px solid white;
                border-block-end: 2px solid white; }
    .mmtheo-module-p04__location-list .p04-location-list__searchbar .continent-country-select__country-wrap {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .mmtheo-module-p04__location-list .p04-location-list__searchbar .continent-country-select__country-wrap select {
        display: none;
        padding: .25em 1em;
        width: 100%; }
        .mmtheo-module-p04__location-list .p04-location-list__searchbar .continent-country-select__country-wrap select.show {
          display: block; }
  .mmtheo-module-p04__location-list .p04-location-list__display {
    margin-block: 20px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr; }
    .mmtheo-module-p04__location-list .p04-location-list__display .p04-location {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative;
      background-color: #f0f1f1;
      margin-block: 10px;
      padding: 1em 2em 1em 3em;
      display: none; }
      .mmtheo-module-p04__location-list .p04-location-list__display .p04-location.show {
        display: block; }
      .mmtheo-module-p04__location-list .p04-location-list__display .p04-location__title {
        font-size: 1.5rem; }
      .mmtheo-module-p04__location-list .p04-location-list__display .p04-location__address {
        margin-block: 10px; }
        .mmtheo-module-p04__location-list .p04-location-list__display .p04-location__address p {
          margin: 0; }
      .mmtheo-module-p04__location-list .p04-location-list__display .p04-location__contact-phone {
        margin-block: 10px; }
      .mmtheo-module-p04__location-list .p04-location-list__display .p04-location__contact-web {
        margin-block: 10px; }
      .mmtheo-module-p04__location-list .p04-location-list__display .p04-location__external-location-link {
        position: absolute;
        left: 1em;
        top: .75em;
        font-size: 1.5rem; }
        .mmtheo-module-p04__location-list .p04-location-list__display .p04-location__external-location-link:hover {
          text-decoration: none; }
  .mmtheo-module-p04__contact-list .p04-contact-list__searchbar {
    background-color: #ff6600;
    color: white;
    padding: 2em 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .mmtheo-module-p04__contact-list .p04-contact-list__zip-search {
    position: relative; }
    .mmtheo-module-p04__contact-list .p04-contact-list__zip-search i {
      position: absolute;
      top: 50%;
      right: .5em;
      color: #ff6600;
      -webkit-transform: translateY(-50%) scale(-1, 1);
          -ms-transform: translateY(-50%) scale(-1, 1);
              transform: translateY(-50%) scale(-1, 1);
      cursor: pointer; }
      .mmtheo-module-p04__contact-list .p04-contact-list__zip-search i:hover {
        -webkit-filter: saturate(0.5);
                filter: saturate(0.5); }
    .mmtheo-module-p04__contact-list .p04-contact-list__zip-search-label {
      margin: 0;
      padding: .25em 0; }
    .mmtheo-module-p04__contact-list .p04-contact-list__zip-search input {
      padding: .25em 2em .25em 1em;
      width: 100%;
      border: 0;
      height: 44px; }
      .mmtheo-module-p04__contact-list .p04-contact-list__zip-search input::-webkit-input-placeholder {
        font-style: italic;
        opacity: 0.5; }
      .mmtheo-module-p04__contact-list .p04-contact-list__zip-search input:-ms-input-placeholder {
        font-style: italic;
        opacity: 0.5; }
      .mmtheo-module-p04__contact-list .p04-contact-list__zip-search input::-ms-input-placeholder {
        font-style: italic;
        opacity: 0.5; }
      .mmtheo-module-p04__contact-list .p04-contact-list__zip-search input::placeholder {
        font-style: italic;
        opacity: 0.5; }
  .mmtheo-module-p04__contact-list .p04-contact-list__reset-wrapper {
    text-align: center;
    margin-block: 1.5em; }
    .mmtheo-module-p04__contact-list .p04-contact-list__reset-wrapper button {
      margin: 0; }
  .mmtheo-module-p04__contact-list .p04-contact-list__display {
    display: grid;
    grid-template-columns: var(--grid-template-columns-main);
    grid-gap: var(--grid-gap-main); }
    .mmtheo-module-p04__contact-list .p04-contact-list__display .p04-contact {
      display: none;
      background-color: var(--background-color); }
      .mmtheo-module-p04__contact-list .p04-contact-list__display .p04-contact.show {
        display: grid;
        grid-template-columns: var(--grid-template-columns-card);
        grid-gap: var(--grid-gap-card);
        padding: var(--grid-gap-card);
        word-break: break-word; }
      .mmtheo-module-p04__contact-list .p04-contact-list__display .p04-contact img {
        height: auto;
        width: 100%; }
      .mmtheo-module-p04__contact-list .p04-contact-list__display .p04-contact__detail {
        margin: 0; }
        .mmtheo-module-p04__contact-list .p04-contact-list__display .p04-contact__detail--phone {
          -webkit-margin-before: 1em;
                  margin-block-start: 1em; }
      .mmtheo-module-p04__contact-list .p04-contact-list__display .p04-contact__zip-codes {
        -webkit-margin-before: 1em;
                margin-block-start: 1em; }
        .mmtheo-module-p04__contact-list .p04-contact-list__display .p04-contact__zip-codes-label, .mmtheo-module-p04__contact-list .p04-contact-list__display .p04-contact__zip-codes-range {
          display: inline;
          white-space: nowrap; }
        .mmtheo-module-p04__contact-list .p04-contact-list__display .p04-contact__zip-codes-spacer {
          display: inline-block; }

@media (min-width: 480px) {
  .mmtheo-module-p04 {
    --grid-template-columns-card: var(--grid-template-columns-card-wide); } }

@media (min-width: 768px) {
  .mmtheo-module-p04 {
    --grid-template-columns-main: 1fr 1fr;
    --grid-template-columns-card: var(--grid-template-columns-card-high); }
    .mmtheo-module-p04 .continent-country-select__country-wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .mmtheo-module-p04 .continent-country-select__country-wrap .continent-country-select__country-label {
        text-align: right; }
    .mmtheo-module-p04 .p04-location-list__display {
      grid-template-columns: 1fr 1fr; }
      .mmtheo-module-p04 .p04-location-list__display .p04-location {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-preferred-size: 335px;
            flex-basis: 335px; }
    .mmtheo-module-p04 .p04-contact-list__searchbar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media (min-width: 992px) {
  .mmtheo-module-p04 {
    --grid-template-columns-card: var(--grid-template-columns-card-wide); }
    .mmtheo-module-p04 .p04-location-list__searchbar .continent-country-select {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .mmtheo-module-p04 .p04-location-list__searchbar .continent-country-select__continent-wrap {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        padding: .25em 1em; }
      .mmtheo-module-p04 .p04-location-list__searchbar .continent-country-select__country-wrap {
        -ms-flex-preferred-size: unset;
            flex-basis: unset; }
    .mmtheo-module-p04 .p04-location-list__display {
      grid-template-columns: 1fr 1fr 1fr; }
      .mmtheo-module-p04 .p04-location-list__display .p04-location {
        -ms-flex-preferred-size: 295px;
            flex-basis: 295px; } }

@media (min-width: 1280px) {
  .mmtheo-module-p04 .p04-location-list__display .p04-location {
    -ms-flex-preferred-size: 390px;
        flex-basis: 390px; } }

@media (min-width: 1600px) {
  .mmtheo-module-p04 .p04-location-list__display .p04-location {
    -ms-flex-preferred-size: 440px;
        flex-basis: 440px; } }

.product-detail {
  --color-1: #ffffff;
  --color-2: #f0f1f1;
  --color-3: #c6c6c6;
  --color-4: #ff6600;
  --color-5: #535d62;
  --color-6: #ff686b;
  --color-7: #ffd670;
  --color-8: #60d394;
  --color-9: #cdcccc;
  --layer-1: 1; }

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    right: -50%; } }

@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%; } }

.product-detail {
  --size-arrow-primary-slider: 40px;
  --height-secondary-slider: 450px;
  --input-height: 50px; }
  .product-detail .product-selection-form-reset-container {
    margin-bottom: -2rem;
    text-align: end; }
    .product-detail .product-selection-form-reset-container .js-product-selection-form-reset {
      cursor: pointer; }
  .product-detail .js-message .alert-icon {
    font-size: 32px;
    margin-right: 0.5rem;
    color: var(--primary); }
  .product-detail .verstelleinheit-configurator-hint {
    margin-bottom: 15px; }
  .product-detail .custom-modal .download-line, .product-detail .description__content .download-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5em 1em;
    border-top: 1px solid var(--color-3);
    border-bottom: none;
    cursor: pointer; }
    .product-detail .custom-modal .download-line:last-child, .product-detail .description__content .download-line:last-child {
      border-bottom: 1px solid var(--color-3); }
    .product-detail .custom-modal .download-line i, .product-detail .description__content .download-line i {
      color: #ff6600;
      font-weight: bold;
      font-size: 1.5rem; }
  .product-detail a i {
    --font-size-icon-in-anchor: 24px;
    position: relative;
    font-size: var(--font-size-icon-in-anchor); }
    .product-detail a i:after {
      content: "";
      position: absolute;
      width: calc(100% + 4px);
      left: -2px;
      top: var(--font-size-icon-in-anchor);
      border: 2px solid white; }
  .product-detail h1 {
    color: var(--color-5);
    font-family: 'Amsi Pro Regular', sans-serif;
    margin-bottom: 30px;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-break: break-word; }
  .product-detail img {
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .product-detail ul {
    list-style: square; }
    .product-detail ul li {
      margin: 10px; }
      .product-detail ul li::marker {
        color: #ff6600;
        font-size: 20px; }
  .product-detail form label {
    margin: 0; }
  .product-detail form select, .product-detail form input, .product-detail form textarea {
    border: 1px solid var(--color-3); }
  .product-detail form input {
    min-width: 100px;
    height: var(--input-height);
    padding: 10px; }
  .product-detail form textarea {
    padding: 15px; }
  .product-detail form[data-product-status-web="expired"] label, .product-detail form[data-product-status-web="expired"] input, .product-detail form[data-product-status-web="expired"] .select-selected, .product-detail form[data-product-status-web="expired"] .custom-minitec-select + i {
    color: var(--color-3); }
  .product-detail form[data-product-status-web="expired"] input, .product-detail form[data-product-status-web="expired"] textarea {
    cursor: not-allowed; }
  .product-detail form[data-product-status-web="expired"] .btn-primary {
    color: var(--color-9);
    background-color: var(--color-2);
    border-color: var(--color-3);
    cursor: not-allowed; }
  .product-detail form[data-product-status-web="expired"] .actions__group .action__links a:not(:first-child) {
    display: none;
    color: var(--color-9); }
    .product-detail form[data-product-status-web="expired"] .actions__group .action__links a:not(:first-child):hover {
      color: var(--color-9);
      cursor: not-allowed;
      text-decoration: none; }
  .product-detail__available-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px; }
    .product-detail__available-info.info-border {
      border-bottom: 1px solid var(--color-3); }
    .product-detail__available-info span {
      margin-left: 60px; }
  .product-detail__additional-info:first-child {
    padding-bottom: 15px; }
  .product-detail__additional-info {
    border-bottom: 1px solid var(--color-3);
    margin-top: 10px; }
    .product-detail__additional-info a:not(.btn) {
      text-decoration: none;
      color: #ff6600;
      background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
      background-image: -o-linear-gradient(currentColor, currentColor);
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      -webkit-transition: background-size .5s;
      -o-transition: background-size .5s;
      transition: background-size .5s;
      word-break: break-word; }
      .product-detail__additional-info a:not(.btn):before {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        background: none;
        height: unset; }
      .product-detail__additional-info a:not(.btn):after {
        color: currentColor;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "minitec" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        line-height: unset;
        margin-left: 5px;
        right: 3px; }
      .product-detail__additional-info a:not(.btn):hover, .product-detail__additional-info a:not(.btn):focus {
        color: #535d62; }
        .product-detail__additional-info a:not(.btn):hover:before, .product-detail__additional-info a:not(.btn):focus:before {
          -webkit-transform: unset;
              -ms-transform: unset;
                  transform: unset;
          -webkit-transition: unset;
          -o-transition: unset;
          transition: unset; }
      .product-detail__additional-info a:not(.btn).link-arrow--primary {
        color: #ff6600; }
        .product-detail__additional-info a:not(.btn).link-arrow--primary:after {
          color: #ff6600; }
        .product-detail__additional-info a:not(.btn).link-arrow--primary:hover, .product-detail__additional-info a:not(.btn).link-arrow--primary:focus {
          color: #535d62;
          background-size: 100% 1px; }
          .product-detail__additional-info a:not(.btn).link-arrow--primary:hover:after, .product-detail__additional-info a:not(.btn).link-arrow--primary:focus:after {
            color: #535d62; }
          .product-detail__additional-info a:not(.btn).link-arrow--primary:hover:before, .product-detail__additional-info a:not(.btn).link-arrow--primary:focus:before {
            -webkit-transform: unset;
                -ms-transform: unset;
                    transform: unset;
            -webkit-transition: unset;
            -o-transition: unset;
            transition: unset; }
      .product-detail__additional-info a:not(.btn).link-arrow--secondary {
        color: #535d62; }
        .product-detail__additional-info a:not(.btn).link-arrow--secondary:after {
          color: #535d62; }
        .product-detail__additional-info a:not(.btn).link-arrow--secondary:hover, .product-detail__additional-info a:not(.btn).link-arrow--secondary:focus {
          color: #ff6600;
          background-size: 100% 1px; }
          .product-detail__additional-info a:not(.btn).link-arrow--secondary:hover:after, .product-detail__additional-info a:not(.btn).link-arrow--secondary:focus:after {
            color: #ff6600; }
          .product-detail__additional-info a:not(.btn).link-arrow--secondary:hover:before, .product-detail__additional-info a:not(.btn).link-arrow--secondary:focus:before {
            -webkit-transform: unset;
                -ms-transform: unset;
                    transform: unset;
            -webkit-transition: unset;
            -o-transition: unset;
            transition: unset; }
  .product-detail .required label:after {
    content: "*";
    color: red;
    margin-left: 3px; }
  .product-detail .browser-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 15px; }
  .product-detail .swiper-container {
    overflow: hidden; }
  .product-detail .fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0; }
    .product-detail .fields .field {
      margin: 15px 0;
      width: 100%; }
      .product-detail .fields .field.layout-horizontal {
        --size-measure: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        position: relative; }
        .product-detail .fields .field.layout-horizontal label {
          width: auto;
          min-width: 50%;
          min-height: var(--input-height);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .product-detail .fields .field.layout-horizontal input {
          width: 50%;
          padding-right: var(--size-measure); }
        .product-detail .fields .field.layout-horizontal select {
          width: 50%; }
        .product-detail .fields .field.layout-horizontal span.measure {
          position: absolute;
          width: var(--size-measure);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          right: 0;
          top: calc(var(--input-height) / 2);
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          overflow: hidden; }
      .product-detail .fields .field.layout-vertical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 30px 0; }
      .product-detail .fields .field-message {
        display: none; }
        .product-detail .fields .field-message.show {
          display: block; }
    .product-detail .fields.product-selection-form .field.layout-horizontal label {
      width: auto; }
  .product-detail .cross-selling-product {
    color: var(--color-5);
    text-decoration: none; }
    .product-detail .cross-selling-product .label {
      font-size: 14px;
      -webkit-line-clamp: 1;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      margin-top: 15px; }
    .product-detail .cross-selling-product .name, .product-detail .cross-selling-product .description {
      -webkit-line-clamp: 2;
      line-height: 1.375;
      height: 2.75em;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      margin: 10px 0; }
  .product-detail .replacement-selling-product {
    color: var(--color-5);
    text-decoration: none; }
    .product-detail .replacement-selling-product .label {
      font-size: 14px;
      -webkit-line-clamp: 1;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      margin-top: 15px; }
    .product-detail .replacement-selling-product .name, .product-detail .replacement-selling-product .description {
      -webkit-line-clamp: 2;
      line-height: 1.375;
      height: 2.75em;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      margin: 10px 0; }
  .product-detail .add-quote {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .product-detail .add-quote a {
      color: var(--color-1);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .product-detail .add-quote a:hover {
        text-decoration: none; }
    .product-detail .add-quote i {
      margin-right: 5px; }
      .product-detail .add-quote i:after {
        border: 0; }
    .product-detail .add-quote.btn-customx {
      padding: 0; }
      .product-detail .add-quote.btn-customx a {
        display: block;
        width: 100%;
        padding: 1.1rem 1.65rem; }
  .product-detail .message {
    font-size: 16px;
    margin-top: 30px; }
  .product-detail .actions__group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    text-transform: uppercase; }
    .product-detail .actions__group .quantity {
      width: 100%;
      margin-bottom: 10px; }
    .product-detail .actions__group .actions__main, .product-detail .actions__group .actions {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr; }
    .product-detail .actions__group .action__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .product-detail .actions__group .action__links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px; }
        .product-detail .actions__group .action__links a i {
          margin-right: 7px; }
  .product-detail .section__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    margin-top: 30px; }
  .product-detail .custom-control {
    padding-left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-detail .custom-control.hide-before {
      padding: 0; }
      .product-detail .custom-control.hide-before .custom-control-label::before {
        display: none; }
  .product-detail .product-detail__article-no {
    border-bottom: 1px solid var(--color-3);
    margin: 15px 0;
    padding-bottom: 15px;
    font-family: "Amsi Pro Regular", sans-serif;
    font-weight: 700; }
  .product-detail .quantity {
    margin-right: 5px; }
  .product-detail .description {
    margin: 30px 0; }
    .product-detail .description .description__tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .product-detail .description .description__tabs .tab {
        border-bottom: 1px solid #f0f1f1;
        padding: 15px 0; }
        .product-detail .description .description__tabs .tab:first-child {
          border-top: 1px solid #f0f1f1; }
        .product-detail .description .description__tabs .tab .click-overlay {
          width: 100%;
          height: 100%;
          z-index: 1;
          cursor: pointer;
          background: transparent;
          position: absolute; }
        .product-detail .description .description__tabs .tab label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          text-transform: uppercase; }
          .product-detail .description .description__tabs .tab label span {
            max-width: 90%;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
          .product-detail .description .description__tabs .tab label i {
            max-width: 10%; }
    .product-detail .description .description__content {
      display: none; }
      .product-detail .description .description__content td {
        padding: 10px; }
  .product-detail .cross-selling {
    margin: 30px 0;
    padding: 32px 0 62px 0;
    background: #f0f1f1; }
    .product-detail .cross-selling .swiper-container {
      width: 80%;
      margin: 0 auto; }
    .product-detail .cross-selling .cross-selling__slider {
      position: relative; }
    .product-detail .cross-selling .swiper-button-prev-unq,
    .product-detail .cross-selling .swiper-button-next-unq {
      font-size: 42px;
      color: #ff6600;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer; }
    .product-detail .cross-selling .swiper-button-next-unq {
      right: -5px; }
    .product-detail .cross-selling .swiper-button-prev-unq {
      left: -5px; }
    .product-detail .cross-selling .title {
      font-size: 36px;
      font-style: italic;
      font-weight: bold;
      margin-bottom: 36px; }
    .product-detail .cross-selling .swiper-slide {
      border: 1px solid #d2d2d2;
      padding: 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #ffffff;
      color: #575656; }
      .product-detail .cross-selling .swiper-slide:hover, .product-detail .cross-selling .swiper-slide:active, .product-detail .cross-selling .swiper-slide:focus {
        text-decoration: none;
        color: #575656; }
        .product-detail .cross-selling .swiper-slide:hover .name, .product-detail .cross-selling .swiper-slide:active .name, .product-detail .cross-selling .swiper-slide:focus .name {
          text-decoration: underline; }
      .product-detail .cross-selling .swiper-slide > * {
        width: 100%;
        margin: 10px 0; }
      .product-detail .cross-selling .swiper-slide .name {
        font-weight: bold; }
      .product-detail .cross-selling .swiper-slide .description {
        font-size: 12px; }
  .product-detail .replacement-selling {
    margin: 30px 0;
    padding: 32px 0 62px 0;
    background: #f0f1f1; }
    .product-detail .replacement-selling .swiper-container {
      width: 80%;
      margin: 0 auto; }
    .product-detail .replacement-selling .replacement-selling__slider {
      position: relative; }
    .product-detail .replacement-selling .swiper-button-prev-unq,
    .product-detail .replacement-selling .swiper-button-next-unq {
      font-size: 42px;
      color: #ff6600;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer; }
    .product-detail .replacement-selling .swiper-button-next-unq {
      right: -5px; }
    .product-detail .replacement-selling .swiper-button-prev-unq {
      left: -5px; }
    .product-detail .replacement-selling .title {
      font-size: 36px;
      font-style: italic;
      font-weight: bold;
      margin-bottom: 36px; }
    .product-detail .replacement-selling .swiper-slide {
      border: 1px solid #d2d2d2;
      padding: 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #ffffff;
      color: #575656; }
      .product-detail .replacement-selling .swiper-slide:hover, .product-detail .replacement-selling .swiper-slide:active, .product-detail .replacement-selling .swiper-slide:focus {
        text-decoration: none;
        color: #575656; }
        .product-detail .replacement-selling .swiper-slide:hover .name, .product-detail .replacement-selling .swiper-slide:active .name, .product-detail .replacement-selling .swiper-slide:focus .name {
          text-decoration: underline; }
      .product-detail .replacement-selling .swiper-slide > * {
        width: 100%;
        margin: 10px 0; }
      .product-detail .replacement-selling .swiper-slide .name {
        font-weight: bold; }
      .product-detail .replacement-selling .swiper-slide .description {
        font-size: 12px; }
  .product-detail .gallery-modal.show {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-detail .gallery-modal .fullscreen {
    display: none; }
  .product-detail .gallery-modal .gallery__modal--content {
    width: 97%;
    height: 90%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: white;
    border-radius: 10px; }
    .product-detail .gallery-modal .gallery__modal--content .gallery__modal--body {
      margin: 15px 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .product-detail .gallery-modal .gallery__modal--content .close {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: white;
      border: 1px solid #ff6600;
      border-radius: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 1;
      padding: 10px;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  .product-detail .text-modal {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    position: fixed;
    top: 100vh;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-detail .text-modal.show {
      top: 0; }
    .product-detail .text-modal .text-mcontent {
      width: 100%;
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: white;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .product-detail .text-modal .text-mcontent > div {
        padding: 15px;
        width: 100%; }
      .product-detail .text-modal .text-mcontent .topbar {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #f0f1f1;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .product-detail .text-modal .text-mcontent .topbar .close {
          padding-right: 30px; }
      .product-detail .text-modal .text-mcontent .title {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        word-break: break-all; }
  .product-detail .action-modal .modal {
    z-index: 10000;
    padding: 0 !important; }
  .product-detail .action-modal .modal-content {
    height: 100%; }
    .product-detail .action-modal .modal-content .modal-header {
      padding: 1rem; }
    .product-detail .action-modal .modal-content .modal-body {
      overflow-y: hidden;
      -webkit-padding-after: 0;
              padding-block-end: 0;
      max-height: unset; }
  .product-detail .action-modal iframe {
    min-height: 450px;
    height: 100% !important; }
  .product-detail .product-detail-info {
    width: 100%; }
  .product-detail .gallery {
    max-height: 700px;
    width: 100%;
    margin-bottom: 20px; }
  .product-detail .secondary-slider {
    display: none; }
  .product-detail .primary-slider {
    position: relative; }
    .product-detail .primary-slider .swiper-container {
      width: calc(100% - 2 * var(--size-arrow-primary-slider));
      height: 100%; }
    .product-detail .primary-slider .icon-angle-left-solid,
    .product-detail .primary-slider .icon-angle-right-solid {
      cursor: pointer;
      font-size: var(--size-arrow-primary-slider);
      color: var(--color-4);
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: var(--layer-1); }
    .product-detail .primary-slider .icon-angle-right-solid {
      right: 0; }
    .product-detail .primary-slider .icon-angle-left-solid {
      left: 0; }
  .product-detail .fullscreen {
    display: none; }

@media (min-width: 425px) {
  .product-detail .actions__group .actions__main, .product-detail .actions__group .actions {
    grid-template-columns: 1fr 3fr; }
  .product-detail .actions__group .quantity {
    width: unset;
    height: auto; } }

@media (min-width: 768px) {
  .product-detail {
    --width-secondary-slider: 100px; }
    .product-detail .description .description__tabs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-bottom: 1px solid #f0f1f1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product-detail .description .description__tabs .tab {
        margin-right: 10px;
        margin-left: 10px;
        padding: 0;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        border: 0; }
        .product-detail .description .description__tabs .tab:first-child {
          border-top: 0; }
        .product-detail .description .description__tabs .tab label span {
          max-width: unset;
          -o-text-overflow: unset;
             text-overflow: unset;
          overflow: unset; }
        .product-detail .description .description__tabs .tab label i {
          display: none; }
        .product-detail .description .description__tabs .tab .custom-control-label {
          border-bottom: 2px solid transparent;
          padding: 7px;
          cursor: pointer; }
          .product-detail .description .description__tabs .tab .custom-control-label:hover {
            border-color: #ff6600; }
        .product-detail .description .description__tabs .tab .custom-control-input:checked ~ .custom-control-label {
          color: #ff6600;
          border-color: #ff6600; }
      .product-detail .description .description__tabs .click-overlay {
        display: none; }
    .product-detail .description .description__content {
      display: block;
      margin: 20px; }
    .product-detail .gallery-modal .gallery__modal--content {
      max-width: 500px; }
    .product-detail .text-modal {
      display: none; }
    .product-detail .secondary-slider {
      width: var(--width-secondary-slider);
      display: block;
      float: left; }
      .product-detail .secondary-slider .swiper-container {
        height: var(--height-secondary-slider); }
      .product-detail .secondary-slider .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .product-detail .secondary-slider .swiper-slide {
        height: auto;
        border: 3px solid transparent;
        border-radius: 2px;
        cursor: pointer; }
        .product-detail .secondary-slider .swiper-slide-active {
          opacity: 0.9; }
        .product-detail .secondary-slider .swiper-slide-thumb-active {
          border-color: var(--color-4);
          opacity: 1; }
    .product-detail .primary-slider {
      width: calc(100% - var(--width-secondary-slider) - 10px);
      float: right; }
    .product-detail .replacement-selling__slider .swiper-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (min-width: 992px) {
  .product-detail {
    --width-secondary-slider: 120px;
    --size-arrow-primary-slider: 45px;
    --height-secondary-slider: 600px; }
    .product-detail .section__main {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .product-detail .description .description__tabs .tab {
      margin-right: 30px;
      margin-left: 30px; }
      .product-detail .description .description__tabs .tab .custom-control-label {
        padding: 20px; }
    .product-detail .description .description__content {
      margin: 50px; }
    .product-detail .cross-selling {
      padding: 62px 0 124px 0; }
      .product-detail .cross-selling .swiper-container {
        width: 90%; }
      .product-detail .cross-selling .title {
        text-align: center; }
    .product-detail .replacement-selling {
      padding: 62px 0 124px 0; }
      .product-detail .replacement-selling .swiper-container {
        width: 90%; }
      .product-detail .replacement-selling .title {
        text-align: center; }
    .product-detail .gallery-modal .gallery__modal--content {
      width: 80%;
      max-width: 800px; }
      .product-detail .gallery-modal .gallery__modal--content .gallery__modal--body {
        width: 90%; }
    .product-detail .gallery {
      width: 55%;
      margin-right: 5%; }
    .product-detail .product-detail-info {
      width: 40%; }
    .product-detail .fullscreen {
      text-align: right;
      display: block;
      font-size: 24px;
      color: #ff6600; }
      .product-detail .fullscreen i {
        cursor: pointer; } }

@media (min-width: 1280px) {
  .product-detail .gallery-modal .gallery__modal--content {
    width: 70%;
    max-width: 1024px; } }

.product-detail .product-navigation-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
  width: 100%;
  position: relative; }
  .product-detail .product-navigation-slider .product-navigation-slider__content {
    max-width: 100%;
    overflow: hidden; }
    .product-detail .product-navigation-slider .product-navigation-slider__content .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .product-detail .product-navigation-slider .product-navigation-slider__arrows {
    display: none; }
  .product-detail .product-navigation-slider.active .product-navigation-slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .product-detail .product-navigation-slider.active .product-navigation-slider__arrows i {
      cursor: pointer;
      color: var(--color-5);
      z-index: var(--layer-1);
      border: 2px solid var(--color-5);
      border-radius: 100%; }
    .product-detail .product-navigation-slider.active .product-navigation-slider__arrows.hide {
      visibility: hidden; }
  .product-detail .product-navigation-slider.active .product-navigation-slider__content {
    padding: 2em 4em;
    border: 1px solid var(--color-2); }

@media screen and (max-width: 992px) {
  .product-detail .browser-back {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product-detail .product-navigation-slider {
    width: 100%; }
    .product-detail .product-navigation-slider.active .product-navigation-slider__content {
      max-width: 100%;
      padding: 1em 2em;
      border: none; }
    .product-detail .product-navigation-slider.active .product-navigation-slider__arrows {
      position: absolute;
      top: 4em;
      right: 0; }
      .product-detail .product-navigation-slider.active .product-navigation-slider__arrows.product-navigation-slider__left-arrow {
        right: calc(30px + 2em); }
      .product-detail .product-navigation-slider.active .product-navigation-slider__arrows i {
        left: unset;
        right: 0; }
  .product-detail .product-navigation-slider__arrows i {
    font-size: 30px;
    padding: 5px;
    position: absolute; } }

@media screen and (min-width: 992px) {
  .product-detail .product-navigation-slider {
    width: 95%; }
    .product-detail .product-navigation-slider.active .product-navigation-slider__content {
      max-width: 95%;
      padding: 1em 2em; }
  .product-detail .product-navigation-slider__arrows i {
    font-size: 30px;
    padding: 5px;
    position: absolute; }
  .product-detail .product-navigation-slider__arrows.product-navigation-slider__left-arrow i {
    right: 0; }
  .product-detail .product-navigation-slider__arrows.product-navigation-slider__right-arrow i {
    left: 0; } }

@media screen and (min-width: 1600px) {
  .product-detail .product-navigation-slider {
    width: 100%; }
    .product-detail .product-navigation-slider.active .product-navigation-slider__content {
      max-width: 100%;
      padding: 2em 4em; }
  .product-detail .product-navigation-slider__arrows i {
    font-size: 35px;
    padding: 10px;
    position: absolute; }
  .product-detail .product-navigation-slider__arrows.product-navigation-slider__left-arrow i {
    right: 15px; }
  .product-detail .product-navigation-slider__arrows.product-navigation-slider__right-arrow i {
    left: 15px; } }

.product-listing {
  --color-1: #ffffff;
  --color-2: #f0f1f1;
  --color-3: #c6c6c6;
  --color-4: #ff6600;
  --color-5: #535d62;
  --color-6: #FF686B;
  --color-7: #FFD670;
  --color-8: #60D394;
  --color-black: #111111;
  --layer-1: 1;
  --layer-2: 2;
  --layer-3: 3;
  --layer-4: 4;
  --layer-5: 5;
  --filters-lv2__list-popup-size: 300px;
  --list-view-border: 1px solid #d1d5db; }

.product-listing .filter-lv4__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 10px 40px; }
  .product-listing .filter-lv4__list.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.product-listing .products {
  margin-bottom: 20px;
  overflow: auto; }
  .product-listing .products[data-view="tile-view"] table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px; }
    .product-listing .products[data-view="tile-view"] table tbody {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: repeat(2, 1fr); }
  .product-listing .products[data-view="tile-view"] .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .product-listing .products[data-view="tile-view"] .product-card .product-actions {
      display: none; }
      .product-listing .products[data-view="tile-view"] .product-card .product-actions a {
        font-size: 0.7rem;
        text-transform: none; }
  .product-listing .products[data-view="tile-view"] .product-image {
    margin-bottom: var(--padding-product-card);
    width: 100%;
    position: relative; }
    .product-listing .products[data-view="tile-view"] .product-image .product-image-name-label {
      position: absolute;
      left: 0;
      bottom: -0.8em;
      background: white;
      font-size: 0.8em;
      color: grey;
      padding: 0.2em 0.5em; }
  .product-listing .products[data-view="tile-view"] .product-description {
    display: none; }
  .product-listing .products[data-view="tile-view-full-width"] table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px; }
    .product-listing .products[data-view="tile-view-full-width"] table tbody {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: repeat(2, 1fr); }
  .product-listing .products[data-view="tile-view-full-width"] .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .product-listing .products[data-view="tile-view-full-width"] .product-card .product-actions {
      display: none; }
      .product-listing .products[data-view="tile-view-full-width"] .product-card .product-actions a {
        font-size: 0.7rem;
        text-transform: none; }
  .product-listing .products[data-view="tile-view-full-width"] .product-image {
    margin-bottom: var(--padding-product-card);
    width: 100%;
    position: relative; }
    .product-listing .products[data-view="tile-view-full-width"] .product-image .product-image-name-label {
      position: absolute;
      left: 0;
      bottom: -0.8em;
      background: white;
      font-size: 0.8em;
      color: grey;
      padding: 0.2em 0.5em; }
  .product-listing .products[data-view="tile-view-full-width"] .product-description {
    display: none; }
  .product-listing .products[data-view="list-view"] .product-card {
    padding: 0;
    font-size: 1rem;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .product-listing .products[data-view="list-view"] .product-card.focused .product-name a {
      width: calc(100% - 40px);
      max-width: 80%; }
    .product-listing .products[data-view="list-view"] .product-card .focus {
      left: 15px; }
    .product-listing .products[data-view="list-view"] .product-card .product-image {
      margin: 0;
      padding: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-listing .products[data-view="list-view"] .product-card .product-image img {
        height: auto;
        width: 50px; }
      .product-listing .products[data-view="list-view"] .product-card .product-image .product-image-name-label {
        display: none; }
    .product-listing .products[data-view="list-view"] .product-card .product-name {
      padding: 10px;
      position: relative; }
      .product-listing .products[data-view="list-view"] .product-card .product-name .focus {
        left: unset;
        right: 15px; }
    .product-listing .products[data-view="list-view"] .product-card .product-actions {
      padding: 10px; }
      .product-listing .products[data-view="list-view"] .product-card .product-actions a {
        padding: 0.5em 1em;
        margin: 0;
        font-size: 0.8em; }
    .product-listing .products[data-view="list-view"] .product-card .product-description {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .product-listing .products[data-view="list-view"] .product-card .product-name a, .product-listing .products[data-view="list-view"] .product-card .product-description a {
      color: var(--color-5);
      text-decoration: none;
      background-color: transparent;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden; }
      .product-listing .products[data-view="list-view"] .product-card .product-name a:hover, .product-listing .products[data-view="list-view"] .product-card .product-description a:hover {
        color: var(--color-5);
        text-decoration: none; }
      @media screen and (max-width: 760px) {
        .product-listing .products[data-view="list-view"] .product-card .product-name a, .product-listing .products[data-view="list-view"] .product-card .product-description a {
          font-size: 0.8em; } }
    .product-listing .products[data-view="list-view"] .product-card .product-description, .product-listing .products[data-view="list-view"] .product-card .product-actions {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .product-listing .products[data-view="list-view"] .product-card .product-name, .product-listing .products[data-view="list-view"] .product-card .product-description, .product-listing .products[data-view="list-view"] .product-card .product-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .product-listing .products[data-view="list-view"] table {
    table-layout: fixed;
    width: 100%; }
    .product-listing .products[data-view="list-view"] table tr {
      border: var(--list-view-border);
      border-bottom: none; }
      .product-listing .products[data-view="list-view"] table tr:last-child {
        border-bottom: var(--list-view-border); }
      .product-listing .products[data-view="list-view"] table tr td {
        border-right: var(--list-view-border); }
        .product-listing .products[data-view="list-view"] table tr td:last-child {
          border-right: none; }
        .product-listing .products[data-view="list-view"] table tr td.focus {
          width: 100%; }
        @media screen and (max-width: 776px) {
          .product-listing .products[data-view="list-view"] table tr td:nth-last-child(2) {
            border-right: none; } }
    .product-listing .products[data-view="list-view"] table .product-card td {
      height: 70px; }
    .product-listing .products[data-view="list-view"] table .product-card .product-image {
      width: 20%;
      min-width: 70px; }
    .product-listing .products[data-view="list-view"] table .product-card .product-name {
      width: 50%;
      font-size: 1rem; }
      .product-listing .products[data-view="list-view"] table .product-card .product-name a {
        color: var(--color-black); }
    .product-listing .products[data-view="list-view"] table .product-card .product-description {
      width: 20%; }
    .product-listing .products[data-view="list-view"] table .product-card .product-actions {
      display: none;
      width: 0; }
    @media screen and (min-width: 760px) {
      .product-listing .products[data-view="list-view"] table .product-card .product-image {
        width: 5%; }
      .product-listing .products[data-view="list-view"] table .product-card .product-name {
        width: 70%; }
      .product-listing .products[data-view="list-view"] table .product-card .product-description {
        width: 5%;
        min-width: 90px; }
      .product-listing .products[data-view="list-view"] table .product-card .product-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 20%;
        min-width: 170px; }
        .product-listing .products[data-view="list-view"] table .product-card .product-actions a {
          text-transform: none; } }

.product-listing.action-category .products[data-view="tile-view"] table tbody {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.product-listing.action-category .products[data-view="tile-view"] .product-image {
  margin-bottom: 0; }

.product-listing.action-category .products[data-view="tile-view-full-width"] table tbody {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.product-listing.action-category .products[data-view="tile-view-full-width"] .product-image {
  margin-bottom: 0; }

.product-listing {
  --dx-filters-popup: 20px;
  --dx-filters-toolbar: 6px;
  --padding-product-card: 10px; }
  .product-listing .custom-tooltip {
    position: relative;
    display: inline-block; }
    .product-listing .custom-tooltip .tooltiptext {
      visibility: hidden;
      background: transparent url("../Assets/Icons/tooltip_element.svg");
      background-size: contain;
      background-repeat: no-repeat;
      color: black;
      text-align: center;
      border-radius: 6px;
      /* Position the tooltip */
      position: absolute;
      z-index: 1;
      bottom: 140%;
      left: 50%;
      margin-left: -60px;
      padding: 10px 10px 20px 10px; }
    @media screen and (min-width: 760px) {
      .product-listing .custom-tooltip:hover .tooltiptext {
        visibility: visible; } }
  .product-listing .tooltip-inner {
    color: black;
    padding: 0.25rem 1rem;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    border-radius: 0; }
  .product-listing .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-listing .custom-checkbox {
    --size-checkbox: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-listing .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
      background: var(--color-1);
      border-color: var(--color-4); }
    .product-listing .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "minitec" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: calc(var(--size-checkbox) - 5px);
      color: #ff6600;
      margin-left: 0px;
      top: 0px;
      position: absolute; }
    .product-listing .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
      background-image: unset; }
    .product-listing .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25);
              box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25); }
    .product-listing .custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
      border-color: var(--color-4);
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25);
              box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25); }
    .product-listing .custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
      background-color: var(--color-4);
      border-color: var(--color-4); }
    .product-listing .custom-checkbox .custom-control-label {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: var(--size-checkbox);
      margin-left: 40px; }
      .product-listing .custom-checkbox .custom-control-label::after, .product-listing .custom-checkbox .custom-control-label::before {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: var(--size-checkbox);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: -40px;
        top: 0;
        width: var(--size-checkbox); }
      .product-listing .custom-checkbox .custom-control-label::before {
        border-radius: 0; }
  .product-listing .filters-lv1 {
    display: none;
    font-size: 16px;
    font-weight: bold;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    letter-spacing: 1px;
    margin-bottom: 15px; }
    .product-listing .filters-lv1.show {
      display: grid; }
    .product-listing .filters-lv1 a {
      border: 1px solid var(--color-4);
      color: var(--color-3);
      padding: 10px;
      text-align: center; }
      .product-listing .filters-lv1 a:hover, .product-listing .filters-lv1 a.selected {
        background: var(--color-4);
        color: var(--color-1);
        text-decoration: none; }
  .product-listing .filters-lv23 {
    position: relative;
    padding-bottom: var(--dx-filters-popup); }
    .product-listing .filters-lv23 > button {
      padding: 10px;
      width: 100%; }
  .product-listing .filters-lv2__list {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: var(--dx-filters-popup);
    overflow-y: auto;
    width: 100%; }
  .product-listing .filter-lv3__list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 10px 40px; }
    .product-listing .filter-lv3__list.open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .product-listing .filters__popup {
    background: var(--color-1);
    margin-top: 15px;
    position: relative;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: var(--layer-3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    height: 0; }
    .product-listing .filters__popup .filters-lv2__list {
      height: var(--filters-lv2__list-popup-size); }
    .product-listing .filters__popup > div:not(filters__toolbar) {
      padding: var(--dx-filters-popup); }
    .product-listing .filters__popup::after, .product-listing .filters__popup::before {
      border-style: solid;
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0; }
    .product-listing .filters__popup::after {
      border-color: transparent transparent var(--color-3) transparent;
      border-width: 0 11px 11px 11px;
      top: -11px;
      z-index: var(--layer-3); }
    .product-listing .filters__popup::before {
      border-color: transparent transparent var(--color-1) transparent;
      border-width: 0 10px 10px 10px;
      top: -10px;
      z-index: var(--layer-4); }
    .product-listing .filters__popup.open {
      -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
              box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px; }
  .product-listing .filters__toolbar {
    border-top: 1px solid var(--color-3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: var(--dx-filters-toolbar);
    margin-top: var(--filters-lv2__list-popup-size); }
    .product-listing .filters__toolbar > span {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid var(--color-4);
      color: var(--color-4);
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 14px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 5px;
      padding: 1rem;
      width: 100%; }
    .product-listing .filters__toolbar i {
      font-size: x-large; }
    .product-listing .filters__toolbar .sep {
      display: none; }
  .product-listing .loader {
    display: none;
    overflow: hidden; }
    .product-listing .loader.show {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: rgba(0, 0, 0, 0.35);
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: var(--layer-5); }
    .product-listing .loader .lds-default {
      --size: 80px;
      display: inline-block;
      height: var(--size);
      position: absolute;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: var(--size); }
      .product-listing .loader .lds-default > div {
        -webkit-animation: lds-default 1.2s linear infinite;
                animation: lds-default 1.2s linear infinite;
        background: #fff;
        border-radius: 50%;
        height: 6px;
        position: absolute;
        width: 6px; }
        .product-listing .loader .lds-default > div:nth-child(1) {
          -webkit-animation-delay: 0s;
                  animation-delay: 0s;
          left: 66px;
          top: 37px; }
        .product-listing .loader .lds-default > div:nth-child(2) {
          -webkit-animation-delay: -0.1s;
                  animation-delay: -0.1s;
          left: 62px;
          top: 22px; }
        .product-listing .loader .lds-default > div:nth-child(3) {
          -webkit-animation-delay: -0.2s;
                  animation-delay: -0.2s;
          left: 52px;
          top: 11px; }
        .product-listing .loader .lds-default > div:nth-child(4) {
          -webkit-animation-delay: -0.3s;
                  animation-delay: -0.3s;
          left: 37px;
          top: 7px; }
        .product-listing .loader .lds-default > div:nth-child(5) {
          -webkit-animation-delay: -0.4s;
                  animation-delay: -0.4s;
          left: 22px;
          top: 11px; }
        .product-listing .loader .lds-default > div:nth-child(6) {
          -webkit-animation-delay: -0.5s;
                  animation-delay: -0.5s;
          left: 11px;
          top: 22px; }
        .product-listing .loader .lds-default > div:nth-child(7) {
          -webkit-animation-delay: -0.6s;
                  animation-delay: -0.6s;
          left: 7px;
          top: 37px; }
        .product-listing .loader .lds-default > div:nth-child(8) {
          -webkit-animation-delay: -0.7s;
                  animation-delay: -0.7s;
          left: 11px;
          top: 52px; }
        .product-listing .loader .lds-default > div:nth-child(9) {
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s;
          left: 22px;
          top: 62px; }
        .product-listing .loader .lds-default > div:nth-child(10) {
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
          left: 37px;
          top: 66px; }
        .product-listing .loader .lds-default > div:nth-child(11) {
          -webkit-animation-delay: -1s;
                  animation-delay: -1s;
          left: 52px;
          top: 62px; }
        .product-listing .loader .lds-default > div:nth-child(12) {
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s;
          left: 62px;
          top: 52px; }

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }
  .product-listing .load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-listing .load-more.hide {
      display: none; }
  .product-listing .product-card {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
            box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--padding-product-card);
    position: relative; }
  .product-listing .product-description {
    font-size: 14px; }
  .product-listing .product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-listing .product-image img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%; }
  .product-listing .product-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative; }
  .product-listing .product-listing__main {
    padding-bottom: 15px;
    position: relative; }
  .product-listing .js-view-mode {
    padding: 5px; }
    .product-listing .js-view-mode.selected {
      background: var(--color-2); }
  .product-listing .product-list__toolbar {
    background: var(--color-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 0.7rem;
    height: 50px;
    padding: 5px 10px;
    margin-bottom: 25px; }
    @media screen and (min-width: 776px) {
      .product-listing .product-list__toolbar {
        font-size: 14px; } }
  .product-listing .product-list__toolbar--product-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--color-black);
    font-weight: bold;
    font-size: 1.1em; }
    .product-listing .product-list__toolbar--product-number > div {
      margin-right: 10px; }
      .product-listing .product-list__toolbar--product-number > div:first-child {
        font-weight: bold; }
  .product-listing .product-list__toolbar--sort {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-black);
    font-weight: bold;
    font-size: 1.1em; }
    .product-listing .product-list__toolbar--sort > div {
      margin-right: 10px; }
      .product-listing .product-list__toolbar--sort > div:first-child {
        font-weight: bold; }
  .product-listing .product-list__views {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--color-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    gap: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 15px;
    width: 100%;
    z-index: 3; }
    .product-listing .product-list__views i {
      cursor: pointer;
      font-size: 28px; }
  .product-listing .product-name {
    font-size: 18px;
    font-weight: bold; }
    .product-listing .product-name a {
      color: var(--color-5); }
  .product-listing.action-category .product-name {
    height: unset; }
  .product-listing .sidebar {
    display: none; }
    .product-listing .sidebar .filters-lv2__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .product-listing .custom-dropdown-select {
    position: relative; }
    .product-listing .custom-dropdown-select.show .custom-dropdown-select-options-container {
      font-weight: normal;
      color: #575656;
      background: var(--color-1);
      -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
              box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: var(--layer-2);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .product-listing .custom-dropdown-select.show .icon-angle-right-solid {
      display: none; }
    .product-listing .custom-dropdown-select.show .icon-angle-up-solid {
      display: inline-block; }
    .product-listing .custom-dropdown-select i {
      color: var(--color-4);
      font-weight: bold;
      font-size: 1.2em; }
    .product-listing .custom-dropdown-select .icon-angle-right-solid {
      display: inline-block; }
    .product-listing .custom-dropdown-select .icon-angle-up-solid {
      display: none; }
    .product-listing .custom-dropdown-select .custom-dropdown-select-options-container {
      display: none; }
    .product-listing .custom-dropdown-select .custom-dropdown__label {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 5px 0;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .product-listing .custom-dropdown-select .custom-dropdown__label span {
        margin-right: 0.25em;
        padding: 0 10px; }
    .product-listing .custom-dropdown-select .custom-dropdown-option {
      border-bottom: 1px solid var(--color-2);
      cursor: pointer;
      padding: 10px;
      width: 100%;
      text-align: center; }
      .product-listing .custom-dropdown-select .custom-dropdown-option:hover, .product-listing .custom-dropdown-select .custom-dropdown-option[data-selected="true"] {
        background: var(--color-2); }
      .product-listing .custom-dropdown-select .custom-dropdown-option:last-child {
        border: 0; }
  .product-listing.action-category .product-name {
    color: var(--color-5); }
  .product-listing .action-modal .modal {
    top: 61px;
    height: calc(100% - 61px);
    z-index: 1050; }
  .product-listing .action-modal .modal-content {
    height: 100%; }
    .product-listing .action-modal .modal-content .modal-header {
      padding: 1rem; }
    .product-listing .action-modal .modal-content .modal-body {
      overflow-y: hidden;
      -webkit-padding-after: 0;
              padding-block-end: 0;
      max-height: unset; }
  .product-listing .action-modal .modal-dialog {
    max-width: calc(100% - 30px);
    height: calc(100% - 3.5rem);
    margin: 1.75rem auto; }
  .product-listing .action-modal iframe {
    min-height: 450px; }

@media screen and (min-width: 425px) {
  .product-listing .filters__toolbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px; }
    .product-listing .filters__toolbar > span {
      width: auto; } }

@media screen and (min-width: 768px) {
  .product-listing {
    --padding-product-card: 20px; }
    .product-listing .filters-lv1 {
      border-bottom: 2px solid var(--color-2);
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 22px;
      grid-gap: unset;
      grid-template-columns: unset;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      .product-listing .filters-lv1.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .product-listing .filters-lv1 a {
        border: 0;
        border-bottom: 3px solid transparent;
        padding: 5px 15px; }
        .product-listing .filters-lv1 a:hover, .product-listing .filters-lv1 a.selected {
          background: transparent;
          border-color: var(--color-4);
          color: var(--color-4); }
    .product-listing .products[data-view="tile-view"] table {
      margin-bottom: 15px; }
      .product-listing .products[data-view="tile-view"] table tbody {
        grid-gap: 15px;
        grid-template-columns: repeat(3, 1fr); }
    .product-listing .products[data-view="tile-view-full-width"] table {
      margin-bottom: 15px; }
      .product-listing .products[data-view="tile-view-full-width"] table tbody {
        grid-gap: 15px;
        grid-template-columns: repeat(3, 1fr); }
    .product-listing .products[data-view="list-view"] table tbody {
      grid-gap: 0;
      grid-template-columns: 1fr; }
    .product-listing .product-card .focus {
      --font-size-label: 12px;
      --size-label: 35px; } }

@media screen and (min-width: 992px) {
  .product-listing {
    --dx-filters-toolbar: 20px; }
    .product-listing .filters-lv1 {
      font-size: 26px;
      margin-bottom: 0; }
      .product-listing .filters-lv1 a {
        padding: 20px 46px; }
    .product-listing .filters-lv23 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 60px 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .product-listing .filters-lv23 > button {
        padding: 20px;
        width: auto; }
    .product-listing .filters__popup .filters-lv2__list {
      height: unset; }
    .product-listing .filters-lv2__list {
      position: relative;
      grid-column-gap: 15px;
      grid-row-gap: 45px;
      grid-template-columns: repeat(3, 1fr);
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      overflow-y: unset; }
    .product-listing .filter-lv3__list.open {
      display: none; }
    .product-listing .filters__toolbar {
      margin: 0;
      border: 0;
      gap: 20px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-top: 0;
      padding-bottom: var(--dx-filters-toolbar); }
      .product-listing .filters__toolbar > span {
        border: 0;
        font-size: 16px;
        padding: 0; }
      .product-listing .filters__toolbar .sep {
        background: var(--color-3);
        display: block;
        width: 1px; }
    .product-listing .product-list {
      width: 70%; }
    .product-listing .product-list__views {
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-125%);
          -ms-transform: translateY(-125%);
              transform: translateY(-125%); }
    .product-listing .products[data-view="tile-view"] table {
      margin-bottom: 20px; }
      .product-listing .products[data-view="tile-view"] table tbody {
        grid-gap: 20px; }
    .product-listing .products[data-view="tile-view-full-width"] table {
      margin-bottom: 20px; }
      .product-listing .products[data-view="tile-view-full-width"] table tbody {
        grid-gap: 20px; }
    .product-listing .content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .product-listing .sidebar {
      display: block;
      font-size: 14px;
      width: calc(30% - 20px);
      margin-right: 20px; }
      .product-listing .sidebar .title {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: var(--color-2);
        color: var(--color-4);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        padding: 10px 20px;
        font-size: 16px; }
      .product-listing .sidebar .filters-lv2__list {
        grid-row-gap: 0;
        grid-template-columns: 1fr; }
      .product-listing .sidebar .filter-lv3__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .product-listing .sidebar .filter-lv23 {
        border: 1px solid var(--color-2);
        display: block;
        padding: 10px 20px; }
        .product-listing .sidebar .filter-lv23.hide {
          display: none; }
    .product-listing .action-modal .modal {
      top: 150px;
      height: calc(100% - 150px); } }

@media screen and (min-width: 1280px) {
  .product-listing {
    --padding-product-card: 30px; }
    .product-listing .filters-lv2__list {
      grid-template-columns: repeat(4, 1fr); }
    .product-listing.action-category .products[data-view="tile-view-full-width"] table tbody {
      grid-template-columns: repeat(auto-fit, minmax(280px, 317px)); }
    .product-listing.action-category .products[data-view="tile-view-full-width"] .product-image {
      margin-bottom: 0; } }

@media screen and (min-width: 1440px) {
  .product-listing .filters-lv2__list {
    grid-template-columns: repeat(5, 1fr); } }

.product-info-form .js-product-selection {
  position: relative; }
  .product-info-form .js-product-selection .loader {
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.35);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11; }
    .product-info-form .js-product-selection .loader .lds-default {
      --size: 80px;
      display: inline-block;
      height: var(--size);
      position: absolute;
      width: var(--size); }
      .product-info-form .js-product-selection .loader .lds-default > div {
        -webkit-animation: lds-default 1.2s linear infinite;
                animation: lds-default 1.2s linear infinite;
        background: #fff;
        border-radius: 50%;
        height: 8px;
        position: absolute;
        width: 8px;
        border: 1px solid #F5F5F5; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(1) {
          -webkit-animation-delay: 0s;
                  animation-delay: 0s;
          left: 66px;
          top: 37px; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(2) {
          -webkit-animation-delay: -0.1s;
                  animation-delay: -0.1s;
          left: 62px;
          top: 22px; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(3) {
          -webkit-animation-delay: -0.2s;
                  animation-delay: -0.2s;
          left: 52px;
          top: 11px; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(4) {
          -webkit-animation-delay: -0.3s;
                  animation-delay: -0.3s;
          left: 37px;
          top: 7px; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(5) {
          -webkit-animation-delay: -0.4s;
                  animation-delay: -0.4s;
          left: 22px;
          top: 11px; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(6) {
          -webkit-animation-delay: -0.5s;
                  animation-delay: -0.5s;
          left: 11px;
          top: 22px; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(7) {
          -webkit-animation-delay: -0.6s;
                  animation-delay: -0.6s;
          left: 7px;
          top: 37px; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(8) {
          -webkit-animation-delay: -0.7s;
                  animation-delay: -0.7s;
          left: 11px;
          top: 52px; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(9) {
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s;
          left: 22px;
          top: 62px; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(10) {
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
          left: 37px;
          top: 66px; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(11) {
          -webkit-animation-delay: -1s;
                  animation-delay: -1s;
          left: 52px;
          top: 62px; }
        .product-info-form .js-product-selection .loader .lds-default > div:nth-child(12) {
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s;
          left: 62px;
          top: 52px; }

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #f0f1f1; }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    background: #ff6600; } }
  .product-info-form .js-product-selection .pos-rel {
    position: relative; }
  .product-info-form .js-product-selection input, .product-info-form .js-product-selection select, .product-info-form .js-product-selection .custom-minitec-select {
    border: 1px solid var(--color-3); }
  .product-info-form .js-product-selection .js-product-selection-form .field select.selection-form-field, .product-info-form .js-product-selection .js-product-selection-form .field .custom-minitec-select.selection-form-field {
    width: 100%; }
  .product-info-form .js-product-selection .custom-minitec-select {
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1.1;
    outline: none;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: grid;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    margin: 0;
    width: 100%;
    font-family: inherit;
    height: 50px;
    grid-template-areas: "select";
    padding: 0 35px 0 10px; }
    .product-info-form .js-product-selection .custom-minitec-select:focus + .focus {
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      border: 2px solid;
      border-radius: inherit; }
    .product-info-form .js-product-selection .custom-minitec-select + i {
      color: #ff6600;
      position: absolute;
      pointer-events: none;
      font-size: 24px;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .product-info-form .js-product-selection select {
    width: 0 !important;
    height: 0;
    visibility: hidden;
    display: block; }
  .product-info-form .js-product-selection .component-loader {
    display: none; }
  .product-info-form .js-product-selection .component-loader.show {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1; }
    .product-info-form .js-product-selection .component-loader.show .loader {
      width: 104%;
      height: 104%;
      position: absolute;
      background: rgba(47, 72, 88, 0.2);
      z-index: 99;
      left: -2%;
      top: -2%;
      border-radius: 7px; }
  .product-info-form .js-product-selection .js-product-selection-form .field {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
    margin: 5px 0; }
    .product-info-form .js-product-selection .js-product-selection-form .field label {
      min-height: unset; }
  .product-info-form .js-product-selection div[data-state="inactive"], .product-info-form .js-product-selection option[data-state="inactive"] {
    background: #f0f1f1;
    color: gray; }
  .product-info-form .js-product-selection div[data-state="inactive"]:first-child {
    color: black;
    background: #ffffff; }

@media (min-width: 768px) {
  .product-info-form .js-product-selection .js-product-selection-form .field {
    grid-template-columns: 1fr 2fr; } }

@media (min-width: 992px) {
  .product-info-form .js-product-selection .js-product-selection-form .field {
    grid-template-columns: 1fr; } }

@media (min-width: 1280px) {
  .product-info-form .js-product-selection .js-product-selection-form .field {
    grid-template-columns: 1fr 2fr; } }

.custom-minitec-select {
  position: relative; }

.custom-minitec-select, .select-item {
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  outline: none;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.select-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black; }

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: white;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid var(--color-3); }
  .select-items div {
    background: transparent;
    color: black;
    border: 1px solid var(--color-3);
    font-family: 'Amsi Pro Regular';
    font-size: 20px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 5px; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

div {
  --colorFocus-1: #ffffff;
  --colorFocus-2: #ff686b;
  --colorFocus-3: #ffd670;
  --colorFocus-4: #60d394;
  --layerFocus-1: 1; }
  div .focus {
    --font-size-label: 12px;
    --size-label: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: var(--size-label);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--font-size-label);
    font-weight: 700;
    height: var(--size-label);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: var(--size-label);
    z-index: var(--layerFocus-1); }
    div .focus.new {
      background: var(--colorFocus-4);
      border-radius: 3px;
      color: var(--colorFocus-1);
      text-transform: uppercase; }
      div .focus.new:after, div .focus.new:before {
        background: var(--colorFocus-4);
        border-radius: 3px;
        content: "";
        height: var(--size-label);
        left: 0;
        position: absolute;
        top: 0;
        width: var(--size-label);
        z-index: -1; }
      div .focus.new:after {
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg); }
      div .focus.new:before {
        -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
                transform: rotate(60deg); }
    div .focus.expiring {
      background: var(--colorFocus-3);
      border-radius: 3px;
      color: var(--color-1); }
      div .focus.expiring:after, div .focus.expiring:before {
        background: var(--colorFocus-3);
        border-radius: 3px;
        content: "";
        height: var(--size-label);
        left: 0;
        position: absolute;
        top: 0;
        width: var(--size-label);
        z-index: -1; }
      div .focus.expiring:after {
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg); }
      div .focus.expiring:before {
        -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
                transform: rotate(60deg); }
    div .focus.expired {
      background: var(--colorFocus-2);
      border-radius: 3px;
      color: var(--colorFocus-1); }
      div .focus.expired:after, div .focus.expired:before {
        background: var(--colorFocus-2);
        border-radius: 3px;
        content: "";
        height: var(--size-label);
        left: 0;
        position: absolute;
        top: 0;
        width: var(--size-label);
        z-index: -1; }
      div .focus.expired:after {
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg); }
      div .focus.expired:before {
        -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
                transform: rotate(60deg); }
  div .product-detail__available-info .focus {
    left: 5px;
    top: 0; }

.custom-address-form {
  --border-color: #919191; }
  .custom-address-form > div {
    margin: 30px 0; }
  .custom-address-form .customer-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 45px 0; }
    .custom-address-form .customer-number > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .custom-address-form .customer-number > div b {
        margin-right: 15px; }
    .custom-address-form .customer-number i {
      font-size: 32px;
      margin-left: auto;
      color: var(--color-primary);
      opacity: 0.7;
      position: relative;
      cursor: pointer;
      --popup-colour: var(--color-inactive);
      --delta-arrow: 7px; }
      .custom-address-form .customer-number i .arrow-up {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid var(--popup-colour);
        right: var(--delta-arrow);
        top: calc(var(--delta-arrow) * -1);
        position: absolute; }
      .custom-address-form .customer-number i .popup {
        font-family: "Amsi Pro Regular", sans-serif;
        color: var(--color-secondary);
        font-size: 15px;
        display: none;
        background: var(--popup-colour);
        padding: 10px;
        position: absolute;
        top: calc(100% + var(--delta-arrow));
        right: 0;
        z-index: 9; }
      .custom-address-form .customer-number i:hover {
        opacity: 1; }
        .custom-address-form .customer-number i:hover .popup {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
  .custom-address-form .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .custom-address-form .field.active label {
      opacity: 1; }
    .custom-address-form .field label {
      font-size: 12px;
      margin-bottom: 0;
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: absolute;
      top: -10px; }
    .custom-address-form .field input {
      width: 100%;
      height: 50px;
      border: 0;
      border-bottom: 1px solid var(--border-color); }
    .custom-address-form .field.select-box {
      margin: 40px 0; }
      .custom-address-form .field.select-box select {
        height: 52px;
        line-height: 32px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 0; }
      .custom-address-form .field.select-box label {
        top: -20px;
        opacity: 1; }
  .custom-address-form .zip-and-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .custom-address-form .zip-and-city div:first-child {
      width: 30%;
      margin-right: 5%; }
    .custom-address-form .zip-and-city div:last-child {
      width: 65%; }
  .custom-address-form .first-and-lastname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .custom-address-form .first-and-lastname div:first-child {
      width: 47.5%;
      margin-right: 5%; }
    .custom-address-form .first-and-lastname div:last-child {
      width: 47.5%; }

.checkout-user-modal {
  --padding-modal-header: 20px;
  --padding-modal-body: 20px;
  --padding-modal-footer: 20px; }
  .checkout-user-modal .modal {
    padding-right: 0 !important; }
    .checkout-user-modal .modal .modal-content .modal-header {
      padding: var(--padding-modal-header) var(--padding-modal-body); }
    .checkout-user-modal .modal .modal-content .modal-body {
      padding: var(--padding-modal-body);
      padding-top: 0; }
    .checkout-user-modal .modal .modal-content .modal-footer {
      padding: var(--padding-modal-footer) var(--padding-modal-body); }

@media (min-width: 768px) {
  .custom-address-form .customer-number > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .custom-address-form .customer-number i .popup {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .checkout-user-modal {
    --padding-modal-header: 40px;
    --padding-modal-footer: 30px; }
    .checkout-user-modal .modal-dialog {
      max-width: 650px; } }

@media (min-width: 992px) {
  .checkout-user-modal {
    --padding-modal-body: 50px; }
    .checkout-user-modal .modal-dialog {
      max-width: 800px; } }

@media (min-width: 1280px) {
  .checkout-user-modal .modal-dialog {
    max-width: 1024px; } }
