.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }
  .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent; }
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }
.btn-outline-success {
  color: #198754;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }
.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0a58ca; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
/*!
 * mburger CSS v1.3.3
 * mmenujs.com/mburger
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
/** Selector for the root */
/** Selector for the button. */
/** Selector for the button with the "collapse" effect. */
/** Selector for the button with the "spin" effect. */
/** Selector for the button with the "squeeze" effect. */
/** Selector for the button with the "tornado" effect. */
/** Selector for the button when the menu is opened. */
/** Selector for the button with the "collapse" effect when the menu is opened. */
/** Selector for the button with the "spin" effect when the menu is opened. */
/** Selector for the button with the "squeeze" effect when the menu is opened. */
/** Selector for the button with the "tornado" effect when the menu is opened. */
/** Timeout before starting the animation, ensures the animation starts after the menu is fully opened. */
/** Whether or not to include the CSS for the "collapse" animation. */
/** Whether or not to include the CSS for the "spin" animation. */
/** Whether or not to include the CSS for the "squeeze" animation. */
/** Whether or not to include the CSS for the "tornado" animation. */
:root {
  /** Size for the button. */
  --mb-button-size: 60px;
  /** Width for the bars, relative to the button. */
  --mb-bar-width: 0.6;
  /** Height for the bars.*/
  --mb-bar-height: 4px;
  /** Distance between bars (approximately). */
  --mb-bar-spacing: 10px;
  /** Timeout before starting the animation, ensures the animation starts after the menu is fully opened. */
  --mb-animate-timeout: 0.4s; }
.mburger {
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  appearance: none;
  outline: none;
  cursor: pointer; }
  .mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height) / 2);
    background: currentColor;
    color: inherit;
    opacity: 1; }
    .mburger b:nth-of-type(1) {
      bottom: calc(50% + var(--mb-bar-spacing));
      transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease; }
    .mburger b:nth-of-type(2) {
      top: calc(50% - (var(--mb-bar-height) / 2));
      transition: opacity 0.2s ease; }
    .mburger b:nth-of-type(3) {
      top: calc(50% + var(--mb-bar-spacing));
      transition: top 0.2s ease, transform 0.2s ease, width 0.2s ease; }
.mm-wrapper_opened .mburger b:nth-of-type(1) {
  bottom: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(45deg); }
.mm-wrapper_opened .mburger b:nth-of-type(2) {
  opacity: 0; }
.mm-wrapper_opened .mburger b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(-45deg); }
.mburger--collapse b:nth-of-type(1) {
  transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s, 0s, 0s; }
.mburger--collapse b:nth-of-type(2) {
  transition: top 0.2s ease, opacity 0s ease;
  transition-delay: 0.3s, 0.3s; }
.mburger--collapse b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease; }
.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
  bottom: calc( 50% - var(--mb-bar-spacing) - var(--mb-bar-height));
  margin-bottom: calc( var(--mb-bar-spacing) + (var(--mb-bar-height) / 2));
  transform: rotate(45deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.1s), calc(var(--mb-animate-timeout) + 0.3s), calc(var(--mb-animate-timeout) + 0.3s); }
.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
  top: calc(50% + var(--mb-bar-spacing));
  opacity: 0;
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s); }
.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(-45deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.3s), calc(var(--mb-animate-timeout) + 0.3s); }
.mburger--spin b:nth-of-type(1) {
  transition-delay: 0.2s, 0s; }
.mburger--spin b:nth-of-type(2) {
  transition-duration: 0s;
  transition-delay: 0.2s; }
.mburger--spin b:nth-of-type(3) {
  transition-delay: 0.2s, 0s; }
.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
  transform: rotate(135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s); }
.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }
.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
  transform: rotate(225deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s); }
.mburger--squeeze b:nth-of-type(1) {
  transition-delay: 0.1s, 0s; }
.mburger--squeeze b:nth-of-type(2) {
  transition-delay: 0.1s; }
.mburger--squeeze b:nth-of-type(3) {
  transition-delay: 0.1s, 0s; }
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s); }
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s); }
.mburger--tornado b:nth-of-type(1) {
  transition: bottom 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s; }
.mburger--tornado b:nth-of-type(2) {
  transition: opacity 0s ease, transform 0.2s ease;
  transition-delay: 0.1s, 0.1s; }
.mburger--tornado b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
  transition-delay: 0s; }
.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }
.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
  opacity: 0;
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.4s), calc(var(--mb-animate-timeout) + 0.1s); }
.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
  transform: rotate(-225deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.2s); }
/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.mm-hidden {
  display: none !important; }
.mm-wrapper {
  overflow-x: hidden;
  position: relative; }
.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  overscroll-behavior: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .mm-menu a,
  .mm-menu a:link,
  .mm-menu a:active,
  .mm-menu a:visited,
  .mm-menu a:hover {
    text-decoration: none;
    color: inherit; }
[dir="rtl"] .mm-menu {
  direction: rtl; }
.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease; }
  .mm-panel:after {
    height: 44px; }
  .mm-panel:not(.mm-hidden) {
    display: block; }
  .mm-panel:after {
    content: '';
    display: block;
    height: var(--mm-listitem-size); }
  .mm-panel_opened {
    z-index: 1;
    transform: translate3d(0%, 0, 0); }
  .mm-panel_opened-parent {
    transform: translate3d(-30%, 0, 0); }
  .mm-panel_highest {
    z-index: 2; }
  .mm-panel_noanimation {
    transition: none !important; }
    .mm-panel_noanimation.mm-panel_opened-parent {
      transform: translate3d(0, 0, 0); }
  .mm-panels > .mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
.mm-panel__content {
  padding: 20px 20px 0; }
.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text); }
[dir='rtl'] .mm-panel:not(.mm-panel_opened) {
  transform: translate3d(-100%, 0, 0); }
[dir='rtl'] .mm-panel.mm-panel_opened-parent {
  transform: translate3d(30%, 0, 0); }
.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  transform: none !important; }
  .mm-listitem_vertical > .mm-panel:before, .mm-listitem_vertical > .mm-panel:after {
    content: none;
    display: none; }
.mm-listitem_opened > .mm-panel {
  display: block; }
.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto; }
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent; }
.mm-listitem_opened > .mm-listitem__btn:after {
  transform: rotate(225deg);
  right: 19px; }
.mm-btn {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  width: 50px;
  padding: 0; }
  .mm-btn:before, .mm-btn:after {
    border: 2px solid rgba(0, 0, 0, 0.3);
    border: 2px solid var(--mm-color-button); }
.mm-btn_prev:before, .mm-btn_next:after {
  content: '';
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }
.mm-btn_prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }
.mm-btn_next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto; }
.mm-btn_close:before, .mm-btn_close:after {
  content: '';
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg); }
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px; }
[dir="rtl"] .mm-btn_next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }
[dir="rtl"] .mm-btn_prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto; }
[dir="rtl"] .mm-btn_close:before, [dir="rtl"] .mm-btn_close:after {
  right: auto; }
[dir="rtl"] .mm-btn_close:before {
  left: 25px; }
[dir="rtl"] .mm-btn_close:after {
  left: 18px; }
.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  transition: opacity 0.4s ease; }
  .mm-navbar > * {
    min-height: 44px; }
  @supports (position: sticky) {
    .mm-navbar_sticky {
      position: sticky;
      top: 0;
      z-index: 1; } }
  .mm-navbar > * {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; }
.mm-navbar__btn {
  flex-grow: 0; }
.mm-navbar__title {
  flex: 1 1 50%;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden; }
  .mm-navbar__title:not(:last-child) {
    padding-right: 0; }
  .mm-navbar__title > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
    padding-left: 0; }
    .mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
      padding-right: 50px; }
[dir='rtl'] .mm-navbar {
  flex-direction: row-reverse; }
.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }
.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .mm-listitem:after {
    content: '';
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0; }
  .mm-listitem a,
  .mm-listitem a:hover {
    text-decoration: none; }
.mm-listitem__text, .mm-listitem__btn {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit; }
.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 10%; }
.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative; }
  .mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 1px;
    border-left-style: solid; }
.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }
.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight); }
[dir="rtl"] .mm-listitem:after {
  left: 0;
  right: 20px; }
[dir="rtl"] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px; }
[dir="rtl"] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none; }
  [dir="rtl"] .mm-listitem__btn:not(.mm-listitem__text) {
    padding-right: 0;
    border-right-width: 1px;
    border-right-style: solid; }
.mm-page {
  box-sizing: border-box;
  position: relative; }
.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1; }
.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative; }
  .mm-wrapper_opened .mm-page {
    min-height: 100vh; }
.mm-wrapper_background .mm-page {
  background: inherit; }
.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0; }
  .mm-menu_offcanvas:not(.mm-menu_opened) {
    display: none; }
.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0); } }
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0); } }
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }
.mm-wrapper_blocking {
  overflow: hidden; }
  .mm-wrapper_blocking body {
    overflow: hidden; }
  .mm-wrapper_blocking .mm-wrapper__blocker {
    display: block; }
[dir="rtl"] .mm-menu_offcanvas {
  /*left: unset;
		right: 0;*/ }
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }
.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative; }
.mm-menu_autoheight.mm-menu_position-top, .mm-menu_autoheight.mm-menu_position-bottom {
  max-height: 80%; }
.mm-menu_autoheight-measuring .mm-panel {
  display: block !important; }
.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }
.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important; }
[class*='mm-menu_columns-'] {
  transition-property: width; }
  [class*='mm-menu_columns-'] .mm-panels > .mm-panel {
    right: auto;
    transition-property: width, transform; }
    [class*='mm-menu_columns-'] .mm-panels > .mm-panel_opened, [class*='mm-menu_columns-'] .mm-panels > .mm-panel_opened-parent {
      display: block !important; }
[class*='mm-panel_columns-'] {
  border-right: 1px solid;
  border-color: inherit; }
.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none; }
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-0 {
  transform: translate3d(0%, 0, 0); }
.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0; }
  .mm-menu_columns-0 .mm-panels > .mm-panel else {
    width: 100%; }
  .mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    transform: translate3d(100%, 0, 0); }
.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0px; }
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0); } }
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0px, 0, 0); } }
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0); } }
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0px, 0, 0); } }
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-1 {
  transform: translate3d(100%, 0, 0); }
.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%; }
  .mm-menu_columns-1 .mm-panels > .mm-panel else {
    width: 100%; }
  .mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    transform: translate3d(200%, 0, 0); }
.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0); } }
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0); } }
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0); } }
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0); } }
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-2 {
  transform: translate3d(200%, 0, 0); }
.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%; }
  .mm-menu_columns-2 .mm-panels > .mm-panel else {
    width: 100%; }
  .mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    transform: translate3d(300%, 0, 0); }
.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px; }
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0); } }
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(880px, 0, 0); } }
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0); } }
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-880px, 0, 0); } }
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-3 {
  transform: translate3d(300%, 0, 0); }
.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%; }
  .mm-menu_columns-3 .mm-panels > .mm-panel else {
    width: 100%; }
  .mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    transform: translate3d(400%, 0, 0); }
.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px; }
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0); } }
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1320px, 0, 0); } }
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0); } }
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1320px, 0, 0); } }
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-4 {
  transform: translate3d(400%, 0, 0); }
.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%; }
  .mm-menu_columns-4 .mm-panels > .mm-panel else {
    width: 100%; }
  .mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    transform: translate3d(500%, 0, 0); }
.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px; }
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0); } }
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1760px, 0, 0); } }
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0); } }
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1760px, 0, 0); } }
[class*='mm-menu_columns-'].mm-menu_position-bottom, [class*='mm-menu_columns-'].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }
.mm-wrapper_opening [class*='mm-menu_columns-'].mm-menu_position-front {
  transition-property: width, min-width, max-width, transform; }
.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed); }
.mm-listitem_nosubitems > .mm-counter {
  display: none; }
[dir='rtl'] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px; }
.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc( ((var(--mm-listitem-size) * 0.65) - var(--mm-line-height)) * 0.5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  transition: opacity 0.4s ease; }
  .mm-divider:before {
    background: rgba(0, 0, 0, 0.05); }
  @supports (position: sticky) {
    .mm-divider {
      position: sticky;
      z-index: 2;
      top: 0; }
      .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
        top: var(--mm-navbar-size); } }
  .mm-divider:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--mm-color-background-highlight); }
.mm-wrapper_dragging .mm-menu,
.mm-wrapper_dragging .mm-slideout {
  transition-duration: 0s !important;
  user-select: none !important; }
.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important; }
.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important; }
.mm-menu_dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }
.mm-wrapper_dropdown .mm-slideout {
  transform: none !important;
  z-index: 0; }
.mm-wrapper_dropdown .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1; }
.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2; }
.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none; }
.mm-menu_tip-left:before, .mm-menu_tip-right:before, .mm-menu_tip-top:before, .mm-menu_tip-bottom:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: -1;
  transform: rotate(45deg); }
.mm-menu_tip-left:before {
  left: 22px; }
.mm-menu_tip-right:before {
  right: 22px; }
.mm-menu_tip-top:before {
  top: -8px; }
.mm-menu_tip-bottom:before {
  bottom: -8px; }
:root {
  --mm-iconbar-size: 50px; }
.mm-menu_iconbar-left .mm-panels,
.mm-menu_iconbar-left .mm-navbars_top,
.mm-menu_iconbar-left .mm-navbars_bottom {
  margin-left: 50px;
  margin-left: var(--mm-iconbar-size); }
.mm-menu_iconbar-right .mm-panels,
.mm-menu_iconbar-right .mm-navbars_top,
.mm-menu_iconbar-right .mm-navbars_bottom {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size); }
.mm-iconbar {
  width: 50px;
  border-color: rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center; }
  .mm-menu_iconbar-left .mm-iconbar,
  .mm-menu_iconbar-right .mm-iconbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .mm-menu_iconbar-left .mm-iconbar {
    border-right-width: 1px;
    left: 0; }
  .mm-menu_iconbar-right .mm-iconbar {
    border-left-width: 1px;
    right: 0; }
.mm-iconbar__top,
.mm-iconbar__bottom {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain; }
  .mm-iconbar__top > *,
  .mm-iconbar__bottom > * {
    box-sizing: border-box;
    display: block;
    padding: 12.5px 0; }
  .mm-iconbar__top a,
  .mm-iconbar__top a:hover,
  .mm-iconbar__bottom a,
  .mm-iconbar__bottom a:hover {
    text-decoration: none; }
.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }
:root {
  --mm-iconpanel-size: 50px; }
.mm-panel_iconpanel-1 {
  width: calc(100% - 50px);
  width: calc(100% - (var(--mm-iconpanel-size) * 1)); }
.mm-panel_iconpanel-2 {
  width: calc(100% - 100px);
  width: calc(100% - (var(--mm-iconpanel-size) * 2)); }
.mm-panel_iconpanel-3 {
  width: calc(100% - 150px);
  width: calc(100% - (var(--mm-iconpanel-size) * 3)); }
.mm-panel_iconpanel-first ~ .mm-panel {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size)); }
.mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  transition-property: transform, width; }
  .mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    display: block !important; }
  .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    overflow-y: hidden;
    transform: unset; }
  .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left-width: 1px;
    border-left-style: solid; }
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar,
.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider {
  opacity: 0; }
.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.4s ease; }
  .mm-panel_opened-parent .mm-panel__blocker {
    opacity: 0.6;
    bottom: -100000px; }
[dir='rtl'] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  transition-property: transform, width; }
  [dir='rtl'] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit; }
.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  outline: none; }
.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%; }
.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0; }
.mm-navbars_top {
  flex-shrink: 0; }
  .mm-navbars_top .mm-navbar:not(:last-child) {
    border-bottom: none; }
.mm-navbars_bottom {
  flex-shrink: 0; }
  .mm-navbars_bottom .mm-navbar {
    border-bottom: none; }
    .mm-navbars_bottom .mm-navbar:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-top: 1px solid var(--mm-color-border); }
.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0; }
.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0; }
.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .mm-navbar__breadcrumbs > * {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 6px; }
  .mm-navbar__breadcrumbs > a {
    text-decoration: underline; }
  .mm-navbar__breadcrumbs:not(:last-child) {
    padding-right: 0; }
  .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
    padding-left: 0; }
.mm-navbar_tabs > * {
  padding: 0 10px;
  border: 1px solid transparent; }
.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  color: var(--mm-color-text); }
  .mm-navbar__tab_selected:not(:first-child) {
    border-left-color: rgba(0, 0, 0, 0.1); }
  .mm-navbar__tab_selected:not(:last-child) {
    border-right-color: rgba(0, 0, 0, 0.1); }
  .mm-navbar__tab_selected:not(:first-child) {
    border-left-color: var(--mm-color-border); }
  .mm-navbar__tab_selected:not(:last-child) {
    border-right-color: var(--mm-color-border); }
.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none; }
.mm-navbars_top .mm-navbar_tabs > * {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border); }
.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent; }
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background); }
.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none; }
.mm-navbars_bottom .mm-navbar_tabs > * {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border); }
.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent; }
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background); }
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }
.mm-searchfield {
  height: 44px;
  display: flex;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden; }
  .mm-searchfield input {
    height: 30.8px;
    line-height: 30.8px; }
    .mm-searchfield input, .mm-searchfield input:hover, .mm-searchfield input:focus {
      background: rgba(0, 0, 0, 0.05);
      color: rgba(0, 0, 0, 0.75); }
  .mm-searchfield input {
    display: block;
    width: 100%;
    max-width: 100%;
    height: calc(var(--mm-navbar-size) * 0.7);
    min-height: unset;
    max-height: unset;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    border: none !important;
    border-radius: 4px;
    line-height: calc(var(--mm-navbar-size) * 0.7);
    box-shadow: none !important;
    outline: none !important;
    font: inherit;
    font-size: inherit; }
    .mm-searchfield input, .mm-searchfield input:hover, .mm-searchfield input:focus {
      background: var(--mm-color-background-highlight);
      color: var(--mm-color-text); }
  .mm-searchfield input::-ms-clear {
    display: none; }
.mm-searchfield__input {
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box; }
.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%; }
.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }
.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important; }
.mm-searchfield__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  transition: margin 0.4s ease; }
.mm-searchfield__cancel-active {
  margin-right: 0; }
.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none; }
.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px; }
.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none; }
.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }
  .mm-sectionindexer a {
    color: rgba(0, 0, 0, 0.3);
    color: var(--mm-color-text-dimmed);
    line-height: 1;
    text-decoration: none;
    display: block; }
  .mm-sectionindexer ~ .mm-panel {
    padding-right: 0; }
  .mm-sectionindexer_active {
    right: 0; }
    .mm-sectionindexer_active ~ .mm-panel {
      padding-right: 20px; }
.mm-menu_selected-hover .mm-listitem__text,
.mm-menu_selected-hover .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem__btn {
  transition: background-color 0.4s ease; }
.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected:not(:hover) > .mm-listitem__text {
  background: none; }
.mm-menu_selected-hover .mm-listitem__text:hover,
.mm-menu_selected-hover .mm-listitem__btn:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
  background: none; }
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }
:root {
  --mm-sidebar-collapsed-size: 50px;
  --mm-sidebar-expanded-size: 440px; }
.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative; }
.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  transition-property: width, transform; }
.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh; }
.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important; }
.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 50px);
  transform: translate3d(50px, 0, 0);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0); }
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider {
  opacity: 0; }
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid; }
  .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
    content: none;
    display: none; }
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible; }
.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important; }
.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  transform: translate3d(440px, 0, 0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0); }
.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }
  .mm-menu_opened .mm-menu__blocker {
    display: none; }
[dir="rtl"].mm-wrapper_sidebar-collapsed .mm-slideout {
  transform: translate3d(0, 0, 0); }
[dir="rtl"].mm-wrapper_sidebar-expanded .mm-slideout {
  transform: translate3d(0, 0, 0); }
[dir="rtl"].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(0, 0, 0); }
input.mm-toggle {
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  appearance: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease; }
  input.mm-toggle:before {
    background: #f3f3f3; }
  input.mm-toggle:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    margin: 1px;
    border-radius: 34px;
    background: var(--mm-color-background);
    transition: transform 0.2s ease; }
  input.mm-toggle:checked {
    background: #4bd963; }
    input.mm-toggle:checked:before {
      transform: translateX(24px); }
input.mm-check {
  margin-top: 2px;
  appearance: none !important;
  border: none !important;
  background: none !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px) / 2); }
  input.mm-check:before {
    content: '';
    display: block;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    border-left: 3px solid;
    border-bottom: 3px solid;
    border-color: var(--mm-color-text);
    opacity: 0.3;
    transform: rotate(-45deg);
    transition: opacity 0.2s ease; }
  input.mm-check:checked:before {
    opacity: 1; }
[dir="rtl"] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left; }
.mm-menu_border-none .mm-listitem:after {
  content: none; }
.mm-menu_border-full .mm-listitem:after {
  left: 0 !important; }
.mm-menu_fx-menu-slide {
  transition: transform 0.4s ease; }
.mm-wrapper_opened .mm-menu_fx-menu-slide {
  transform: translate3d(-30%, 0, 0); }
.mm-wrapper_opening .mm-menu_fx-menu-slide {
  transform: translate3d(0%, 0, 0); }
.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translate3d(30%, 0, 0); }
.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translate3d(0%, 0, 0); }
.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
  transition-property: none; }
  .mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
  .mm-panel_fx-none.mm-panel_opened-parent {
    transform: translate3d(0, 0, 0); }
.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
  transform: translate3d(0, 0, 0); }
.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
  transform: translate3d(-100%, 0, 0); }
.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(100vw, 0, 0); }
@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(10000px, 0, 0); } }
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-100vw, 0, 0); }
@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-10000px, 0, 0); } }
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }
.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }
.mm-menu_listview-justify .mm-panels > .mm-panel {
  display: flex;
  flex-direction: column; }
  .mm-menu_listview-justify .mm-panels > .mm-panel:after {
    content: none;
    display: none; }
  .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
    flex: 1 0 auto;
    min-height: 50px;
    /* for Safari :( */ }
  .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
    box-sizing: border-box;
    flex: 1 0 auto;
    display: flex;
    align-items: center; }
.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0; }
  .mm-listview_inset .mm-listitem {
    padding: 5px 0; }
.mm-menu_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal; }
[class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0; }
.mm-wrapper_opening [class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s; }
.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit; }
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000; }
.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff; }
.mm-menu_popup {
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0); }
  .mm-menu_popup.mm-menu_opened ~ .mm-slideout {
    transform: none !important;
    z-index: 0; }
  .mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
    transition-delay: 0s !important;
    z-index: 1; }
  .mm-wrapper_opening .mm-menu_popup {
    opacity: 1; }
.mm-menu_position-right {
  left: auto;
  right: 0; }
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0); }
@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0); } }
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0); } }
.mm-menu_position-front, .mm-menu_position-top, .mm-menu_position-bottom {
  transition: transform 0.4s ease; }
  .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened, .mm-menu_position-bottom.mm-menu_opened {
    z-index: 2; }
    .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout, .mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout {
      transform: none !important;
      z-index: 0; }
    .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker {
      z-index: 1; }
.mm-menu_position-front {
  transform: translate3d(-100%, 0, 0); }
  .mm-menu_position-front.mm-menu_position-right {
    transform: translate3d(100%, 0, 0); }
.mm-menu_position-top, .mm-menu_position-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }
.mm-menu_position-top {
  transform: translate3d(0, -100%, 0); }
.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }
.mm-menu_position-bottom {
  transform: translate3d(0, 100%, 0);
  top: auto; }
.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }
.mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top, .mm-wrapper_opening .mm-menu_position-bottom {
  transform: translate3d(0, 0, 0); }
.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  box-shadow: var(--mm-shadow); }
.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%); }
.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none; }
.mm-menu_shadow-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow); }
.mm-menu_shadow-panels .mm-panels > .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow); }
.mm-menu_theme-white {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 0,0,0, 0.3 );
  --mm-color-text: rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed: rgba( 0,0,0, 0.3 );
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.03 );
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.2 ); }
.mm-menu_theme-dark {
  --mm-color-border: rgba( 0,0,0, 0.3 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #333;
  --mm-color-background-highlight: rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
  --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 ); }
.mm-menu_theme-black {
  --mm-color-border: rgba( 255,255,255, 0.25 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis: rgba( 255,255,255, 0.15 );
  --mm-shadow: none
	; }
body.modal-open .mm-slideout {
  z-index: unset; }
/* CSS Document */
/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/d6cef1536530bd0b7698.eot);
  /* IE9 Compat Modes */
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/d6cef1536530bd0b7698.eot?#iefix) format("embedded-opentype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/0cc3e06704117dcfc367.woff2) format("woff2"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/546a8d3d3ae778117481.woff) format("woff"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/acb3da75d92f29aced59.ttf) format("truetype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/557e5cab4a5396cde8da.svg#Montserrat) format("svg");
  /* Legacy iOS */ }
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/a8f361e846968ae00fd6.eot);
  /* IE9 Compat Modes */
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/a8f361e846968ae00fd6.eot?#iefix) format("embedded-opentype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/acb6629fe45c43ad5d8b.woff2) format("woff2"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/281179d375517d9c131b.woff) format("woff"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/506557cdb9bc110dc66b.ttf) format("truetype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/fb712f9dbd935ed0cd7c.svg#Montserrat) format("svg");
  /* Legacy iOS */ }
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/54f4ea4a879382b63c48.eot);
  /* IE9 Compat Modes */
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/54f4ea4a879382b63c48.eot?#iefix) format("embedded-opentype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/38a674fae449557fef97.woff2) format("woff2"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/62a04d3d3d6d38ba2a92.woff) format("woff"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/6369fc154f7efb683c25.ttf) format("truetype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/5d6f0e09e83ecf8f5f85.svg#Montserrat) format("svg");
  /* Legacy iOS */ }
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/6bd05d7a22f5ce90d315.eot);
  /* IE9 Compat Modes */
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/6bd05d7a22f5ce90d315.eot?#iefix) format("embedded-opentype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/5d6df38dd70f631c488b.woff2) format("woff2"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/e5f115311730acb7c305.woff) format("woff"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/a2c04a62181a530a3978.ttf) format("truetype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/b7a40d9c20fdd266bd24.svg#Montserrat) format("svg");
  /* Legacy iOS */ }
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/88eb50b64ae40785c274.eot);
  /* IE9 Compat Modes */
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/88eb50b64ae40785c274.eot?#iefix) format("embedded-opentype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/56c09b9a46af6a54eeb3.woff2) format("woff2"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/fb5068a547276441355d.woff) format("woff"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/77da98f4343a6a49cc03.ttf) format("truetype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/2305b86407b28348a63d.svg#Montserrat) format("svg");
  /* Legacy iOS */ }
/* montserrat-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/bebc9a69a46378d06804.eot);
  /* IE9 Compat Modes */
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/bebc9a69a46378d06804.eot?#iefix) format("embedded-opentype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/1d6a43e98bd10cc3f86d.woff2) format("woff2"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/5d71387e7b31e17b93c7.woff) format("woff"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/2453d257ea977266a735.ttf) format("truetype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/941468eb10fc11b80486.svg#Montserrat) format("svg");
  /* Legacy iOS */ }
/* Format  */
@font-face {
  font-family: 'leanfactory';
  font-style: normal;
  font-weight: 400;
  src: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/fb507dd195384e4c0380.eot);
  src: local(""), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/fb507dd195384e4c0380.eot?#iefix) format("embedded-opentype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/caad73acb3a335227ae0.woff) format("woff"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/c80d9941892a2c2392db.ttf) format("truetype"), url(//www.lean-factory.com/content/themes/leanfactory/build/theme/f95b93a7d63bd06e9a73.svg#leanfactory) format("svg"); }
[class*='icon-']:before {
  display: inline-block;
  font-family: 'Format';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/*
.icon-check2:before{content:'\0041';}
.icon-male:before{content:'\0042';}
.icon-sun1:before{content:'\0043';}
.icon-flag:before{content:'\0044';}
.icon-suitcase:before{content:'\0045';}
.icon-star1:before{content:'\0046';}
.icon-star2:before{content:'\0047';}
.icon-star3:before{content:'\0048';}
.icon-sun2:before{content:'\0049';}
.icon-settings:before{content:'\004a';}
.icon-check1:before{content:'\004b';}
.icon-plus:before{content:'\004c';}
.icon-minus:before{content:'\004d';}
.icon-world:before{content:'\004e';}
.icon-sun3:before{content:'\004f';}
.icon-plane:before{content:'\0050';}
.icon-wave:before{content:'\0051';}
.icon-arr-l1:before{content:'\0052';}
.icon-arr-r1:before{content:'\0053';}
.icon-arr-l2:before{content:'\0054';}
.icon-arr-r2:before{content:'\0055';}
.icon-flash:before{content:'\0056';}
.icon-mark:before{content:'\0057';}
.icon-key:before{content:'\0058';}
.icon-group:before{content:'\0059';}
.icon-x1:before{content:'\005a';}
.icon-x2:before{content:'\0061';}
.icon-x3:before{content:'\0062';}
.icon-speechbubble:before{content:'\0063';}
.icon-clipboard:before{content:'\0064';}
.icon-arr-l3:before{content:'\0065';}
.icon-arr-r3:before{content:'\0066';}
*/
html, body {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  min-width: 280px !important;
  height: 100%;
  overflow-x: hidden; }
html {
  box-sizing: border-box;
  min-height: 100%;
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 300; }
  @media screen and (max-width: 1600px) {
    html {
      font-size: 17px; } }
  @media screen and (max-width: 1400px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 1200px) {
    html {
      font-size: 15px; } }
  @media screen and (max-width: 991px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 580px) {
    html {
      font-size: 13px; } }
  @media screen and (max-width: 480px) {
    html {
      font-size: 12px; } }
body {
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow-x: hidden;
  font-size: 18px; }
  @media screen and (max-width: 1600px) {
    body {
      font-size: 17px; } }
  @media screen and (max-width: 1400px) {
    body {
      font-size: 16px; } }
  @media screen and (max-width: 1200px) {
    body {
      font-size: 15px; } }
  @media screen and (max-width: 991px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 16px; } }
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                not supported by any browser */ }
.clearall {
  clear: both; }
#fd-page a {
  position: relative;
  text-decoration: none; }
  #fd-page a::after {
    /*
            content: "";
            position: absolute;
            left:50%;
            transform: translateX(-50%);
            bottom: 0;
            height: 1px;
            background-color: $ft_white;
            transform-origin: 50%;
            width: 0%;
            opacity: 0.0;
            transition: all 0.2s ease-out;
            */ }
  #fd-page a:hover::after, #fd-page a:focus::after {
    /*    width: 100%; */
    opacity: 1;
    transition: all 0.05s ease-out; }
#fd-page a:hover {
  color: #4E4E50; }
strong {
  font-weight: 500; }
main {
  display: table-row !important;
  height: 100%;
  width: 100%; }
header {
  /* display: table-row !important; */
  width: 100%; }
footer {
  display: block !important;
  width: 100%; }
.container {
  max-width: 1890px;
  margin: auto;
  padding: 0 2rem; }
.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
*, *::before, *::after {
  box-sizing: inherit; }
.fd-js.fd-load body {
  opacity: 1; }
.fd-js body {
  opacity: 0;
  transition: opacity 0.6s ease-in 0s; }
p {
  margin-top: 0;
  margin-bottom: 1.25em; }
#fd-page {
  display: block !important; }
  #fd-page ul {
    margin-left: 1.75em;
    padding-left: 0;
    margin-bottom: 2em; }
    #fd-page ul li {
      list-style: none;
      text-indent: -0.1em; }
img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  outline: none; }
*img {
  image-rendering: -webkit-optimize-contrast; }
sup {
  font-size: 0.45em; }
#fd-page p a {
  color: #4E4E50;
  text-decoration: none;
  font-weight: 500; }
#fd-page li a {
  color: #4E4E50;
  text-decoration: none;
  font-weight: 500; }
#fd-page p a:hover, #fd-page p a:focus {
  text-decoration: underline; }
.wpb_content_element {
  margin-bottom: 0 !important; }
.hidden {
  display: none; }
.max-width-1240 {
  max-width: 1240px;
  margin: auto !important; }
.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0; }
.showonmobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .showonmobile {
      display: block; } }
@media screen and (max-width: 767px) {
  .hideonmobile {
    display: none; } }
#burger-navigation {
  background-color: rgba(255, 255, 255, 0.7); }
/** Header **/
#fd-header {
  position: absolute;
  top: 0;
  z-index: 11199;
  transition: all 0.2s ease-out; }
  #fd-header #fd-header-inner {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 0rem;
    transition: all 0.2s ease-out; }
    @media screen and (max-width: 1200px) {
      #fd-header #fd-header-inner {
        padding-top: 0.5rem; } }
    @media screen and (max-width: 992px) {
      #fd-header #fd-header-inner {
        padding-top: 0rem; } }
    #fd-header #fd-header-inner #fd-header-meta-nav {
      position: absolute;
      width: 100%;
      display: none; }
      #fd-header #fd-header-inner #fd-header-meta-nav #fd-header-meta-nav-inner {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        #fd-header #fd-header-inner #fd-header-meta-nav #fd-header-meta-nav-inner #fd-header-meta-nav-lang {
          margin-right: 1rem; }
    #fd-header #fd-header-inner #fd-header-meta {
      width: auto;
      position: fixed;
      right: 0;
      z-index: 15;
      transition: all 0.2s ease-out;
      /* display: none; */ }
      @media screen and (max-width: 992px) {
        #fd-header #fd-header-inner #fd-header-meta {
          display: block; } }
      #fd-header #fd-header-inner #fd-header-meta .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 0; }
      #fd-header #fd-header-inner #fd-header-meta #fd-header-meta-right {
        margin-top: 0.5rem;
        margin-right: 1rem;
        transition: all 0.2s ease-out; }
        @media screen and (max-width: 380px) {
          #fd-header #fd-header-inner #fd-header-meta #fd-header-meta-right {
            margin-right: 0; } }
    #fd-header #fd-header-inner #fd-header-top {
      margin-top: 0rem;
      margin-bottom: 1.25rem;
      background-color: rgba(255, 255, 255, 0);
      padding-top: 1rem;
      transition: all 0.2s ease-out; }
      #fd-header #fd-header-inner #fd-header-top .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end; }
        #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
          width: 15rem;
          min-width: 15rem;
          max-width: 15rem;
          margin-top: 1.5rem;
          margin-right: 0rem;
          margin-left: 2.5rem;
          margin-bottom: 0.5rem;
          line-height: 0;
          transition: all 0.2s ease-out;
          /*
                    @media screen and (max-width: 1600px) {
                        width: 207px;
                    min-width: 207px;
                    max-width: 207px;
                    }
                    @media screen and (max-width: 1400px) {
                        width: 197px;
                    min-width: 197px;
                    max-width: 197px;
                    }
                    @media screen and (max-width: 1200px) {
                        width: 177px;
                    min-width: 177px;
                    max-width: 177px;
                    margin-right: 4rem;
                    }
                    @media screen and (max-width: 991px) {
                        width: 167px;
                    min-width: 167px;
                    max-width: 167px;
                    }
                    @media screen and (max-width: 767px) {
                        width: 157px;
                    min-width: 157px;
                    max-width: 157px;
                    }
                    @media screen and (max-width: 767px) {
                        margin-left: 1rem;
                    }
                    */ }
          @media screen and (max-width: 767px) {
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
              width: 14rem;
              min-width: 14rem;
              max-width: 14rem;
              margin-top: 1rem;
              margin-left: 1rem; } }
          @media screen and (max-width: 680px) {
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
              width: 13rem;
              min-width: 13rem;
              max-width: 13rem;
              margin-top: 0.5rem;
              margin-left: 0.5rem; } }
          @media screen and (max-width: 580px) {
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
              width: 11rem;
              min-width: 11rem;
              max-width: 11em;
              margin-top: 0.5rem;
              margin-left: 0.25rem; } }
          @media screen and (max-width: 480px) {
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
              width: 10rem;
              min-width: 10rem;
              max-width: 10rem;
              margin-top: 0.5rem;
              margin-left: 0rem; } }
          #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo a {
            display: block; }
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo a::after {
              display: none !important; }
        #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu {
          width: 100%;
          max-width: 1040px; }
          #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation {
            width: 100%; }
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu {
              width: 100%;
              display: flex;
              flex-direction: row;
              justify-content: space-between;
              margin-top: 1rem;
              /* margin-bottom: 2rem; */
              padding-right: 2rem;
              transition: all 0.2s ease-out; }
              #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu ul {
                text-align: inherit;
                /* box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.05); */ }
              #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li {
                background: none !important;
                flex-grow: 1;
                justify-content: space-around;
                /* margin-right: 1px; */
                /*
                                &:last-child {
                                    @media screen and (min-width: 991.98px) {
                                        display: block;
                                    }
                                    @media screen and (max-width: 992px) {
                                        transition: all 0.2s ease-out;
                                        transform: translateY(-0.25rem);
                                        font-size: 15px !important;
                                    }
                                    @media screen and (max-width: 580px) {
                                        font-size: 15px !important;
                                        transform: translateY(-0.5rem);
                                    }
                                    @media screen and (max-width: 480px) {
                                        font-size: 13.5px !important;
                                        transform: translateY(-0.6rem);
                                    }
                                    @media screen and (max-width: 380px) {
                                        font-size: 12.5px !important;
                                        transform: translateY(-0.7rem);
                                    }
                                }
                                */ }
                #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li::after {
                  content: " ";
                  position: absolute;
                  right: -1px;
                  top: 0.75em;
                  width: 1px;
                  height: 0.75em;
                  background-color: #000000; }
                #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li:last-child::after {
                  display: none !important; }
                #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a {
                  font-size: 1.1111111111111112rem;
                  border: none;
                  font-weight: 400;
                  color: #000000;
                  padding: 0.35em 1em;
                  transition: all 0.2s ease-out;
                  width: 100%;
                  text-align: center;
                  line-height: 1.25em;
                  position: relative; }
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a::before {
                    content: " ";
                    position: absolute;
                    opacity: 0;
                    left: 0px;
                    top: 0;
                    width: 8px;
                    height: 0;
                    background-color: #153D8A;
                    z-index: -1;
                    transition: all 0.3s ease-out;
                    border: none; }
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a::after {
                    display: none; }
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a:hover {
                    color: #153D8A;
                    transition: all 0.2s ease-out; }
                    #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a:hover::before {
                      opacity: 1;
                      height: 2.35em;
                      transition: all 0.2s ease-out; }
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a.hide-in-mainmenu {
                    display: none; }
                #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.current-menu-item > a, #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.current-menu-parent > a {
                  color: #bababb; }
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.current-menu-item > a:hover, #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.current-menu-parent > a:hover {
                    color: white; }
                #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.sfHover a::before {
                  opacity: 1;
                  height: 2.35em;
                  transition: all 0.2s ease-out; }
                @media screen and (max-width: 992px) {
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li {
                    display: none; } }
    #fd-header #fd-header-inner #fd-header-bottom {
      display: none; }
  #fd-header.header-shrinked {
    /*
        #fd-header-inner #fd-header-top .container {
            align-items: center;
        }
*/ }
    #fd-header.header-shrinked #fd-header-inner {
      padding-top: 1rem; }
      #fd-header.header-shrinked #fd-header-inner #fd-header-meta #fd-header-meta-right {
        transition: all 0.2s ease-out;
        margin-top: -10px; }
      #fd-header.header-shrinked #fd-header-inner #fd-header-top {
        margin-top: 0;
        padding-top: 0rem;
        margin-bottom: 0.25rem;
        position: fixed;
        left: 0rem;
        top: 0rem;
        width: 100%;
        background-color: white;
        transition: all 0.2s ease-out;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #fd-header.header-shrinked #fd-header-meta {
      top: 10px; }
    #fd-header.header-shrinked #fd-header-meta-nav #fd-header-meta-nav-lang {
      margin-top: -35px; }
    #fd-header.header-shrinked #fd-header-meta-nav #fd-header-meta-nav-search {
      margin-top: 12px; }
    #fd-header.header-shrinked #menu-header-menu {
      margin-bottom: 0rem !important; }
    #fd-header.header-shrinked .fd-header-main-navigation > #wpb--menu {
      margin-top: 0.5rem !important;
      margin-bottom: 0.25rem !important; }
    #fd-header.header-shrinked #fd-header-logo {
      margin-top: 0 !important;
      width: 100px !important;
      max-width: 100px !important;
      min-width: 100px !important;
      padding: 5px;
      transition: all 0.2s ease-out; }
.mburger b {
  background-color: #000000; }
#fd-header-logo {
  margin-bottom: 0 !important; }
#burger-navigation {
  margin-top: 5px; }
#fd_menu {
  font-size: 24px; }
  @media screen and (max-width: 580px) {
    #fd_menu {
      font-size: 22px; } }
  @media screen and (max-width: 480px) {
    #fd_menu {
      font-size: 20px; } }
  @media screen and (max-width: 430px) {
    #fd_menu {
      font-size: 18px; } }
  @media screen and (max-width: 380px) {
    #fd_menu {
      font-size: 16px; } }
  #fd_menu .mm-navbar__title {
    font-size: 1.25em;
    padding: 1.25em;
    color: #1A1F23;
    line-height: normal;
    background-color: #ffffff; }
  #fd_menu .mm-panel .mm-navbar__title {
    padding-left: 0; }
  #fd_menu .mm-listitem__text {
    padding: 1em; }
  #fd_menu .mm-listitem:after {
    left: 0; }
  #fd_menu .mm-listitem__btn:not(.mm-listitem__text),
  #fd_menu .mm-navbar,
  #fd_menu .mm-listitem:after {
    border-color: #d7d7d7; }
  #fd_menu .menu-item {
    transition: all 0.2s ease-out; }
    #fd_menu .menu-item:hover {
      background-color: #1A1F23;
      color: #ffffff;
      transition: all 0.05s ease-out; }
      #fd_menu .menu-item:hover .mm-listitem__btn:not(.mm-listitem__text)::after {
        border-color: #ffffff; }
  #fd_menu .current-page-ancestor,
  #fd_menu .current-page-parent,
  #fd_menu .current_page_item:not(#menu-item-2006) {
    background-color: #1A1F23;
    color: #ffffff; }
    #fd_menu .current-page-ancestor .mm-listitem__btn:not(.mm-listitem__text)::after,
    #fd_menu .current-page-parent .mm-listitem__btn:not(.mm-listitem__text)::after,
    #fd_menu .current_page_item:not(#menu-item-2006) .mm-listitem__btn:not(.mm-listitem__text)::after {
      border-color: #ffffff; }
  #fd_menu .mm-listitem_selected:not(#menu-item-2006) > .mm-listitem__text {
    background-color: #1A1F23;
    color: #ffffff; }
  #fd_menu .mm-listitem_selected#menu-item-2006 > .mm-listitem__text {
    background-color: #f1f1f1; }
    #fd_menu .mm-listitem_selected#menu-item-2006 > .mm-listitem__text:hover, #fd_menu .mm-listitem_selected#menu-item-2006 > .mm-listitem__textfocus {
      background-color: #1A1F23 !important; }
.mm-btn_next::after {
  border-color: #A0281C; }
.mm-btn_prev {
  background-color: #A0281C; }
  .mm-btn_prev::before {
    border-color: #ffffff; }
.mm-panels > .mm-panel {
  background-color: #ffffff; }
@media screen and (max-width: 480px) {
  .mm-menu_offcanvas {
    width: 90%; } }
@media screen and (max-width: 480px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(90vw, 0, 0); } }
#fd-page #fd-construct > .container {
  padding-left: 3rem;
  padding-right: 3rem; }
  @media screen and (max-width: 1480px) {
    #fd-page #fd-construct > .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (max-width: 1280px) {
    #fd-page #fd-construct > .container {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (max-width: 1180px) {
    #fd-page #fd-construct > .container {
      padding-left: 0rem;
      padding-right: 0rem; } }
  @media screen and (max-width: 900px) {
    #fd-page #fd-construct > .container > section.vc_section {
      padding-left: 0;
      padding-right: 0; } }
#fd-page-inner {
  margin-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
  /*
    @media screen and (max-width: 800px) {
        padding-left: 8px;
        padding-right: 8px; 
    }
    */ }
#fd-construct {
  min-height: 430px; }
#fd-header-cta {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  margin: auto;
  top: 30vH; }
  #fd-header-cta #fd-header-cta-inner {
    position: fixed;
    right: 0;
    z-index: 10000;
    width: 100vW;
    height: 100vH;
    overflow: visible;
    pointer-events: none; }
    #fd-header-cta #fd-header-cta-inner #fd-header-cta-1,
    #fd-header-cta #fd-header-cta-inner #fd-header-cta-2,
    #fd-header-cta #fd-header-cta-inner #fd-header-cta-3 {
      color: #fff;
      font-weight: 600;
      font-size: 18px;
      width: 20.556em;
      height: 4em;
      position: absolute;
      display: block;
      right: 0px;
      z-index: 88;
      transform: translateY(-50%);
      display: flex;
      justify-content: center;
      align-content: center;
      overflow: hidden;
      transition: all 0.1s ease-out 0.2s;
      pointer-events: none; }
      @media screen and (max-width: 1080px) {
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-1,
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-2,
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-3 {
          font-size: 17px; } }
      @media screen and (max-width: 767px) {
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-1,
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-2,
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-3 {
          font-size: 16px; } }
      @media screen and (max-width: 680px) {
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-1,
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-2,
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-3 {
          font-size: 15px; } }
      @media screen and (max-width: 580px) {
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-1,
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-2,
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-3 {
          font-size: 14px; } }
      @media screen and (max-width: 480px) {
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-1,
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-2,
        #fd-header-cta #fd-header-cta-inner #fd-header-cta-3 {
          font-size: 13px; } }
    #fd-header-cta #fd-header-cta-inner #fd-header-cta-1 {
      top: 0;
      transform: translateY(-175%); }
    #fd-header-cta #fd-header-cta-inner #fd-header-cta-2 {
      top: 0;
      transform: translateY(-50%); }
    #fd-header-cta #fd-header-cta-inner #fd-header-cta-3 {
      top: 0;
      transform: translateY(75%); }
    #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1,
    #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2,
    #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 {
      background-color: #ffffff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      width: 100%;
      height: 4em;
      position: absolute;
      right: -16.6em;
      margin-top: 0px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      border: 1px solid #a1a1a1;
      border-left: none;
      border-right: none;
      transition: right 0.2s ease-out 0.4s, margin-top 0.2s ease-out 0.2s; }
      #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1 .a,
      #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a,
      #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a {
        color: #000000;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 4em;
        justify-content: center;
        align-items: center;
        transition: all 0.1s ease-out 0.2s;
        pointer-events: all; }
        #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1 .a::before,
        #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a::before,
        #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a::before {
          content: "";
          color: white;
          font-size: 2em;
          line-height: 2.25em;
          position: absolute;
          background-color: #A0281C;
          background-image: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/c5b2121894f360b80801.svg);
          background-repeat: no-repeat;
          background-position: center center;
          font-weight: normal;
          left: 0;
          width: 2em;
          height: 2em;
          text-align: center;
          transition: all 0.2s ease-out 0.2s; }
          @media screen and (max-width: 767px) {
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1 .a::before,
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a::before,
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a::before {
              background-size: 40%; } }
          @media screen and (max-width: 680px) {
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1 .a::before,
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a::before,
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a::before {
              background-size: 39%; } }
          @media screen and (max-width: 580px) {
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1 .a::before,
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a::before,
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a::before {
              background-size: 38%; } }
          @media screen and (max-width: 480px) {
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1 .a::before,
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a::before,
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a::before {
              background-size: 38%; } }
        #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1 .a::after,
        #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a::after,
        #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a::after {
          display: none !important; }
        #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1 .a p,
        #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a p,
        #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a p {
          margin-bottom: 0;
          transition: all 0.1s ease-out 0.2s; }
          #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1 .a p span,
          #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a p span,
          #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a p span {
            font-weight: 400;
            display: inline-block; }
          #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1 .a p a,
          #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a p a,
          #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a p a {
            color: #000000 !important;
            text-decoration: none; }
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1 .a p a:hover,
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a p a:hover,
            #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a p a:hover {
              color: #A0281C !important;
              text-decoration: none; }
      #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-1:hover,
      #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2:hover,
      #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3:hover {
        right: 0;
        transition: all 0.2s ease-out; }
    #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-2 .a::before {
      background-image: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/8b66ee2006ae0bad7919.svg);
      background-size: 60%; }
    #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a::before {
      background-image: url(//www.lean-factory.com/content/themes/leanfactory/build/theme/94b31031b623938fa713.svg); }
      @media screen and (max-width: 767px) {
        #fd-header-cta #fd-header-cta-inner #sticky-contact-inner-3 .a::before {
          background-size: 60%; } }
/* Standard  */
h1 {
  font-size: 3.611111111111111rem;
  text-align: left;
  margin-bottom: 0.75em !important;
  margin-top: 1em !important;
  line-height: normal;
  font-weight: 700;
  font-family: "Montserrat";
  user-select: none !important;
  line-height: 1.25em;
  letter-spacing: 0.025em;
  color: #414247; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 3.0rem; }
      h1 br {
        display: none; } }
  @media screen and (max-width: 680px) {
    h1 {
      font-size: 3.5rem; } }
  @media screen and (max-width: 580px) {
    h1 {
      font-size: 3.0rem; } }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 2.5rem; } }
  @media screen and (max-width: 380px) {
    h1 {
      font-size: 2.0rem; } }
.big h1 {
  font-size: 4.0rem;
  font-weight: 700;
  /*
	@media screen and (max-width: 1380px) {
		font-size: 3.2rem;
	}
	@media screen and (max-width: 1280px) {
		font-size: 3.0rem;
	}
	*/
  /*
	@media screen and (max-width: 1180px) {
		font-size: 2.85rem;
	}
	@media screen and (max-width: 1080px) {
		font-size: 2.5rem;
	}
	*/ }
  @media screen and (max-width: 1780px) {
    .big h1 {
      font-size: 3.8rem; } }
  @media screen and (max-width: 1680px) {
    .big h1 {
      font-size: 3.65rem; } }
  @media screen and (max-width: 1580px) {
    .big h1 {
      font-size: 3.5rem; } }
  @media screen and (max-width: 1480px) {
    .big h1 {
      font-size: 3.35rem; } }
  @media screen and (max-width: 480px) {
    .big h1 {
      font-size: 3.0rem; } }
  @media screen and (max-width: 380px) {
    .big h1 {
      font-size: 2.75rem; } }
  @media screen and (max-width: 350px) {
    .big h1 {
      font-size: 2.45rem; } }
h2 {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 0.75em !important;
  margin-top: 0.25em !important;
  user-select: none !important;
  line-height: normal;
  font-weight: 700;
  font-family: "Montserrat";
  color: #414247; }
  @media screen and (max-width: 580px) {
    h2 {
      font-size: 1.75rem; } }
.big h2 {
  font-size: 3.100rem;
  margin-bottom: 0em !important;
  margin-top: 0em !important; }
.shop-teaser-big h2 {
  color: #ffffff; }
.no-top-padding h2 {
  margin-top: 0 !important; }
h3 {
  font-size: 1.8888888888888888rem;
  margin-top: 0em !important;
  margin-bottom: 1em !important;
  /*padding-top: 1.5em !important;*/
  line-height: normal;
  font-weight: 800;
  font-family: "Montserrat";
  color: #A0281C;
  text-transform: uppercase; }
  h3 a {
    color: #A0281C;
    text-decoration: none; }
  @media screen and (max-width: 580px) {
    h3 {
      font-size: 1.25rem; } }
/*
.small h3 {
	font-size: 2.05rem;
}
*/
.no-top-padding h3 {
  margin-top: 0 !important;
  margin-bottom: 0.25em !important; }
.no-bottom-padding h3 {
  margin-bottom: 0 !important;
  padding-bottom: 0; }
.no-top-padding {
  margin-bottom: 0 !important; }
h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 0;
  color: #4E4E50; }
h4 a {
  color: #4E4E50;
  text-decoration: none; }
h5 {
  font-size: 1.1em;
  margin-top: 2.5em;
  margin-bottom: 0.25em;
  font-weight: 700;
  color: #4E4E50; }
h6 {
  font-size: 1.944rem;
  line-height: normal;
  font-weight: 700;
  margin-top: 0.75em; }
  @media screen and (max-width: 980px) {
    h6 {
      font-size: 1.85rem; } }
  @media screen and (max-width: 768px) {
    h6 {
      font-size: 1.75rem; } }
  @media screen and (max-width: 680px) {
    h6 {
      font-size: 1.65rem; } }
  @media screen and (max-width: 580px) {
    h6 {
      font-size: 1.55rem; } }
  @media screen and (max-width: 480px) {
    h6 {
      font-size: 1.45rem; } }
  @media screen and (max-width: 380px) {
    h6 {
      font-size: 1.4rem; } }
small {
  font-size: 0.65em; }
table td {
  vertical-align: top; }
/*
.hero {
    position: relative;
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
    .hero-txt {
        background-color: $ft_white_light_op45;
        color: $ft_white;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-top: 1.75rem;
        padding-bottom: 2rem;
        display: none !important;
        .hero-txt-inner {
            max-width: 1380px;
            margin-left: auto;
            margin-right: auto;
            h1 {
                color: $ft_white;
                margin-top: 0 !important;
                margin-bottom: 0 !important;
                font-weight: 500;
            }
            h2 {
                color: $ft_white;
                margin-top: 0 !important;
                margin-bottom: 0 !important;
                font-size: 2rem;
                font-weight: 300;
            }
        }
    }
    .hero-img {
        line-height: 0;
    }
}
*/
.hero {
  position: relative;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto; }
  .hero .hero-txt {
    /* display: none; */
    color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*
        @media screen and (max-width: 1600px) {
            top: calc( 50% - 2rem );
        }
        @media screen and (max-width: 1400px) {
            top: calc( 50% - 1rem );
        }
        @media screen and (max-width: 1200px) {
            top: calc( 50% );
        }
        @media screen and (max-width: 580px) {
            top: calc( 50% - 2rem );
        }
        */
    width: 100%;
    padding-top: 1.75rem;
    padding-bottom: 2rem; }
    @media screen and (max-width: 880px) {
      .hero .hero-txt {
        top: 65%; } }
    .hero .hero-txt .hero-txt-inner {
      margin-left: auto;
      margin-right: auto;
      max-width: 1890px;
      margin-left: auto !important;
      margin-right: auto !important;
      font-size: 18px; }
      @media screen and (max-width: 1600px) {
        .hero .hero-txt .hero-txt-inner {
          font-size: 16px; } }
      @media screen and (max-width: 1400px) {
        .hero .hero-txt .hero-txt-inner {
          font-size: 14px; } }
      @media screen and (max-width: 1200px) {
        .hero .hero-txt .hero-txt-inner {
          font-size: 12px; } }
      @media screen and (max-width: 580px) {
        .hero .hero-txt .hero-txt-inner {
          font-size: 11px; } }
      @media screen and (max-width: 480px) {
        .hero .hero-txt .hero-txt-inner {
          font-size: 10px; } }
      @media screen and (max-width: 380px) {
        .hero .hero-txt .hero-txt-inner {
          font-size: 9px; } }
      @media screen and (max-width: 350px) {
        .hero .hero-txt .hero-txt-inner {
          font-size: 8px; } }
      .hero .hero-txt .hero-txt-inner > div {
        max-width: 45vW;
        margin-left: 5rem; }
        .hero .hero-txt .hero-txt-inner > div.hero-logo {
          max-width: 37vW;
          margin-left: 8rem;
          margin-top: 1rem; }
        @media screen and (max-width: 768px) {
          .hero .hero-txt .hero-txt-inner > div {
            margin-left: 3rem;
            max-width: 50vW; } }
        @media screen and (max-width: 680px) {
          .hero .hero-txt .hero-txt-inner > div {
            margin-left: 2rem;
            max-width: 55vW; } }
        @media screen and (max-width: 580px) {
          .hero .hero-txt .hero-txt-inner > div {
            margin-left: 2rem;
            max-width: 60vW; } }
        @media screen and (max-width: 480px) {
          .hero .hero-txt .hero-txt-inner > div {
            margin-left: 2rem;
            max-width: 65vW; } }
      .hero .hero-txt .hero-txt-inner .h1 {
        color: #000000;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-weight: 300;
        font-size: 2.75em;
        line-height: normal;
        text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.75), 0px 0px 15px rgba(255, 255, 255, 0.5); }
        @media screen and (max-width: 1080px) {
          .hero .hero-txt .hero-txt-inner .h1 {
            font-size: 2.167em; } }
        @media screen and (max-width: 680px) {
          .hero .hero-txt .hero-txt-inner .h1 {
            font-size: 1.75em; } }
      .hero .hero-txt .hero-txt-inner .h2 {
        color: #000000;
        margin-top: 0.5em !important;
        margin-bottom: 0 !important;
        font-size: 1.0;
        font-weight: 400; }
  .hero .hero-img {
    line-height: 0; }
    @media screen and (max-width: 580px) {
      .hero .hero-img img {
        width: auto;
        min-height: 280px;
        object-fit: cover;
        object-position: center; } }
/** Spacings **/
.fd_margin_top--none {
  margin-top: 0 !important; }
.space-before-extrasmall,
.fd_margin_top--extra-small {
  margin-top: 0.5em !important; }
.space-before-small,
.fd_margin_top--small {
  margin-top: 1em !important; }
.space-before-medium,
.fd_margin_top--medium {
  margin-top: 2em !important; }
.space-before-mediumlarge {
  margin-top: 3em !important; }
.space-before-large,
.fd_margin_top--large {
  margin-top: 4em !important; }
.space-before-largelarge {
  margin-top: 6em !important; }
.space-before-extralarge,
.fd_margin_top--extra-large {
  margin-top: 8em !important; }
.space-before-extraextralarge {
  margin-top: 12em !important; }
.fd_margin_bottom--none {
  margin-bottom: 0 !important; }
.space-after-extrasmall,
.fd_margin_bottom--extra-small {
  margin-bottom: 0.5em !important; }
.space-after-small,
.fd_margin_bottom--small {
  margin-bottom: 1em !important; }
.space-after-medium,
.fd_margin_bottom--medium {
  margin-bottom: 2em !important; }
.space-after-mediumlarge {
  margin-bottom: 3em !important; }
.space-after-large,
.fd_margin_bottom--large {
  margin-bottom: 4em !important; }
.space-after-extralarge,
.fd_margin_bottom--extra-large {
  margin-bottom: 8em !important; }
.space-after-extraextralarge {
  margin-bottom: 12em !important; }
.fd_padding_top--none {
  padding-top: 0 !important; }
.padding-before-extrasmall,
.fd_padding_top--extra-small {
  padding-top: 0.5em !important; }
.padding-before-small,
.fd_padding_top--small {
  padding-top: 1em !important; }
.padding-before-medium,
.fd_padding_top--medium {
  padding-top: 2em !important; }
.padding-before-mediumlarge {
  padding-top: 3em !important; }
.padding-before-large,
.fd_padding_top--large {
  padding-top: 4em !important; }
.padding-before-extralarge,
.fd_padding_top--extra-large {
  padding-top: 8em !important; }
.padding-before-extraextralarge {
  padding-top: 12em !important; }
.fd_padding_bottom--none {
  padding-bottom: 0 !important; }
.padding-after-extrasmall,
.fd_padding_bottom--extra-small {
  padding-bottom: 0.5em !important; }
.padding-after-small,
.fd_padding_bottom--small {
  padding-bottom: 1em !important; }
.padding-after-medium,
.fd_padding_bottom--medium {
  padding-bottom: 2em !important; }
.padding-after-mediumlarge {
  padding-bottom: 3em !important; }
.padding-after-large,
.fd_padding_bottom--large {
  padding-bottom: 4em !important; }
.padding-after-extralarge,
.fd_padding_bottom--extra-large {
  padding-bottom: 8em !important; }
.padding-after-extraextralarge {
  padding-bottom: 12em !important; }
/** ------------------------------------- FOOTER */
#fd-footer {
  padding-top: 2rem;
  background-color: #ffffff;
  line-height: 2rem; }
  #fd-footer #footer-top {
    /* background-color: orangered; */
    display: none; }
  #fd-footer #footer-bottom {
    user-select: none;
    background-color: #ffffff;
    color: #414247;
    padding-top: 3rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1111111111111112rem;
    font-weight: 300;
    /* border-top: 1px solid #333333; */ }
    @media screen and (max-width: 992px) {
      #fd-footer #footer-bottom {
        padding-bottom: 1.0rem; } }
    @media screen and (max-width: 880px) {
      #fd-footer #footer-bottom {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px !important; } }
    @media screen and (max-width: 480px) {
      #fd-footer #footer-bottom {
        font-size: 13px !important; } }
    @media screen and (max-width: 420px) {
      #fd-footer #footer-bottom {
        font-size: 12px !important; } }
    @media screen and (max-width: 390px) {
      #fd-footer #footer-bottom {
        font-size: 11px !important; } }
    @media screen and (max-width: 350px) {
      #fd-footer #footer-bottom {
        font-size: 10px !important; } }
    #fd-footer #footer-bottom #footer-bottom-inner {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        #fd-footer #footer-bottom #footer-bottom-inner {
          flex-wrap: wrap;
          padding-left: 1rem !important;
          padding-right: 1rem !important; } }
      #fd-footer #footer-bottom #footer-bottom-inner > div {
        display: flex;
        height: 100%; }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col1 h5 {
        margin-top: 0;
        margin-bottom: 0.25em;
        color: #414247;
        font-size: 1.4444444444444444rem; }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col1 p {
        margin-bottom: 0;
        line-height: 1.9em; }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col1 .fd-logo {
        max-width: 9.722222222222221rem;
        margin-top: -1rem; }
        @media screen and (max-width: 767px) {
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col1 .fd-logo {
            max-width: 12rem; } }
      @media screen and (max-width: 767px) {
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col1 {
          width: 100%;
          display: flex;
          justify-content: center;
          margin-bottom: 2rem; } }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 a {
        color: #414247; }
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 a::before {
          content: "";
          background-color: #414247;
          position: absolute;
          width: 0%;
          height: 1px;
          bottom: 0;
          transition: all 0.2s ease-out; }
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 a:hover, #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 a:focus {
          color: #A0281C; }
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 a:hover::before, #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 a:focus::before {
            background-color: #A0281C !important;
            width: 100%;
            position: absolute;
            transition: all 0.05s ease-out; }
      @media screen and (max-width: 767px) {
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 {
          width: 50%;
          padding-right: 1rem;
          text-align: right;
          display: flex;
          justify-content: flex-end; } }
      @media screen and (max-width: 480px) {
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 {
          padding-right: 0.5rem; } }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 a {
        color: #414247; }
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 a::before {
          content: "";
          background-color: #414247;
          position: absolute;
          width: 0%;
          height: 1px;
          bottom: 0;
          transition: all 0.2s ease-out; }
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 a:hover, #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 a:focus {
          color: #A0281C; }
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 a:hover::before, #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 a:focus::before {
            background-color: #A0281C !important;
            width: 100%;
            position: absolute;
            transition: all 0.05s ease-out; }
      @media screen and (max-width: 767px) {
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 {
          width: 50%;
          padding-left: 1rem; } }
      @media screen and (max-width: 480px) {
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 {
          padding-left: 0.5rem; } }
      @media screen and (max-width: 767px) {
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 {
          width: 100%;
          display: flex;
          justify-content: center;
          margin-top: 1rem;
          margin-bottom: 1rem; } }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-menu ul {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0; }
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-menu ul li {
          list-style: none; }
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-menu ul li::after {
            content: " | ";
            color: #414247;
            margin-left: 0.3em;
            margin-right: 0.5em; }
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-menu ul li:last-child::after {
            content: ""; }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-menu a {
        color: #414247; }
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-menu a::before {
          content: "";
          background-color: #414247;
          position: absolute;
          width: 0%;
          height: 1px;
          bottom: 0;
          transition: all 0.2s ease-out; }
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-menu a:hover, #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-menu a:focus {
          color: #A0281C; }
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-menu a:hover::before, #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-menu a:focus::before {
            background-color: #A0281C !important;
            width: 100%;
            position: absolute;
            transition: all 0.05s ease-out; }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-copyright p {
        margin-bottom: 0.5em; }
        @media screen and (max-width: 767px) {
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col4 .footer-copyright p {
            text-align: center; } }
  #fd-footer #footer-bottom-bottom {
    background-color: #ffffff;
    color: #414247;
    font-weight: 300;
    padding-bottom: 1.5rem;
    font-size: 0.85rem; }
    @media screen and (max-width: 430px) {
      #fd-footer #footer-bottom-bottom {
        font-size: 0.80rem; } }
    #fd-footer #footer-bottom-bottom p {
      margin-bottom: 0; }
    #fd-footer #footer-bottom-bottom .footer-menu {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      #fd-footer #footer-bottom-bottom .footer-menu ul {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0; }
        #fd-footer #footer-bottom-bottom .footer-menu ul li {
          list-style: none; }
          #fd-footer #footer-bottom-bottom .footer-menu ul li::after {
            content: " | ";
            color: #414247;
            margin-left: 1.3em;
            margin-right: 1.5em; }
            @media screen and (max-width: 767px) {
              #fd-footer #footer-bottom-bottom .footer-menu ul li::after {
                margin-left: 0.3em;
                margin-right: 0.5em; } }
          #fd-footer #footer-bottom-bottom .footer-menu ul li:last-child::after {
            content: "";
            margin-left: 0;
            margin-right: 0; }
      #fd-footer #footer-bottom-bottom .footer-menu a {
        color: #414247; }
        #fd-footer #footer-bottom-bottom .footer-menu a::before {
          content: "";
          background-color: #414247;
          position: absolute;
          width: 0%;
          height: 1px;
          bottom: 0;
          transition: all 0.2s ease-out; }
        #fd-footer #footer-bottom-bottom .footer-menu a:hover, #fd-footer #footer-bottom-bottom .footer-menu a:focus {
          color: #A0281C; }
          #fd-footer #footer-bottom-bottom .footer-menu a:hover::before, #fd-footer #footer-bottom-bottom .footer-menu a:focus::before {
            background-color: #A0281C !important;
            width: 100%;
            position: absolute;
            transition: all 0.05s ease-out; }
#fd-footer a {
  position: relative;
  text-decoration: none; }
#footer-mid {
  background-color: #bababb;
  padding-bottom: 4rem; }
  #footer-mid h3 {
    margin-top: 0 !important;
    margin-bottom: 2rem !important; }
  #footer-mid #footer-mid-teaser {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    #footer-mid #footer-mid-teaser > div {
      text-align: center;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.1);
      margin: 0.5rem;
      padding: 2rem; }
#fd-page {
  /* overflow-x: hidden; */ }
  #fd-page p,
  #fd-page li {
    font-size: 1.1111111111111112rem;
    line-height: 1.5em;
    /*
        text-shadow: 0 0 20px rgba(255,255,255,0.75),
                     0 0 10px rgba(255,255,255,0.75),
                     0 0 3px rgba(255,255,255,0.75);
                     */ }
    @media screen and (max-width: 767px) {
      #fd-page p,
      #fd-page li {
        font-size: 1.1111111rem;
        line-height: 1.75em; } }
    @media screen and (max-width: 580px) {
      #fd-page p,
      #fd-page li {
        font-size: 1.0;
        line-height: 1.75em; } }
  #fd-page li {
    line-height: 2em;
    padding-left: 0.5em;
    position: relative; }
    #fd-page li::before {
      content: " ";
      position: absolute;
      width: 3px;
      height: 3px;
      top: 0.95em;
      margin-left: -0.85rem;
      background-color: #A0281C;
      display: inline-block; }
.col-narrow > .wpb_column .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important; }
.col-narrow h3 {
  font-size: 1rem;
  margin-top: 1.5em !important;
  margin-bottom: 0.25rem !important; }
.col-narrow p {
  font-size: 1rem !important; }
.col-narrow .txt {
  padding-right: 2rem; }
.img > div {
  padding-left: 5px !important;
  padding-right: 0 !important; }
.col-narrow .img p {
  line-height: 0 !important; }
.col-narrow .img > div {
  padding-left: 0 !important; }
.col-narrow .img a {
  overflow: hidden;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .col-narrow .img a img {
    transform-origin: 50% 50%;
    transition: all 0.2s ease-out; }
  .col-narrow .img a:hover img {
    transform: scale(1.05);
    transition: all 0.05s ease-out; }
ol li {
  padding-left: 0 !important; }
  ol li::before {
    display: none !important; }
.workshop-termine {
  padding-bottom: 2rem; }
  .workshop-termine .workshop-termine-termin {
    margin-bottom: 1rem;
    padding-top: 1rem; }
    .workshop-termine .workshop-termine-termin > strong {
      font-size: 1.15rem;
      padding-left: 0.5em;
      padding-right: 0.5em;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      display: block;
      background-color: #ffffff; }
    .workshop-termine .workshop-termine-termin .termin-item {
      font-size: 1.05rem;
      padding-left: 1.5em;
      padding-right: 0.5em;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      display: block;
      background-color: #eaeaea;
      transition: all 0.2s ease-out; }
      .workshop-termine .workshop-termine-termin .termin-item:hover {
        background-color: #ffffff;
        transition: all 0.05s ease-out; }
    .workshop-termine .workshop-termine-termin .termin-item:nth-child(even) {
      background-color: #f0f0f0;
      transition: all 0.2s ease-out; }
      .workshop-termine .workshop-termine-termin .termin-item:nth-child(even):hover {
        background-color: #ffffff;
        transition: all 0.05s ease-out; }
.terminsession {
  padding-bottom: 1.5rem; }
  .terminsession .wpcf7-list-item {
    display: none;
    margin: 0 !important; }
    .terminsession .wpcf7-list-item label {
      display: flex;
      flex-direction: row !important;
      margin-top: 1rem !important; }
      .terminsession .wpcf7-list-item label input {
        margin-top: 0.3rem;
        margin-right: 0.75rem;
        width: 17px !important;
        height: 17px !important; }
@media screen and (max-width: 880px) {
  .teaser-partner > .vc_row .wpb_column {
    width: 50% !important;
    margin-bottom: 5rem;
    float: left; }
    .teaser-partner > .vc_row .wpb_column:last-child {
      display: none !important; }
    .teaser-partner > .vc_row .wpb_column h5 {
      margin-top: 0.5em; } }
@media screen and (max-width: 767px) {
  .icon-cols .vc_row > div {
    margin-bottom: 3rem !important; } }
@media screen and (max-width: 767px) {
  #headline_vert-mv1,
  #headline_vert-mv2 {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .col-narrow {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } }
@media screen and (max-width: 767px) {
  .col-narrow > div {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 50%;
    margin-bottom: 3rem;
    float: left; }
    .col-narrow > div:nth-child(3) {
      clear: both; } }
.positionrelative {
  position: relative;
  z-index: 6000; }
.wpcf7-form p.small {
  font-size: 0.9rem !important;
  padding-left: calc(0.7rem + 6%);
  line-height: normal !important; }
.fd_btn {
  background: 4px solid white;
  border: none;
  display: inline-block;
  overflow: hidden;
  padding: 0.5em 2em !important;
  position: relative; }
  .fd_btn::after {
    display: none; }
  .fd_btn.vc_btn3-size-md {
    font-size: 1.15rem !important; }
.mailto-btn .vc_btn3 {
  padding-left: 3.0em !important;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  border: 2px solid #6d6d6b !important; }
  .mailto-btn .vc_btn3 i::before {
    position: absolute;
    transform: translateX(0.25em); }
  .mailto-btn .vc_btn3:hover {
    padding-left: 3.5em !important; }
    .mailto-btn .vc_btn3:hover i::before {
      transform: translateX(0.75em); }
.button {
  /*  overflow: hidden; */
  display: inline-block;
  text-decoration: none;
  color: #616163;
  padding: 0.5em 2em;
  position: relative;
  text-align: center;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.4s ease-out; }
.button .title {
  display: inline-block;
  /* text-transform: uppercase; */
  margin: auto; }
.button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #616163;
  /*	 overflow:  hidden; */ }
.button::after {
  display: none; }
.button .border-outer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  border: 2px solid #153D8A;
  clip-path: polygon(-50% 0%, 0% 0%, -50% 100%, -100% 100%);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
.button:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: #202020;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .button:hover .border-inner {
    color: #153D8A; }
.button:hover .border-outer {
  clip-path: polygon(-50% 0%, 150% 0%, 100% 100%, -100% 100%);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.border-inner {
  display: inline-block;
  /* text-transform: uppercase; */
  margin: auto;
  color: #153D8A; }
.vc_btn3-container > .vc_btn3 {
  background-color: #A0281C !important;
  color: #ffffff !important;
  font-size: 1.25rem !important;
  padding: 1.5em 2em !important;
  border: 3px solid #A0281C !important; }
  .vc_btn3-container > .vc_btn3:hover {
    background-color: #ffffff !important;
    color: #A0281C !important; }
ul.social-menu {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    ul.social-menu {
      justify-content: center; } }
  ul.social-menu li {
    list-style: none;
    display: inline-block;
    color: #ffffff;
    margin: 0.5rem; }
    ul.social-menu li:first-child {
      margin-left: 0; }
    ul.social-menu li a {
      color: #ffffff;
      margin: 0em;
      text-decoration: none;
      display: block;
      border-radius: 50%;
      text-indent: -999rem;
      background-color: #414247;
      width: 3rem;
      height: 3rem;
      border: 1px solid transparent;
      position: relative; }
      ul.social-menu li a::after {
        display: none !important; }
    ul.social-menu li a::before {
      content: "";
      color: #ffffff;
      position: absolute;
      left: 50%;
      transform: translateX(-50%) translateY(-2px);
      width: 3rem;
      height: 3rem;
      text-indent: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Format";
      font-size: 1.25rem;
      transition: all 0.2s ease-out; }
    ul.social-menu li.xing a::before {
      content: "E"; }
    ul.social-menu li.linkedin a::before {
      content: "G"; }
    ul.social-menu li.twitter a::before {
      content: "I"; }
    ul.social-menu li a {
      transition: all 0.2s ease-out; }
      ul.social-menu li a:hover, ul.social-menu li a:focus {
        background-color: rgba(255, 255, 255, 0);
        border-color: #414247;
        transition: all 0.05s ease-out; }
        ul.social-menu li a:hover::before, ul.social-menu li a:focus::before {
          color: #A0281C;
          font-size: 1.5rem;
          transition: all 0.05s ease-out; }
.widget_slider_widget {
  position: relative; }
#slider_widget-3 {
  padding-bottom: 43vW; }
#slider_widget-4 {
  padding-bottom: 66.5vW; }
#slider_widget-5 {
  padding-bottom: 77%; }
.slider-outer {
  overflow: hidden;
  margin-left: -25px;
  margin-right: -25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*
  > div {
     width: calc(100% + 50px); 
  }
  */
  /*
  @media screen and (max-width: 767px) {
    margin-left: -15px;
    margin-right: -15px;
    > div {
      width: calc(100% + 30px);
    }
  }
  */ }
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden; }
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000; }
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.swiper-pagination-bullet {
  background-color: white;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem !important;
  user-select: none !important;
  border: 2px solid #F5F6F9; }
.swiper-pagination {
  bottom: 1.75rem !important;
  user-select: none !important;
  line-height: 1.5rem !important; }
#Home-Slider .swiper-pagination {
  bottom: 1.5rem !important;
  user-select: none !important; }
  @media screen and (max-width: 767px) {
    #Home-Slider .swiper-pagination {
      bottom: 1.0rem !important; } }
  @media screen and (max-width: 680px) {
    #Home-Slider .swiper-pagination {
      bottom: 0.5rem !important; } }
  @media screen and (max-width: 580px) {
    #Home-Slider .swiper-pagination {
      bottom: 0rem !important; } }
.swiper-button-next, .swiper-button-prev {
  padding: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.2s ease-out;
  user-select: none; }
  .swiper-button-next::after, .swiper-button-prev::after {
    color: #F5F6F9;
    transition: all 0.2s ease-out; }
  .swiper-button-next:hover, .swiper-button-next:focus, .swiper-button-prev:hover, .swiper-button-prev:focus {
    background-color: #F5F6F9;
    transition: all 0.05s ease-out; }
    .swiper-button-next:hover::after, .swiper-button-next:focus::after, .swiper-button-prev:hover::after, .swiper-button-prev:focus::after {
      color: white;
      transition: all 0.05s ease-out;
      margin-left: 0.5rem; }
  @media screen and (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
      display: none; } }
.swiper-button-prev:hover, .swiper-button-prev:focus {
  background-color: #F5F6F9;
  transition: all 0.05s ease-out; }
  .swiper-button-prev:hover::after, .swiper-button-prev:focus::after {
    margin-left: 0rem;
    margin-right: 0.5rem; }
.gal-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0px; }
  @media screen and (max-width: 992px) {
    .gal-index {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 680px) {
    .gal-index {
      grid-template-columns: repeat(1, 1fr); } }
  .gal-index .gal-teaser {
    margin-bottom: 4rem; }
    @media screen and (max-width: 680px) {
      .gal-index .gal-teaser .gal-teaser_img {
        margin-left: -8px;
        margin-right: -8px; } }
    .gal-index .gal-teaser .gal-teaser_txt h2 {
      font-size: 2.5rem;
      margin-top: 0.25em !important;
      margin-bottom: 0 !important;
      line-height: 1.25em !important; }
      @media screen and (max-width: 1920px) {
        .gal-index .gal-teaser .gal-teaser_txt h2 {
          font-size: 2.3rem; } }
      @media screen and (max-width: 1780px) {
        .gal-index .gal-teaser .gal-teaser_txt h2 {
          font-size: 2.1rem; } }
      @media screen and (max-width: 1680px) {
        .gal-index .gal-teaser .gal-teaser_txt h2 {
          font-size: 2.0rem; } }
    @media screen and (max-width: 680px) {
      .gal-index .gal-teaser .gal-teaser_txt {
        padding-left: 8px;
        padding-right: 8px; } }
#Anmeldung .wpcf7-form,
#anmeldung-workshop .wpcf7-form {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  #Anmeldung .wpcf7-form label,
  #anmeldung-workshop .wpcf7-form label {
    display: flex;
    flex-direction: column;
    color: #000000;
    margin-bottom: 0;
    margin-top: 1.25rem;
    width: 100%; }
    #Anmeldung .wpcf7-form label input,
    #Anmeldung .wpcf7-form label select,
    #Anmeldung .wpcf7-form label textarea,
    #anmeldung-workshop .wpcf7-form label input,
    #anmeldung-workshop .wpcf7-form label select,
    #anmeldung-workshop .wpcf7-form label textarea {
      font-size: 1rem;
      padding: 0.5em;
      border-radius: 3px;
      border: none;
      width: 100%; }
  #Anmeldung .wpcf7-form select,
  #anmeldung-workshop .wpcf7-form select {
    color: #414247; }
  #Anmeldung .wpcf7-form .wpcf7-checkbox,
  #anmeldung-workshop .wpcf7-form .wpcf7-checkbox {
    margin-left: 0;
    width: 100%; }
    #Anmeldung .wpcf7-form .wpcf7-checkbox label,
    #anmeldung-workshop .wpcf7-form .wpcf7-checkbox label {
      flex-direction: row !important;
      align-items: flex-start !important;
      justify-content: flex-start !important;
      line-height: normal;
      font-size: 0.9rem; }
      #Anmeldung .wpcf7-form .wpcf7-checkbox label input[type="checkbox"],
      #anmeldung-workshop .wpcf7-form .wpcf7-checkbox label input[type="checkbox"] {
        margin-right: 0.5rem;
        width: 6%;
        min-width: 28px;
        margin-top: 0.2rem;
        margin-left: 0.2rem; }
      #Anmeldung .wpcf7-form .wpcf7-checkbox label span,
      #anmeldung-workshop .wpcf7-form .wpcf7-checkbox label span {
        width: 94%; }
  #Anmeldung .wpcf7-form .wpcf7-submit,
  #anmeldung-workshop .wpcf7-form .wpcf7-submit {
    width: 100%;
    background-color: #A0281C;
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.5em 1em;
    margin-top: 3rem;
    border: 2px solid #A0281C;
    cursor: pointer;
    transition: all 0.2s ease-out;
    /*  text-shadow: 0 0 15px rgba(1,1,1,0.25); */ }
    #Anmeldung .wpcf7-form .wpcf7-submit:hover, #Anmeldung .wpcf7-form .wpcf7-submit:focus,
    #anmeldung-workshop .wpcf7-form .wpcf7-submit:hover,
    #anmeldung-workshop .wpcf7-form .wpcf7-submit:focus {
      background-color: #ffffff;
      color: #A0281C;
      transition: all 0.05s ease-out;
      /*     text-shadow: 0 0 25px rgba(0,0,0,0.5); */ }
label.checkbox {
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  line-height: normal;
  font-size: 0.9rem; }
  label.checkbox input[type="checkbox"] {
    margin-right: 0.5rem;
    width: 6% !important;
    min-width: 28px;
    margin-top: 0.2rem;
    margin-left: 0.2rem; }
  label.checkbox span {
    width: 94%; }
.wpcf7-checkbox > .wpcf7-list-item {
  margin-left: 0; }
.wpcf7-form span a {
  color: #000000 !important;
  text-decoration: underline !important; }
.fd_bgcolor--grey {
  background-color: #414247; }
.fd_bgcolor--grey-light {
  background-color: #F5F5F5; }
.fd_bgcolor--grey-dark {
  background-color: #1A1F23;
  color: #ffffff; }
  .fd_bgcolor--grey-dark a {
    color: #ffffff; }
.fd_bgcolor--grey-light---23-right {
  background-color: #F5F5F5;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 33%, #F5F5F5 33%, #F5F5F5 100%); }
.fd_bgcolor--grey-light---23-left,
.fd_bgcolor--grey-light---23-left--after {
  background-color: #F5F5F5;
  background: linear-gradient(270deg, #ffffff 0%, #ffffff 33%, #F5F5F5 33%, #F5F5F5 100%); }
  @media screen and (max-width: 767px) {
    .fd_bgcolor--grey-light---23-left,
    .fd_bgcolor--grey-light---23-left--after {
      background: #F5F5F5 !important; } }
.fd_bgcolor--grey-light---23-left--after .img {
  z-index: 75; }
  .fd_bgcolor--grey-light---23-left--after .img > div {
    padding: 0; }
    .fd_bgcolor--grey-light---23-left--after .img > div p {
      line-height: 0 !important; }
    .fd_bgcolor--grey-light---23-left--after .img > div img {
      line-height: 0; }
.fd_bgcolor--grey-light---23-left--after .headline {
  z-index: 76; }
.fd_bgcolor--grey-light---23-left--after .txt {
  padding-right: 3rem;
  z-index: 3; }
  .fd_bgcolor--grey-light---23-left--after .txt::after {
    content: " ";
    position: absolute;
    bottom: -15rem;
    background-color: #ffffff;
    width: 150vW;
    height: 20rem;
    left: -50vW;
    z-index: -1; }
#fd-construct > .legal {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 6rem;
  text-align: center; }
  #fd-construct > .legal h1 {
    padding-bottom: 1.5rem !important;
    text-align: center; }
  #fd-construct > .legal h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 3rem !important;
    margin-bottom: 0.5rem !important;
    text-align: center; }
  #fd-construct > .legal h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 3rem !important;
    margin-bottom: 0.5rem !important;
    text-align: center;
    color: #414247; }
  #fd-construct > .legal ol {
    padding-left: 0; }
    #fd-construct > .legal ol li::marker {
      font-size: 1.35rem;
      font-weight: 700;
      color: #6d6d6b; }
    #fd-construct > .legal ol ol {
      padding-left: 1.25em; }
#fd-footer {
  border-top: 1px solid #d7d7d7; }
._brlbs-btn-accept-all {
  font-weight: bold !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25) !important; }
#CookieBoxSaveButton {
  font-size: 14px !important; }
#BorlabsCookieBox .cookie-preference ._brlbs-accept {
  text-align: center !important; }
.cookie-preference div > .col-12 .col-sm-7 {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important; }
  .cookie-preference div > .col-12 .col-sm-7 ._brlbs-btn-accept-all {
    text-align: center !important;
    width: 100%;
    font-size: 18px !important; }
.cookie-preference div > .col-12 .col-sm-5 {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  text-align: center; }
.cookie-preference div > .col-12 .col-sm-5 p {
  text-align: center !important; }
#CookiePrefDescription > span {
  text-align: center !important; }
#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology,
#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information {
  display: block !important; }
#BorlabsCookieBox ._brlbs-text-description {
  display: none !important; }
#CookieBoxTextDescription {
  text-align: center !important; }
#CookieBoxSaveButton {
  width: auto !important; }
.iconcounter {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .iconcounter .iconcounter-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .iconcounter .iconcounter-inner .iconcounter-icon {
      display: block;
      width: 6.777777777777778rem;
      height: 6.777777777777778rem;
      border-radius: 50%;
      border: 2px solid #ffffff;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    .iconcounter .iconcounter-inner .iconcounter-counter {
      text-align: center;
      font-weight: 700;
      font-size: 2.5rem;
      margin-top: 1.75rem;
      margin-bottom: 0.75rem; }
      .iconcounter .iconcounter-inner .iconcounter-counter.throw-confetti {
        /* background-color: aquamarine; */ }
    .iconcounter .iconcounter-inner .iconcounter-text {
      text-align: center;
      font-size: 1.2222222rem;
      font-weight: 400; }
.fd_layout--2-Col-50-50-img-txt > div:first-child p {
  line-height: 0 !important; }
.fd_layout--2-Col-50-50-img-txt > div:last-child {
  padding-left: 1rem; }
.fd_layout--2-Col-66-33-txt-img .img {
  line-height: 0; }
  .fd_layout--2-Col-66-33-txt-img .img p {
    line-height: 0 !important; }
@media screen and (max-width: 767px) {
  .fd_layout--2-Col-66-33-txt-img .wpb_column.col-1 {
    display: none; } }
.fd_layout--2-Col-66-33-txt-img .wpb_column.col-2 {
  padding-top: 4vW; }
  @media screen and (max-width: 767px) {
    .fd_layout--2-Col-66-33-txt-img .wpb_column.col-2 {
      padding-top: 2vW; } }
.fd_layout--2-Col-66-33-txt-img .wpb_column.col-3 {
  padding-top: 8vW; }
  @media screen and (max-width: 767px) {
    .fd_layout--2-Col-66-33-txt-img .wpb_column.col-3 {
      padding-left: 4rem;
      padding-top: 0vW; } }
@media screen and (max-width: 767px) {
  .fd_layout--2-Col-66-33-txt-img {
    margin-top: -4rem; } }
@media screen and (max-width: 767px) {
  .fd_layout--2-Col-50-50-txt-img {
    display: flex;
    flex-direction: column-reverse; } }
.fd_style--CE-Intro .fd_txtimg_style--ce-intro-img > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .fd_style--CE-Intro .fd_txtimg_style--ce-intro-img > .wpb_wrapper p {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 450px;
    background-color: rgba(21, 61, 138, 0.8);
    border-radius: 50%;
    text-align: center; }
    .fd_style--CE-Intro .fd_txtimg_style--ce-intro-img > .wpb_wrapper p img {
      max-width: 290px; }
@media screen and (max-width: 767px) {
  #Anmeldung {
    padding-top: 0 !important;
    padding-bottom: 4rem !important; } }
.fd_layout--2-Col-66-33-txt-txt img {
  max-width: 600px; }
.fd_layout--2-Col-66-33-txt-txt p {
  max-width: 800px; }
.fd_layout--2-Col-66-33-txt-txt .wpb_wrapper {
  position: relative; }
.fd_layout--2-Col-66-33-txt-txt > .wpb_column:last-child {
  padding-left: 3rem; }
.fd_style--CE-Intro {
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat; }
.fd_txtimg_style--txt-2col {
  column-count: 2;
  column-gap: 3.75rem; }
  @media screen and (max-width: 580px) {
    .fd_txtimg_style--txt-2col {
      column-count: 1; } }
.fd_txtimg_style--txt-vert h3 {
  transform-origin: 0% 100%;
  transform: rotateZ(90deg);
  margin-bottom: 0 !important;
  /* padding-left: 1.25rem; */
  white-space: nowrap;
  /* margin-left: -1rem; */ }
.fd_style--High-Z-Index {
  z-index: 10; }
.fd_style--hyphens {
  hyphens: auto; }
  .fd_style--hyphens p, .fd_style--hyphens li {
    hyphens: auto; }
.inner_max_width--max-width-1400 {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important; }
.grid1-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem; }
  .grid1-inner img {
    object-fit: cover;
    max-width: none;
    height: 100%;
    width: 100%; }
  .grid1-inner > div {
    overflow: hidden;
    border-bottom: 0.5rem solid #153D8A; }
  .grid1-inner .div1 {
    grid-area: 1 / 1 / 3 / 3;
    /* padding-bottom: 100%; */ }
  .grid1-inner .div2 {
    grid-area: 1 / 3 / 2 / 4;
    background-color: #153D8A;
    color: white;
    text-align: center;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .grid1-inner .div2 .vc_btn3-fd,
    .grid1-inner .div2 .button {
      width: 90%; }
    .grid1-inner .div2 .button,
    .grid1-inner .div2 .button:hover,
    .grid1-inner .div2 .border-inner {
      color: #ffffff; }
    .grid1-inner .div2 .button {
      background-color: rgba(255, 255, 255, 0.1); }
    .grid1-inner .div2 .button::before,
    .grid1-inner .div2 .button .border-outer {
      border-color: #ffffff; }
    .grid1-inner .div2 .button:hover {
      background-color: rgba(255, 255, 255, 0.25); }
  .grid1-inner .div3 {
    grid-area: 2 / 3 / 3 / 4; }
  .grid1-inner .div4 {
    grid-area: 1 / 4 / 3 / 5; }
#fd_vc_menu {
  margin-top: -3rem; }
  @media screen and (max-width: 880px) {
    #fd_vc_menu {
      margin-top: 0; } }
  #fd_vc_menu .fd_vc_menu-inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 880px) {
      #fd_vc_menu .fd_vc_menu-inner {
        flex-wrap: wrap; } }
    #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item {
      position: relative;
      width: 25%; }
      @media screen and (max-width: 880px) {
        #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item {
          width: 50%;
          max-height: 250px; } }
      #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0; }
        #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item a .subline {
          opacity: 0;
          margin-top: 2rem;
          transition: all 0.3s ease-out;
          padding-right: 2em;
          line-height: 1.5em;
          font-size: 0.96rem; }
        @media screen and (min-width: 480px) {
          #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item a:hover .menu-hover {
            height: 100%;
            opacity: 1;
            transition: all 0.1s ease-out; }
          #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item a:hover .subline {
            opacity: 1;
            margin-top: 0rem;
            transition: all 0.1s ease-out; } }
      #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item .menu-txt {
        padding: 1.5rem 1.0rem;
        color: #ffffff; }
        #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item .menu-txt .menu-txt-inner {
          position: absolute;
          z-index: 8; }
        #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item .menu-txt .preline {
          font-weight: 400;
          margin-bottom: 0.5rem;
          line-height: normal;
          font-size: 0.9rem; }
        #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item .menu-txt .headline {
          font-size: 1.5rem;
          font-weight: 700;
          text-transform: uppercase;
          line-height: 1.1em;
          margin-bottom: 0.5em; }
        #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item .menu-txt .menu-hover {
          position: absolute;
          z-index: 7;
          left: 0;
          right: 0;
          height: 0px;
          background-color: #A0281C;
          opacity: 0;
          transition: all 0.3s ease-out; }
          @media screen and (max-width: 880px) {
            #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item .menu-txt .menu-hover {
              bottom: 0; } }
      #fd_vc_menu .fd_vc_menu-inner .fd_vc_menu-item .menu-img {
        line-height: 0; }
    #fd_vc_menu .fd_vc_menu-inner #fd_vc_menu-item-1 {
      margin-top: -3rem; }
      @media screen and (max-width: 880px) {
        #fd_vc_menu .fd_vc_menu-inner #fd_vc_menu-item-1 {
          margin-top: 0; } }
    #fd_vc_menu .fd_vc_menu-inner #fd_vc_menu-item-2 {
      margin-top: -8rem; }
      @media screen and (max-width: 880px) {
        #fd_vc_menu .fd_vc_menu-inner #fd_vc_menu-item-2 {
          margin-top: 0; } }
    #fd_vc_menu .fd_vc_menu-inner #fd_vc_menu-item-3 {
      margin-top: -5rem; }
      @media screen and (max-width: 880px) {
        #fd_vc_menu .fd_vc_menu-inner #fd_vc_menu-item-3 {
          margin-top: 0; } }
    #fd_vc_menu .fd_vc_menu-inner #fd_vc_menu-item-4 {
      margin-top: -1rem; }
      @media screen and (max-width: 880px) {
        #fd_vc_menu .fd_vc_menu-inner #fd_vc_menu-item-4 {
          margin-top: 0; } }
#fd_vc_menu-item-1 .menu-hover {
  bottom: 2rem; }
#fd_vc_menu-item-2 .menu-hover {
  bottom: 7rem; }
#fd_vc_menu-item-3 .menu-hover {
  bottom: 4rem; }
#fd_vc_menu-item-4 .menu-hover {
  bottom: 0rem; }
.partner-headline h1 {
  margin-bottom: 0 !important; }
.partner-headline h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: 1em !important;
  margin-bottom: 1em !important; }
.cta-phone,
.cta-email {
  padding-left: 4.5rem; }
  .cta-phone::before,
  .cta-email::before {
    content: "B";
    font-family: "leanfactory";
    font-weight: 300;
    background-color: #7e7e7e;
    color: #ffffff;
    font-size: 1.75rem;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0; }
.cta-email::before {
  content: "@";
  font-family: "Montserrat";
  font-weight: 400; }
.partner-more a {
  position: relative;
  position: absolute !important;
  padding-left: 2.0rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s ease-in-out; }
  .partner-more a::before {
    content: "A";
    font-family: "leanfactory";
    margin-right: 1rem;
    position: absolute;
    left: 0;
    z-index: 2;
    transition: all 0.25s ease-in-out; }
  .partner-more a::after {
    content: " ";
    position: absolute;
    left: 0;
    width: 0;
    height: 3.15rem;
    background-color: #414247;
    z-index: -1;
    transform: translateY(-0.75rem);
    transition: all 0.25s ease-in-out; }
  .partner-more a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    padding-left: 3rem;
    transition: all 0.15s ease-in-out; }
    .partner-more a:hover::before {
      left: 1rem;
      /* transition: all 0.25s ease-in-out; */ }
    .partner-more a:hover::after {
      width: calc( 100% + 1.25rem);
      transition: all 0.15s ease-in-out; }
.teaser-partner img {
  /*
    max-height: 80px;
    min-height: 80px;
    */ }
.oeeai .hero-logo img {
  max-width: 500px; }
.oeeai-bot img {
  max-width: 500px; }
/*
.werma {
  .hero-logo {
    img {
      background-color: white;
      padding: 1.5rem;
    }
  }
}
*/
.orgatex .hero-logo img {
  /* background-color: white; */
  padding: 1.5rem;
  max-width: 500px; }
.partner-but-home .vc_column_container {
  background-color: #F5F5F5;
  padding: 2rem; }
  .partner-but-home .vc_column_container p {
    font-size: 1.5rem !important; }
    .partner-but-home .vc_column_container p a {
      padding-left: 3rem; }
      .partner-but-home .vc_column_container p a::before {
        content: "←";
        font-size: 2rem;
        margin-right: 1rem;
        position: absolute;
        left: 0; }
      .partner-but-home .vc_column_container p a:hover {
        color: #000000 !important; }
        .partner-but-home .vc_column_container p a:hover::before {
          color: #000000 !important; }
.fd_style--CTA-Kontakt-allgemein table {
  width: auto !important; }
  .fd_style--CTA-Kontakt-allgemein table tr {
    width: auto !important; }
    .fd_style--CTA-Kontakt-allgemein table tr td {
      width: auto !important;
      font-size: 1.2222222rem; }
      .fd_style--CTA-Kontakt-allgemein table tr td:nth-child(1), .fd_style--CTA-Kontakt-allgemein table tr td:nth-child(2) {
        padding-right: 2.5rem; }
.fd_style--CTA-Kontakt-allgemein .vc_col-sm-4 p {
  line-height: 0 !important; }
.fd_style--CTA-Kontakt-allgemein .vc_col-sm-4 img {
  border-radius: 50%;
  max-width: 440px; }
#Anmeldung .wpcf7-form,
#anmeldung-workshop .wpcf7-form {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  #Anmeldung .wpcf7-form label,
  #anmeldung-workshop .wpcf7-form label {
    display: flex;
    flex-direction: column;
    color: #000000;
    margin-bottom: 0;
    margin-top: 1.25rem;
    width: 100%; }
    #Anmeldung .wpcf7-form label input,
    #Anmeldung .wpcf7-form label select,
    #Anmeldung .wpcf7-form label textarea,
    #anmeldung-workshop .wpcf7-form label input,
    #anmeldung-workshop .wpcf7-form label select,
    #anmeldung-workshop .wpcf7-form label textarea {
      font-size: 1rem;
      padding: 0.5em;
      border-radius: 3px;
      border: none;
      width: 100%; }
  #Anmeldung .wpcf7-form select,
  #anmeldung-workshop .wpcf7-form select {
    color: #414247; }
  #Anmeldung .wpcf7-form .wpcf7-checkbox,
  #anmeldung-workshop .wpcf7-form .wpcf7-checkbox {
    margin-left: 0;
    width: 100%; }
    #Anmeldung .wpcf7-form .wpcf7-checkbox label,
    #anmeldung-workshop .wpcf7-form .wpcf7-checkbox label {
      flex-direction: row !important;
      align-items: flex-start !important;
      justify-content: flex-start !important;
      line-height: normal;
      font-size: 0.9rem; }
      #Anmeldung .wpcf7-form .wpcf7-checkbox label input[type="checkbox"],
      #anmeldung-workshop .wpcf7-form .wpcf7-checkbox label input[type="checkbox"] {
        margin-right: 0.5rem;
        width: 6%;
        min-width: 28px;
        margin-top: 0.2rem;
        margin-left: 0.2rem; }
      #Anmeldung .wpcf7-form .wpcf7-checkbox label span,
      #anmeldung-workshop .wpcf7-form .wpcf7-checkbox label span {
        width: 94%; }
  #Anmeldung .wpcf7-form .wpcf7-submit,
  #anmeldung-workshop .wpcf7-form .wpcf7-submit {
    width: 100%;
    background-color: #A0281C;
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.5em 1em;
    margin-top: 3rem;
    border: 2px solid #A0281C;
    cursor: pointer;
    transition: all 0.2s ease-out;
    /*  text-shadow: 0 0 15px rgba(1,1,1,0.25); */ }
    #Anmeldung .wpcf7-form .wpcf7-submit:hover, #Anmeldung .wpcf7-form .wpcf7-submit:focus,
    #anmeldung-workshop .wpcf7-form .wpcf7-submit:hover,
    #anmeldung-workshop .wpcf7-form .wpcf7-submit:focus {
      background-color: #ffffff;
      color: #A0281C;
      transition: all 0.05s ease-out;
      /*     text-shadow: 0 0 25px rgba(0,0,0,0.5); */ }
label.checkbox {
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  line-height: normal;
  font-size: 0.9rem; }
  label.checkbox input[type="checkbox"] {
    margin-right: 0.5rem;
    width: 6% !important;
    min-width: 28px;
    margin-top: 0.2rem;
    margin-left: 0.2rem; }
  label.checkbox span {
    width: 94%; }
.wpcf7-checkbox > .wpcf7-list-item {
  margin-left: 0; }
.wpcf7-form span a {
  color: #000000 !important;
  text-decoration: underline !important; }
#Blog {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  #Blog article {
    display: flex;
    flex-direction: row;
    margin-bottom: 4rem; }
    #Blog article .article-left {
      width: 33%; }
    #Blog article .article-right {
      width: 67%;
      padding-left: 3rem; }
      #Blog article .article-right h2 {
        font-size: 2.0rem;
        margin-top: 1rem !important;
        margin-bottom: 0.5rem !important; }
        #Blog article .article-right h2 a {
          color: #414247; }
      #Blog article .article-right .post-content {
        margin-bottom: 1.5rem; }
      #Blog article .article-right .vc_btn3-container > .vc_btn3 {
        font-size: 1.15rem !important;
        padding: 1.0em 2em !important; }
.post-meta {
  display: flex; }
  .post-meta .post-meta-date {
    margin-top: 0.25rem; }
.blog-categories {
  margin-left: 1.0rem; }
  .blog-categories .category-tag {
    margin-left: 0.5rem;
    background-color: #A0281C;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.65rem;
    padding: 0.25em 0.5em;
    border-radius: 0.25em; }
#blog-categories-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-top: 1rem; }
  #blog-categories-menu .blog-categories-menu-item {
    background-color: #F5F5F5;
    border: 2px solid #F5F5F5;
    padding: 1em 1.0em;
    flex-grow: 1;
    flex-basis: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-align: center;
    line-height: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #414247;
    font-weight: 500;
    transition: all 0.2s ease-out; }
    #blog-categories-menu .blog-categories-menu-item.blog-categories-menu-item-active, #blog-categories-menu .blog-categories-menu-item:hover {
      border-color: #A0281C;
      background-color: #ffffff;
      transition: all 0.5s ease-out; }
/*# sourceMappingURL=global.min.css.map*/
.BorlabsCookie *{box-sizing:border-box}.BorlabsCookie *:before,.BorlabsCookie *:after{box-sizing:inherit}.BorlabsCookie * div,.BorlabsCookie * span,.BorlabsCookie * h1,.BorlabsCookie * h2,.BorlabsCookie * h3,.BorlabsCookie * h4,.BorlabsCookie * h5,.BorlabsCookie * h6,.BorlabsCookie * p,.BorlabsCookie * a,.BorlabsCookie * em,.BorlabsCookie * img,.BorlabsCookie * small,.BorlabsCookie * strike,.BorlabsCookie * strong,.BorlabsCookie * sub,.BorlabsCookie * sup,.BorlabsCookie * b,.BorlabsCookie * u,.BorlabsCookie * i,.BorlabsCookie * center,.BorlabsCookie * ol,.BorlabsCookie * ul,.BorlabsCookie * li,.BorlabsCookie * fieldset,.BorlabsCookie * form,.BorlabsCookie * label,.BorlabsCookie * legend{margin:0;padding:0;border:0;color:inherit;vertical-align:baseline;font-family:inherit;font-size:inherit;font-style:initial;font-weight:initial;letter-spacing:initial;line-height:initial;text-decoration:initial;text-transform:initial;word-spacing:initial}.borlabs-hide{display:none}.borlabs-position-fix{position:initial !important;transform:unset !important}._brlbs-btn-cookie-preference{display:inline-block;font-family:inherit;font-size:inherit;padding:.5em 1em;text-decoration:none;transition:background-color .125s linear}.BorlabsCookie ._brlbs-cursor{cursor:pointer}.BorlabsCookie .text-left{text-align:left !important}.BorlabsCookie .text-center{text-align:center !important}.BorlabsCookie .text-right{text-align:right !important}.BorlabsCookie table._brlbs th{text-align:left}.BorlabsCookie table._brlbs td,.BorlabsCookie table._brlbs th{padding:.3rem}.BorlabsCookie ._brlbs-responsive-table{min-height:.01%;overflow:auto}.BorlabsCookie label._brlbs-focused{outline:Highlight;outline-color:-webkit-focus-ring-color;outline-style:solid;outline-width:2px}.BorlabsCookie .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.BorlabsCookie .sr-only-focusable:active,.BorlabsCookie .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.BorlabsCookie .container,.BorlabsCookie .container-fluid,.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:540px}}@media(min-width:768px){.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:720px}}@media(min-width:992px){.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:960px}}@media(min-width:1200px){.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:1140px}}.BorlabsCookie .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.BorlabsCookie .no-gutters{margin-right:0;margin-left:0}.BorlabsCookie .no-gutters>.col,.BorlabsCookie .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.BorlabsCookie .col-xl,.BorlabsCookie .col-xl-12,.BorlabsCookie .col-xl-11,.BorlabsCookie .col-xl-10,.BorlabsCookie .col-xl-9,.BorlabsCookie .col-xl-8,.BorlabsCookie .col-xl-7,.BorlabsCookie .col-xl-6,.BorlabsCookie .col-xl-5,.BorlabsCookie .col-xl-4,.BorlabsCookie .col-xl-3,.BorlabsCookie .col-xl-2,.BorlabsCookie .col-xl-1,.BorlabsCookie .col-lg,.BorlabsCookie .col-lg-12,.BorlabsCookie .col-lg-11,.BorlabsCookie .col-lg-10,.BorlabsCookie .col-lg-9,.BorlabsCookie .col-lg-8,.BorlabsCookie .col-lg-7,.BorlabsCookie .col-lg-6,.BorlabsCookie .col-lg-5,.BorlabsCookie .col-lg-4,.BorlabsCookie .col-lg-3,.BorlabsCookie .col-lg-2,.BorlabsCookie .col-lg-1,.BorlabsCookie .col-md,.BorlabsCookie .col-md-12,.BorlabsCookie .col-md-11,.BorlabsCookie .col-md-10,.BorlabsCookie .col-md-9,.BorlabsCookie .col-md-8,.BorlabsCookie .col-md-7,.BorlabsCookie .col-md-6,.BorlabsCookie .col-md-5,.BorlabsCookie .col-md-4,.BorlabsCookie .col-md-3,.BorlabsCookie .col-md-2,.BorlabsCookie .col-md-1,.BorlabsCookie .col-sm,.BorlabsCookie .col-sm-12,.BorlabsCookie .col-sm-11,.BorlabsCookie .col-sm-10,.BorlabsCookie .col-sm-9,.BorlabsCookie .col-sm-8,.BorlabsCookie .col-sm-7,.BorlabsCookie .col-sm-6,.BorlabsCookie .col-sm-5,.BorlabsCookie .col-sm-4,.BorlabsCookie .col-sm-3,.BorlabsCookie .col-sm-2,.BorlabsCookie .col-sm-1,.BorlabsCookie .col,.BorlabsCookie .col-12,.BorlabsCookie .col-11,.BorlabsCookie .col-10,.BorlabsCookie .col-9,.BorlabsCookie .col-8,.BorlabsCookie .col-7,.BorlabsCookie .col-6,.BorlabsCookie .col-5,.BorlabsCookie .col-4,.BorlabsCookie .col-3,.BorlabsCookie .col-2,.BorlabsCookie .col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.BorlabsCookie .col{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-12{flex:0 0 100%;max-width:100%}@media(min-width:576px){.BorlabsCookie .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-sm-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-sm-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-sm-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width:768px){.BorlabsCookie .col-md{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-md-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-md-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-md-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width:992px){.BorlabsCookie .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-lg-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-lg-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-lg-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width:1200px){.BorlabsCookie .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-xl-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-xl-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-xl-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-xl-12{flex:0 0 100%;max-width:100%}}.BorlabsCookie .d-block{display:block !important}.BorlabsCookie .d-flex{display:flex !important}@media(min-width:576px){.BorlabsCookie .d-sm-block{display:block !important}.BorlabsCookie .d-sm-flex{display:flex !important}}@media(min-width:768px){.BorlabsCookie .d-md-block{display:block !important}.BorlabsCookie .d-md-flex{display:flex !important}}@media(min-width:992px){.BorlabsCookie .d-lg-block{display:block !important}.BorlabsCookie .d-lg-flex{display:flex !important}}@media(min-width:1200px){.BorlabsCookie .d-xl-block{display:block !important}.BorlabsCookie .d-xl-flex{display:flex !important}}.BorlabsCookie .flex-row{flex-direction:row !important}.BorlabsCookie .flex-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-between{justify-content:space-between !important}.BorlabsCookie .align-items-start{align-items:flex-start !important}.BorlabsCookie .align-items-end{align-items:flex-end !important}.BorlabsCookie .align-items-center{align-items:center !important}.BorlabsCookie .align-items-baseline{align-items:baseline !important}.BorlabsCookie .align-items-stretch{align-items:stretch !important}@media(min-width:576px){.BorlabsCookie .flex-sm-row{flex-direction:row !important}.BorlabsCookie .flex-sm-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-sm-between{justify-content:space-between !important}.BorlabsCookie .align-items-sm-start{align-items:flex-start !important}.BorlabsCookie .align-items-sm-end{align-items:flex-end !important}.BorlabsCookie .align-items-sm-center{align-items:center !important}.BorlabsCookie .align-items-sm-baseline{align-items:baseline !important}.BorlabsCookie .align-items-sm-stretch{align-items:stretch !important}}@media(min-width:768px){.BorlabsCookie .flex-md-row{flex-direction:row !important}.BorlabsCookie .flex-md-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-md-between{justify-content:space-between !important}.BorlabsCookie .align-items-md-start{align-items:flex-start !important}.BorlabsCookie .align-items-md-end{align-items:flex-end !important}.BorlabsCookie .align-items-md-center{align-items:center !important}.BorlabsCookie .align-items-md-baseline{align-items:baseline !important}.BorlabsCookie .align-items-md-stretch{align-items:stretch !important}}@media(min-width:992px){.BorlabsCookie .flex-lg-row{flex-direction:row !important}.BorlabsCookie .flex-lg-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-lg-between{justify-content:space-between !important}.BorlabsCookie .align-items-lg-start{align-items:flex-start !important}.BorlabsCookie .align-items-lg-end{align-items:flex-end !important}.BorlabsCookie .align-items-lg-center{align-items:center !important}.BorlabsCookie .align-items-lg-baseline{align-items:baseline !important}.BorlabsCookie .align-items-lg-stretch{align-items:stretch !important}}@media(min-width:1200px){.BorlabsCookie .flex-xl-row{flex-direction:row !important}.BorlabsCookie .flex-xl-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-xl-between{justify-content:space-between !important}.BorlabsCookie .align-items-xl-start{align-items:flex-start !important}.BorlabsCookie .align-items-xl-end{align-items:flex-end !important}.BorlabsCookie .align-items-xl-center{align-items:center !important}.BorlabsCookie .align-items-xl-baseline{align-items:baseline !important}.BorlabsCookie .align-items-xl-stretch{align-items:stretch !important}}.BorlabsCookie .w-25{width:25% !important}.BorlabsCookie .w-50{width:50% !important}.BorlabsCookie .w-75{width:75% !important}.BorlabsCookie .w-100{width:100% !important}.BorlabsCookie .w-auto{width:auto !important}.BorlabsCookie .h-25{height:25% !important}.BorlabsCookie .h-50{height:50% !important}.BorlabsCookie .h-75{height:75% !important}.BorlabsCookie .h-100{height:100% !important}.BorlabsCookie .h-auto{height:auto !important}.BorlabsCookie .mw-100{max-width:100% !important}.BorlabsCookie .mh-100{max-height:100% !important}.BorlabsCookie .min-vw-100{min-width:100vw !important}.BorlabsCookie .min-vh-100{min-height:100vh !important}.BorlabsCookie .vw-100{width:100vw !important}.BorlabsCookie .vh-100{height:100vh !important}.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.BorlabsCookie ._brlbs-animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.BorlabsCookie ._brlbs-animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.BorlabsCookie ._brlbs-animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.BorlabsCookie ._brlbs-animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.BorlabsCookie ._brlbs-animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.BorlabsCookie ._brlbs-animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.BorlabsCookie ._brlbs-animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.BorlabsCookie ._brlbs-animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.BorlabsCookie ._brlbs-animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.BorlabsCookie ._brlbs-animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media(print),(prefers-reduced-motion:reduce){.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}.BorlabsCookie._brlbs-switch-consent{align-items:center;display:flex;font-size:inherit}.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch--textRight{margin-right:2em}.BorlabsCookie ._brlbs-title{display:inline-block;vertical-align:middle;margin-bottom:0}.BorlabsCookie ._brlbs-title:before{content:"|";display:inline-block;margin:0 .25rem 0 0}.BorlabsCookie ._brlbs-checkbox{color:inherit;cursor:pointer;display:block;padding-left:2em;position:relative}.BorlabsCookie ._brlbs-checkbox input{position:absolute;opacity:0 !important;width:auto;z-index:-1}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator:after{opacity:1}.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator:after{opacity:1}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator{border-style:solid;border-width:2px;padding:0 !important;position:absolute;left:0;top:0;height:20px;width:20px;transition:.25s}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator:after{content:"";border-style:solid;border-width:0 2px 2px 0;border-radius:1px;position:absolute;left:5px;top:1px;height:11px;width:6px;transform:rotate(45deg);opacity:0}.BorlabsCookie ._brlbs-btn-switch{position:relative;display:inline-block;margin:0;width:50px;height:26px;vertical-align:middle}.BorlabsCookie ._brlbs-btn-switch input{opacity:0;width:0;height:0}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider{background-color:#2295f3}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before{transform:translateX(24px)}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bbc0c7;transition:.4s}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.BorlabsCookie ._brlbs-btn-switch-status{position:absolute;top:50%;right:calc(100% + 6px);transform:translateY(-50%)}.BorlabsCookie ._brlbs-btn-switch--textRight ._brlbs-btn-switch-status{right:auto;left:calc(100% + 6px)}.BorlabsCookie ._brlbs-btn-switch-status::before{content:attr(data-inactive);white-space:nowrap}.BorlabsCookie ._brlbs-btn-switch>input:checked~._brlbs-btn-switch-status:before{content:attr(data-active)}#BorlabsCookieBox a{font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;word-spacing:inherit}#BorlabsCookieBox a:focus{outline:Highlight !important;outline-color:-webkit-focus-ring-color !important;outline-style:solid !important;outline-width:2px !important}#BorlabsCookieBox:not(._brlbs-keyboard) a:focus{outline:0 !important}#BorlabsCookieBox ._brlbs-animated{visibility:visible}#BorlabsCookieBox .container{background:inherit;display:block;float:none;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;min-height:auto;position:inherit}#BorlabsCookieBox ._brlbs-bar .container{overflow:auto !important;width:100% !important;max-width:none !important;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}#BorlabsCookieBox ._brlbs-box .container{overflow:auto !important;width:auto !important}#BorlabsCookieBox .container:before{display:initial}#BorlabsCookieBox .container:after{content:" ";display:block;height:2px}#BorlabsCookieBox .container .row{background:inherit;color:inherit;display:flex;min-width:1px;pointer-events:inherit;width:auto;max-width:none}#BorlabsCookieBox .container .row.no-gutters{margin-left:0;margin-right:0}#BorlabsCookieBox .container .row:before,#BorlabsCookieBox .container .row:after{display:initial}#BorlabsCookieBox .bcac-item{margin:.5em 0;padding:.5em}#BorlabsCookieBox .bcac-item ._brlbs-h4{font-size:1.25em;margin:0 0 .25em}#BorlabsCookieBox .bcac-item p{font-size:.875em}#BorlabsCookieBox .bcac-item p,#BorlabsCookieBox .bcac-item span{color:inherit}#BorlabsCookieBox>div{display:none}#BorlabsCookieBox>div.show-cookie-box{display:flex}#BorlabsCookieBox>div:not(._brlbs-block-content){position:absolute;width:100%;z-index:999999}#BorlabsCookieBox>div:not(._brlbs-block-content).top-left{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-center{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-right{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-left{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-center{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-right{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-left{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-center{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-right{bottom:0}#BorlabsCookieBox h3,#BorlabsCookieBox ._brlbs-h3{background:inherit;color:inherit;font-family:inherit;font-size:1.625em;line-height:1.125em;word-break:break-all}#BorlabsCookieBox ul{display:flex;flex-flow:wrap;justify-content:center;list-style:none;margin:.9375em 0;padding:0}#BorlabsCookieBox ul li{color:inherit;font-family:inherit;font-size:1em;line-height:1.25em;list-style:none;margin:0 .9375em .375em 0}#BorlabsCookieBox ul li:last-child{margin:0}#BorlabsCookieBox ul li:before{content:"●";margin:0 4px 0 0}#BorlabsCookieBox p{color:inherit;font-family:inherit;font-size:1em;line-height:1.4em;margin:.9375em 0}#BorlabsCookieBox p:last-child{margin:0}#BorlabsCookieBox p ._brlbs-paragraph:last-child{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-center{display:flex;align-items:center;justify-content:center}#BorlabsCookieBox ._brlbs-flex-center p{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-left{display:flex;align-items:center;justify-content:left;margin:0 0 .9375em}#BorlabsCookieBox ._brlbs-actions{display:inline}#BorlabsCookieBox ._brlbs-accept{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-block-content{background:rgba(0,0,0,0);left:0;position:fixed;height:100%;top:0;width:100%;z-index:999999}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-animation{transition:background-color .25s linear}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark{background:rgba(0,0,0,.6)}#BorlabsCookieBox ._brlbs-branding{font-family:inherit;font-size:.75em;margin:0}#BorlabsCookieBox ._brlbs-branding a{text-decoration:none}#BorlabsCookieBox ._brlbs-branding img{display:inline-block;max-height:16px;max-width:16px;vertical-align:middle}#BorlabsCookieBox ._brlbs-btn{display:inline-block;font-family:inherit;font-size:1.25em;padding:.75em 2em;text-decoration:none;transition:background-color .125s linear}#BorlabsCookieBox ._brlbs-paragraph{display:block;margin-bottom:.6em}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-personal-data{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-no-commitment{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-revoke{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-individual-settings{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-non-eu-data-transfer{margin-top:.6em}#BorlabsCookieBox .cookie-logo{height:auto;max-width:48px;padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-legal{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-manage{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse a{color:inherit}#BorlabsCookieBox ._brlbs-manage-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-manage-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-manage-btn a:hover{color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-refuse-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn a:hover{color:inherit}#BorlabsCookieBox .top-left{align-items:flex-start;justify-content:flex-start}#BorlabsCookieBox .top-center{align-items:flex-start;justify-content:center}#BorlabsCookieBox .top-right{align-items:flex-start;justify-content:flex-end}#BorlabsCookieBox .middle-left{align-items:center;justify-content:flex-start}#BorlabsCookieBox .middle-center{align-items:center;justify-content:center}#BorlabsCookieBox .middle-right{align-items:center;justify-content:flex-end}#BorlabsCookieBox .bottom-left{align-items:flex-end;justify-content:flex-start}#BorlabsCookieBox .bottom-center{align-items:flex-end;justify-content:center}#BorlabsCookieBox .bottom-right{align-items:flex-end;justify-content:flex-end}#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{box-shadow:0 4px 8px rgba(0,0,0,.2);padding:15px 0;max-height:100vh;overflow:auto}#BorlabsCookieBox ._brlbs-bar-wrap{display:block;max-width:100%;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-bar-wrap .cookie-preference ._brlbs-flex-center{justify-content:left}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p{margin:0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p._brlbs-accept{margin:.9375em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions-mobile{display:none}#BorlabsCookieBox ._brlbs-bar ul{justify-content:center;margin:.5em 0}#BorlabsCookieBox ._brlbs-bar ._brlbs-no-padding-right{padding-right:0}#BorlabsCookieBox ._brlbs-bar ._brlbs-separator:before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar .cookie-logo{padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-bar ._brlbs-legal{text-align:center}#BorlabsCookieBox ._brlbs-box-wrap{display:block;max-width:550px;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-box-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-manage{margin:0}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-refuse{margin:.5em 0 0}#BorlabsCookieBox ._brlbs-box ._brlbs-separator:before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox .cookie-preference .container.not-visible{height:0}#BorlabsCookieBox .cookie-preference table{margin:1em 0 0;width:100%}#BorlabsCookieBox .cookie-preference table tr td,#BorlabsCookieBox .cookie-preference table tr th{border-bottom:1px solid}#BorlabsCookieBox .cookie-preference table tr:last-child td,#BorlabsCookieBox .cookie-preference table tr:last-child th{border-bottom:0}#BorlabsCookieBox .cookie-preference table th{text-align:left;width:40%}#BorlabsCookieBox .cookie-preference table td{text-align:left}#BorlabsCookieBox .cookie-preference table td,#BorlabsCookieBox .cookie-preference table th{font-size:.875em;padding:.25em .5em}#BorlabsCookieBox .cookie-preference ._brlbs-accept{text-align:left}#BorlabsCookieBox .cookie-preference ._brlbs-btn{font-size:1em;margin:0 0 .9375em;padding:.75em 1.5em}#BorlabsCookieBox .cookie-preference ._brlbs-legal{text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-pp-url{overflow:hidden;text-overflow:ellipsis;width:100%;max-width:0}#BorlabsCookieBox .cookie-preference ._brlbs-refuse{margin:0 0 .9375em;text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-separator:before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar-advanced ul,#BorlabsCookieBox ._brlbs-box-advanced ul{justify-content:space-between}#BorlabsCookieBox ._brlbs-bar-advanced ul li,#BorlabsCookieBox ._brlbs-box-advanced ul li{line-height:1.375em;margin:0 .9375em .875em 0}#BorlabsCookieBox ._brlbs-bar-advanced ul li:before,#BorlabsCookieBox ._brlbs-box-advanced ul li:before{content:"";margin:0}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:768px}#BorlabsCookieBox ._brlbs-box-plus #CookieBoxTextDescription{padding-top:10px;overflow:visible;max-height:100%}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-legal{padding-top:10px}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area{padding-top:.475em}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area p:last-child{margin:.475em 0}#BorlabsCookieBox ._brlbs-box-plus ul{display:block}#BorlabsCookieBox ._brlbs-box-plus ul li{line-height:1.375em;padding:.475em .9375em .475em 0}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-checkbox{font-weight:600}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-service-group-description{padding-top:8px}#BorlabsCookieBox ._brlbs-box-plus ul li:before{content:"";margin:0}#CookieBoxTextDescription{overflow:auto;max-height:50vh}#CookiePrefDescription{overflow:auto;max-height:40vh}.BorlabsCookie ._brlbs-content-blocker{line-height:1.5em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption{padding:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label{color:inherit}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input{background:0 0;border:0;display:inline-block;height:auto;margin:inherit;position:static;vertical-align:middle;width:auto;-webkit-appearance:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input:before{content:""}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small{vertical-align:middle}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default{background:#efefef;margin-bottom:1em;padding:1em;text-align:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default label input{vertical-align:middle;width:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{margin-bottom:1em;position:relative;display:inline-block;overflow:hidden}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail{display:block;max-width:100%}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption{top:50%;left:0;position:absolute;width:100%;text-align:center;transform:translateY(-50%)}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn{display:inline-flex;align-items:center;justify-content:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-black:before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23000000%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23000000%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-white:before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23ffffff%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23ffffff%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-btn{display:inline-block;font-family:inherit;padding:.5em 1em;text-decoration:none;transition:background-color .125s linear}._brlbs-fluid-width-video-wrapper{padding:56.2963% 0 0;position:relative;width:100%}._brlbs-fluid-width-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.fusion-video .BorlabsCookie{top:0;left:0;position:absolute}.bricks-video-wrapper .BorlabsCookie,.brxe-video .BorlabsCookie{position:absolute;width:100%;height:100%;top:0}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed,.brxe-video .BorlabsCookie ._brlbs-embed{width:100%}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail,.brxe-video .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail{width:100%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper .BorlabsCookie{top:0;left:0;position:absolute}.wpb_video_widget .wpb_video_wrapper .BorlabsCookie{display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.wpb_wrapper .fb_type_standard{height:auto}#BorlabsCookieBoxWidget{position:fixed;transition:all .5s ease;opacity:1;line-height:0;z-index:999998;padding:20px}#BorlabsCookieBoxWidget:hover{opacity:.8}#BorlabsCookieBoxWidget svg{width:48px;height:48px;filter:drop-shadow(0 0 4px rgba(0,0,0,.2))}#BorlabsCookieBoxWidget.bottom-left{left:0;bottom:0}#BorlabsCookieBoxWidget.bottom-right{bottom:0;right:0}@media(max-width:424px){#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-separator:before{content:"";display:block;margin:0}}@media(min-width:576px){#BorlabsCookieBox ._brlbs-bar ul.show-cookie-logo{margin:.5em 0 0 16.6666666667%}}@media(max-width:767px){#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{max-height:85vh}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:550px}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p{margin:0 0 .5em}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions{display:none}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p._brlbs-actions-mobile{display:block;margin:.9375em 0;text-align:center}#BorlabsCookieBox ._brlbs-bar .align-items-center{align-items:flex-start !important}#BorlabsCookieBox .cookie-preference ._brlbs-accept,#BorlabsCookieBox .cookie-preference ._brlbs-refuse{text-align:center}#BorlabsCookieBoxWidget._brlbs-hide-mobile{opacity:0;pointer-events:none;transform:translateY(25px)}#BorlabsCookieBoxWidget svg{width:32px;height:32px}}._brlbs-animated{--animate-duration:1s;--animate-delay:1s}@keyframes _brlbs-fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}#BorlabsCookieBox ._brlbs-fadeInDown{animation-name:_brlbs-fadeInDown}@keyframes _brlbs-flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}#BorlabsCookieBox ._brlbs-flipOutX{animation-duration:.75s;animation-name:_brlbs-flipOutX;backface-visibility:visible !important}#BorlabsCookieBox *{font-family:inherit}#BorlabsCookieBox ._brlbs-bar-advanced ul,#BorlabsCookieBox ._brlbs-box-advanced ul{justify-content:space-around}#BorlabsCookieBox ._brlbs-bar,#BorlabsCookieBox ._brlbs-box{background:#fff;border-radius:4px;color:#555;font-size:14px}#BorlabsCookieBox a{color:#0063e3}#BorlabsCookieBox a:hover{color:#1a66ff}#BorlabsCookieBox ._brlbs-btn{background:#000;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-btn:hover{background:#262626;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-refuse-btn a,#BorlabsCookieBox a._brlbs-refuse-btn{background:#000;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-refuse-btn a:hover,#BorlabsCookieBox a._brlbs-refuse-btn:hover{background:#262626;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-manage-btn a{background:#000;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-manage-btn a:hover{background:#262626;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-btn-accept-all{background:#000;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-btn-accept-all:hover{background:#262626;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-btn-accept-all{background:#000;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-btn-accept-all:hover{background:#262626;border-radius:4px;color:#fff}#BorlabsCookieBox ._brlbs-legal{color:#555}#BorlabsCookieBox ._brlbs-legal a{color:inherit}#BorlabsCookieBox ._brlbs-legal a:hover{color:#262626}#BorlabsCookieBox ._brlbs-branding{color:#000}#BorlabsCookieBox ._brlbs-branding a{color:inherit}#BorlabsCookieBox ._brlbs-branding a:hover{color:inherit}#BorlabsCookieBox ._brlbs-manage a{color:#0063e3}#BorlabsCookieBox ._brlbs-manage a:hover{color:#1a66ff}#BorlabsCookieBox ._brlbs-refuse{color:#555}#BorlabsCookieBox ._brlbs-refuse a:hover{color:#262626}#BorlabsCookieBox ul li:before{color:#000}#BorlabsCookieBox .cookie-box ._brlbs-btn{width:100%}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider{background-color:#bdc1c8}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider{background-color:#0063e3}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider:before{background-color:#fff}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before{background-color:#fff}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator{background-color:#fff;border-color:#a72828;border-radius:4px}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator{background-color:#0063e3;border-color:#0063e3}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator:after{border-color:#fff}.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator{background-color:#e6e6e6;border-color:#e6e6e6}.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator:after{border-color:#999}#BorlabsCookieBox .bcac-item{background-color:#f7f7f7;border-radius:0;color:#555}#BorlabsCookieBox .cookie-preference table{background-color:#fff;border-radius:0;color:#555}#BorlabsCookieBox .cookie-preference table{background-color:#fff;border-radius:0;color:#555}#BorlabsCookieBox .cookie-preference table tr td,#BorlabsCookieBox .cookie-preference table tr th{background-color:#fff;border-color:#eee}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider{border-radius:34px}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider:before{border-radius:50%}.BorlabsCookie ._brlbs-content-blocker{font-family:inherit;font-size:14px}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption{background:hsla(0,0%,0%,.8);color:#fff}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a{color:#27f}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover{color:#1a66ff}.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn{background:#0063e3;border-radius:4px;color:#fff}.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover{background:#1a66ff;color:#fff}#BorlabsCookieBoxWidget svg{color:#0063e3}a._brlbs-btn-cookie-preference{background:#000 !important;border-radius:4px !important;color:#fff !important}a._brlbs-btn-cookie-preference:hover{background:#262626 !important;color:#fff !important}.BorlabsCookie ._brlbs-facebook{border:1px solid #e1e8ed;border-radius:6px;max-width:516px;padding:3px 0}.BorlabsCookie ._brlbs-facebook a._brlbs-btn{background:#4267b2;border-radius:2px}.BorlabsCookie ._brlbs-facebook a._brlbs-btn:hover{background:#3b5998}.BorlabsCookie ._brlbs-google-maps a._brlbs-btn{background:#4285f4;border-radius:3px}.BorlabsCookie ._brlbs-google-maps a._brlbs-btn:hover{background:#fff;color:#4285f4}.BorlabsCookie ._brlbs-instagram{border:1px solid #e1e8ed;border-radius:6px;max-width:516px;padding:3px 0}.BorlabsCookie ._brlbs-instagram a._brlbs-btn{background:#3897f0;border-radius:4px}.BorlabsCookie ._brlbs-instagram a._brlbs-btn:hover{background:#117ee4}.BorlabsCookie ._brlbs-twitter{border:1px solid #e1e8ed;border-radius:3px;max-width:516px}.BorlabsCookie ._brlbs-twitter a._brlbs-btn{background:#1da1f2;border-radius:0}.BorlabsCookie ._brlbs-twitter a._brlbs-btn:hover{background:#fff;color:#1da1f2}.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn{background:#00adef;border-radius:20px}.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn:hover{background:#fff;color:#00adef}.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn._brlbs-icon-play-white:hover:before{background:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%2300adef'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%2300adef' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" "}.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn{background:red;border-radius:20px}.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn:hover{background:#fff;color:red}.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn._brlbs-icon-play-white:hover:before{background:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23ff0000'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23ff0000' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" "}