/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

html.mfp-open {
  margin-right:0!important;
}

body {
	overflow-y:scroll;
}

/*!
 * Bootstrap Reboot v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family: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";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
/**
 * @license
 * MyFonts Webfont Build ID 3632661, 2018-08-31T04:53:43-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FuturaLTPro-Heavy by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/futura/pro-heavy-2/
 * Copyright: Copyright &#x00A9; 2014 Monotype Imaging Inc. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3632661
 * 
 * © 2018 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/376e15");
@import url("//hello.myfonts.net/count/37680d");
@import url("//hello.myfonts.net/count/32b04f");
@import url("//hello.myfonts.net/count/39bb35");


@font-face {font-family: 'FuturaLTPro-Heavy';src: url('../../files/layout/webfonts/376E15_0_0.eot');src: url('../../files/layout/webfonts/376E15_0_0.eot?#iefix') format('embedded-opentype'),url('../../files/layout/webfonts/376E15_0_0.woff2') format('woff2'),url('../../files/layout/webfonts/376E15_0_0.woff') format('woff'),url('../../files/layout/webfonts/376E15_0_0.ttf') format('truetype');}

@font-face {font-family: 'FuturaLTPro-Book';src: url('../../files/layout/webfonts/37680D_2_0.eot');src: url('../../files/layout/webfonts/37680D_2_0.eot?#iefix') format('embedded-opentype'),url('../../files/layout/webfonts/37680D_2_0.woff2') format('woff2'),url('../../files/layout/webfonts/37680D_2_0.woff') format('woff'),url('../../files/layout/webfonts/37680D_2_0.ttf') format('truetype');}

@font-face {font-family: 'FuturaBT-Light';src: url('../../files/layout/webfonts/32B04F_0_0.eot');src: url('../../files/layout/webfonts/32B04F_0_0.eot?#iefix') format('embedded-opentype'),url('../../files/layout/webfonts/32B04F_0_0.woff2') format('woff2'),url('../../files/layout/webfonts/32B04F_0_0.woff') format('woff'),url('../../files/layout/webfonts/32B04F_0_0.ttf') format('truetype');}


@font-face {font-family: 'FuturaStd-Medium';src: url('../../files/layout/webfonts/39BB35_0_0.eot');src: url('../../files/layout/webfonts/39BB35_0_0.eot?#iefix') format('embedded-opentype'),url('../../files/layout/webfonts/39BB35_0_0.woff2') format('woff2'),url('../../files/layout/webfonts/39BB35_0_0.woff') format('woff'),url('../../files/layout/webfonts/39BB35_0_0.ttf') format('truetype');}
/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:20px;padding-left:20px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-20px;margin-left:-20px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:20px;padding-left:20px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../files/layout/css/vendor/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:5.3s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger:hover{opacity:.7}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.65s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.23s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.23s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.475s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.475s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.35s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.42s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.42s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.43s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 100ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 100ms}.hamburger--stand .hamburger-inner:before{transition:top 100ms ease-in 100ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 100ms ease-in 100ms,transform 100ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 100ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 100ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 100ms}.hamburger--stand-r .hamburger-inner:before{transition:top 100ms ease-in 100ms,transform 100ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 100ms ease-in 100ms,transform 100ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 100ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .45s;transform:rotate(-90deg);background-color:transparent}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:95ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.4s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.4s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:block;clear:both}html{font-size:62.5%}.submit{-webkit-appearance:none}@font-face{font-family:"Basel Grotesk";src:url("../../files/layout/webfonts/Basel-Grotesk-Regular.eot");src:url("../../files/layout/webfonts/Basel-Grotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../../files/layout/webfonts/Basel-Grotesk-Regular.woff2") format("woff2"), url("../../files/layout/webfonts/Basel-Grotesk-Regular.woff") format("woff");font-weight:430;font-style:normal}@font-face{font-family:"Basel Grotesk";src:url("../../files/layout/webfonts/Basel-Grotesk-Medium.eot");src:url("../../files/layout/webfonts/Basel-Grotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../../files/layout/webfonts/Basel-Grotesk-Medium.woff2") format("woff2"), url("../../files/layout/webfonts/Basel-Grotesk-Medium.woff") format("woff");font-weight:535;font-style:normal}*{-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;outline-width:0}::-moz-selection{color:#fff;background:#034d7a;text-shadow:none}::selection{color:#fff;background:#034d7a;text-shadow:none}img{max-width:100%;height:auto;display:inline-block;vertical-align:top}html{font-size:100%;font-size:16px;font-size:1rem}*:focus{outline:none !important}body{font-family:"Basel Grotesk";font-size:1rem;line-height:1.625rem;letter-spacing:0.16px;font-weight:400;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;color:#034d7a;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:1;transition:2s opacity}@media (min-width:768px){body{font-size:1.5rem;line-height:2rem;letter-spacing:0.28px}}@media (min-width:992px){body{font-size:1.625rem;line-height:2.125rem}}@media screen and (max-width:359px){body{font-size:0.8125rem;line-height:1.25rem}}.nichtTrennen{white-space:nowrap}body.fade-out{opacity:0;transition:none}b,strong{font-weight:600}h1,h2,h3,h4{font-family:"Basel Grotesk";font-weight:535}h1{font-size:1.5625rem;line-height:1.4em;letter-spacing:0.02em;position:relative;padding-bottom:0;margin-bottom:33px;font-weight:535}@media (min-width:768px){h1{font-size:1.875rem;letter-spacing:0.02em;margin-bottom:60px}}@media (min-width:1200px){h1{font-size:2.5rem;letter-spacing:0.02em;margin-bottom:60px}}h2{font-size:1.25rem;line-height:1.5rem;letter-spacing:0.24px;font-weight:535;margin-bottom:15px}@media (min-width:768px){h2{font-size:1.5rem;line-height:1.75rem;margin-bottom:20px}}h4{font-weight:535}a{outline-width:0;color:#034d7a;text-decoration:none}a:hover,a:focus{text-decoration:none;color:#034d7a}p{margin-bottom:20px}@media (min-width:768px){p{margin-bottom:40px}}hr{border:none;height:1px;width:72px;background:#034d7a;margin:0 auto 20px !important;opacity:1}@media (min-width:768px){hr{margin:0 auto 40px !important}}em{font-style:italic}#container{overflow:hidden}.container-fluid{max-width:1520px;margin:0 auto}.invisible{display:none}.hamburger{position:absolute;top:35px;right:20px;z-index:201;padding-left:0;color:#fff;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}@media (min-width:768px){.hamburger{top:65px;right:62px}}@media (min-width:1200px){.hamburger{right:162px}}@media screen and (min-width:1400px){.hamburger{top:73px}}#header .hamburger{top:15px}@media (min-width:768px){#header .hamburger{right:35px;top:25px}}@media (min-width:1200px){#header .hamburger{right:115px}}.hamburger--stand .hamburger-inner{background-color:#fff}.hamburger--stand .hamburger-inner:before,.hamburger--stand .hamburger-inner:after{background-color:#fff}.hamburger--stand.is-active .hamburger-inner:before,.hamburger--stand.is-active .hamburger-inner:after{background-color:#fff}.hamburger.sticky,.hamburger.is-active{position:absolute;color:#fff}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{border-radius:0;width:35px;height:3px}@media (min-width:768px){.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:49px}}.hamburger-inner::before{top:-7px}@media (min-width:768px){.hamburger-inner::before{top:-11px}}.hamburger-inner::after{bottom:-7px}@media (min-width:768px){.hamburger-inner::after{bottom:-11px}}#menu{visibility:hidden;opacity:0;position:fixed;z-index:200;width:100%;height:100%;padding-top:80px;top:0;left:0;text-align:center;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);transform:scale(1.5);-webkit-transition:350ms ease all;-moz-transition:350ms ease all;transition:350ms ease all;background-color:#034d7a}@media (min-width:768px){#menu{width:400px;text-align:left;min-height:100%;left:inherit;right:0;top:0;padding-top:105px;background:#034d7a}}@media screen and (min-width:1400px){#menu{top:0;padding-top:110px}}#menu.opened{visibility:visible;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);-webkit-transition:350ms ease all;-moz-transition:350ms ease all;transition:350ms ease all}#menu ul{list-style:none;margin:35px auto 0;padding:14px 30px 14px;text-align:center}@media (min-width:572px){#menu ul{background:#034d7a;width:auto;margin:5px auto 0}}@media (min-width:768px){#menu ul{width:300px}}#menu ul li{display:block}#menu ul li:last-child a{margin-bottom:0;border-bottom:none}#menu ul li a{position:relative;z-index:4;display:block;width:100%;line-height:1.4em;margin:0 auto;color:#fff;text-decoration:none;-webkit-transition:350ms ease all;-moz-transition:350ms ease all;transition:350ms ease all;font-size:1rem;font-family:"Basel Grotesk";letter-spacing:0.09375rem;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;border-bottom:1px solid #fff;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;padding:20px 0}#menu ul li a:hover,#menu ul li a.active{font-weight:600}#menu ul li a.rechtliches{font-family:"Basel Grotesk", "Times New Roman", sans-serif}a{position:relative}a span.hoverLine{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}a span.hoverLine:after{position:absolute;right:1px;bottom:-2px;left:1px;height:1px;content:"";-webkit-transition:-webkit-transform 500ms;transition:-webkit-transform 500ms;-o-transition:transform 500ms, -o-transform 500ms;transition:transform 500ms;transition:transform 500ms, -webkit-transform 500ms, -o-transform 500ms;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);background:#034d7a}a:hover span.hoverLine:after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}.iTop{display:none;position:fixed;right:10px;bottom:10px;z-index:100;cursor:pointer;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}@media (min-width:572px){.iTop{right:20px;bottom:40px}}.iTop:hover{transform:scale(1.1)}.iTop img{height:35px}@media (min-width:572px){.iTop img{height:45px}}.iTop a{padding:10px 20px;display:block}.clearfix:after{content:"";display:table;clear:both}#home{height:unset;position:relative}video{max-width:none;max-height:none;min-width:100%;min-height:100%;width:auto;height:auto;display:block;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:relative;z-index:5;width:100%}@media (min-width:768px){video{max-width:none;max-height:none;min-width:100%;min-height:100%;width:auto;height:auto;display:block;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:relative;z-index:5;width:100%}}.videoWrap{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;background-size:cover;background-repeat:no-repeat;background-position:center;max-width:1350px;margin:0 auto}#logoBig{display:block;width:calc(100% - 80px);height:calc(100% - 80px);background-image:url("../../files/layout/images/zs_logo_big.svg");background-repeat:no-repeat;background-size:contain;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;z-index:10;background-position:center}@media (min-width:768px){#logoBig{max-width:540px}}@media (min-width:1200px){#logoBig{max-width:600px}}#leadership{text-align:center;padding:33px 0 20px;z-index:8;position:relative}@media (min-width:768px){#leadership{padding:70px 0 45px}}#leadership .inner{padding:0 30px;max-width:640px;margin:0 auto;hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;position:relative}@media (min-width:768px){#leadership .inner{max-width:790px}}@media (min-width:1200px){#leadership .inner{max-width:1120px}}#leadership .downloadBtn1{width:120px;position:absolute;top:-120px;right:-18px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}#leadership .downloadBtn1:hover{width:140px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}@media (min-width:768px){#leadership .downloadBtn1{width:180px}#leadership .downloadBtn1:hover{width:200px}}@media (min-width:1200px){#leadership .downloadBtn1{width:200px;top:-130px}#leadership .downloadBtn1:hover{width:220px}}.arrowDown{text-align:center;line-height:1em;padding:40px 0 50px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.arrowDown img{height:34px}@media (min-width:768px){.arrowDown{padding:50px 0 100px}.arrowDown img{height:50px}}#formel{text-align:center;padding:0 0 33px}@media (min-width:768px){#formel{padding:0 0 90px}}#formel .formalwrap{color:#898a8d;position:relative;line-height:1em;border:1px solid #898a8d;font-family:"Basel Grotesk";width:calc(100% - 20px);max-width:390px;margin:0 auto 17px;padding:24px 5px 13px;font-size:13px;letter-spacing:0.34px}@media screen and (max-width:369px){#formel .formalwrap{font-size:11px}}@media (min-width:768px){#formel .formalwrap{margin:60px auto 40px;padding:40px 10px 20px;font-size:24px;letter-spacing:1.12px;max-width:720px}}@media (min-width:992px){#formel .formalwrap{font-size:26px;padding:50px 10px 26px;max-width:790px}}@media (min-width:1200px){#formel .formalwrap{font-size:28px;padding:50px 10px 26px;max-width:790px}}#formel .formalwrap .formline{position:relative;padding-right:83px}@media screen and (max-width:369px){#formel .formalwrap .formline{padding-right:75px}}@media (min-width:768px){#formel .formalwrap .formline{padding-right:158px}}@media (min-width:992px){#formel .formalwrap .formline{padding-right:168px}}@media (min-width:1200px){#formel .formalwrap .formline{padding-right:180px}}#formel .formalwrap .sup{position:absolute;top:-10px;font-size:11px;right:0}@media screen and (max-width:369px){#formel .formalwrap .sup{font-size:10px}}@media (min-width:768px){#formel .formalwrap .sup{font-size:20px;top:-18px}}@media (min-width:992px){#formel .formalwrap .sup{font-size:22px;top:-22px}}@media (min-width:1200px){#formel .formalwrap .sup{font-size:24px;top:-26px}}.grey{color:#898a8d}#prozess{text-align:center;padding:0 0 10px}@media (min-width:768px){#prozess{padding:0 0 70px}}.blueWrap{background:#034d7a;color:#fff;font-family:"Basel Grotesk";font-size:16px;letter-spacing:1.52px;line-height:1em;padding:55px 0;max-width:725px;margin:30px auto 0}@media (min-width:768px){.blueWrap{font-size:24px;letter-spacing:2.24px;padding:100px 0;margin:82px auto 0}}@media (min-width:992px){.blueWrap{font-size:26px}}@media (min-width:1200px){.blueWrap{font-size:28px}}.blueWrap img{height:37px}@media (min-width:768px){.blueWrap img{height:80px}}.blueWrap span{display:block;text-align:center}.blueWrap .arrow{margin-top:21px;margin-bottom:21px}@media (min-width:768px){.blueWrap .arrow{margin-top:31px;margin-bottom:31px}}#uns{text-align:center;padding:40px 0 23px}@media (min-width:768px){#uns{padding:50px 0 100px}}@media (min-width:1200px){#uns{padding:80px 0 100px}}.personenWrap{width:330px;margin:0 auto;text-align:left}.personenWrap ul li{list-style:disc}.personenWrap .personImage{margin-bottom:26px;position:relative;width:100%}.personenWrap .personName{font-size:1.1875rem;line-height:1.4em;letter-spacing:1.52px;position:relative;text-align:center;padding-bottom:20px;margin-bottom:30px;font-family:"Basel Grotesk";border-bottom:1px solid #034d7a}@media (min-width:768px){.personenWrap .personName{font-size:1.25rem;letter-spacing:1.28px;margin-bottom:45px}}.personenWrap .personInfo{text-align:left;border-bottom:1px solid #034d7a;padding-bottom:30px}@media (min-width:768px){.personenWrap .personInfo{padding-bottom:45px}}.personenWrap .personInfo ul{text-align:left}@media (min-width:768px){.personenWrap .personInfo ul{font-size:14px;line-height:20px;letter-spacing:0.001em}}.personenWrap .personInfo ul li{margin-bottom:12px}.personenWrap .personenBullets{display:flex;justify-content:center}.personenWrap .personenBullets ul{margin-left:1.3em;width:360px}.personenWrap .arrowDown{display:none}@media (min-width:768px){.personenWrap{width:500px;text-align:center}.personenWrap ul{text-align:left;font-size:20px;line-height:34px}.personenWrap .personImage{margin-bottom:45px;height:554px}}@media (min-width:992px){.personenWrap{width:auto}.personenWrap ul{font-size:18px}.personenWrap .personImage{height:476px}}@media (min-width:1200px){.personenWrap ul{font-size:20px}.personenWrap .personImage{height:554px;margin-bottom:75px}}.rowCustom .col-2-custom:nth-child(odd){margin-bottom:50px}@media (min-width:992px){.rowCustom{margin-top:100px;display:flex;padding:0 25px;justify-content:center}.rowCustom .col-2-custom{width:450px}.rowCustom .col-2-custom:nth-child(odd){padding-right:20px;margin-bottom:0}.rowCustom .col-2-custom:nth-child(even){padding-left:20px}.rowCustom .arrowDown{display:none}}@media (min-width:1200px){.rowCustom .col-2-custom{width:550px}.rowCustom .col-2-custom:nth-child(odd){padding-right:50px}.rowCustom .col-2-custom:nth-child(even){padding-left:50px}}.linkedIn{width:35px;height:35px;position:relative;cursor:pointer;margin:0 auto}.linkedIn a{display:block;width:30px;position:absolute;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.linkedIn a:hover{transform:scale(1.1)}.linkedIn a:hover .st0{fill:#ee704e}.linkedIn svg{width:100%;height:100%;fill:#ee704e;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.personenBox .linkedIn{width:25px;height:25px}.personenBox .linkedIn a{width:25px}.st0{fill:#ee704e}.st1{fill:#FFFFFF}.emailWrap{line-height:1.4em;border-bottom:1px solid #034d7a;padding:15px 0;display:block;width:100%;text-align:center;font-family:"Basel Grotesk";margin:0 0 25px 0}.emailWrap a{color:#034d7a;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.emailWrap a:hover{color:#ee704e}@media (min-width:768px){.emailWrap{font-size:14px;margin:0 0 40px;padding:30px 0}}#netzwerk{text-align:center;margin-bottom:0;background:#fef8f6;padding:60px 0 40px}@media (min-width:768px){#netzwerk{padding:80px 0 50px}}@media (min-width:1200px){#netzwerk{padding:100px 0 60px}}.logoBox{display:flex;flex-wrap:wrap;align-items:center;max-width:400px;margin:30px auto 50px;padding:0 20px}@media (min-width:768px){.logoBox{max-width:900px;padding:0 40px;margin-top:100px;margin-bottom:100px}}.logoBox span{width:33.3333%;padding:10px}@media (min-width:768px){.logoBox span{width:20%;padding:0 20px}}@media (min-width:992px){.logoBox span{padding:0 30px}}#footer{background:#034d7a;color:#fff;text-align:center;padding:25px 10px 40px}#footer a{color:#fff;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}#footer a:hover{color:#ee704e}#footer nav li{display:inline;padding:0 3px}#footer nav li:first-child{display:none}@media (min-width:992px){#footer nav li:first-child{display:inline-block}}#footer nav a span.hoverLine::after{background:#fff;bottom:0}@media (min-width:768px){#footer{font-size:16px;letter-spacing:0.54px;line-height:24px;padding:45px 0 55px}}@media (min-width:992px){#footer{font-size:16px;letter-spacing:0.54px;line-height:24px}#footer nav{display:inline-block}#footer nav li:first-child{padding-left:0}#footer .footerRow{max-width:1100px;margin:0 auto}#footer .footerRow:after{clear:both;display:table;content:""}#footer .adresse{display:inline-block;width:auto}}.footerNav{margin-top:10px}.footerNav span{cursor:pointer}.modal-content{border-radius:0;box-shadow:none;position:relative}.modal-dialog{width:90% !important;max-width:1200px !important;margin:30px auto}.modal-body{text-align:left;padding:70px 30px}@media screen and (min-width:768px){.modal-body{padding:70px 80px;font-size:18px;line-height:24px}}@media screen and (min-width:1024px){.modal-body{padding:100px 180px}}.modal-body .black{font-family:"Basel Grotesk"}.modal-body .headline{text-align:center}.modal-body h2{font-size:24px;text-align:center;color:#6a6c71;text-transform:none;padding-bottom:20px}.modal-body h4{padding:10px 0 10px;font-family:"Basel Grotesk";font-size:15px;font-weight:normal}@media screen and (min-width:768px){.modal-body h4{font-size:22px}}.modal-body a span.hoverLine::after{bottom:1px}.modal-body .btn-default{position:absolute;top:20px;right:30px;cursor:pointer}@media screen and (min-width:768px){.modal-body .btn-default{top:40px;right:40px}}@media screen and (min-width:1024px){.modal-body .btn-default{top:60px;right:80px}}.modal-backdrop.in{opacity:0.8;filter:alpha(opacity=80)}.close img{width:20px;height:20px}@media screen and (min-width:500px){.close img{width:31px;height:31px}}strong{font-family:"Basel Grotesk";font-weight:normal}#header{background:#034d7a;padding:20px;position:fixed;top:0;left:0;width:100%;z-index:202}@media (min-width:768px){#header{padding:20px 40px}}@media screen and (min-width:1400px){#header{padding:25px 40px}}#header #logo{width:70px;position:relative}@media (min-width:768px){#header #logo{width:80px}}@media screen and (min-width:1400px){#header #logo{width:90px}}@media (min-width:768px){#header .inner{margin:0 auto;position:relative}}.startseite #header{display:none}.language{position:absolute;z-index:201;color:#fff;line-height:1.2em}.language li a{display:inline-block}.languageTop{top:23px;right:26px}@media (min-width:768px){.languageTop{right:61px;top:42px}}@media (min-width:1200px){.languageTop{right:161px;top:42px}}.languageHeader{right:91px;top:32px}@media (min-width:768px){.languageHeader{right:110px;top:36px}}@media (min-width:1200px){.languageHeader{right:190px;top:36px}}.language li{display:inline-block;font-weight:900;padding:0 3px;opacity:1}@media (min-width:768px){.language li{font-size:16px}}.language li:first-child{padding-right:6px;position:relative}.language li:first-child:before{content:"|";position:absolute;right:0;top:-1px;height:14px;width:1px}@media (min-width:768px){.language li:first-child:before{height:16px}}.language li:last-child{padding-left:6px}@media (min-width:768px){.language li:last-child{padding-left:6px}}.language li a{color:#fff;opacity:0.5;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.language li a:hover{opacity:1}@keyframes criss-cross-left{0%{left:-20px}50%{left:50%;width:20px;height:20px}100%{left:50%;width:450px;height:450px}}@keyframes criss-cross-right{0%{right:-20px}50%{right:50%;width:20px;height:20px}100%{right:50%;width:450px;height:450px}}.btn-11{position:relative;color:#034d7a;margin:0 auto 30px;display:flex;overflow:hidden;width:100%;height:90px;max-width:300px;border:1px solid #034d7a;align-items:center;justify-content:center}@media (min-width:768px){.btn-11{height:110px;margin:0 auto 50px}}.btn-11 span.textSpan{position:relative;z-index:10;font-size:1rem;line-height:20px;letter-spacing:1.28px;padding-bottom:13px;white-space:nowrap;font-family:"Basel Grotesk";display:block;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(to right, #28b6be, #28b6be 50%, #034d7a 50%);background-size:200% 100%;background-position:100%}.btn-11 span.firstSpan{margin-top:10px;position:relative;z-index:2}.btn-11 span.firstSpan:after{width:72px;height:0.7px;background:#034d7a;position:absolute;content:"";bottom:0;left:50%;margin-left:-36px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.btn-11 span.firstSpan:before{height:9px;width:calc(200% + 8px);display:block;background:#ffdf00;position:absolute;top:13px;left:-100%;content:"";z-index:-1}.btn-11:hover{}.btn-11:hover span{transition:all 0.3s cubic-bezier(0, 0, 0.23, 1);background-position:0%}.btn-11:hover span:after{background:#28b6be}.zitatWrap{background:#034d7a;color:#fff;padding:40px 20px 50px;text-align:center}@media (min-width:768px){.zitatWrap{padding:80px 20px;margin-bottom:30px}}@media (min-width:1200px){.zitatWrap{padding:90px 20px}}.zitatWrap .autor{margin-top:6px;font-size:0.8125rem;line-height:23px;letter-spacing:1.28px;position:relative;padding-bottom:13px;z-index:1;font-family:"Basel Grotesk"}.zitatWrap .autor p{margin-bottom:0}@media (min-width:768px){.zitatWrap .autor{margin-top:10px;font-size:1rem;line-height:26px}}.zitatWrap .autor:after{width:72px;height:0.7px;background:#fff;position:absolute;content:"";bottom:0;left:50%;margin-left:-36px}.zitatWrap .zitatText{font-size:20px;line-height:32px;letter-spacing:0.002em;max-width:1000px;margin:0 auto 35px;font-family:"Basel Grotesk"}@media screen and (min-width:360px){.zitatWrap .zitatText{font-size:24px;line-height:35px}}@media (min-width:768px){.zitatWrap .zitatText{font-size:36px;line-height:50px}}@media (min-width:1200px){.zitatWrap .zitatText{font-size:50px;line-height:68px}}.zitatWrap .zitatText .desktopText{display:none}@media (min-width:768px){.zitatWrap .zitatText .desktopText{display:block}}@media (min-width:768px){.zitatWrap .zitatText .mobileText{display:none}}.marks{font-size:38px;letter-spacing:0;display:inline-block;margin-right:6px}.marks:last-child{margin-left:6px;margin-right:0}@media (min-width:768px){.marks{font-size:60px;margin-right:7px}.marks:last-child{margin-left:7px;margin-right:0}}@media (min-width:1200px){.marks{font-size:80px;margin-right:8px}.marks:last-child{margin-left:8px;margin-right:0}}#partner{text-align:center;padding-top:40px;padding-bottom:40px}@media (min-width:768px){#partner{padding-top:80px;padding-bottom:60px}}@media (min-width:1200px){#partner{padding-top:90px;padding-bottom:90px}}.link{display:inline-flex;align-items:center;padding:5px;text-decoration:none;transform:rotate(-90deg) translate3d(0, 0, 0)}.link__arrow{display:inline-flex}.link__arrow span{position:relative;width:10px;height:1px;border-radius:2px;overflow:hidden;background:#034d7a;z-index:2}@media (min-width:768px){.link__arrow span{width:14px;height:1px}}.link__arrow span:nth-child(1){transform-origin:left bottom;transform:rotate(45deg) translate3d(4px, -4px, 0)}@media (min-width:768px){.link__arrow span:nth-child(1){transform:rotate(45deg) translate3d(9px, -10px, 0)}}.link__arrow span:nth-child(2){transform-origin:left bottom;transform:rotate(-45deg) translate3d(-2px, -3px, 0)}@media (min-width:768px){.link__arrow span:nth-child(2){transform:rotate(-45deg)}}.link__arrow span:after{content:"";display:block;position:absolute;left:0;width:0;height:1px;background:#28b6be}.link__line{position:relative;margin-left:-14px;margin-right:30px;width:35px;height:1px;background:#034d7a;overflow:hidden;z-index:1}@media (min-width:768px){.link__line{width:50px}}.link__line:after{content:"";display:block;position:absolute;left:80px;width:10px;height:1px;background:#28b6be}@media (min-width:768px){.link__line:after{width:25px}}.link:hover .link__line:after{animation:animation-line 0.8s forwards}.link:hover .link__arrow span:after{animation:animation-arrow 0.8s forwards;animation-delay:0.6s}@keyframes animation-line{0%{left:80px}100%{left:0}}@keyframes animation-arrow{0%{width:0}100%{width:100%}}.partnerBoxes{margin:40px auto;padding:0 40px 0;max-width:400px}@media (min-width:768px){.partnerBoxes{margin:60px auto 0;max-width:800px}}@media (min-width:992px){.partnerBoxes{max-width:1180px}}@media (min-width:1200px){.partnerBoxes{margin:80px auto 0}}.partnerBoxes .col-12{margin-bottom:20px}@media (min-width:768px){.partnerBoxes .col-12{margin-bottom:60px}}@media (min-width:768px){.partnerBoxes .col-12{margin-bottom:80px}}.partnerBoxes .col-12:last-child{margin-bottom:0}@media (min-width:768px){.partnerBoxes .col-12:last-child{margin-bottom:60px}}@media (min-width:768px){.partnerBoxes .col-12:last-child{margin-bottom:80px}}.partnerBoxes .partner{display:block;height:100%;border-bottom:1px solid #034d7a}.partnerBoxes .partnerBild{height:130px;display:flex;justify-content:center;align-items:center;padding:30px;position:relative;border-bottom:1px solid #034d7a}@media (min-width:768px){.partnerBoxes .partnerBild{cursor:auto;border-bottom:1px solid #034d7a}}.partnerBoxes .partnerBild .mobileArrow{-moz-animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;animation:bounce 2s infinite;bottom:5px;left:50%;margin-left:-3px;position:absolute;display:none}@media (min-width:768px){.partnerBoxes .partnerBild .mobileArrow{display:none}}.partnerBoxes .partnerBild .mobileArrow:after{content:"";border:solid #898a8d;border-width:0 1px 1px 0;display:inline-block;padding:6px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.partnerBoxes .partnerText{font-size:14px;line-height:22px;letter-spacing:0.01em;color:#034d7a;overflow:hidden;hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;transition:all 0.5s ease-in-out}.partnerBoxes .partnerText p{margin-bottom:0}@media (min-width:768px){.partnerBoxes .partnerText{max-height:inherit}}.partnerBoxes .partnerText .inner{padding:20px}@media (min-width:1200px){.partnerBoxes .partnerText .inner{padding:30px 35px}}@media (min-width:768px){.partnerBoxes .partnerText{display:block}}@media (min-width:1200px){.partnerBoxes .partnerText{font-size:16px;line-height:24px}}.partnerBoxes .partnerText ul li{margin-bottom:20px}.bounce{-moz-animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-7.5px)}}#produkte{padding:50px 10px;text-align:center}@media (min-width:768px){#produkte{padding:70px 40px}}@media (min-width:1200px){#produkte{padding:100px 40px}}#produkte .innerText{padding:0 30px;max-width:430px;margin:0 auto;hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto}@media (min-width:768px){#produkte .innerText{max-width:730px}}@media (min-width:1200px){#produkte .innerText{max-width:840px}}.productTeaserWrap{max-width:1180px;margin:40px auto 0}@media (min-width:768px){.productTeaserWrap{margin-top:60px}}@media (min-width:1200px){.productTeaserWrap{margin-top:80px}}@media (min-width:768px){.produktTeaser{display:flex;margin-left:-20px;margin-right:-20px}}@media (min-width:1200px){.produktTeaser{margin-left:-35px;margin-right:-35px}}.produktTeaser a:hover .produktTitle span:after{width:100%}.produktTeaser a:hover .produktTitle:before{background:#034d7a}.produktTeaser a:hover .produktImg img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2)}.produktTeaser .productBox{text-align:center;margin-bottom:50px}@media (min-width:768px){.produktTeaser .productBox{width:33.3333%;padding:20px 20px 60px;border-right:3px dotted #28b6be}.produktTeaser .productBox:last-child{border:none}}@media (min-width:1200px){.produktTeaser .productBox{padding:20px 35px 60px}}.produktTeaser .productBox .inner{max-width:260px;margin:0 auto}@media (min-width:768px){.produktTeaser .productBox .inner{max-width:inherit}}.produktTeaser .productBox .produktImg{margin-bottom:20px}@media (min-width:1200px){.produktTeaser .productBox .produktImg{margin-bottom:30px}}.produktTeaser .productBox .produktImg img{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.produktTeaser .productBox .produktTitle{position:relative;padding-bottom:11px}.produktTeaser .productBox .produktTitle span{font-family:"Basel Grotesk";font-size:28px;line-height:1.4em;letter-spacing:0.008em;position:relative;color:#28b6be;display:inline-block;overflow:hidden}@media (min-width:992px){.produktTeaser .productBox .produktTitle span{font-size:34px}}@media (min-width:1200px){.produktTeaser .productBox .produktTitle span{font-size:40px}}.produktTeaser .productBox .produktTitle span:after{position:absolute;content:attr(data-content);top:0;left:0;color:#034d7a;overflow:hidden;transition:width 275ms ease;width:0;white-space:nowrap}.produktTeaser .productBox .produktTitle:before{height:3px;background:#28b6be;width:100%;content:"";position:absolute;bottom:0;left:0;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}@media (min-width:768px){.produktTeaser .productBox .produktTitle:before{height:4px}}#referenzen{text-align:center;background:#fef8f6;padding:50px 0 40px;margin-bottom:30px;position:relative}@media (min-width:768px){#referenzen{padding:80px 0 0;margin-bottom:70px}}@media (min-width:1200px){#referenzen{padding:90px 0 0;margin-bottom:80px}}#referenzen .innerText{padding:0 30px;max-width:440px;margin:0 auto;hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto}@media (min-width:768px){#referenzen .innerText{max-width:710px}}@media (min-width:1200px){#referenzen .innerText{max-width:810px}}#referenzen .caseStudies{padding:40px 40px 0;max-width:1180px;margin:0 auto 0}@media (min-width:768px){#referenzen .caseStudies{padding-bottom:50px}}@media (min-width:1200px){#referenzen .caseStudies{padding-bottom:70px}}#referenzen .caseStudies .modalCase{display:none}#referenzen .caseStudies .rowCaseStudies{display:flex;flex-wrap:wrap}@media (min-width:768px){#referenzen .caseStudies .rowCaseStudies{margin-left:-20px;margin-right:-20px}}@media (min-width:1200px){#referenzen .caseStudies .rowCaseStudies{margin-left:-35px;margin-right:-35px}}#referenzen .caseStudies .rowCaseStudies .case{width:100%;margin-bottom:30px}@media (min-width:768px){#referenzen .caseStudies .rowCaseStudies .case{width:50%;padding-left:20px;padding-right:20px;margin-bottom:80px}}@media (min-width:1200px){#referenzen .caseStudies .rowCaseStudies .case{padding-left:35px;padding-right:35px}}@media (min-width:992px){#referenzen .caseStudies .rowCaseStudies .case{width:50%}}#referenzen .caseStudies .rowCaseStudies .case a{display:block;height:100%}#referenzen .caseStudies .rowCaseStudies .case a img{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}#referenzen .caseStudies .rowCaseStudies .case a:hover{}#referenzen .caseStudies .rowCaseStudies .case a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}#referenzen .caseStudies .rowCaseStudies .case a:hover .caseTitle{color:#ee704e;border-color:#ee704e}#referenzen .caseStudies .rowCaseStudies .case a:hover .inner{border-color:#ee704e}#referenzen .caseStudies .rowCaseStudies .case .inner{width:260px;margin:0 auto;overflow:hidden;border-bottom:2px solid #034d7a;padding-bottom:40px}@media (min-width:768px){#referenzen .caseStudies .rowCaseStudies .case .inner{display:block;height:100%;width:auto}}#referenzen .caseStudies .rowCaseStudies .case .inner:after{position:absolute;content:"";width:36px;height:36px;bottom:15px;left:50%;margin-left:-18px;background-image:url("../../files/layout/images/arrow_right-orange.svg");background-size:contain}#referenzen .caseStudies .rowCaseStudies .case .pointWrap{margin:20px 0 10px;line-height:1em}#referenzen .caseStudies .rowCaseStudies .case .pointWrap .point{display:inline-block;width:10px;height:10px;border-radius:50%;background:#28b6be}#referenzen .caseStudies .rowCaseStudies .case .caseTitle{font-size:1.1875rem;line-height:1.4em;letter-spacing:1.52px;position:relative;padding-bottom:13px;border-top:2px solid #034d7a;font-family:"Basel Grotesk";padding-top:23px}@media (min-width:768px){#referenzen .caseStudies .rowCaseStudies .case .caseTitle{font-size:1.25rem;letter-spacing:1.28px}}#referenzen .caseStudies .rowCaseStudies .case .caseTitle span{max-width:280px;margin:0 auto;display:block}#referenzen .downloadBtn1{width:120px;position:absolute;top:-40px;right:-18px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}#referenzen .downloadBtn1:hover{width:140px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}@media (min-width:768px){#referenzen .downloadBtn1{width:180px;right:20px;top:-60px}#referenzen .downloadBtn1:hover{width:200px}}@media (min-width:1200px){#referenzen .downloadBtn1{width:200px;top:-70px;right:20%}#referenzen .downloadBtn1:hover{width:220px}}.caseHeadline{text-align:center}.modalCompany{color:#28b6be;margin-top:10px;font-size:1.125rem;line-height:1.4em;letter-spacing:1.28px;position:relative;padding-bottom:13px;white-space:nowrap;text-align:center;z-index:2;font-family:"Basel Grotesk";display:block;height:30px;overflow:hidden}@media (min-width:768px){.modalCompany{font-size:22px;height:38px}}@media (min-width:1200px){.modalCompany{font-size:26px;height:41px}}.modalCompany:after{width:72px;height:0.7px;background:#28b6be;position:absolute;content:"";bottom:0;left:50%;margin-left:-36px}.modalCompany span{position:relative;z-index:3}.modalCompany span:before{height:9px;width:150%;display:block;background:#ffdf00;position:absolute;top:14px;left:-50%;content:"";z-index:-1}@media (min-width:768px){.modalCompany span:before{top:17px}}@media (min-width:768px){.modalCompany span:before{top:20px}}.modalPointWrap{margin:20px 0 10px;line-height:1em;text-align:center}@media (min-width:1200px){.modalPointWrap{margin:25px 0 20px}}.modalPointWrap .point{display:inline-block;width:10px;height:10px;border-radius:50%;background:#28b6be}@media (min-width:1200px){.modalPointWrap .point{width:13px;height:13px}}.modalCaseTitle{font-size:18px;line-height:24px;text-align:center;letter-spacing:0.002em;padding-bottom:25px;margin:0 auto 40px;position:relative}@media (min-width:768px){.modalCaseTitle{font-size:24px;line-height:30px;margin:0 auto 80px}}@media (min-width:1200px){.modalCaseTitle{font-size:28px;line-height:35px;margin:0 auto 110px}}.modalCaseTitle:after{height:2px;width:220px;content:"";position:absolute;bottom:0;margin-left:-110px;left:50%;background:#034d7a}@media (min-width:768px){.modalCaseTitle:after{width:320px;margin-left:-160px}}.modalCaseTitle span{position:relative;display:inline-block}.modalCaseTitle .boldFont{font-family:"Basel Grotesk";letter-spacing:0.005em}.modalCaseContent{margin-bottom:30px;hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto}.modalCaseContent h3{font-family:"Basel Grotesk";font-size:1rem;line-height:1.375rem;margin-bottom:10px;letter-spacing:0.002em}@media (min-width:768px){.modalCaseContent h3{font-size:1.125rem;line-height:1.625rem;margin-bottom:20px}}@media (min-width:1200px){.modalCaseContent h3{font-size:1.25rem;line-height:1.75rem}}@media (min-width:768px){.modalCaseContent{font-size:1.125rem;line-height:1.625rem}}@media (min-width:1200px){.modalCaseContent{font-size:1.25rem;line-height:1.75rem;margin-bottom:40px}}@media (min-width:1200px){.rowModalCase{margin-left:-35px;margin-right:-35px}}@media (min-width:1200px){.rowModalCase .col-12{padding:0 30px}}.modalZitat{text-align:center;padding-top:20px}@media (min-width:768px){.modalZitat{padding-top:60px}}@media (min-width:1200px){.modalZitat{padding-top:80px}}.modalZitat h3{font-size:1.1875rem;line-height:1.4em;letter-spacing:1.52px;position:relative;margin-bottom:20px;font-family:"Basel Grotesk"}@media (min-width:768px){.modalZitat h3{font-size:1.25rem;letter-spacing:1.28px;margin-bottom:30px}}.zitatAutor{font-size:12px;line-height:20px;position:relative;padding-bottom:12px}@media (min-width:1200px){.zitatAutor{font-size:14px;line-height:22px}}.zitatAutor:after{width:72px;height:0.7px;background:#034d7a;position:absolute;content:"";bottom:2px;left:50%;margin-left:-36px}.zitatDesktop{display:none}@media (min-width:768px){.zitatDesktop{display:block}}.zitatDesktop p{margin-bottom:25px}@media (min-width:768px){.zitatMobile{display:none}}.modalZitatText{font-size:18px !important;line-height:28px}.modalZitatText .marks{font-size:20px}@media (min-width:768px){.modalZitatText{font-size:24px !important;line-height:36px}.modalZitatText .marks{font-size:30px}}@media (min-width:1200px){.modalZitatText{font-size:28px !important;line-height:40px}.modalZitatText .marks{font-size:36px}}.mfp-bg{background:#fef8f6;opacity:1}.mfp-content{width:100%;max-width:1300px;margin:0 auto;padding:60px 50px;vertical-align:top}@media (min-width:768px){.mfp-content{padding:80px}}@media (min-width:992px){.mfp-content{padding:80px 120px}}.mfp-wrap{position:fixed !important;top:0 !important}.mfp-container{overflow-y:scroll}.mfp-open{height:100vh}.mfp-container .mfp-arrow-left{background-image:url("../../files/layout/images/arrowLeft.svg");background-size:contain;background-repeat:no-repeat;background-position:center;opacity:1;left:10px}@media screen and (min-width:1350px){.mfp-container .mfp-arrow-left{left:50%;margin-left:-650px}}.mfp-container .mfp-arrow-right{background-image:url("../../files/layout/images/arrowRight.svg");background-size:contain;background-repeat:no-repeat;background-position:center;opacity:1;right:10px}@media screen and (min-width:1350px){.mfp-container .mfp-arrow-right{right:50%;margin-right:-650px}}.mfp-container .mfp-arrow{width:40px;height:40px;margin-top:0}@media (min-width:1200px){.mfp-container .mfp-arrow{width:50px;height:50px}}.mfp-container .mfp-arrow:before{display:none}.mfp-container .mfp-arrow:after{display:none}.mfp-container button.mfp-close{font-size:0;opacity:1 !important;width:30px;height:30px;top:25px;right:25px;position:fixed;background-image:url("../../files/layout/images/closeBlue.svg");background-size:contain;background-repeat:no-repeat}@media (min-width:768px){.mfp-container button.mfp-close{width:40px;height:40px;top:30px;right:30px}}@media (min-width:1200px){.mfp-container button.mfp-close{width:50px;height:50px;top:80px;right:120px}}#kunden{padding:35px 10px 10px;text-align:center}@media (min-width:768px){#kunden{padding-bottom:40px;padding-top:60px}}@media (min-width:1200px){#kunden{padding-bottom:40px;padding-top:100px}}#kunden .inner{max-width:1400px;margin:0 auto}#kunden .innerText{padding:0 30px;max-width:410px;margin:0 auto;hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto}@media (min-width:768px){#kunden .innerText{max-width:660px}}@media (min-width:1200px){#kunden .innerText{max-width:800px}}.owl-carousel{padding:40px}@media (min-width:768px){.owl-carousel{padding:50px}}@media (min-width:1200px){.owl-carousel{padding:50px 60px}}.owl-carousel .item{display:flex;justify-content:center;align-items:center;height:100%}.owl-carousel .item img{max-width:100%;width:auto}.owl-stage{display:flex}.owl-prev{position:absolute;left:0;top:50%;margin-top:-4px}@media (min-width:768px){.owl-prev{margin-top:-6px}}.owl-prev img{width:26px}@media (min-width:768px){.owl-prev img{width:36px}}.owl-next{position:absolute;right:0;top:50%;margin-top:-4px}@media (min-width:768px){.owl-next{margin-top:-6px}}.owl-next img{width:26px}@media (min-width:768px){.owl-next img{width:36px}}@media (min-width:768px){.carouselWrap{margin:0 40px}}.owl-dots{display:none}#kontakt{margin-top:30px}@media (min-width:1200px){#kontakt{margin-top:50px}}.standardTheme{}.standardTheme .ce_text a{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.standardTheme .ce_text a:hover{color:#ee704e}.standardTheme #container{text-align:center;padding-top:40px;padding-bottom:40px}@media (min-width:768px){.standardTheme #container{padding-top:70px}}@media (min-width:1200px){.standardTheme #container{padding-top:90px}}.standardTheme .zitatWrap{margin-bottom:0}.personenWrap2{max-width:1100px;margin:10px auto 40px;padding:20px 40px 0}@media (min-width:768px){.personenWrap2{max-width:1100px;padding:30px 40px}}@media (min-width:1200px){.personenWrap2{padding:40px 40px}}.personenWrap2 .row-personen{margin-left:-8px;margin-right:-8px}.personenWrap2 .col-personen{padding:0 8px;margin-bottom:0}.personenWrap2 a:hover .overlayPersonen{opacity:1}.personenWrap2 .personenImage{margin-bottom:15px;position:relative}.personenWrap2 .personenImage a{display:block;position:relative;z-index:5}.personenWrap2 .personenImage .overlayPersonen{position:absolute;background:rgba(0, 0, 0, 0.7);color:#ee704e;display:flex;height:100%;width:100%;justify-content:center;align-items:center;top:0;left:0;opacity:0;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.personenWrap2 .personenImage .overlayPersonen span{white-space:nowrap;padding-left:42px;display:inline-block;position:relative;font-size:14px;line-height:1em;font-family:"Basel Grotesk"}.personenWrap2 .personenImage .overlayPersonen span:before{content:"";width:36px;height:12px;background-image:url("../../files/layout/images/arrowWhite.svg");background-size:contain;background-repeat:no-repeat;position:absolute;left:0;top:0}.personenWrap2 .personenName{font-size:14px;line-height:20px;font-family:"Basel Grotesk";letter-spacing:0.004em}.personenWrap2 .personenInfo{font-size:13px;line-height:18px}.personenWrap2 .personenInfo p{margin-bottom:10px}.personenWrap2 .personenBox{position:relative;padding-bottom:25px;display:block;height:100%}.personenWrap2 .personenBox .linkedIn{position:absolute;bottom:0;left:50%;margin-left:-12px}.personenWrap2 .personenBox .linkedIn .st0{fill:#898a8d}.personenWrap2 .modalPerson{display:none}.modalPersonen{padding-top:20px}@media (min-width:768px){.modalPersonen{padding-top:60px}}@media (min-width:1200px){.modalPersonen{padding-top:120px}}.modalPersonen .modalPersonenName{font-family:"Basel Grotesk";font-size:18px;line-height:24px;letter-spacing:0.002em;position:relative;margin-bottom:6px;margin-top:20px}@media (min-width:768px){.modalPersonen .modalPersonenName{font-size:24px;line-height:30px;margin-top:0}}@media (min-width:1200px){.modalPersonen .modalPersonenName{font-size:28px;line-height:35px}}.modalPersonen .modalPersonenInfo{margin-bottom:20px}@media (min-width:768px){.modalPersonen .modalPersonenInfo{font-size:1.125rem;line-height:1.5rem}}@media (min-width:1200px){.modalPersonen .modalPersonenInfo{font-size:1.25rem;line-height:1.625rem}}.modalPersonen .moadlPersonenText{hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto}@media (min-width:768px){.modalPersonen .moadlPersonenText{font-size:1.125rem;letter-spacing:0.001em;line-height:26px}}@media (min-width:1200px){.modalPersonen .moadlPersonenText{font-size:1.25rem;line-height:28px}}.modalPersonen .linkedIn{padding-top:5px;width:50px}@media (min-width:572px){.modalPersonen .linkedIn{margin:0}}@media (min-width:768px){.modalPersonen .linkedIn{padding-top:10px}}.modalPersonen .linkedIn .st0{fill:#ee704e}.modalPersonen .moadlPersonenText ul li{margin-bottom:12px;list-style:disc;margin-left:1em}@media (min-width:1200px){.modalPersonen .moadlPersonenText ul li{margin-bottom:20px}}.produktHeader .productBox{text-align:center;margin-bottom:50px}@media (min-width:1200px){.produktHeader .productBox{padding:20px 35px 60px}}.produktHeader .productBox .inner{max-width:260px;margin:0 auto}@media (min-width:768px){.produktHeader .productBox .inner{max-width:inherit}}.produktHeader .productBox .produktImg{margin-bottom:20px}@media (min-width:1200px){.produktHeader .productBox .produktImg{margin-bottom:30px}}.produktHeader .productBox .produktImg img{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.produktHeader .productBox .produktTitle{position:relative;padding-bottom:6px}.produktHeader .productBox .produktTitle span{font-family:"Basel Grotesk";font-size:28px;line-height:1.4em;letter-spacing:0.008em;position:relative;color:#28b6be;display:inline-block;overflow:hidden}@media (min-width:992px){.produktHeader .productBox .produktTitle span{font-size:34px}}@media (min-width:1200px){.produktHeader .productBox .produktTitle span{font-size:40px}}.produktHeader .productBox .produktTitle:before{height:3px;background:#28b6be;width:100%;content:"";position:absolute;bottom:0;left:0;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}@media (min-width:768px){.produktHeader .productBox .produktTitle:before{height:4px}}.produktePage #container{padding-top:0}.produktePage #main{max-width:1200px;margin:0 auto;padding:0 10px}@media (min-width:768px){.produktePage #main{padding:0 40px}}.produktePage .productBox{margin-bottom:0;padding-bottom:0}.row-productBoxPage{background:#fef8f6;position:relative;padding-bottom:60px}@media (min-width:768px){.row-productBoxPage{padding-bottom:90px}}@media (min-width:1200px){.row-productBoxPage{padding-bottom:120px}}.row-productBoxPage:after{content:"";display:block;width:100%;height:100%;position:absolute;left:50%;top:0;margin-left:-100%;z-index:-1;background:#fef8f6}.row-productBoxPage:before{content:"";display:block;width:100%;height:100%;position:absolute;right:50%;top:0;margin-right:-100%;z-index:-1;background:#fef8f6}@media (min-width:1200px){.row-productBoxPage{margin-left:-35px;margin-right:-35px}}.row-productBoxPage .productBoxPage{padding-top:20px}@media screen and (max-width:600px){.row-productBoxPage .productBoxPage{flex:0 0 310px;max-width:310px}}@media screen and (min-width:600px) and (max-width:767px){.row-productBoxPage .productBoxPage{flex:0 0 400px;max-width:400px}}@media (min-width:768px){.row-productBoxPage .productBoxPage .innerBorder{position:relative}.row-productBoxPage .productBoxPage .innerBorder:after{position:absolute;top:0;right:-20px;width:3px;display:block;height:100%;border-right:3px dotted #28b6be;content:"";z-index:5}}@media (min-width:1200px){.row-productBoxPage .productBoxPage{padding:20px 35px 0}.row-productBoxPage .productBoxPage .innerBorder:after{right:-35px}}.row-productBoxPage .productBoxPage:last-child .innerBorder:after{display:none}.row-productBoxPage{justify-content:center}.accordionCustom{border-bottom:1px solid #034d7a;padding-bottom:20px}.accordionCustom .accordionCustomHeader .toogler{padding:50px 0 15px;cursor:pointer;font-size:1.25rem;line-height:1.7;position:relative;text-transform:uppercase}@media (min-width:768px){.accordionCustom .accordionCustomHeader .toogler{font-size:1.375rem;padding:60px 0 15px}}@media (min-width:992px){.accordionCustom .accordionCustomHeader .toogler{font-size:1.625rem}}@media (min-width:1200px){.accordionCustom .accordionCustomHeader .toogler{font-size:1.75rem}}.accordionCustom .accordionCustomHeader .toogler:before{content:"";position:absolute;top:25px;background:#034d7a;width:8px;height:8px;left:50%;margin-left:-4px;border-radius:50%}@media (min-width:768px){.accordionCustom .accordionCustomHeader .toogler:before{width:10px;height:10px;margin-left:-5px;top:35px}}@media (min-width:992px){.accordionCustom .accordionCustomHeader .toogler:before{width:12px;height:12px;margin-left:-6px}}.accordionCustom .accordionCustomHeader .toogler .unterstrichen{position:relative;padding-bottom:3px}.accordionCustom .accordionCustomHeader .toogler .unterstrichen:after{height:1.5px;width:100%;content:"";background:#034d7a;bottom:0;left:0;position:absolute}.accordionCustom .accordionCustomContent{display:none;padding-top:30px}@media (min-width:1200px){.accordionCustom .accordionCustomContent{padding-top:40px}}.accordionCustom .accordionCustomContent ul{margin-bottom:25px;font-family:"Basel Grotesk";letter-spacing:0.0015em;text-align:left}@media (min-width:768px){.accordionCustom .accordionCustomContent ul{margin-bottom:30px;font-size:18px;line-height:32px}}@media (min-width:1200px){.accordionCustom .accordionCustomContent ul{font-size:20px;line-height:35px;margin-bottom:35px}}.accordionCustom .accordionCustomContent ul li{list-style:disc;margin-left:1em}.accordionCustom .accordionCustomContent h4{font-weight:400;font-family:"Basel Grotesk";position:relative;margin-bottom:6px}.accordionCustom .accordionCustomContent h4 .unterstrichen{position:relative}.accordionCustom .accordionCustomContent h4 .unterstrichen:after{height:1.5px;width:100%;content:"";background:#034d7a;bottom:0;left:0;position:absolute}@media (min-width:768px){.accordionCustom .accordionCustomContent h4{font-size:18px;line-height:32px}}@media (min-width:1200px){.accordionCustom .accordionCustomContent h4{font-size:20px;line-height:35px}}.accordionCustom .openWrap{text-align:center;cursor:pointer}.accordionCustom .openWrap.open .close:before{transform:rotate(90deg)}.accordionCustom .openWrap.open .close:after{transform:rotate(180deg)}.accordionCustom .close{position:relative;width:14px;height:14px;margin:0 auto;cursor:pointer}.accordionCustom .close:before,.accordionCustom .close:after{content:"";position:absolute;background-color:#034d7a;transition:transform 0.25s ease-out}.accordionCustom .close:before{top:0;left:50%;width:2px;height:100%;margin-left:-1px}.accordionCustom .close:after{top:50%;left:0;width:100%;height:2px;margin-top:-1px}.greyBG{background:#fef8f6;position:relative;padding-top:40px;padding-bottom:40px}@media (min-width:768px){.greyBG{padding-top:70px;padding-bottom:50px}}@media (min-width:1200px){.greyBG{padding-top:90px}}.greyBG:after{content:"";display:block;width:100%;height:100%;position:absolute;left:50%;top:0;margin-left:-100%;z-index:-1;background:#fef8f6}.greyBG:before{content:"";display:block;width:100%;height:100%;position:absolute;right:50%;top:0;margin-right:-100%;z-index:-1;background:#fef8f6}.rowBtns{margin-top:40px;margin-bottom:20px}@media (min-width:768px){.rowBtns{margin-top:80px;margin-bottom:60px}.rowBtns .align-self-md-end .btn-11{margin:0;float:right}.rowBtns .align-self-md-start{justify-content:flex-start}.rowBtns .align-self-md-start .btn-11{margin:0}}@media (min-width:768px){.rowBtns{margin-top:100px;margin-bottom:80px}}.normalText{max-width:1000px;margin:0 auto;text-align:left;padding:0 20px}@media screen and (min-width:768px){.normalText{font-size:18px;line-height:24px;padding:0 40px}}.normalText ul{margin-bottom:20px}.normalText ul li{list-style:disc;margin-left:1em;margin-bottom:6px}.normalText h4{margin-bottom:20px;font-family:"FuturaLTPro-Heavy"}.kontaktPage{background:#034d7a}.kontaktPage #container{padding:40px 0;background:#fff}.kontaktPage #main{min-height:60vh;padding:0 40px;display:flex;justify-content:center;align-items:center}@media (min-width:1200px){.kontaktPage #main{min-height:70vh}}.kontaktPage .rowKontakt{text-align:left;max-width:260px;margin:0 auto}@media (min-width:768px){.kontaktPage .rowKontakt{font-size:20px;line-height:26px;max-width:700px;margin:0 auto}}@media (min-width:1200px){.kontaktPage .rowKontakt{font-size:24px;line-height:40px;max-width:1300px}.kontaktPage .rowKontakt p{margin-bottom:50px}}@media (min-width:1200px){.kontaktPage .col-md-6{padding:0 30px}}.kontaktPage .seo img{margin-top:8px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.kontaktPage .seo img:hover{transform:scale(1.1)}.kontaktPage .seo a{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.kontaktPage .seo a:hover{color:#ee704e}.cookiebar{background:rgba(255, 255, 255, 0.9);padding:20px 16px;color:#034d7a;font-size:11pt;line-height:15pt;z-index:10000000}.cookiebar a{color:#034d7a}.cookiebar button{border:none;background:none;border:1px solid #034d7a;color:#034d7a;border-radius:0;line-height:1.4em;font-weight:300;padding:13px 30px 10px;cursor:pointer;-webkit-appearance:none;display:block;margin-top:10px;height:auto;-webkit-transition:background-color 0.3s linear;-moz-transition:background-color 0.3s linear;-o-transition:background-color 0.3s linear;-ms-transition:background-color 0.3s linear;transition:background-color 0.3s linear}@media screen and (min-width:1600px){.cookiebar button{display:inline-block;margin-top:0}}.cookiebar button:hover{background-color:#034d7a;color:#fff}.cookiebar-desc{margin-bottom:15px}.cookiebar span{margin-right:0}.win #referenzen .caseStudies .rowCaseStudies .case .company span:before{top:18px}.win #referenzen .caseStudies .rowCaseStudies .case .company:after{bottom:-3px}.win .modalCompany span:before{top:19px}@media (min-width:768px){.win .modalCompany span:before{top:23px}}@media (min-width:768px){.win .modalCompany span:before{top:29px}}.win .btn-11 span.firstSpan:before{top:17px}.productsNew{margin:40px auto;padding:0 40px 0;max-width:400px}@media (min-width:768px){.productsNew{margin:60px auto 0;max-width:800px;padding:0}}@media (min-width:992px){.productsNew{max-width:1180px}}@media (min-width:1200px){.productsNew{margin:80px auto 0}}@media (min-width:1200px){.productsNew .row{margin-left:-40px;margin-right:-40px}.productsNew .row .col-12{padding-left:40px;padding-right:40px}}.productsNew .productsNewIcon{margin-bottom:30px}.productsNew .productsNewCat{font-family:"Basel Grotesk";border-bottom:2px solid #034d7a;font-size:18px;line-height:24px;letter-spacing:0.002em;position:relative;margin-bottom:20px;padding-bottom:20px}@media (min-width:768px){.productsNew .productsNewCat{font-size:24px;line-height:30px;margin-bottom:40px}}@media (min-width:1200px){.productsNew .productsNewCat{font-size:28px;line-height:35px;margin-bottom:60px}}.productsNew .productLink{width:100%;height:150px;display:flex;justify-content:center;align-items:center;background:#fce8de;margin-bottom:30px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}@media (min-width:768px){.productsNew .productLink{height:220px}}@media (min-width:1200px){.productsNew .productLink{height:270px}}.productsNew .productLink:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}.productsNew .productLink .productsNewTitle{max-width:120px;color:#ee704e;font-size:18px;line-height:26px;position:relative;height:85px;margin-top:10px}@media (min-width:768px){.productsNew .productLink .productsNewTitle{font-size:24px;line-height:32px;height:97px;max-width:160px;margin-top:0}}@media (min-width:1200px){.productsNew .productLink .productsNewTitle{font-size:28px;line-height:40px;height:117px;max-width:190px}}.productsNew .productLink .productsNewTitle .arrowProduct{position:absolute;width:40px;left:50%;margin-left:-20px;bottom:0}.productsNew .modalCase{display:none}.modalProduct .modalCaseTitle{margin:0;text-align:left;margin-bottom:0}@media (min-width:768px){.modalProduct .modalCaseTitle{margin-bottom:80px}}.modalProduct .modalCaseTitle:after{display:none}.modalProduct .modalCaseTitle span{position:relative;padding-bottom:12px}.modalProduct .modalCaseTitle span:after{height:2px;width:calc(100% + 8px);content:"";position:absolute;bottom:0;left:-4px;background:#034d7a}.modalProduct .modalCaseContent li{margin-left:1em;list-style:disc;margin-bottom:6px}@media (min-width:768px){.modalProduct .modalCaseContent li{margin-bottom:12px}}.modalProduct .modalCaseContent ul{margin-bottom:40px}@media (min-width:768px){.modalProduct .modalCaseContent ul{margin-bottom:60px}}.noHyphens{hyphens:none;-moz-hyphens:none;-ms-hyphens:none;-webkit-hyphens:none}.testPage .testText{max-width:800px;margin:0 auto}.testPage #main .inside{max-width:1250px;margin:0 auto}.testText{max-width:800px;margin:0 auto}.rowLogoWall{margin-top:60px;margin-left:20px;margin-right:20px;margin-bottom:80px}.rowLogoWall .col-logo-last .rowLogo{align-content:flex-start}.rowLogoWall .col-12{margin-bottom:40px}.logoWall .logoWallHeadline{height:50px}.logoWall .logoWallHeadline h2{margin-bottom:0}.logoWall .logoWallColumn{border:1px solid #898a8d;border-radius:12px;padding:10px}header .logoBlue{display:none}header .logoWhite{display:block}.leaderlabel{display:none}.startseite header{display:block !important;background:none !important}.startseite header.scrolled{background:#034d7a !important}.startseite header.scrolled .logoBlue{display:none}.startseite header.scrolled .logoWhite{display:block}.startseite header.scrolled .leaderlabel{display:none}.startseite header.scrolled .hamburger{display:block}.startseite header.scrolled .languageHeader{display:block}.startseite header .logoBlue{display:block}.startseite header .logoWhite{display:none}.startseite header .leaderlabel{position:absolute;display:block;width:100px;top:23px;right:20px}@media (min-width:768px){.startseite header .leaderlabel{width:180px;top:43px;right:40px}}.startseite header .hamburger{display:none}.startseite header .languageHeader{display:none}#header #logo{width:140px}@media (min-width:768px){#header #logo{width:200px}}#portfolioNew{padding:40px 0x 0;max-width:1400px;margin:0 auto}@media (min-width:768px){#portfolioNew{padding:40px 40px 0}}@media (min-width:1200px){#portfolioNew{padding:80px 40px 0}}#portfolioNew .colPortfolioLast{margin-top:20px}#portfolioNew h1{font-size:1.5625rem;text-align:center}@media (min-width:768px){#portfolioNew h1{font-size:1.5rem;letter-spacing:0.02em;margin-bottom:60px;text-align:left}}@media (min-width:992px){#portfolioNew h1{font-size:1.75rem;letter-spacing:0.02em;margin-bottom:60px}}@media (min-width:1200px){#portfolioNew h1{font-size:2.0625rem;letter-spacing:0.02em;margin-bottom:60px}}#framework{position:relative;padding:30px 20px 30px;max-width:1400px;margin:0 auto}@media (min-width:768px){#framework{padding:40px 40px 60px}}@media (min-width:1200px){#framework{padding:80px 40px 120px}}#framework .inner{position:relative}#framework .frameworkText{text-align:center;max-width:1100px;margin:0 auto 30px}@media (min-width:992px){#framework .frameworkText{padding-bottom:50px}}#framework p{margin-bottom:25px}#framework img{margin-bottom:30px;margin-top:20px}@media (min-width:768px){#framework img{margin-top:40px;margin-bottom:50px;max-width:700px}}#framework .image_container{text-align:center}#framework ul{margin-bottom:40px}#framework ul li{list-style:disc;margin-left:1em;margin-bottom:15px}@media (min-width:768px){#framework .frameworkGrid .ce_text{font-size:0.8em;line-height:1.4}}@media (min-width:992px){#framework .frameworkGrid .ce_text{font-size:0.7em;line-height:1.4}}#framework .downloadBtn1{width:100px;position:absolute;top:-80px;left:-18px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}#framework .downloadBtn1:hover{width:140px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}@media (min-width:572px){#framework .downloadBtn1{top:-70px}}@media (min-width:768px){#framework .downloadBtn1{width:180px;top:-100px}#framework .downloadBtn1:hover{width:200px}}@media (min-width:1200px){#framework .downloadBtn1{width:200px;top:-70px;left:60px}#framework .downloadBtn1:hover{width:220px}}.aboutUsText{padding:0 20px;max-width:370px;margin:0 auto}@media (min-width:768px){.aboutUsText{max-width:620px}}@media (min-width:768px){.aboutUsText{max-width:680px}}.aboutUsTextEn{padding:0 20px;max-width:370px;margin:0 auto}@media (min-width:768px){.aboutUsTextEn{max-width:620px}}@media (min-width:768px){.aboutUsTextEn{max-width:620px}}.networkText{padding:0 20px;max-width:430px;margin:0 auto}@media (min-width:768px){.networkText{max-width:620px}}@media (min-width:768px){.networkText{max-width:680px}}.networkTextEn{padding:0 20px;max-width:430px;margin:0 auto}@media (min-width:768px){.networkTextEn{max-width:620px}}@media (min-width:768px){.networkTextEn{max-width:680px}}.programEsquai .programContent .col-programAxisLabel{font-weight:bold;font-size:3vw;padding:0 0 15px}@media (min-width:768px){.programEsquai .programContent .col-programAxisLabel{font-size:2vw}}@media (min-width:1200px){.programEsquai .programContent .col-programAxisLabel{font-size:26px}}.programEsquai .programContent .col-programYAxisLabel{text-align:left}.programEsquai .programContent .col-programCircle .programTypes{width:100%;aspect-ratio:1;background:#034d7a;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#034d7a;color:#fff;font-weight:535;line-height:1.2;font-size:1.8vw;border-radius:50%}@media (min-width:768px){.programEsquai .programContent .col-programCircle .programTypes{font-size:1vw}}@media (min-width:1200px){.programEsquai .programContent .col-programCircle .programTypes{font-size:15px;font-weight:535}}.programEsquai .programContent .col-programCircle .programTypes .programTypesLabel{margin:2% 0}@media (min-width:1200px){.programEsquai .programContent .col-programCircle .programTypes .programTypesLabel{margin:3px 0}}
